* Wrap and justify bugfixes/enhancements, new color syntax
code, memleak fixes, parts of the UTF-8 support, and other
miscellaneous fixes.
+
+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.
tweak where screen updates occur so that messages are properly
displayed when they first scroll onto the bottom line of the
screen. (DLR)
+ - Add Mike Frysinger to credits. (DLR)
- configure.ac:
- Since we only use vsnprintf() now, remove the tests for
snprintf(). (DLR)
- Updated translation by Jean-Philippe Guérard.
- src/Makefile.am:
- Add text.c to nano_SOURCES. (DLR)
+- AUTHORS:
+ - Add Mike Frysinger. (DLR)
- THANKS:
- Add Bulgarian and Dutch translators.
"Rocco Corsi",
"David Lawrence Ramsey",
"David Benbennick",
+ "Mike Frysinger",
"Ken Tyler",
"Sven Guckes",
- NULL, /* credits[14], handled below. */
+ NULL, /* credits[15], handled below. */
"Pauli Virtanen",
"Daniele Medri",
"Clement Laforet",
N_("Thank you for using nano!")
};
- /* credits[14]: Make sure this name is displayed properly, since we
+ /* credits[15]: Make sure this name is displayed properly, since we
* can't dynamically assign it above, using Unicode 00F6 (Latin
* Small Letter O with Diaresis) if applicable. */
- credits[14] =
+ credits[15] =
#ifdef ENABLE_UTF8
ISSET(USE_UTF8) ? "Florian K\xC3\xB6nig" :
#endif