aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2020-08-19 13:12:14 +0200
committerMichael Albinus2020-08-19 13:12:14 +0200
commit10b997f8f5073187bf6b68ae26c3cc4781ac837a (patch)
tree1be67fa635751ad88fd25b68088dd766753c2faa
parent9e586ac1d1b3bbabbd73a119698df742c0bfa523 (diff)
downloademacs-10b997f8f5073187bf6b68ae26c3cc4781ac837a.tar.gz
emacs-10b997f8f5073187bf6b68ae26c3cc4781ac837a.zip
; * etc/NEWS: Fix typos.
-rw-r--r--etc/NEWS79
1 files changed, 39 insertions, 40 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 89fc12ab6d0..14101b41d96 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -199,7 +199,7 @@ and variables.
199displayed and which are kept hidden. 199displayed and which are kept hidden.
200 200
201--- 201---
202*** New command bound to 'C': 'archive-copy-file' 202*** New command bound to 'C': 'archive-copy-file'.
203This command extracts the file under point and writes the data to a 203This command extracts the file under point and writes the data to a
204file. 204file.
205 205
@@ -216,16 +216,16 @@ as a data list rather than as a piece of code.
216 216
217+++ 217+++
218*** New user option 'calendar-time-zone-style'. 218*** New user option 'calendar-time-zone-style'.
219If 'numeric, calendar functions (eg calendar-sunrise-sunset) that display 219If 'numeric', calendar functions (eg 'calendar-sunrise-sunset') that display
220time zones will use a form like "+0100" instead of "CET". 220time zones will use a form like "+0100" instead of "CET".
221 221
222** Dired 222** Dired
223 223
224+++ 224+++
225*** New user option 'dired-copy-dereference'. 225*** New user option 'dired-copy-dereference'.
226If set, Dired will dereferences symbolic links when copying. This can 226If set to non-nil, Dired will dereference symbolic links when copying.
227be switched off on a per-usage basis by providing 'dired-do-copy' with 227This can be switched off on a per-usage basis by providing
228a 'C-u' prefix. 228'dired-do-copy' with a 'C-u' prefix.
229 229
230*** New user option 'dired-mark-region' affects all Dired commands 230*** New user option 'dired-mark-region' affects all Dired commands
231that mark files. When non-nil and the region is active in Transient 231that mark files. When non-nil and the region is active in Transient
@@ -300,23 +300,23 @@ To generate these headers, add the new function
300be generated according to the new 'message-openpgp-header' variable. 300be generated according to the new 'message-openpgp-header' variable.
301 301
302--- 302---
303*** A change to how Mail-Copies-To: never is handled. 303*** A change to how "Mail-Copies-To: never" is handled.
304If a user has specified Mail-Copies-To: never, and Message was asked 304If a user has specified "Mail-Copies-To: never", and Message was asked
305to do a "wide reply", some other arbitrary recipient would end up in 305to do a "wide reply", some other arbitrary recipient would end up in
306the resulting To header, while the remaining recipients would be put 306the resulting "To" header, while the remaining recipients would be put
307in the Cc header. This is somewhat misleading, as it looks like 307in the "Cc" header. This is somewhat misleading, as it looks like
308you're responding to a specific person in particular. This has been 308you're responding to a specific person in particular. This has been
309changed so that all the recipients are put in the To header in these 309changed so that all the recipients are put in the "To" header in these
310instances. 310instances.
311 311
312+++ 312+++
313*** New function to start Emacs in Message mode to send an email. 313*** New function to start Emacs in Message mode to send an email.
314Emacs can be defined as a handler for the "x-scheme-handler/mailto" 314Emacs can be defined as a handler for the "x-scheme-handler/mailto"
315MIME type with the following command: "emacs -f message-mailto %u". 315MIME type with the following command: "emacs -f message-mailto %u".
316An emacs-mail.desktop file has been included, suitable for installing 316An "emacs-mail.desktop" file has been included, suitable for
317in desktop directories like /usr/share/applications. Clicking on a 317installing in desktop directories like "/usr/share/applications".
318mailto: link in other applications will then open Emacs with headers 318Clicking on a 'mailto:' link in other applications will then open
319filled out according to the link, e.g. 319Emacs with headers filled out according to the link, e.g.
320"mailto:larsi@gnus.org?subject=This+is+a+test". 320"mailto:larsi@gnus.org?subject=This+is+a+test".
321 321
322--- 322---
@@ -331,7 +331,7 @@ this user option.
331*** New command to take screenshots. 331*** New command to take screenshots.
332In Message mode buffers, the 'C-c C-p' ('message-insert-screenshot') 332In Message mode buffers, the 'C-c C-p' ('message-insert-screenshot')
333command has been added. It depends on using an external program to 333command has been added. It depends on using an external program to
334take the actual screenshot, and defaults to ImageMagick "import". 334take the actual screenshot, and defaults to "ImageMagick import".
335 335
336** Help 336** Help
337 337
@@ -352,7 +352,7 @@ This file was a compatibility kludge which is no longer needed.
352 352
353--- 353---
354** Lisp mode now uses 'common-lisp-indent-function'. 354** Lisp mode now uses 'common-lisp-indent-function'.
355To revert to the previous behaviour, 355To revert to the previous behavior,
356'(setq lisp-indent-function 'lisp-indent-function)' from 'lisp-mode-hook'. 356'(setq lisp-indent-function 'lisp-indent-function)' from 'lisp-mode-hook'.
357 357
358** Edebug 358** Edebug
@@ -498,7 +498,7 @@ Defaults to 'libravatar', with 'unicornify' and 'gravatar' as options.
498 498
499*** Regexp matching of messages is now case-sensitive by default. 499*** Regexp matching of messages is now case-sensitive by default.
500The variable 'compilation-error-case-fold-search' can be set for 500The variable 'compilation-error-case-fold-search' can be set for
501case-insensitive matching of messages when the old behaviour is 501case-insensitive matching of messages when the old behavior is
502required, but the recommended solution is to use a correctly matching 502required, but the recommended solution is to use a correctly matching
503regexp instead. 503regexp instead.
504 504
@@ -530,10 +530,10 @@ This is used when invoking 'texi2dvi' from 'texinfo-tex-buffer'.
530 530
531--- 531---
532*** New commands for moving in and between environments. 532*** New commands for moving in and between environments.
533An "environment" is something that ends with @end. The commands are 533An "environment" is something that ends with '@end'. The commands are
534'C-c C-c C-f' (next end), 'C-c C-c C-b' (previous end), 534'C-c C-c C-f' (next end), 'C-c C-c C-b' (previous end),
535'C-c C-c C-n' (next start) and 'C-c C-c C-p' (previous start), as well 535'C-c C-c C-n' (next start) and 'C-c C-c C-p' (previous start), as well
536as 'C-c .', which will alternate between the start end the end of the 536as 'C-c .', which will alternate between the start and the end of the
537current environment. 537current environment.
538 538
539** Rmail 539** Rmail
@@ -657,8 +657,8 @@ mode buffer.
657+++ 657+++
658*** New Emacs command line convenience function. 658*** New Emacs command line convenience function.
659The 'eww-browse' command has been added, which allows you to register 659The 'eww-browse' command has been added, which allows you to register
660Emacs as a MIME handler for "text/x-uri", and will call eww on the 660Emacs as a MIME handler for "text/x-uri", and will call 'eww' on the
661supplied URL. Usage example: emacs -f eww-browse https://gnu.org 661supplied URL. Usage example: "emacs -f eww-browse https://gnu.org".
662 662
663+++ 663+++
664*** 'eww-download-directory' will now use the XDG location, if defined. 664*** 'eww-download-directory' will now use the XDG location, if defined.
@@ -721,11 +721,11 @@ https://www.w3.org/TR/xml/#charsets). Now it rejects such strings.
721** erc 721** erc
722 722
723--- 723---
724*** The /ignore command will now ask for a timeout to stop ignoring the user. 724*** The '/ignore' command will now ask for a timeout to stop ignoring the user.
725Allowed inputs are seconds or ISO8601-like periods like "1h" or "4h30m". 725Allowed inputs are seconds or ISO8601-like periods like "1h" or "4h30m".
726 726
727--- 727---
728*** ERC now recognizes C-] for italic text. 728*** ERC now recognizes 'C-]' for italic text.
729Italic text is displayed in the new 'erc-italic-face'. 729Italic text is displayed in the new 'erc-italic-face'.
730 730
731--- 731---
@@ -790,7 +790,7 @@ The recentf files are no longer backed up.
790** Calc 790** Calc
791 791
792--- 792---
793*** The behaviour when doing forward-delete has been changed. 793*** The behavior when doing forward-delete has been changed.
794Previously, using the 'C-d' command would delete the final number in 794Previously, using the 'C-d' command would delete the final number in
795the input field, no matter where point was. This has been changed to 795the input field, no matter where point was. This has been changed to
796work more traditionally, with 'C-d' deleting the next character. 796work more traditionally, with 'C-d' deleting the next character.
@@ -807,7 +807,7 @@ user option to nil inhibits this behavior.
807 807
808--- 808---
809*** New user option 'term-set-terminal-size' 809*** New user option 'term-set-terminal-size'
810If non-nil, the LINES and COLUMNS environment variables will be set 810If non-nil, the 'LINES' and 'COLUMNS' environment variables will be set
811based on the current window size. In previous versions of Emacs, this 811based on the current window size. In previous versions of Emacs, this
812was always done (and that could lead to odd displays when resizing the 812was always done (and that could lead to odd displays when resizing the
813window after starting). This variable defaults to nil. 813window after starting). This variable defaults to nil.
@@ -844,13 +844,9 @@ horizontally and vertically, respectively.
844--- 844---
845*** Change in meaning of 'icomplete-show-matches-on-no-input'. 845*** Change in meaning of 'icomplete-show-matches-on-no-input'.
846Previously, choosing a different completion with commands like 'C-.' 846Previously, choosing a different completion with commands like 'C-.'
847and then hitting RET would choose the default completion. Doing this 847and then hitting 'RET' would choose the default completion. Doing this
848will now choose the completion under point instead. 848will now choose the completion under point instead.
849 849
850*** The new library hierarchy.el has been added.
851It's a library to create, query, navigate and display hierarchy
852structures.
853
854--- 850---
855*** The width of the buffer-name column in 'list-buffers' is now dynamic. 851*** The width of the buffer-name column in 'list-buffers' is now dynamic.
856The width now depends of the width of the window, but will never be 852The width now depends of the width of the window, but will never be
@@ -858,23 +854,23 @@ wider than the length of the longest buffer name, except that it will
858never be narrower than 19 characters. 854never be narrower than 19 characters.
859 855
860*** Bookmarks can now be targets for new tabs. 856*** Bookmarks can now be targets for new tabs.
861When the 'bookmark.el' library is loaded, a customize choice is added 857When the bookmark.el library is loaded, a customize choice is added
862to 'tab-bar-new-tab-choice' for new tabs to show the bookmark list. 858to 'tab-bar-new-tab-choice' for new tabs to show the bookmark list.
863 859
864 860
865** xwidget-webkit mode 861** xwidget-webkit mode
866 862
867*** New xwidget functions 863*** New xwidget functions.
868'xwidget-webkit-uri' (return the current URL), 'xwidget-webkit-title' 864'xwidget-webkit-uri' (return the current URL), 'xwidget-webkit-title'
869(return the current title), and 'xwidget-webkit-goto-history' (goto a 865(return the current title), and 'xwidget-webkit-goto-history' (goto a
870point in history). 866point in history).
871 867
872*** Pixel-based scrolling 868*** Pixel-based scrolling.
873The 'xwidget-webkit-scroll-up', 'xwidget-webkit-scroll-down' commands 869The 'xwidget-webkit-scroll-up', 'xwidget-webkit-scroll-down' commands
874now supports scrolling arbitrary pixel values. It now treats the 870now supports scrolling arbitrary pixel values. It now treats the
875optional 2nd argument as the pixel values to scroll. 871optional 2nd argument as the pixel values to scroll.
876 872
877*** New commands for scrolling 873*** New commands for scrolling.
878The new commands 'xwidget-webkit-scroll-up-line', 874The new commands 'xwidget-webkit-scroll-up-line',
879'xwidget-webkit-scroll-down-line', 'xwidget-webkit-scroll-forward', 875'xwidget-webkit-scroll-down-line', 'xwidget-webkit-scroll-forward',
880'xwidget-webkit-scroll-backward' can be used to scroll webkit by the 876'xwidget-webkit-scroll-backward' can be used to scroll webkit by the
@@ -887,11 +883,11 @@ Otherwise, it will use 'xwidget-webkit-last-session'.
887** Flyspell mode 883** Flyspell mode
888 884
889+++ 885+++
890*** Corrections and actions menu can be optionally bound to mouse-3. 886*** Corrections and actions menu can be optionally bound to 'mouse-3'.
891When Flyspell mode highlights a word as misspelled, you can click on 887When Flyspell mode highlights a word as misspelled, you can click on
892it to display a menu of possible corrections and actions. You can now 888it to display a menu of possible corrections and actions. You can now
893easily bind this menu to down-mouse-3 (usually the right mouse button) 889easily bind this menu to 'down-mouse-3' (usually the right mouse button)
894instead of mouse-2 (the default) by customizing the new option 890instead of 'mouse-2' (the default) by customizing the new user option
895'flyspell-use-mouse-3-for-menu'. 891'flyspell-use-mouse-3-for-menu'.
896 892
897** Time 893** Time
@@ -909,7 +905,7 @@ The following functions have been renamed:
909 'display-time-world-display' to 'world-clock-display' 905 'display-time-world-display' to 'world-clock-display'
910 'display-time-world-timer' to 'world-clock-update' 906 'display-time-world-timer' to 'world-clock-update'
911 907
912The following options have been renamed: 908The following user options have been renamed:
913 909
914 'display-time-world-list' to 'world-clock-list' 910 'display-time-world-list' to 'world-clock-list'
915 'display-time-world-time-format' to 'world-clock-time-format' 911 'display-time-world-time-format' to 'world-clock-time-format'
@@ -929,6 +925,10 @@ composed of Lisp symbolic expressions that do not form a computer
929program. The ".dir-locals.el" file is automatically set to use this 925program. The ".dir-locals.el" file is automatically set to use this
930mode, as are other data files produced by Emacs. 926mode, as are other data files produced by Emacs.
931 927
928** hierarchy.el
929
930It's a library to create, query, navigate and display hierarchy structures.
931
932 932
933* Incompatible Editing Changes in Emacs 28.1 933* Incompatible Editing Changes in Emacs 28.1
934 934
@@ -991,7 +991,7 @@ have now been removed.
991 991
992--- 992---
993** Some libraries obsolete since Emacs 23 have been removed: 993** Some libraries obsolete since Emacs 23 have been removed:
994'ledit.el', 'lmenu.el', 'lucid.el and 'old-whitespace.el'. 994ledit.el, lmenu.el, lucid.el and old-whitespace.el.
995 995
996--- 996---
997** Some functions and variables obsolete since Emacs 23 have been removed: 997** Some functions and variables obsolete since Emacs 23 have been removed:
@@ -1181,7 +1181,6 @@ GNU General Public License for more details.
1181You should have received a copy of the GNU General Public License 1181You should have received a copy of the GNU General Public License
1182along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. 1182along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
1183 1183
1184
1185 1184
1186Local variables: 1185Local variables:
1187coding: utf-8 1186coding: utf-8