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 /src/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 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 618a1819c19..a59b8740094 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * minibuf.c (get_minibuffer, read_minibuf_unwind): | ||
| 4 | Call minibuffer-inactive-mode. | ||
| 5 | |||
| 1 | 2011-05-31 Juanma Barranquero <lekktu@gmail.com> | 6 | 2011-05-31 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * makefile.w32-in ($(BLD)/data.$(O), $(BLD)/editfns.$(O)): | 8 | * makefile.w32-in ($(BLD)/data.$(O), $(BLD)/editfns.$(O)): |
| @@ -181,7 +186,7 @@ | |||
| 181 | 186 | ||
| 182 | merge count_size_as_multibyte, parse_str_to_multibyte | 187 | merge count_size_as_multibyte, parse_str_to_multibyte |
| 183 | * character.c, character.h (count_size_as_multibyte): | 188 | * character.c, character.h (count_size_as_multibyte): |
| 184 | Renamed from parse_str_to_multibyte; all uses changed. | 189 | Rename from parse_str_to_multibyte; all uses changed. |
| 185 | Check for integer overflow. | 190 | Check for integer overflow. |
| 186 | * insdel.c, lisp.h (count_size_as_multibyte): Remove, | 191 | * insdel.c, lisp.h (count_size_as_multibyte): Remove, |
| 187 | since it's now a duplicate of the other. This is more of | 192 | since it's now a duplicate of the other. This is more of |