aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4b2a1751813..2ec54b36d1d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
12011-06-01 Stefan Monnier <monnier@iro.umontreal.ca> 12011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * minibuffer.el (minibuffer-inactive-mode-map): New var.
4 (minibuffer-inactive-mode): New major mode.
5 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
6 the *Messages* buffer" hack.
7 (mouse-popup-menubar): Don't burp if the event is a normal key.
8
3 Miscellaneous tweaks. 9 Miscellaneous tweaks.
4 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for 10 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
5 lexical scoping as in subr.el's dolist and dotimes. 11 lexical scoping as in subr.el's dolist and dotimes.