]> git.wh0rd.org Git - nano.git/commitdiff
split overly long changelog entry
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 15 Jul 2005 00:22:28 +0000 (00:22 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 15 Jul 2005 00:22:28 +0000 (00:22 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2867 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index 97bead029751c1e7565d88f1760934d6b5664f97..8559d4452d4d21692f56632f5e2391c99ea52a10 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,12 +40,13 @@ CVS code -
          color_to_short()), and parse_colors(). (DLR)
        - Change color handling to save only the regex strings
          constantly, and to actually compile them on an as-needed
-         basis.  Also, handle unspecified foreground colors, and don't
-         bother doing complete refreshes of the screen when color
-         support is enabled if there's no regex associated with the
-         current file.  Changes to update_color() (renamed
-         color_update()), thanks_for_all_the_fish(), do_input(), and
-         do_output(). (Brand Huntsman and DLR)
+         basis.  Changes to update_color() (renamed color_update()) and
+         thanks_for_all_the_fish(). (Brand Huntsman and DLR)
+       - Various other color fixes.  Handle unspecified foreground
+         colors properly, and don't bother doing complete refreshes of
+         the screen when color support is enabled if there's no regex
+         associated with the current file.  Changes to do_colorinit()
+         (renamed color_init()), do_input(), and do_output(). (DLR)
 - files.c:
   open_file()
        - Assert that filename isn't NULL, and don't do anything special