diff options
| author | Michael Albinus | 2020-08-19 13:12:14 +0200 |
|---|---|---|
| committer | Michael Albinus | 2020-08-19 13:12:14 +0200 |
| commit | 10b997f8f5073187bf6b68ae26c3cc4781ac837a (patch) | |
| tree | 1be67fa635751ad88fd25b68088dd766753c2faa | |
| parent | 9e586ac1d1b3bbabbd73a119698df742c0bfa523 (diff) | |
| download | emacs-10b997f8f5073187bf6b68ae26c3cc4781ac837a.tar.gz emacs-10b997f8f5073187bf6b68ae26c3cc4781ac837a.zip | |
; * etc/NEWS: Fix typos.
| -rw-r--r-- | etc/NEWS | 79 |
1 files changed, 39 insertions, 40 deletions
| @@ -199,7 +199,7 @@ and variables. | |||
| 199 | displayed and which are kept hidden. | 199 | displayed 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'. |
| 203 | This command extracts the file under point and writes the data to a | 203 | This command extracts the file under point and writes the data to a |
| 204 | file. | 204 | file. |
| 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'. |
| 219 | If 'numeric, calendar functions (eg calendar-sunrise-sunset) that display | 219 | If 'numeric', calendar functions (eg 'calendar-sunrise-sunset') that display |
| 220 | time zones will use a form like "+0100" instead of "CET". | 220 | time 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'. |
| 226 | If set, Dired will dereferences symbolic links when copying. This can | 226 | If set to non-nil, Dired will dereference symbolic links when copying. |
| 227 | be switched off on a per-usage basis by providing 'dired-do-copy' with | 227 | This can be switched off on a per-usage basis by providing |
| 228 | a '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 |
| 231 | that mark files. When non-nil and the region is active in Transient | 231 | that mark files. When non-nil and the region is active in Transient |
| @@ -300,23 +300,23 @@ To generate these headers, add the new function | |||
| 300 | be generated according to the new 'message-openpgp-header' variable. | 300 | be 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. |
| 304 | If a user has specified Mail-Copies-To: never, and Message was asked | 304 | If a user has specified "Mail-Copies-To: never", and Message was asked |
| 305 | to do a "wide reply", some other arbitrary recipient would end up in | 305 | to do a "wide reply", some other arbitrary recipient would end up in |
| 306 | the resulting To header, while the remaining recipients would be put | 306 | the resulting "To" header, while the remaining recipients would be put |
| 307 | in the Cc header. This is somewhat misleading, as it looks like | 307 | in the "Cc" header. This is somewhat misleading, as it looks like |
| 308 | you're responding to a specific person in particular. This has been | 308 | you're responding to a specific person in particular. This has been |
| 309 | changed so that all the recipients are put in the To header in these | 309 | changed so that all the recipients are put in the "To" header in these |
| 310 | instances. | 310 | instances. |
| 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. |
| 314 | Emacs can be defined as a handler for the "x-scheme-handler/mailto" | 314 | Emacs can be defined as a handler for the "x-scheme-handler/mailto" |
| 315 | MIME type with the following command: "emacs -f message-mailto %u". | 315 | MIME type with the following command: "emacs -f message-mailto %u". |
| 316 | An emacs-mail.desktop file has been included, suitable for installing | 316 | An "emacs-mail.desktop" file has been included, suitable for |
| 317 | in desktop directories like /usr/share/applications. Clicking on a | 317 | installing in desktop directories like "/usr/share/applications". |
| 318 | mailto: link in other applications will then open Emacs with headers | 318 | Clicking on a 'mailto:' link in other applications will then open |
| 319 | filled out according to the link, e.g. | 319 | Emacs 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. |
| 332 | In Message mode buffers, the 'C-c C-p' ('message-insert-screenshot') | 332 | In Message mode buffers, the 'C-c C-p' ('message-insert-screenshot') |
| 333 | command has been added. It depends on using an external program to | 333 | command has been added. It depends on using an external program to |
| 334 | take the actual screenshot, and defaults to ImageMagick "import". | 334 | take 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'. |
| 355 | To revert to the previous behaviour, | 355 | To 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. |
| 500 | The variable 'compilation-error-case-fold-search' can be set for | 500 | The variable 'compilation-error-case-fold-search' can be set for |
| 501 | case-insensitive matching of messages when the old behaviour is | 501 | case-insensitive matching of messages when the old behavior is |
| 502 | required, but the recommended solution is to use a correctly matching | 502 | required, but the recommended solution is to use a correctly matching |
| 503 | regexp instead. | 503 | regexp 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. |
| 533 | An "environment" is something that ends with @end. The commands are | 533 | An "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 |
| 536 | as 'C-c .', which will alternate between the start end the end of the | 536 | as 'C-c .', which will alternate between the start and the end of the |
| 537 | current environment. | 537 | current 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. |
| 659 | The 'eww-browse' command has been added, which allows you to register | 659 | The 'eww-browse' command has been added, which allows you to register |
| 660 | Emacs as a MIME handler for "text/x-uri", and will call eww on the | 660 | Emacs as a MIME handler for "text/x-uri", and will call 'eww' on the |
| 661 | supplied URL. Usage example: emacs -f eww-browse https://gnu.org | 661 | supplied 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. |
| 725 | Allowed inputs are seconds or ISO8601-like periods like "1h" or "4h30m". | 725 | Allowed 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. |
| 729 | Italic text is displayed in the new 'erc-italic-face'. | 729 | Italic 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. |
| 794 | Previously, using the 'C-d' command would delete the final number in | 794 | Previously, using the 'C-d' command would delete the final number in |
| 795 | the input field, no matter where point was. This has been changed to | 795 | the input field, no matter where point was. This has been changed to |
| 796 | work more traditionally, with 'C-d' deleting the next character. | 796 | work 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' |
| 810 | If non-nil, the LINES and COLUMNS environment variables will be set | 810 | If non-nil, the 'LINES' and 'COLUMNS' environment variables will be set |
| 811 | based on the current window size. In previous versions of Emacs, this | 811 | based on the current window size. In previous versions of Emacs, this |
| 812 | was always done (and that could lead to odd displays when resizing the | 812 | was always done (and that could lead to odd displays when resizing the |
| 813 | window after starting). This variable defaults to nil. | 813 | window 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'. |
| 846 | Previously, choosing a different completion with commands like 'C-.' | 846 | Previously, choosing a different completion with commands like 'C-.' |
| 847 | and then hitting RET would choose the default completion. Doing this | 847 | and then hitting 'RET' would choose the default completion. Doing this |
| 848 | will now choose the completion under point instead. | 848 | will now choose the completion under point instead. |
| 849 | 849 | ||
| 850 | *** The new library hierarchy.el has been added. | ||
| 851 | It's a library to create, query, navigate and display hierarchy | ||
| 852 | structures. | ||
| 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. |
| 856 | The width now depends of the width of the window, but will never be | 852 | The 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 | |||
| 858 | never be narrower than 19 characters. | 854 | never 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. |
| 861 | When the 'bookmark.el' library is loaded, a customize choice is added | 857 | When the bookmark.el library is loaded, a customize choice is added |
| 862 | to 'tab-bar-new-tab-choice' for new tabs to show the bookmark list. | 858 | to '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 |
| 870 | point in history). | 866 | point in history). |
| 871 | 867 | ||
| 872 | *** Pixel-based scrolling | 868 | *** Pixel-based scrolling. |
| 873 | The 'xwidget-webkit-scroll-up', 'xwidget-webkit-scroll-down' commands | 869 | The 'xwidget-webkit-scroll-up', 'xwidget-webkit-scroll-down' commands |
| 874 | now supports scrolling arbitrary pixel values. It now treats the | 870 | now supports scrolling arbitrary pixel values. It now treats the |
| 875 | optional 2nd argument as the pixel values to scroll. | 871 | optional 2nd argument as the pixel values to scroll. |
| 876 | 872 | ||
| 877 | *** New commands for scrolling | 873 | *** New commands for scrolling. |
| 878 | The new commands 'xwidget-webkit-scroll-up-line', | 874 | The 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'. |
| 891 | When Flyspell mode highlights a word as misspelled, you can click on | 887 | When Flyspell mode highlights a word as misspelled, you can click on |
| 892 | it to display a menu of possible corrections and actions. You can now | 888 | it to display a menu of possible corrections and actions. You can now |
| 893 | easily bind this menu to down-mouse-3 (usually the right mouse button) | 889 | easily bind this menu to 'down-mouse-3' (usually the right mouse button) |
| 894 | instead of mouse-2 (the default) by customizing the new option | 890 | instead 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 | ||
| 912 | The following options have been renamed: | 908 | The 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 | |||
| 929 | program. The ".dir-locals.el" file is automatically set to use this | 925 | program. The ".dir-locals.el" file is automatically set to use this |
| 930 | mode, as are other data files produced by Emacs. | 926 | mode, as are other data files produced by Emacs. |
| 931 | 927 | ||
| 928 | ** hierarchy.el | ||
| 929 | |||
| 930 | It'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'. | 994 | ledit.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. | |||
| 1181 | You should have received a copy of the GNU General Public License | 1181 | You should have received a copy of the GNU General Public License |
| 1182 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. | 1182 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 1183 | 1183 | ||
| 1184 | |||
| 1185 | 1184 | ||
| 1186 | Local variables: | 1185 | Local variables: |
| 1187 | coding: utf-8 | 1186 | coding: utf-8 |