Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0a12fca0
Commit
0a12fca0
authored
Oct 02, 2013
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NEWS updated.
parent
4b65d539
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
etc/NEWS
etc/NEWS
+20
-0
No files found.
etc/NEWS
View file @
0a12fca0
...
...
@@ -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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment