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

Chris Allegretta <chrisa@asty.org>
6
	* Original program author and long-time maintainer.
7

8
9
10
11
12
Benno Schulenberg <bensberg@telfort.nl>
	* An array of small bug fixes, the cut-word and block-jump
	  routines, text selection by holding Shift, macro recording
	  and replay, plus some key bindings.  Current maintainer.

David Lawrence Ramsey's avatar
David Lawrence Ramsey committed
13
David Lawrence Ramsey <pooka109@gmail.com>
14
	* Former stable series maintainer.  Multiple buffer support,
15
	  operating dir (-o) option, bug fixes for display routines,
16
17
	  wrapping code, spelling fixes, constantshow mode, parts of
	  UTF-8 support, softwrap overhaul, and various other fixes.
Chris Allegretta's avatar
Chris Allegretta committed
18

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

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
27
28
29

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

Rocco Corsi <rocco.corsi@sympatico.ca>
34
35
36
	* 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
37

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

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
47
48
	  regexes in syntax/*.nanorc, the move from svn to git, the
	  conversion to gnulib, and miscellaneous bug fixes.
49
50
51
52

Mark Majeres <mark@engine12.com>
	* A functional undo/redo system, and coloring nano's interface.

53
54
55
56
57
58
Mahyar Abbaspour <mahyar.abaspour@gmail.com>
	* Improved handling of SIGWINCH.

Mike Scalora <mike@scalora.org>
	* The comment/uncomment feature.

59
60
61
Faissal Bensefia <faissaloo@gmail.com>
	* Line numbers.

62
63
64
Sumedh Pendurkar <sumedh.pendurkar@gmail.com>
	* The word-completion feature.

65
66
67
Rishabh Dave <rishabhddave@gmail.com>
	* Searchable help.

68
69
Marco Diego Aurélio Mesquita <marcodiegomesquita@gmail.com>
	* Filtering text through an external command.