diff options
| author | Juanma Barranquero | 2004-06-07 21:03:48 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2004-06-07 21:03:48 +0000 |
| commit | 0b0dea7bb759a28e629abe3020e0d5e54b1b691d (patch) | |
| tree | 356f0aef9ca591db66c561eb1f23b55fa8c3ae9b | |
| parent | cca1bedc7f1b853081767f10475aec4d38e3971b (diff) | |
| download | emacs-0b0dea7bb759a28e629abe3020e0d5e54b1b691d.tar.gz emacs-0b0dea7bb759a28e629abe3020e0d5e54b1b691d.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 14 | ||||
| -rw-r--r-- | nt/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
4 files changed, 26 insertions, 1 deletions
| @@ -2043,7 +2043,7 @@ configuration files. | |||
| 2043 | 2043 | ||
| 2044 | * Lisp Changes in Emacs 21.4 | 2044 | * Lisp Changes in Emacs 21.4 |
| 2045 | 2045 | ||
| 2046 | ** The sentinel is now called whan a network process is deleted with | 2046 | ** The sentinel is now called when a network process is deleted with |
| 2047 | delete-process. The status message passed to the sentinel for a | 2047 | delete-process. The status message passed to the sentinel for a |
| 2048 | deleted network process is "deleted". The message passed to the | 2048 | deleted network process is "deleted". The message passed to the |
| 2049 | sentinel when the connection is closed by the remote peer has been | 2049 | sentinel when the connection is closed by the remote peer has been |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fc3eae5e813..95bcab0215f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2004-06-07 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * completion.el (completion-kill-region): Doc fix. | ||
| 4 | |||
| 5 | * format.el (format-insert-annotations) | ||
| 6 | (format-annotate-location): Doc fixes. | ||
| 7 | (format-subtract-regions): Make arguments match their use in | ||
| 8 | docstring. | ||
| 9 | |||
| 10 | * simple.el (kill-region): Doc fix. | ||
| 11 | |||
| 12 | * subr.el (insert-buffer-substring-no-properties) | ||
| 13 | (insert-buffer-substring-as-yank): Doc fixes. | ||
| 14 | |||
| 1 | 2004-06-07 Luc Teirlinck <teirllm@auburn.edu> | 15 | 2004-06-07 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 16 | ||
| 3 | * dired.el (dired-undo): Call `dired-build-subdir-alist'. | 17 | * dired.el (dired-undo): Call `dired-build-subdir-alist'. |
diff --git a/nt/ChangeLog b/nt/ChangeLog index 9091da843cf..77c8305b0e5 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-06-07 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * INSTALL: Clarify paragraph about compatibility between image | ||
| 4 | libraries and builds of Emacs with several compilers. | ||
| 5 | |||
| 1 | 2004-06-06 Juanma Barranquero <lektu@terra.es> | 6 | 2004-06-06 Juanma Barranquero <lektu@terra.es> |
| 2 | 7 | ||
| 3 | * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on | 8 | * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on |
diff --git a/src/ChangeLog b/src/ChangeLog index 583537d889d..d4fc708db9d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2004-06-07 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time) | ||
| 4 | (Fcurrent_time_string, Fcurrent_time_zone) | ||
| 5 | (Finsert_buffer_substring, Ftranspose_regions): Doc fixes. | ||
| 6 | |||
| 1 | 2004-06-07 Miles Bader <miles@gnu.org> | 7 | 2004-06-07 Miles Bader <miles@gnu.org> |
| 2 | 8 | ||
| 3 | * xfaces.c (struct named_merge_point): New type. | 9 | * xfaces.c (struct named_merge_point): New type. |