aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2008-03-11 22:02:46 +0000
committerStefan Monnier2008-03-11 22:02:46 +0000
commit94e73757523d97f0f068fa2f3e10e6a34fc7b2a6 (patch)
tree21d215741060991d644c2ed7124641e97d3956c5 /lisp/ChangeLog
parent38a79e33151c1d81207a24339150e49a5658cb25 (diff)
downloademacs-94e73757523d97f0f068fa2f3e10e6a34fc7b2a6.tar.gz
emacs-94e73757523d97f0f068fa2f3e10e6a34fc7b2a6.zip
(minibuffer-local-map): Use the same command for the "Quit" menu as used for
the C-g key, so the shortcut displayed is C-g. Prefer RET over C-j for exit-minibuffer.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1eaad1f0061..fbf76180037 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12008-03-11 Stefan Monnier <monnier@iro.umontreal.ca> 12008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * menu-bar.el (minibuffer-local-map): Use the same command for the
4 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
5 Prefer RET over C-j for exit-minibuffer.
6
3 * files.el (display-buffer-other-frame): Eliminate problematic code. 7 * files.el (display-buffer-other-frame): Eliminate problematic code.
4 8
5 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove. 9 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.