aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2020-03-27 11:02:32 +0100
committerMichael Albinus2020-03-27 11:02:32 +0100
commite4f8098b9e6e1a0b310cb64f73d39d2b0d3d9f2f (patch)
tree0fbaa473fd285270c9e46ead6186e1ed7b2ec6c1
parentac242ed3843e127c1e2e506ecfd1a4552a2a8c44 (diff)
downloademacs-e4f8098b9e6e1a0b310cb64f73d39d2b0d3d9f2f.tar.gz
emacs-e4f8098b9e6e1a0b310cb64f73d39d2b0d3d9f2f.zip
; * etc/NEWS: Fix typos.
-rw-r--r--etc/NEWS52
1 files changed, 27 insertions, 25 deletions
diff --git a/etc/NEWS b/etc/NEWS
index aafb2081806..49b7fcd8c21 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -38,7 +38,7 @@ when using Cairo. Use 'ftcrhb' if your Emacs was built with HarfBuzz
38text shaping support, and 'ftcr' otherwise. You can determine this by 38text shaping support, and 'ftcr' otherwise. You can determine this by
39checking 'system-configuration-features'. The 'ftcr' backend will 39checking 'system-configuration-features'. The 'ftcr' backend will
40still be available when HarfBuzz is supported, but will not be used by 40still be available when HarfBuzz is supported, but will not be used by
41default. We strongly recommend building with HarBuzz support. 'x' is 41default. We strongly recommend building with HarBuzz support. 'x' is
42still a valid backend. 42still a valid backend.
43 43
44--- 44---
@@ -64,9 +64,9 @@ It was declared obsolete in Emacs 27.1.
64 64
65* Changes in Emacs 28.1 65* Changes in Emacs 28.1
66 66
67** Support for '(box . SIZE)' cursor-type. 67** Support for '(box . SIZE)' 'cursor-type'.
68By default, 'box' cursor always has a filled box shape. But if you 68By default, 'box' cursor always has a filled box shape. But if you
69specify cursor-type to be '(box . SIZE)', the cursor becomes a hollow 69specify 'cursor-type' to be '(box . SIZE)', the cursor becomes a hollow
70box if the point is on an image larger than 'SIZE' pixels in any 70box if the point is on an image larger than 'SIZE' pixels in any
71dimension. 71dimension.
72 72
@@ -97,28 +97,29 @@ shows equivalent key bindings for all commands that have them.
97* Changes in Specialized Modes and Packages in Emacs 28.1 97* Changes in Specialized Modes and Packages in Emacs 28.1
98 98
99** Emacs-Lisp mode 99** Emacs-Lisp mode
100
100*** The mode-line now indicates whether we're using lexical or dynamic scoping. 101*** The mode-line now indicates whether we're using lexical or dynamic scoping.
101 102
102** Dired 103** Dired
103 104
104*** New option 'dired-mark-region' affects all Dired commands that mark files. 105*** New user option 'dired-mark-region' affects all Dired commands
105When non-nil and the region is active in Transient Mark mode, 106that mark files. When non-nil and the region is active in Transient
106then Dired commands operate only on files in the active region. 107Mark mode, then Dired commands operate only on files in the active
107The values 'file' and 'line' of this option define the details of 108region. The values 'file' and 'line' of this user option define the
108marking the file at the end of the region. 109details of marking the file at the end of the region.
109 110
110*** State changing VC operations are supported in dired-mode on files 111*** State changing VC operations are supported in 'dired-mode' on files
111(but still not on directories). 112(but still not on directories).
112 113
113** Gnus 114** Gnus
114 115
115--- 116---
116*** Change to default value of 'message-draft-headers' option. 117*** Change to default value of 'message-draft-headers' user option.
117The Date header has been removed from the default value, meaning that 118The 'Date' symbol has been removed from the default value, meaning that
118draft or delayed messages will get a Date reflecting when the message 119draft or delayed messages will get a date reflecting when the message
119was sent. To restore the original behavior of dating a message 120was sent. To restore the original behavior of dating a message
120from when it is first saved or delayed, add the symbol 'Date back to 121from when it is first saved or delayed, add the symbol 'Date' back to
121this option. 122this user option.
122 123
123** Help 124** Help
124 125
@@ -152,8 +153,8 @@ doc string functions. This makes the results of all doc string
152functions accessible to the user through the existing single function hook 153functions accessible to the user through the existing single function hook
153'eldoc-documentation-function'. 154'eldoc-documentation-function'.
154 155
155*** 'eldoc-documentation-function' is now a custom variable. 156*** 'eldoc-documentation-function' is now a user option.
156Modes should use the new hook instead of this variable to register 157Modes should use the new hook instead of this user option to register
157their backends. 158their backends.
158 159
159** Tramp 160** Tramp
@@ -175,6 +176,7 @@ effect.
175*** Pcase 'map' pattern added keyword symbols abbreviation. 176*** Pcase 'map' pattern added keyword symbols abbreviation.
176A pattern like '(map :sym)' binds the map's value for ':sym' to 'sym', 177A pattern like '(map :sym)' binds the map's value for ':sym' to 'sym',
177equivalent to '(map (:sym sym))'. 178equivalent to '(map (:sym sym))'.
179
178** Package 180** Package
179 181
180+++ 182+++
@@ -196,22 +198,22 @@ key binding
196*** gdb-mi can now store and restore window configurations. 198*** gdb-mi can now store and restore window configurations.
197Use 'gdb-save-window-configuration' to save window configuration to a 199Use 'gdb-save-window-configuration' to save window configuration to a
198file and 'gdb-load-window-configuration' to load from a file. These 200file and 'gdb-load-window-configuration' to load from a file. These
199commands can also be accessed through the menu bar under Gud -- 201commands can also be accessed through the menu bar under 'Gud --
200GDB-Windows. 'gdb-default-window-configuration-file', when non-nil, 202GDB-Windows'. 'gdb-default-window-configuration-file', when non-nil,
201is loaded when GDB starts up. 203is loaded when GDB starts up.
202 204
203+++ 205+++
204*** gdb-mi can now restore window configuration after quit. 206*** gdb-mi can now restore window configuration after quit.
205Set 'gdb-restore-window-configuration-after-quit' to non-nil and Emacs 207Set 'gdb-restore-window-configuration-after-quit' to non-nil and Emacs
206will remember the window configuration before GDB started and restore 208will remember the window configuration before GDB started and restore
207it after GDB quits. A toggle button is also provided under Gud -- 209it after GDB quits. A toggle button is also provided under 'Gud --
208GDB-Windows. 210GDB-Windows'.
209 211
210** Gravatar 212** Gravatar
211 213
212--- 214---
213*** New user option 'gravatar-service' for host to query for gravatars. 215*** New user option 'gravatar-service' for host to query for gravatars.
214Defaults to Libravatar, with Unicornify and Gravatar as options. 216Defaults to 'libravatar', with 'unicornify' and 'gravatar' as options.
215 217
216** Compilation mode 218** Compilation mode
217 219
@@ -225,11 +227,11 @@ for case-insensitive matching of messages.
225 227
226* Incompatible Editing Changes in Emacs 28.1 228* Incompatible Editing Changes in Emacs 28.1
227 229
228** In nroff mode, 'center-line' is now bound to 'M-o M-s'. 230** In 'nroff-mode', 'center-line' is now bound to 'M-o M-s'.
229The original key binding was 'M-s', which interfered with I-search, 231The original key binding was 'M-s', which interfered with I-search,
230since the latter uses 'M-s' as a prefix key of the search prefix map. 232since the latter uses 'M-s' as a prefix key of the search prefix map.
231 233
232** vc-print-branch-log shows the change log for BRANCH from its root 234** 'vc-print-branch-log' shows the change log for BRANCH from its root
233directory instead of the default directory. 235directory instead of the default directory.
234 236
235 237
@@ -261,7 +263,7 @@ This is no longer supported, and setting this variable has no effect.
261 263
262* Lisp Changes in Emacs 28.1 264* Lisp Changes in Emacs 28.1
263 265
264** New macro 'dlet' to dynamically bind variables 266** New macro 'dlet' to dynamically bind variables.
265 267
266** The variable 'force-new-style-backquotes' has been removed. 268** The variable 'force-new-style-backquotes' has been removed.
267This removes the final remaining trace of old-style backquotes. 269This removes the final remaining trace of old-style backquotes.