* src/winio.c (do_credits) - Add Benno, my children,
update copyright info git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4601 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
5575bfad2c
Коммит
34b7f1c4f7
@ -2,6 +2,8 @@
|
|||||||
* new linter functionality. rcfile option "linter"
|
* new linter functionality. rcfile option "linter"
|
||||||
* src/global.c (shortcut_init) - Actually free the sclist
|
* src/global.c (shortcut_init) - Actually free the sclist
|
||||||
if it was allocated before.
|
if it was allocated before.
|
||||||
|
* src/winio.c (do_credits) - Add Benno, my children,
|
||||||
|
update copyright info
|
||||||
|
|
||||||
2014-02-23 Benno Schulenberg <bensberg@justemail.net>
|
2014-02-23 Benno Schulenberg <bensberg@justemail.net>
|
||||||
* doc/syntax/*.nanorc - Comment and punctuation tweaks.
|
* doc/syntax/*.nanorc - Comment and punctuation tweaks.
|
||||||
|
10
src/winio.c
10
src/winio.c
@ -3439,7 +3439,7 @@ void do_replace_highlight(bool highlight, const char *word)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef NANO_EXTRA
|
#ifdef NANO_EXTRA
|
||||||
#define CREDIT_LEN 55
|
#define CREDIT_LEN 57
|
||||||
#define XLCREDIT_LEN 8
|
#define XLCREDIT_LEN 8
|
||||||
|
|
||||||
/* Easter egg: Display credits. Assume nodelay(edit) and scrollok(edit)
|
/* Easter egg: Display credits. Assume nodelay(edit) and scrollok(edit)
|
||||||
@ -3463,9 +3463,10 @@ void do_credits(void)
|
|||||||
"David Lawrence Ramsey",
|
"David Lawrence Ramsey",
|
||||||
"David Benbennick",
|
"David Benbennick",
|
||||||
"Mike Frysinger",
|
"Mike Frysinger",
|
||||||
|
"Benno Schulenberg",
|
||||||
"Ken Tyler",
|
"Ken Tyler",
|
||||||
"Sven Guckes",
|
"Sven Guckes",
|
||||||
NULL, /* credits[15], handled below. */
|
NULL, /* credits[16], handled below. */
|
||||||
"Pauli Virtanen",
|
"Pauli Virtanen",
|
||||||
"Daniele Medri",
|
"Daniele Medri",
|
||||||
"Clement Laforet",
|
"Clement Laforet",
|
||||||
@ -3479,6 +3480,7 @@ void do_credits(void)
|
|||||||
"Albert Chin",
|
"Albert Chin",
|
||||||
"",
|
"",
|
||||||
NULL, /* "Special thanks to:" */
|
NULL, /* "Special thanks to:" */
|
||||||
|
"Monique, Brielle & Joseph",
|
||||||
"Plattsburgh State University",
|
"Plattsburgh State University",
|
||||||
"Benet Laboratories",
|
"Benet Laboratories",
|
||||||
"Amy Allegretta",
|
"Amy Allegretta",
|
||||||
@ -3498,7 +3500,7 @@ void do_credits(void)
|
|||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"(C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007",
|
"(C) 1999 - 2014",
|
||||||
"Free Software Foundation, Inc.",
|
"Free Software Foundation, Inc.",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
@ -3521,7 +3523,7 @@ void do_credits(void)
|
|||||||
/* credits[15]: 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[15] =
|
credits[16] =
|
||||||
#ifdef ENABLE_UTF8
|
#ifdef ENABLE_UTF8
|
||||||
using_utf8() ? "Florian K\xC3\xB6nig" :
|
using_utf8() ? "Florian K\xC3\xB6nig" :
|
||||||
#endif
|
#endif
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user