; * etc/NEWS: Move some Lisp items to better place.
This commit is contained in:
parent
bf7db88ce1
commit
c95066bf18
1 changed files with 8 additions and 10 deletions
18
etc/NEWS
18
etc/NEWS
|
@ -738,16 +738,6 @@ This can now be entered using 'C-x 8 E' in addition to the existing
|
||||||
|
|
||||||
* Changes in Specialized Modes and Packages in Emacs 30.1
|
* Changes in Specialized Modes and Packages in Emacs 30.1
|
||||||
|
|
||||||
---
|
|
||||||
** Trace
|
|
||||||
In batch mode, tracing now sends the trace to stdout.
|
|
||||||
|
|
||||||
** Xterm Mouse mode
|
|
||||||
This mode now emits 'wheel-up/down/right/left' events instead of
|
|
||||||
'mouse-4/5/6/7' events for the mouse wheel.
|
|
||||||
It uses the new variable 'mouse-wheel-buttons' to decide which button
|
|
||||||
maps to which wheel event (if any).
|
|
||||||
|
|
||||||
** Outline mode
|
** Outline mode
|
||||||
|
|
||||||
*** New commands to show/hide outlines by regexp.
|
*** New commands to show/hide outlines by regexp.
|
||||||
|
@ -2264,6 +2254,14 @@ to specify the 'mouse-4/5/6/7' events that might still happen to be
|
||||||
generated by some old packages (or if 'mouse-wheel-buttons' has been set
|
generated by some old packages (or if 'mouse-wheel-buttons' has been set
|
||||||
to nil).
|
to nil).
|
||||||
|
|
||||||
|
** Xterm Mouse mode now emits 'wheel-up/down/right/left' events.
|
||||||
|
This is instead of 'mouse-4/5/6/7' events for the mouse wheel. It uses
|
||||||
|
the new variable 'mouse-wheel-buttons' to decide which button maps to
|
||||||
|
which wheel event (if any).
|
||||||
|
|
||||||
|
---
|
||||||
|
** In batch mode, tracing now sends the trace to stdout.
|
||||||
|
|
||||||
+++
|
+++
|
||||||
** New hook 'hack-dir-local-get-variables-functions'.
|
** New hook 'hack-dir-local-get-variables-functions'.
|
||||||
This can be used to provide support for other directory-local settings
|
This can be used to provide support for other directory-local settings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue