diff --git a/ChangeLog b/ChangeLog index b92608b4..75bdfe8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ * src/winio.c (do_credits): Remove the names of past translators from the Easter-egg scroll. * THANKS: Add a missing historical translator name. + * src/winio.c (do_credits): Add Mark to the scroll, for all his + undo work, colouring nano's interface, and other patches. 2014-11-30 Benno Schulenberg * doc/syntax/spec.nanorc: Colorize %pretrans and %posttrans fully. diff --git a/src/winio.c b/src/winio.c index 7a5fb375..8baff66b 100644 --- a/src/winio.c +++ b/src/winio.c @@ -3435,7 +3435,7 @@ void do_replace_highlight(bool highlight, const char *word) } #ifndef DISABLE_EXTRA -#define CREDIT_LEN 52 +#define CREDIT_LEN 53 #define XLCREDIT_LEN 8 /* Easter egg: Display credits. Assume nodelay(edit) and scrollok(edit) @@ -3458,6 +3458,7 @@ void do_credits(void) "Rocco Corsi", "David Lawrence Ramsey", "David Benbennick", + "Mark Majeres", "Mike Frysinger", "Benno Schulenberg", "Ken Tyler",