; * etc/NEWS: Some copy edits.
This commit is contained in:
parent
34eb99d7ba
commit
d3c99b6b6b
1 changed files with 16 additions and 17 deletions
33
etc/NEWS
33
etc/NEWS
|
@ -86,13 +86,13 @@ useful on systems such as FreeBSD which ships only with "etc/termcap".
|
|||
* Changes in Emacs 28.1
|
||||
|
||||
+++
|
||||
*** A new system for displaying documentation for groups of function is added.
|
||||
** New system for displaying documentation for groups of function.
|
||||
This can either be used by saying 'M-x shortdoc-display-group' and
|
||||
choosing a group, or clicking a button in the *Help* buffers when
|
||||
looking at the doc string of a function that belongs to one of these
|
||||
groups.
|
||||
|
||||
*** New var 'redisplay-skip-initial-frame' to enable batch redisplay tests.
|
||||
** New var 'redisplay-skip-initial-frame' to enable batch redisplay tests.
|
||||
Setting it to nil forces the redisplay to do its job even in the
|
||||
initial frame used in batch mode.
|
||||
|
||||
|
@ -104,7 +104,7 @@ sequences necessary to render faces with the 'strike-through'
|
|||
attribute on TTY frames.
|
||||
|
||||
+++
|
||||
*** Emacs now defaults to UTF-8 instead of ISO-8859-1.
|
||||
** Emacs now defaults to UTF-8 instead of ISO-8859-1.
|
||||
This is only for the default, where the user has set no 'LANG' (or
|
||||
similar) variable or environment. This change should lead to no
|
||||
user-visible changes for normal usage.
|
||||
|
@ -163,13 +163,6 @@ your init file:
|
|||
(setq frame-title-format '(multiple-frames "%b"
|
||||
("" invocation-name "@" system-name)))
|
||||
|
||||
** recentf
|
||||
|
||||
---
|
||||
*** 'recentf-auto-cleanup' time string now repeats.
|
||||
When 'recentf-auto-cleanup' is set to a time string, it now repeats
|
||||
every day, rather than only running once after the mode is turned on.
|
||||
|
||||
|
||||
* Editing Changes in Emacs 28.1
|
||||
|
||||
|
@ -213,11 +206,6 @@ buffer to be able to move point to the inaccessible portion.
|
|||
** When 'suggest-key-bindings' is non-nil, the completion list of 'M-x'
|
||||
shows equivalent key bindings for all commands that have them.
|
||||
|
||||
---
|
||||
** Movement commands in 'gomoku-mode' are fixed.
|
||||
'gomoku-move-sw' and 'gomoku-move-ne' now work correctly, and
|
||||
horizontal movements now stop at the edge of the board.
|
||||
|
||||
** Autosaving via 'auto-save-visited-mode' can now be inhibited by
|
||||
setting the variable 'auto-save-visited-mode' buffer-locally to nil.
|
||||
|
||||
|
@ -1126,9 +1114,15 @@ custom rules, see the variables 'bug-reference-setup-from-vc-alist',
|
|||
It's bound to the 'C-c C-c f' keystroke, and prompts for a local file
|
||||
name.
|
||||
|
||||
---
|
||||
** Recentf
|
||||
The recentf files are no longer backed up.
|
||||
|
||||
---
|
||||
*** The recentf files are no longer backed up.
|
||||
|
||||
---
|
||||
*** 'recentf-auto-cleanup' time string now repeats.
|
||||
When 'recentf-auto-cleanup' is set to a time string, it now repeats
|
||||
every day, rather than only running once after the mode is turned on.
|
||||
|
||||
** Calc
|
||||
|
||||
|
@ -1315,6 +1309,11 @@ never be narrower than 19 characters.
|
|||
When the bookmark.el library is loaded, a customize choice is added
|
||||
to 'tab-bar-new-tab-choice' for new tabs to show the bookmark list.
|
||||
|
||||
---
|
||||
*** Movement commands in 'gomoku-mode' are fixed.
|
||||
'gomoku-move-sw' and 'gomoku-move-ne' now work correctly, and
|
||||
horizontal movements now stop at the edge of the board.
|
||||
|
||||
** xwidget-webkit mode
|
||||
|
||||
*** New xwidget commands.
|
||||
|
|
Loading…
Add table
Reference in a new issue