diff options
| author | Michael Albinus | 2020-03-27 11:02:32 +0100 |
|---|---|---|
| committer | Michael Albinus | 2020-03-27 11:02:32 +0100 |
| commit | e4f8098b9e6e1a0b310cb64f73d39d2b0d3d9f2f (patch) | |
| tree | 0fbaa473fd285270c9e46ead6186e1ed7b2ec6c1 | |
| parent | ac242ed3843e127c1e2e506ecfd1a4552a2a8c44 (diff) | |
| download | emacs-e4f8098b9e6e1a0b310cb64f73d39d2b0d3d9f2f.tar.gz emacs-e4f8098b9e6e1a0b310cb64f73d39d2b0d3d9f2f.zip | |
; * etc/NEWS: Fix typos.
| -rw-r--r-- | etc/NEWS | 52 |
1 files changed, 27 insertions, 25 deletions
| @@ -38,7 +38,7 @@ when using Cairo. Use 'ftcrhb' if your Emacs was built with HarfBuzz | |||
| 38 | text shaping support, and 'ftcr' otherwise. You can determine this by | 38 | text shaping support, and 'ftcr' otherwise. You can determine this by |
| 39 | checking 'system-configuration-features'. The 'ftcr' backend will | 39 | checking 'system-configuration-features'. The 'ftcr' backend will |
| 40 | still be available when HarfBuzz is supported, but will not be used by | 40 | still be available when HarfBuzz is supported, but will not be used by |
| 41 | default. We strongly recommend building with HarBuzz support. 'x' is | 41 | default. We strongly recommend building with HarBuzz support. 'x' is |
| 42 | still a valid backend. | 42 | still 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'. |
| 68 | By default, 'box' cursor always has a filled box shape. But if you | 68 | By default, 'box' cursor always has a filled box shape. But if you |
| 69 | specify cursor-type to be '(box . SIZE)', the cursor becomes a hollow | 69 | specify 'cursor-type' to be '(box . SIZE)', the cursor becomes a hollow |
| 70 | box if the point is on an image larger than 'SIZE' pixels in any | 70 | box if the point is on an image larger than 'SIZE' pixels in any |
| 71 | dimension. | 71 | dimension. |
| 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 |
| 105 | When non-nil and the region is active in Transient Mark mode, | 106 | that mark files. When non-nil and the region is active in Transient |
| 106 | then Dired commands operate only on files in the active region. | 107 | Mark mode, then Dired commands operate only on files in the active |
| 107 | The values 'file' and 'line' of this option define the details of | 108 | region. The values 'file' and 'line' of this user option define the |
| 108 | marking the file at the end of the region. | 109 | details 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. |
| 117 | The Date header has been removed from the default value, meaning that | 118 | The 'Date' symbol has been removed from the default value, meaning that |
| 118 | draft or delayed messages will get a Date reflecting when the message | 119 | draft or delayed messages will get a date reflecting when the message |
| 119 | was sent. To restore the original behavior of dating a message | 120 | was sent. To restore the original behavior of dating a message |
| 120 | from when it is first saved or delayed, add the symbol 'Date back to | 121 | from when it is first saved or delayed, add the symbol 'Date' back to |
| 121 | this option. | 122 | this 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 | |||
| 152 | functions accessible to the user through the existing single function hook | 153 | functions 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. |
| 156 | Modes should use the new hook instead of this variable to register | 157 | Modes should use the new hook instead of this user option to register |
| 157 | their backends. | 158 | their 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. |
| 176 | A pattern like '(map :sym)' binds the map's value for ':sym' to 'sym', | 177 | A pattern like '(map :sym)' binds the map's value for ':sym' to 'sym', |
| 177 | equivalent to '(map (:sym sym))'. | 178 | equivalent 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. |
| 197 | Use 'gdb-save-window-configuration' to save window configuration to a | 199 | Use 'gdb-save-window-configuration' to save window configuration to a |
| 198 | file and 'gdb-load-window-configuration' to load from a file. These | 200 | file and 'gdb-load-window-configuration' to load from a file. These |
| 199 | commands can also be accessed through the menu bar under Gud -- | 201 | commands can also be accessed through the menu bar under 'Gud -- |
| 200 | GDB-Windows. 'gdb-default-window-configuration-file', when non-nil, | 202 | GDB-Windows'. 'gdb-default-window-configuration-file', when non-nil, |
| 201 | is loaded when GDB starts up. | 203 | is 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. |
| 205 | Set 'gdb-restore-window-configuration-after-quit' to non-nil and Emacs | 207 | Set 'gdb-restore-window-configuration-after-quit' to non-nil and Emacs |
| 206 | will remember the window configuration before GDB started and restore | 208 | will remember the window configuration before GDB started and restore |
| 207 | it after GDB quits. A toggle button is also provided under Gud -- | 209 | it after GDB quits. A toggle button is also provided under 'Gud -- |
| 208 | GDB-Windows. | 210 | GDB-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. |
| 214 | Defaults to Libravatar, with Unicornify and Gravatar as options. | 216 | Defaults 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'. |
| 229 | The original key binding was 'M-s', which interfered with I-search, | 231 | The original key binding was 'M-s', which interfered with I-search, |
| 230 | since the latter uses 'M-s' as a prefix key of the search prefix map. | 232 | since 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 |
| 233 | directory instead of the default directory. | 235 | directory 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. |
| 267 | This removes the final remaining trace of old-style backquotes. | 269 | This removes the final remaining trace of old-style backquotes. |