aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKim F. Storm2005-11-30 00:04:34 +0000
committerKim F. Storm2005-11-30 00:04:34 +0000
commit4269a2fd77bc80b11caacb55f7a101fc1cb21bdd (patch)
tree3d5328304da0ece4b51ba98590373830cf1b1dc6 /lisp
parentc0e4cc19874341e454dcbbe6ecad74984babe832 (diff)
downloademacs-4269a2fd77bc80b11caacb55f7a101fc1cb21bdd.tar.gz
emacs-4269a2fd77bc80b11caacb55f7a101fc1cb21bdd.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 704b8581364..b95bd692f8f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12005-11-30 Kim F. Storm <storm@cua.dk> 12005-11-30 Kim F. Storm <storm@cua.dk>
2 2
3 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
4 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
5 after revert-buffer (or anything else which kills all local variables).
6
3 * apropos.el (apropos-parse-pattern): Doc fix. 7 * apropos.el (apropos-parse-pattern): Doc fix.
4 Set apropos-regexp directly, rather than expecting callers to do so. 8 Set apropos-regexp directly, rather than expecting callers to do so.
5 (apropos-command, apropos, apropos-value, apropos-documentation): 9 (apropos-command, apropos, apropos-value, apropos-documentation):