diff src/ChangeLog @ 106780:85fd976607be

Fix bounds checking for text properties in `format' (Bug#5306). * intervals.h, textprop.c (extend_property_ranges): Return value and args changed. Discard properties that begin at or after the new end (Bug#5306). * editfns.c (Fformat): Caller changed.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 09 Jan 2010 17:32:47 -0500
parents 7a2c06c2f19c
children cf03cdb87fff
line wrap: on
line diff
--- a/src/ChangeLog	Sat Jan 09 16:14:50 2010 -0500
+++ b/src/ChangeLog	Sat Jan 09 17:32:47 2010 -0500
@@ -1,5 +1,11 @@
 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
 
+	* intervals.h, textprop.c (extend_property_ranges): Return value
+	and args changed.  Discard properties that begin at or after the
+	new end (Bug#5306).
+
+	* editfns.c (Fformat): Caller changed.
+
 	* nsterm.m (ns_set_default_prefs): Delete function.
 	(syms_of_nsterm): Initialize ns_command_modifier,
 	ns_control_modifier, ns_function_modifier, ns_antialias_text, and