diff src/ChangeLog @ 93663:959f4471c16e

(last_boundary_buffer, last_boundary_position): New vars. (Fundo_boundary): Set them. (syms_of_undo): Initialize them. (record_point): Use them instead of last_point_position*. (last_undo_buffer): Change type.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 04 Apr 2008 16:59:52 +0000
parents 0e46418a00ea
children c7dd307b0ec5
line wrap: on
line diff
--- a/src/ChangeLog	Fri Apr 04 16:16:23 2008 +0000
+++ b/src/ChangeLog	Fri Apr 04 16:59:52 2008 +0000
@@ -1,7 +1,15 @@
+2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* undo.c (last_boundary_buffer, last_boundary_position): New vars.
+	(Fundo_boundary): Set them.
+	(syms_of_undo): Initialize them.
+	(record_point): Use them instead of last_point_position*.
+	(last_undo_buffer): Change type.
+
 2008-04-04  Jason Rumney  <jasonr@gnu.org>
 
 	* w32uniscribe.c (uniscribe_check_otf): Fix last change.
-	(uniscribe_check_otf): Add GC protection before consing. 
+	(uniscribe_check_otf): Add GC protection before consing.
 	Rearrange loop for counting features.
 
 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
@@ -52,7 +60,7 @@
 	Handle :otf spec for uniscribe backend.
 	(add_font_entity_to_list): Match truetype fonts in uniscribe backend.
 	(fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
-	
+
 	* w32fns.c (Fx_create_frame): Conditionally register uniscribe
 	font backend.
 	(globals_of_w32fns): Initialize uniscribe font backend.