diff options
| author | Stefan Monnier | 2011-06-01 12:34:41 -0300 |
|---|---|---|
| committer | Stefan Monnier | 2011-06-01 12:34:41 -0300 |
| commit | fd6fa53f884d35c7fa412b492eaac4500cca2cd6 (patch) | |
| tree | 6f2226f5de5b7e7bd7c3430cff727e09a81abdb9 /lisp/ChangeLog | |
| parent | ec8bd86f04daf51f8a65ed5380975185e16c9e38 (diff) | |
| download | emacs-fd6fa53f884d35c7fa412b492eaac4500cca2cd6.tar.gz emacs-fd6fa53f884d35c7fa412b492eaac4500cca2cd6.zip | |
* lisp/minibuffer.el (minibuffer-inactive-mode-map): New var.
(minibuffer-inactive-mode): New major mode.
* src/minibuf.c (get_minibuffer, read_minibuf_unwind): Call it.
* lisp/mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
the *Messages* buffer" hack.
(mouse-popup-menubar): Don't burp if the event is a normal key.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
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 @@ | |||
| 1 | 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2011-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. |