AUTHORS 1.76 KB
Newer Older
Chris Allegretta's avatar
Chris Allegretta committed
1
$Id$
2
3
This file lists people who have made significant contribution to the
nano editor.  Please see the ChangeLog for specific changes by author.
Chris Allegretta's avatar
Chris Allegretta committed
4
5
6
-------------------------------------------------------------------------

Chris Allegretta <chrisa@asty.org>
7
	* Original program author, former and current maintainer.
8

David Lawrence Ramsey's avatar
David Lawrence Ramsey committed
9
David Lawrence Ramsey <pooka109@gmail.com>
10
	* Former stable series maintainer.  Multiple buffer support,
11
12
13
	  operating dir (-o) option, bug fixes for display routines,
	  wrapping code, spelling fixes, const mode, parts of the UTF-8
	  support, and various other fixes.
Chris Allegretta's avatar
Chris Allegretta committed
14

15
Jordi Mallach <jordi@gnu.org>
Chris Allegretta's avatar
Chris Allegretta committed
16
	* Debian package maintainer, fellow bug squasher.
17
	* Internationalization support head, ca.po maintainer.
Chris Allegretta's avatar
Chris Allegretta committed
18
19
20
21
22

Adam Rogoyski <rogoyski@cs.utexas.edu>
	* New write_file() function, read_file() optimization, mouse
	  support, resize support, nohelp (-x) option, justify function,
	  follow symlink option and bugfixes, and much more.
Chris Allegretta's avatar
Chris Allegretta committed
23
24
25

Robert Siemborski <rjs3@andrew.cmu.edu>
	* Miscellaneous cut, display, replace, and other bug fixes,
26
	  original and new "magic line" code, read_line() function, new
Chris Allegretta's avatar
Chris Allegretta committed
27
	  edit display routines.
Chris Allegretta's avatar
Chris Allegretta committed
28
29

Rocco Corsi <rocco.corsi@sympatico.ca>
30
31
32
	* Internal spelling code, many optimizations and bug fixes for
	  findnextstr() and search-related functions, various display
	  and file handling fixes.
Chris Allegretta's avatar
Chris Allegretta committed
33

Jordi Mallach's avatar
Jordi Mallach committed
34
David Benbennick <dbenbenn@math.cornell.edu>
35
	* Wrap and justify bugfixes/enhancements, new color syntax
36
37
	  code, memleak fixes, parts of the UTF-8 support, and other
	  miscellaneous fixes.
38
39
40
41
42
43

Mike Frysinger <vapier@gentoo.org>
	* Gentoo package maintainer.  Whitespace display mode,
	  --enable-utf8/--disable-utf8 configure options for ncurses,
	  many new color regexes and improvements to existing color
	  regexes for nanorc.sample, and miscellaneous bug fixes.