mirror of
git://git.sv.gnu.org/nano.git
synced 2025-02-19 14:54:32 +03:00
add Mike Frysinger to credits
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3004 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
79d9795c80
commit
47daf0279d
6
AUTHORS
6
AUTHORS
@ -35,3 +35,9 @@ 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, parts of the UTF-8 support, and other
|
code, memleak fixes, parts of the UTF-8 support, and other
|
||||||
miscellaneous fixes.
|
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.
|
||||||
|
@ -338,6 +338,7 @@ CVS code -
|
|||||||
tweak where screen updates occur so that messages are properly
|
tweak where screen updates occur so that messages are properly
|
||||||
displayed when they first scroll onto the bottom line of the
|
displayed when they first scroll onto the bottom line of the
|
||||||
screen. (DLR)
|
screen. (DLR)
|
||||||
|
- Add Mike Frysinger to credits. (DLR)
|
||||||
- configure.ac:
|
- configure.ac:
|
||||||
- Since we only use vsnprintf() now, remove the tests for
|
- Since we only use vsnprintf() now, remove the tests for
|
||||||
snprintf(). (DLR)
|
snprintf(). (DLR)
|
||||||
@ -357,6 +358,8 @@ CVS code -
|
|||||||
- Updated translation by Jean-Philippe Guérard.
|
- Updated translation by Jean-Philippe Guérard.
|
||||||
- src/Makefile.am:
|
- src/Makefile.am:
|
||||||
- Add text.c to nano_SOURCES. (DLR)
|
- Add text.c to nano_SOURCES. (DLR)
|
||||||
|
- AUTHORS:
|
||||||
|
- Add Mike Frysinger. (DLR)
|
||||||
- THANKS:
|
- THANKS:
|
||||||
- Add Bulgarian and Dutch translators.
|
- Add Bulgarian and Dutch translators.
|
||||||
|
|
||||||
|
@ -4202,9 +4202,10 @@ void do_credits(void)
|
|||||||
"Rocco Corsi",
|
"Rocco Corsi",
|
||||||
"David Lawrence Ramsey",
|
"David Lawrence Ramsey",
|
||||||
"David Benbennick",
|
"David Benbennick",
|
||||||
|
"Mike Frysinger",
|
||||||
"Ken Tyler",
|
"Ken Tyler",
|
||||||
"Sven Guckes",
|
"Sven Guckes",
|
||||||
NULL, /* credits[14], handled below. */
|
NULL, /* credits[15], handled below. */
|
||||||
"Pauli Virtanen",
|
"Pauli Virtanen",
|
||||||
"Daniele Medri",
|
"Daniele Medri",
|
||||||
"Clement Laforet",
|
"Clement Laforet",
|
||||||
@ -4256,10 +4257,10 @@ void do_credits(void)
|
|||||||
N_("Thank you for using nano!")
|
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
|
* can't dynamically assign it above, using Unicode 00F6 (Latin
|
||||||
* Small Letter O with Diaresis) if applicable. */
|
* Small Letter O with Diaresis) if applicable. */
|
||||||
credits[14] =
|
credits[15] =
|
||||||
#ifdef ENABLE_UTF8
|
#ifdef ENABLE_UTF8
|
||||||
ISSET(USE_UTF8) ? "Florian K\xC3\xB6nig" :
|
ISSET(USE_UTF8) ? "Florian K\xC3\xB6nig" :
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user