diff options
| author | Michael Albinus | 2020-04-25 16:54:28 +0200 |
|---|---|---|
| committer | Michael Albinus | 2020-04-25 16:54:28 +0200 |
| commit | ac31cd384ca0ecbc89a4d75723817ac3c4d3e554 (patch) | |
| tree | 22fe9e0f9f5797dab5a01568b604d291fc36f345 | |
| parent | 45a64c97c74c34d3d2e912a670b30aa10dbf439c (diff) | |
| download | emacs-ac31cd384ca0ecbc89a4d75723817ac3c4d3e554.tar.gz emacs-ac31cd384ca0ecbc89a4d75723817ac3c4d3e554.zip | |
* etc/NEWS: Fix inconsistencies.
| -rw-r--r-- | etc/NEWS | 16 |
1 files changed, 8 insertions, 8 deletions
| @@ -28,7 +28,7 @@ applies, and please also update docstrings as needed. | |||
| 28 | ** Emacs now uses GMP, the GNU Multiple Precision library. | 28 | ** Emacs now uses GMP, the GNU Multiple Precision library. |
| 29 | By default, if 'configure' does not find a suitable libgmp, it | 29 | By default, if 'configure' does not find a suitable libgmp, it |
| 30 | arranges for the included mini-gmp library to be built and used. | 30 | arranges for the included mini-gmp library to be built and used. |
| 31 | The new 'configure' option '--without-libgmp' uses mini-gmp even if a | 31 | The new configure option '--without-libgmp' uses mini-gmp even if a |
| 32 | suitable libgmp is available. | 32 | suitable libgmp is available. |
| 33 | 33 | ||
| 34 | --- | 34 | --- |
| @@ -132,7 +132,7 @@ can enable it when configuring, e.g., './configure CFLAGS="-g3 -O2 | |||
| 132 | ** Emacs now normally uses a C pointer type instead of a C integer | 132 | ** Emacs now normally uses a C pointer type instead of a C integer |
| 133 | type to implement Lisp_Object, which is the fundamental machine word | 133 | type to implement Lisp_Object, which is the fundamental machine word |
| 134 | type internal to the Emacs Lisp interpreter. This change aims to | 134 | type internal to the Emacs Lisp interpreter. This change aims to |
| 135 | catch typos and supports '-fcheck-pointer-bounds'. The 'configure' | 135 | catch typos and supports '-fcheck-pointer-bounds'. The configure |
| 136 | option '--enable-check-lisp-object-type' is therefore no longer as | 136 | option '--enable-check-lisp-object-type' is therefore no longer as |
| 137 | useful and so is no longer enabled by default in developer builds, | 137 | useful and so is no longer enabled by default in developer builds, |
| 138 | to reduce differences between developer and production builds. | 138 | to reduce differences between developer and production builds. |
| @@ -868,7 +868,7 @@ to allow controlling how the conversion to text is done. | |||
| 868 | 868 | ||
| 869 | +++ | 869 | +++ |
| 870 | *** The prefix key 's' was changed to 'c' for slicing commands | 870 | *** The prefix key 's' was changed to 'c' for slicing commands |
| 871 | to avoid conflicts with image-mode key 's'. The new key 'c' still | 871 | to avoid conflicts with 'image-mode' key 's'. The new key 'c' still |
| 872 | has good mnemonics of "cut", "clip", "crop". | 872 | has good mnemonics of "cut", "clip", "crop". |
| 873 | 873 | ||
| 874 | ** Ido | 874 | ** Ido |
| @@ -2090,11 +2090,11 @@ variable for remote shells. It still defaults to "/bin/sh". | |||
| 2090 | 2090 | ||
| 2091 | +++ | 2091 | +++ |
| 2092 | *** New values of 'shell-command-dont-erase-buffer'. | 2092 | *** New values of 'shell-command-dont-erase-buffer'. |
| 2093 | This option can now have the value 'erase' to force to erase the | 2093 | This user option can now have the value 'erase' to force to erase the |
| 2094 | output buffer before execution of the command, even if the output goes | 2094 | output buffer before execution of the command, even if the output goes |
| 2095 | to the current buffer. Additional values 'beg-last-out', | 2095 | to the current buffer. Additional values 'beg-last-out', |
| 2096 | 'end-last-out', and 'save-point' control where to put point in the | 2096 | 'end-last-out', and 'save-point' control where to put point in the |
| 2097 | output buffer after inserting the shell-command output. | 2097 | output buffer after inserting the 'shell-command' output. |
| 2098 | 2098 | ||
| 2099 | --- | 2099 | --- |
| 2100 | *** The new functions 'shell-command-save-pos-or-erase' and | 2100 | *** The new functions 'shell-command-save-pos-or-erase' and |
| @@ -3538,9 +3538,9 @@ With a prefix argument, 'image-rotate' now rotates the image at point | |||
| 3538 | By default, the image will resize upon first display and whenever the | 3538 | By default, the image will resize upon first display and whenever the |
| 3539 | window's dimensions change. Two user options 'image-auto-resize' and | 3539 | window's dimensions change. Two user options 'image-auto-resize' and |
| 3540 | 'image-auto-resize-on-window-resize' control the resizing behavior | 3540 | 'image-auto-resize-on-window-resize' control the resizing behavior |
| 3541 | (including the possibility to disable auto-resizing). A new key | 3541 | (including the possibility to disable auto-resizing). A new prefix |
| 3542 | prefix 's' contains the commands that can be used to fit the image to | 3542 | key 's' contains the commands that can be used to fit the image to the |
| 3543 | the window manually. | 3543 | window manually. |
| 3544 | 3544 | ||
| 3545 | --- | 3545 | --- |
| 3546 | *** Some 'image-mode' variables are now buffer-local. | 3546 | *** Some 'image-mode' variables are now buffer-local. |