diff options
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 |