* new linter functionality. rcfile option "linter"
* src/global.c (shortcut_init) - Actually free the sclist
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>
* doc/syntax/*.nanorc - Comment and punctuation tweaks.
}
#ifdef NANO_EXTRA
-#define CREDIT_LEN 55
+#define CREDIT_LEN 57
#define XLCREDIT_LEN 8
/* Easter egg: Display credits. Assume nodelay(edit) and scrollok(edit)
"David Lawrence Ramsey",
"David Benbennick",
"Mike Frysinger",
+ "Benno Schulenberg",
"Ken Tyler",
"Sven Guckes",
- NULL, /* credits[15], handled below. */
+ NULL, /* credits[16], handled below. */
"Pauli Virtanen",
"Daniele Medri",
"Clement Laforet",
"Albert Chin",
"",
NULL, /* "Special thanks to:" */
+ "Monique, Brielle & Joseph",
"Plattsburgh State University",
"Benet Laboratories",
"Amy Allegretta",
"",
"",
"",
- "(C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007",
+ "(C) 1999 - 2014",
"Free Software Foundation, Inc.",
"",
"",
/* 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[15] =
+ credits[16] =
#ifdef ENABLE_UTF8
using_utf8() ? "Florian K\xC3\xB6nig" :
#endif