diff --git a/AUTHORS b/AUTHORS index 379ec6b0..c67770aa 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,16 +1,16 @@ $Id$ -This file lists people who have made significant contribution to the nano -editor. Please see the ChangeLog for specific changes by author. +This file lists people who have made significant contribution to the +nano editor. Please see the ChangeLog for specific changes by author. ------------------------------------------------------------------------- Chris Allegretta * Original program author, stable series maintainer. David Lawrence Ramsey - * Development series maintainer. Multiple buffer support, - operating dir (-o) option, bug fixes for display routines, - wrapping code, spelling fixes, const mode and various other - fixes. + * Development series maintainer. Multiple buffer support, + 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. Jordi Mallach * Debian package maintainer, fellow bug squasher. @@ -27,10 +27,11 @@ Robert Siemborski edit display routines. Rocco Corsi - * Internal spelling code, many optimizations and bug fixes for - findnextstr and search-related functions, various display and - file handling fixes. + * Internal spelling code, many optimizations and bug fixes for + findnextstr() and search-related functions, various display + and file handling fixes. David Benbennick * 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. diff --git a/configure.ac b/configure.ac index ba1a2b31..8aa6ad4b 100644 --- a/configure.ac +++ b/configure.ac @@ -60,8 +60,8 @@ int main(void) 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_MSG_RESULT([cross-compiling; assuming no]) + ) ) -) dnl options AC_ARG_ENABLE(debug,