mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-20 11:33:09 -08:00
hi-lock-mode is now buffer local, use global-hi-lock-mode instead.
This commit is contained in:
parent
cedf175b49
commit
a8514f71b9
1 changed files with 12 additions and 0 deletions
12
etc/NEWS
12
etc/NEWS
|
|
@ -1810,6 +1810,18 @@ boundaries during scrolling.
|
|||
|
||||
* Changes in Specialized Modes and Packages in Emacs 22.1:
|
||||
|
||||
** Changes in Hi Lock:
|
||||
|
||||
+++
|
||||
*** hi-lock-mode now only affects a single buffer, and a new function
|
||||
`global-hi-lock-mode' enables Hi Lock in all buffers. By default, if
|
||||
hi-lock-mode is used in what appears to be the initialization file, a
|
||||
warning message suggests to use global-hi-lock-mode instead. However,
|
||||
if the new variable `hi-lock-archaic-interface-deduce' is non-nil,
|
||||
using hi-lock-mode in an initialization file will turn on Hi Lock in all
|
||||
buffers and no warning will be issued (for compatibility with the
|
||||
behavior in older versions of Emacs).
|
||||
|
||||
** Changes in Allout
|
||||
|
||||
*** Topic cryptography added, enabling easy gpg topic encryption and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue