aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2013-10-02 20:40:08 +0300
committerEli Zaretskii2013-10-02 20:40:08 +0300
commit0a12fca058eb5c56c344a42e3c7235c7e33c4247 (patch)
tree11fc01d15265dd693a00f3dbb6fe09d001182646
parent4b65d539569ff6a13be00e0d75db12b75c8a5266 (diff)
downloademacs-0a12fca058eb5c56c344a42e3c7235c7e33c4247.tar.gz
emacs-0a12fca058eb5c56c344a42e3c7235c7e33c4247.zip
NEWS updated.
-rw-r--r--etc/NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e26d18c93ed..42937210c46 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -65,6 +65,22 @@ To use the old backend by default, do on the command line:
65 65
66* Changes in Emacs 24.4 66* Changes in Emacs 24.4
67 67
68+++
69** Emacs now supports menus on text-mode terminals.
70If the terminal supports a mouse, clicking on the menu bar, or on
71sensitive portions of the mode line or header line, will drop down the
72menu defined at that position. Likewise, clicking C-mouse-2 or
73C-mouse-2 or C-mouse-3 on the text area will pop up the menus defined
74for those locations.
75
76If the text terminal does not support a mouse, you can activate the
77first menu-bar menu by typing F10, which invokes `menu-bar-open'.
78
79If you want the previous behavior, whereby F10 invoked `tmm-menubar',
80customize the option `tty-menu-open-use-tmm' to a non-nil value.
81(Typing M-` will always invoke `tmm-menubar', even if
82`tty-menu-open-use-tmm' is nil.)
83
68** Key ? also describes prefix bindings like C-h. 84** Key ? also describes prefix bindings like C-h.
69 85
70+++ 86+++
@@ -641,6 +657,10 @@ for something (not just adding elements to it), it ought not to affect you.
641 657
642* Lisp Changes in Emacs 24.4 658* Lisp Changes in Emacs 24.4
643 659
660** Functions that pop up menus and dialogs now work on all terminal types.
661This includes `x-popup-menu', `x-popup-dialog', `message-box',
662`yes-or-no-p', etc.
663
644** New bool-vector set operation functions: 664** New bool-vector set operation functions:
645*** `bool-vector-exclusive-or' 665*** `bool-vector-exclusive-or'
646*** `bool-vector-union' 666*** `bool-vector-union'