aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog9
1 files changed, 8 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