diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-10-02 20:40:08 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-10-02 20:40:08 +0300 |
commit | 0a12fca058eb5c56c344a42e3c7235c7e33c4247 (patch) | |
tree | 11fc01d15265dd693a00f3dbb6fe09d001182646 /etc | |
parent | 4b65d539569ff6a13be00e0d75db12b75c8a5266 (diff) | |
download | emacs-0a12fca058eb5c56c344a42e3c7235c7e33c4247.tar.gz |
NEWS updated.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -65,6 +65,22 @@ To use the old backend by default, do on the command line: * Changes in Emacs 24.4 ++++ +** Emacs now supports menus on text-mode terminals. +If the terminal supports a mouse, clicking on the menu bar, or on +sensitive portions of the mode line or header line, will drop down the +menu defined at that position. Likewise, clicking C-mouse-2 or +C-mouse-2 or C-mouse-3 on the text area will pop up the menus defined +for those locations. + +If the text terminal does not support a mouse, you can activate the +first menu-bar menu by typing F10, which invokes `menu-bar-open'. + +If you want the previous behavior, whereby F10 invoked `tmm-menubar', +customize the option `tty-menu-open-use-tmm' to a non-nil value. +(Typing M-` will always invoke `tmm-menubar', even if +`tty-menu-open-use-tmm' is nil.) + ** Key ? also describes prefix bindings like C-h. +++ @@ -641,6 +657,10 @@ for something (not just adding elements to it), it ought not to affect you. * Lisp Changes in Emacs 24.4 +** Functions that pop up menus and dialogs now work on all terminal types. +This includes `x-popup-menu', `x-popup-dialog', `message-box', +`yes-or-no-p', etc. + ** New bool-vector set operation functions: *** `bool-vector-exclusive-or' *** `bool-vector-union' |