aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog9
-rw-r--r--src/ChangeLog4
2 files changed, 12 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ed2aa8031fc..d6c88be6b8c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12005-05-09 Juanma Barranquero <lekktu@gmail.com>
2
3 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
4 `find-file-not-found-hooks'; use `add-hook'.
5 (uncompress-while-visiting): Set `write-file-functions', not
6 `write-file-hooks'; use `add-hook'.
7
12005-05-09 Kim F. Storm <storm@cua.dk> 82005-05-09 Kim F. Storm <storm@cua.dk>
2 9
3 * emulation/cua-base.el (cua-copy-region, cua-cut-region) 10 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
@@ -36,7 +43,7 @@
36 * international/mule.el (sgml-xml-auto-coding-function): Recognize 43 * international/mule.el (sgml-xml-auto-coding-function): Recognize
37 encoding='FOO' in single quotes as well as in double quotes. 44 encoding='FOO' in single quotes as well as in double quotes.
38 45
392005-05-07 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 462005-05-07 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>
40 47
41 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare' 48 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
42 as well as `interactive', so that defmacro* would recognize 49 as well as `interactive', so that defmacro* would recognize
diff --git a/src/ChangeLog b/src/ChangeLog
index f9c2608cf34..a8e248a1718 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12005-05-09 Juanma Barranquero <lekktu@gmail.com> 12005-05-09 Juanma Barranquero <lekktu@gmail.com>
2 2
3 * fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file)
4 (Fmake_symbolic_link, Faccess_file, Frecent_auto_save_p):
5 Doc fixes.
6
3 * dired.c (Ffile_name_completion): Make argument name 7 * dired.c (Ffile_name_completion): Make argument name
4 match its use in docstring. 8 match its use in docstring.
5 9