diff options
| author | Richard M. Stallman | 2004-12-27 16:54:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-12-27 16:54:00 +0000 |
| commit | ebbd14f151c64ca91496aa01adbb333af1b75064 (patch) | |
| tree | 4fc8e25eb80f30f57fcd4505a1da5aa9383a1b70 | |
| parent | 82c59a6b1cf57c9facaa0c726560898da01ae216 (diff) | |
| download | emacs-ebbd14f151c64ca91496aa01adbb333af1b75064.tar.gz emacs-ebbd14f151c64ca91496aa01adbb333af1b75064.zip | |
*** empty log message ***
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 247309624de..2b08c2a992a 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-12-27 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * loading.texi (Where Defined): New node. | ||
| 4 | (Unloading): load-history moved to Where Defined. | ||
| 5 | |||
| 1 | 2004-12-21 Richard M. Stallman <rms@gnu.org> | 6 | 2004-12-21 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * commands.texi (Event Input Misc): Add while-no-input. | 8 | * commands.texi (Event Input Misc): Add while-no-input. |
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 |