diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2b65d7d5491..0fa8e8f1754 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2004-12-27 Richard M. Stallman <rms@gnu.org> | 1 | 2004-12-27 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * buffer.c (Fbuffer_disable_undo): Deleted (moved to simple.el). | ||
| 4 | (syms_of_buffer): Don't defsubr it. | ||
| 5 | |||
| 6 | * process.c (list_processes_1): Set undo_list instead | ||
| 7 | of calling Fbuffer_disable_undo. | ||
| 8 | |||
| 3 | * xdisp.c (single_display_spec_string_p): Renamed from | 9 | * xdisp.c (single_display_spec_string_p): Renamed from |
| 4 | single_display_prop_string_p. | 10 | single_display_prop_string_p. |
| 5 | (single_display_spec_intangible_p): Renamed from | 11 | (single_display_spec_intangible_p): Renamed from |