diff options
| author | Stefan Monnier | 2014-10-20 21:33:44 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-10-20 21:33:44 -0400 |
| commit | e538605e4cbc504a0481b2aad0eaf7b9529294d3 (patch) | |
| tree | 65765fa6b8847c3040bd98e632dfbb8298449462 /lisp/ChangeLog | |
| parent | eed18bf1fd1162872e196091ab795a773f277e8e (diff) | |
| download | emacs-e538605e4cbc504a0481b2aad0eaf7b9529294d3.tar.gz emacs-e538605e4cbc504a0481b2aad0eaf7b9529294d3.zip | |
* lisp/imenu.el (imenu--menubar-keymap): New var.
(imenu-add-to-menubar): Set it to remember the keymap we used.
(imenu-update-menubar): Use it instead of asking lookup-key.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 448a2e2a752..6e40eab2c18 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * imenu.el (imenu--menubar-keymap): New var. | ||
| 4 | (imenu-add-to-menubar): Set it to remember the keymap we used. | ||
| 5 | (imenu-update-menubar): Use it instead of asking lookup-key. | ||
| 6 | |||
| 3 | * obsolete/cc-compat.el: Make obsolete (bug#18561). | 7 | * obsolete/cc-compat.el: Make obsolete (bug#18561). |
| 4 | 8 | ||
| 5 | * epg-config.el (epg-gpg-program): Don't use absolute names by default. | 9 | * epg-config.el (epg-gpg-program): Don't use absolute names by default. |
| @@ -28,6 +32,13 @@ | |||
| 28 | 32 | ||
| 29 | 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca> | 33 | 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 30 | 34 | ||
| 35 | * mouse.el (mouse--down-1-maybe-follows-link): Remove unused var | ||
| 36 | `this-event'. | ||
| 37 | (mouse-drag-line): Use there's no actual mouse, use the event's | ||
| 38 | position info. | ||
| 39 | |||
| 40 | 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 41 | |||
| 31 | * textmodes/css-mode.el (scss-mode): New major-mode. | 42 | * textmodes/css-mode.el (scss-mode): New major-mode. |
| 32 | (css-mode-syntax-table): Use d style comment, to ease the scss case. | 43 | (css-mode-syntax-table): Use d style comment, to ease the scss case. |
| 33 | (css-ident-re): Allow things like @-moz-keyframes. | 44 | (css-ident-re): Allow things like @-moz-keyframes. |