changeset 37951:07263f7795e2

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 31 May 2001 01:44:47 +0000
parents f01f454ea6bf
children 4192225498c7
files src/ChangeLog
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <monnier@cs.yale.edu>
+
+	* buffer.c (copy_overlays): Make ENABLE_CHECKING happy.
+
 2001-05-30  Gerd Moellmann  <gerd@gnu.org>
 
 	* xfns.c (enum image_value_type): New enumerator
@@ -24,7 +28,7 @@
 
 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
 
-	* 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  <fx@gnu.org>