minor indentation fix for configure.ac, and mention UTF-8 support in
AUTHORS git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2395 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
40e211bcec
Коммит
735b30c13f
21
AUTHORS
21
AUTHORS
@ -1,16 +1,16 @@
|
|||||||
$Id$
|
$Id$
|
||||||
This file lists people who have made significant contribution to the nano
|
This file lists people who have made significant contribution to the
|
||||||
editor. Please see the ChangeLog for specific changes by author.
|
nano editor. Please see the ChangeLog for specific changes by author.
|
||||||
-------------------------------------------------------------------------
|
-------------------------------------------------------------------------
|
||||||
|
|
||||||
Chris Allegretta <chrisa@asty.org>
|
Chris Allegretta <chrisa@asty.org>
|
||||||
* Original program author, stable series maintainer.
|
* Original program author, stable series maintainer.
|
||||||
|
|
||||||
David Lawrence Ramsey <pooka_regent@sluggy.net>
|
David Lawrence Ramsey <pooka_regent@sluggy.net>
|
||||||
* Development series maintainer. Multiple buffer support,
|
* Development series maintainer. Multiple buffer support,
|
||||||
operating dir (-o) option, bug fixes for display routines,
|
operating dir (-o) option, bug fixes for display routines,
|
||||||
wrapping code, spelling fixes, const mode and various other
|
wrapping code, spelling fixes, const mode, parts of the UTF-8
|
||||||
fixes.
|
support, and various other fixes.
|
||||||
|
|
||||||
Jordi Mallach <jordi@sindominio.net>
|
Jordi Mallach <jordi@sindominio.net>
|
||||||
* Debian package maintainer, fellow bug squasher.
|
* Debian package maintainer, fellow bug squasher.
|
||||||
@ -27,10 +27,11 @@ Robert Siemborski <rjs3@andrew.cmu.edu>
|
|||||||
edit display routines.
|
edit display routines.
|
||||||
|
|
||||||
Rocco Corsi <rocco.corsi@sympatico.ca>
|
Rocco Corsi <rocco.corsi@sympatico.ca>
|
||||||
* Internal spelling code, many optimizations and bug fixes for
|
* Internal spelling code, many optimizations and bug fixes for
|
||||||
findnextstr and search-related functions, various display and
|
findnextstr() and search-related functions, various display
|
||||||
file handling fixes.
|
and file handling fixes.
|
||||||
|
|
||||||
David Benbennick <dbenbenn@math.cornell.edu>
|
David Benbennick <dbenbenn@math.cornell.edu>
|
||||||
* Wrap and justify bugfixes/enhancements, new color syntax
|
* Wrap and justify bugfixes/enhancements, new color syntax
|
||||||
code, memleak fixes and other miscellaneous fixes.
|
code, memleak fixes, parts of the UTF-8 support, and other
|
||||||
|
miscellaneous fixes.
|
||||||
|
@ -60,8 +60,8 @@ int main(void)
|
|||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
AC_DEFINE(BROKEN_REGEXEC, 1, [Define this if your regexec() function segfaults when passed an empty string under certain conditions.]),
|
AC_DEFINE(BROKEN_REGEXEC, 1, [Define this if your regexec() function segfaults when passed an empty string under certain conditions.]),
|
||||||
AC_MSG_RESULT([cross-compiling; assuming no])
|
AC_MSG_RESULT([cross-compiling; assuming no])
|
||||||
|
)
|
||||||
)
|
)
|
||||||
)
|
|
||||||
|
|
||||||
dnl options
|
dnl options
|
||||||
AC_ARG_ENABLE(debug,
|
AC_ARG_ENABLE(debug,
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user