diff src/ChangeLog @ 65215:c37b7f6542ec

(update_syntax_table): Properly reproduce the special +1 setting of e_property at the end of the buffer when bumping into the INTERVALS_AT_ONCE limit.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 29 Aug 2005 20:49:28 +0000
parents e388d9089476
children ab58be7b1716
line wrap: on
line diff
--- a/src/ChangeLog	Mon Aug 29 20:49:01 2005 +0000
+++ b/src/ChangeLog	Mon Aug 29 20:49:28 2005 +0000
@@ -1,7 +1,17 @@
+2005-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* syntax.c (update_syntax_table): Properly reproduce the special +1
+	setting of e_property at the end of the buffer when bumping into the
+	INTERVALS_AT_ONCE limit.
+
 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
 
 	* emacs.c (USAGE1): Fix the description of the -Q option.
 
+2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* xdisp.c (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM).
+
 2005-08-26  Kim F. Storm  <storm@cua.dk>
 
 	* xdisp.c (resize_mini_window): Fix 2005-08-20 change.
@@ -12,8 +22,8 @@
 	* keyboard.c (kbd_buffer_get_event) [MAC_OS]: Make events for
 	ICONIFY/DEICONIFY_EVENT.
 
-	* macterm.c (mac_copy_area, mac_copy_area_with_mask): Restore
-	background color.
+	* macterm.c (mac_copy_area, mac_copy_area_with_mask):
+	Restore background color.
 	(mac_handle_visibility_change): New function.
 	(x_make_frame_invisible, x_iconify_frame)
 	(XTread_socket) [!USE_CARBON_EVENTS]: Use it.