diff options
| author | Chong Yidong | 2010-01-09 17:32:47 -0500 |
|---|---|---|
| committer | Chong Yidong | 2010-01-09 17:32:47 -0500 |
| commit | e398c61cb14ef89632fa28fe97b98c71695d6ccc (patch) | |
| tree | 9d0188c11c4277105eda2b82be4dcc335fd8b4fc /src/ChangeLog | |
| parent | 4d9bbfa616fb135ff54a63fcd965923d48ca64f1 (diff) | |
| download | emacs-e398c61cb14ef89632fa28fe97b98c71695d6ccc.tar.gz emacs-e398c61cb14ef89632fa28fe97b98c71695d6ccc.zip | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5b69f08c733..60ea0cf622c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2010-01-09 Chong Yidong <cyd@stupidchicken.com> | 1 | 2010-01-09 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * intervals.h, textprop.c (extend_property_ranges): Return value | ||
| 4 | and args changed. Discard properties that begin at or after the | ||
| 5 | new end (Bug#5306). | ||
| 6 | |||
| 7 | * editfns.c (Fformat): Caller changed. | ||
| 8 | |||
| 3 | * nsterm.m (ns_set_default_prefs): Delete function. | 9 | * nsterm.m (ns_set_default_prefs): Delete function. |
| 4 | (syms_of_nsterm): Initialize ns_command_modifier, | 10 | (syms_of_nsterm): Initialize ns_command_modifier, |
| 5 | ns_control_modifier, ns_function_modifier, ns_antialias_text, and | 11 | ns_control_modifier, ns_function_modifier, ns_antialias_text, and |