aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2004-06-07 21:03:48 +0000
committerJuanma Barranquero2004-06-07 21:03:48 +0000
commit0b0dea7bb759a28e629abe3020e0d5e54b1b691d (patch)
tree356f0aef9ca591db66c561eb1f23b55fa8c3ae9b
parentcca1bedc7f1b853081767f10475aec4d38e3971b (diff)
downloademacs-0b0dea7bb759a28e629abe3020e0d5e54b1b691d.tar.gz
emacs-0b0dea7bb759a28e629abe3020e0d5e54b1b691d.zip
*** empty log message ***
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/ChangeLog14
-rw-r--r--nt/ChangeLog5
-rw-r--r--src/ChangeLog6
4 files changed, 26 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e71562a0cdd..a9959b189f2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
2047delete-process. The status message passed to the sentinel for a 2047delete-process. The status message passed to the sentinel for a
2048deleted network process is "deleted". The message passed to the 2048deleted network process is "deleted". The message passed to the
2049sentinel when the connection is closed by the remote peer has been 2049sentinel 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 @@
12004-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
12004-06-07 Luc Teirlinck <teirllm@auburn.edu> 152004-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 @@
12004-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
12004-06-06 Juanma Barranquero <lektu@terra.es> 62004-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 @@
12004-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
12004-06-07 Miles Bader <miles@gnu.org> 72004-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.