# HG changeset patch # User Stefan Monnier # Date 991273487 0 # Node ID 07263f7795e23c1f2fc017014bfd1dc78ffaaa36 # Parent f01f454ea6bf13ea20a62104e31f2c2f5b21e335 *** empty log message *** diff -r f01f454ea6bf -r 07263f7795e2 src/ChangeLog --- a/src/ChangeLog Thu May 31 01:44:32 2001 +0000 +++ b/src/ChangeLog Thu May 31 01:44:47 2001 +0000 @@ -1,3 +1,7 @@ +2001-05-30 Stefan Monnier + + * buffer.c (copy_overlays): Make ENABLE_CHECKING happy. + 2001-05-30 Gerd Moellmann * xfns.c (enum image_value_type): New enumerator @@ -24,7 +28,7 @@ 2001-05-28 Gerd Moellmann - * xmenu.c (xmenu_show) [!HAVE_MULTILINGUAL_MENU]: Don't overwrite + * xmenu.c (xmenu_show) [!HAVE_MULTILINGUAL_MENU]: Don't overwrite an item's name with its key description in case the description is a multibyte string. @@ -56,7 +60,7 @@ * xfns.c (x_set_foreground_color): Change frame's cursor_pixel only if it's equal to the former foreground pixel color. - (x_set_foreground_color, x_set_background_color) + (x_set_foreground_color, x_set_background_color) (x_set_mouse_color, x_set_cursor_color): Cleaned up. 2001-05-16 Dave Love