]> git.wh0rd.org Git - nano.git/commitdiff
cosmetic fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 28 Jun 2005 14:59:38 +0000 (14:59 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 28 Jun 2005 14:59:38 +0000 (14:59 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2785 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/winio.c

index dddcfe69656fd36d80ee4d204d83486b5885e016..885d567df4ceb97fb5ff9be3b86581174228d366 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -128,10 +128,9 @@ CVS code -
          (DLR, initial problem with parse_line_column() found by Mike
          Frysinger)
        - Rework the credits handling to display Florian König's name
-         properly whether we're in a UTF-8 locale or not.  This
-         requires a minor hack, but it's better than requiring a
-         massive function that we only use once.  Changes to
-         do_credits(); removal of make_valid_mbstring(). (DLR)
+         properly whether we're in a UTF-8 locale or not, and without
+         requiring a massive function that we only use once.  Changes
+         to do_credits(); removal of make_valid_mbstring(). (DLR)
 - chars.c:
   make_mbstring()
        - Change erroneous ENABLE_EXTRA #ifdef to NANO_EXTRA to fix a
index 336f5792806c18637d7ad73adf108406fd057c6e..40d2b7b817c8eb57ea24a0472000f03d75e6c940 100644 (file)
@@ -4146,8 +4146,8 @@ void do_credits(void)
        N_("Thank you for using nano!")
     };
 
-    /* credits[14]: Use a minor hack to make sure this name is displayed
-     * properly, since we can't dynamically assign it above. */
+    /* credits[14]: Make sure this name is displayed properly, since we
+     * can't dynamically assign it above. */
     credits[14] =
 #ifdef NANO_WIDE
         ISSET(USE_UTF8) ? "Florian K\xC3\xB6nig" :