nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

AUTHORS (2936B)


      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 ----------------------------------------------------------------------
      4 
      5 Chris Allegretta <chrisa@asty.org>
      6 	* Original program author and long-time maintainer.
      7 
      8 Benno Schulenberg <bensberg@telfort.nl>
      9 	* An array of small bug fixes, the cut-word and block-jump
     10 	  routines, text selection by holding Shift, macro recording
     11 	  and replay, extra key bindings, the --indicator, --minibar,
     12 	  and --zero options, and braced functions in string binds.
     13 	  Current maintainer.
     14 
     15 David Lawrence Ramsey <pooka109@gmail.com>
     16 	* Multiple-buffer support, operating-dir option (-o), bug fixes
     17 	  for display routines, wrapping code, spelling fixes, parts of
     18 	  UTF-8 support, softwrap overhaul, constantshow mode, undoable
     19 	  indentations, undoable justifications, justifiable regions,
     20 	  and numerous other fixes.  Former stable-series maintainer.
     21 
     22 Jordi Mallach <jordi@gnu.org>
     23 	* Debian package maintainer, fellow bug squasher, translator
     24 	  for Catalan.  Former head of internationalization support.
     25 
     26 Adam Rogoyski <rogoyski@cs.utexas.edu>
     27 	* New write_file() function, read_file() optimization, mouse
     28 	  support, resize support, nohelp (-x) option, justify function,
     29 	  follow symlink option and bugfixes, and much more.
     30 
     31 Robert Siemborski <rjs3@andrew.cmu.edu>
     32 	* Miscellaneous cut, display, replace, and other bug fixes,
     33 	  original and new "magic line" code, read_line() function,
     34 	  new edit display routines.
     35 
     36 Rocco Corsi <rocco.corsi@sympatico.ca>
     37 	* Internal spelling code, many optimizations and bug fixes
     38 	  for findnextstr() and search-related functions, various
     39 	  display and file-handling fixes.
     40 
     41 David Benbennick <dbenbenn@math.cornell.edu>
     42 	* Wrap and justify bugfixes/enhancements, new color syntax
     43 	  code, memleak fixes, parts of the UTF-8 support, and other
     44 	  miscellaneous fixes.
     45 
     46 Mike Frysinger <vapier@gentoo.org>
     47 	* Whitespace display mode, --enable-utf8/--disable-utf8 configure
     48 	  options for ncurses, many new color regexes and improvements to
     49 	  existing ones in syntax/*.nanorc, the move from svn to git, the
     50 	  conversion to gnulib, and miscellaneous bug fixes.  Former
     51 	  Gentoo package maintainer.
     52 
     53 Mark Majeres <mark@engine12.com>
     54 	* A functional undo/redo system, and coloring nano's interface.
     55 
     56 Mahyar Abbaspour <mahyar.abaspour@gmail.com>
     57 	* Improved handling of SIGWINCH.
     58 
     59 Mike Scalora <mike@scalora.org>
     60 	* The comment/uncomment feature.
     61 
     62 Faissal Bensefia <faissaloo@gmail.com>
     63 	* Line numbers.
     64 
     65 Sumedh Pendurkar <sumedh.pendurkar@gmail.com>
     66 	* The word-completion feature.
     67 
     68 Rishabh Dave <rishabhddave@gmail.com>
     69 	* Searchable help.
     70 
     71 Marco Diego Aurélio Mesquita <marcodiegomesquita@gmail.com>
     72 	* Filtering text through an external command.
     73 	* Placing anchors (bookmarks) and jumping to them.
     74 
     75 Brand Huntsman <alpha@qzx.com>
     76 	* The delayed parsing of syntax files.