aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2006-01-02 03:38:43 +0000
committerRichard M. Stallman2006-01-02 03:38:43 +0000
commit107736a270f800eb8cf383dfd677922002c235eb (patch)
treeee651355eef362f90671642c5b28e512a36882e5 /lisp/ChangeLog
parentd49ed7d4bc39227447297f960f497f1b51552cec (diff)
downloademacs-107736a270f800eb8cf383dfd677922002c235eb.tar.gz
emacs-107736a270f800eb8cf383dfd677922002c235eb.zip
(Custom-set, Custom-save): Ask for confirmation.
(Custom-reset-current, Custom-reset-saved): Likewise. (Custom-reset-standard): Likewise. (custom-mode): Doc fix, describing those commands.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2e187fed24b..b254c481a12 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12006-01-01 Richard M. Stallman <rms@gnu.org> 12006-01-01 Richard M. Stallman <rms@gnu.org>
2 2
3 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4 (Custom-reset-current, Custom-reset-saved): Likewise.
5 (Custom-reset-standard): Likewise.
6 (custom-mode): Doc fix, describing those commands.
7
3 * mouse.el (mouse-drag-region-1): When following link via mouse-2, 8 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4 put on event-kind property. 9 put on event-kind property.
5 10