diff options
| author | Michael Albinus | 2018-12-22 14:07:49 +0100 |
|---|---|---|
| committer | Michael Albinus | 2018-12-22 14:07:49 +0100 |
| commit | 36c270daaf7fadc3fd900f28edea7e7a7ca0ddab (patch) | |
| tree | 2ba4dad1652081947edf1e6592570c0d032b9ca1 | |
| parent | 88b41c40d0ee681af66d11793bb6dd20e3c7826f (diff) | |
| download | emacs-36c270daaf7fadc3fd900f28edea7e7a7ca0ddab.tar.gz emacs-36c270daaf7fadc3fd900f28edea7e7a7ca0ddab.zip | |
; Cosmetic changes to etc/NEWS
| -rw-r--r-- | etc/NEWS | 18 |
1 files changed, 9 insertions, 9 deletions
| @@ -245,9 +245,9 @@ It reports the git branch from which Emacs was built. | |||
| 245 | 245 | ||
| 246 | +++ | 246 | +++ |
| 247 | ** New user option 'switch-to-buffer-obey-display-actions'. | 247 | ** New user option 'switch-to-buffer-obey-display-actions'. |
| 248 | When non-nil, `switch-to-buffer' uses `pop-to-buffer-same-window' that | 248 | When non-nil, 'switch-to-buffer' uses 'pop-to-buffer-same-window' that |
| 249 | respects display actions specified by `display-buffer-alist' and | 249 | respects display actions specified by 'display-buffer-alist' and |
| 250 | `display-buffer-overriding-action'. | 250 | 'display-buffer-overriding-action'. |
| 251 | 251 | ||
| 252 | 252 | ||
| 253 | * Editing Changes in Emacs 27.1 | 253 | * Editing Changes in Emacs 27.1 |
| @@ -311,8 +311,8 @@ the node "(emacs) Directory Variables" of the user manual. | |||
| 311 | * Changes in Specialized Modes and Packages in Emacs 27.1 | 311 | * Changes in Specialized Modes and Packages in Emacs 27.1 |
| 312 | 312 | ||
| 313 | ** map.el | 313 | ** map.el |
| 314 | *** Now also understands plists | 314 | *** Now also understands plists. |
| 315 | *** Now defined via generic functions that can be extended via cl-defmethod. | 315 | *** Now defined via generic functions that can be extended via 'cl-defmethod'. |
| 316 | *** Deprecate the 'map-put' macro in favor of a new 'map-put!' function. | 316 | *** Deprecate the 'map-put' macro in favor of a new 'map-put!' function. |
| 317 | *** 'map-contains-key' now returns a boolean rather than the key. | 317 | *** 'map-contains-key' now returns a boolean rather than the key. |
| 318 | *** Deprecate the 'testfn' args of 'map-elt' and 'map-contains-key'. | 318 | *** Deprecate the 'testfn' args of 'map-elt' and 'map-contains-key'. |
| @@ -343,11 +343,11 @@ displays the *Messages* buffer in the same window. | |||
| 343 | 343 | ||
| 344 | *** Windmove also supports directional window deletion. | 344 | *** Windmove also supports directional window deletion. |
| 345 | The new command 'windmove-delete-default-keybindings' binds default | 345 | The new command 'windmove-delete-default-keybindings' binds default |
| 346 | keys with provided prefix (by default, C-x) and modifiers (by default, | 346 | keys with provided prefix (by default, 'C-x') and modifiers (by default, |
| 347 | Shift) to the commands that delete the window in the specified | 347 | 'Shift') to the commands that delete the window in the specified |
| 348 | direction. For example, 'C-x S-down' deletes the window below. | 348 | direction. For example, 'C-x S-down' deletes the window below. |
| 349 | With a prefix arg 'C-u', also kills the buffer in that window. | 349 | With a prefix arg 'C-u', also kills the buffer in that window. |
| 350 | With `M-0', deletes the selected window and selects the window | 350 | With 'M-0', deletes the selected window and selects the window |
| 351 | that was in the specified direction. | 351 | that was in the specified direction. |
| 352 | 352 | ||
| 353 | ** Octave mode | 353 | ** Octave mode |
| @@ -1149,7 +1149,7 @@ removed. | |||
| 1149 | * Lisp Changes in Emacs 27.1 | 1149 | * Lisp Changes in Emacs 27.1 |
| 1150 | 1150 | ||
| 1151 | +++ | 1151 | +++ |
| 1152 | ** self-insert-command takes the char to insert as (optional) argument | 1152 | ** 'self-insert-command' takes the char to insert as (optional) argument. |
| 1153 | 1153 | ||
| 1154 | ** 'lookup-key' can take a list of keymaps as argument. | 1154 | ** 'lookup-key' can take a list of keymaps as argument. |
| 1155 | 1155 | ||