split overly long changelog entry

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2867 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-07-15 00:22:28 +00:00
parent 8f948fa1eb
commit a74f2f8618
1 changed files with 7 additions and 6 deletions

View File

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