diff options
| author | Michael Albinus | 2021-11-12 13:05:54 +0100 |
|---|---|---|
| committer | Michael Albinus | 2021-11-12 13:05:54 +0100 |
| commit | 75e219167e137c558fbfb1cbe9a9bc3ca0bbb6bc (patch) | |
| tree | 2d72dc0b33b8c974927be08c149187afe88ea2b9 | |
| parent | 18eec5720e3b49c0f9efb646bb896ba4e9549ea0 (diff) | |
| download | emacs-75e219167e137c558fbfb1cbe9a9bc3ca0bbb6bc.tar.gz emacs-75e219167e137c558fbfb1cbe9a9bc3ca0bbb6bc.zip | |
; * etc/NEWS: Fix typos.
| -rw-r--r-- | etc/NEWS | 51 |
1 files changed, 24 insertions, 27 deletions
| @@ -52,7 +52,7 @@ time. | |||
| 52 | *** Emacs will now use 24-bit colors on terminals that support "Tc" capability. | 52 | *** Emacs will now use 24-bit colors on terminals that support "Tc" capability. |
| 53 | This is in addition to previously-supported ways of discovering 24-bit | 53 | This is in addition to previously-supported ways of discovering 24-bit |
| 54 | color support: either via the "RGB" or "setf24" capabilities, or if | 54 | color support: either via the "RGB" or "setf24" capabilities, or if |
| 55 | the COLORTERM environment variable is set to the value "truecolor". | 55 | the 'COLORTERM' environment variable is set to the value "truecolor". |
| 56 | 56 | ||
| 57 | ** Emoji | 57 | ** Emoji |
| 58 | 58 | ||
| @@ -96,7 +96,7 @@ Jumping to source from "*Help*" buffer moves the point when the source | |||
| 96 | buffer is already open. Now, the old point is pushed to mark ring. | 96 | buffer is already open. Now, the old point is pushed to mark ring. |
| 97 | 97 | ||
| 98 | +++ | 98 | +++ |
| 99 | *** New key bindings in *Help* buffers: 'n' and 'p'. | 99 | *** New key bindings in "*Help*" buffers: 'n' and 'p'. |
| 100 | These will take you (respectively) to the next and previous "page". | 100 | These will take you (respectively) to the next and previous "page". |
| 101 | 101 | ||
| 102 | --- | 102 | --- |
| @@ -138,9 +138,7 @@ LRI). The new command 'highlight-confusing-reorderings' finds and | |||
| 138 | highlights segments of buffer text whose reordering for display is | 138 | highlights segments of buffer text whose reordering for display is |
| 139 | suspicious and could be malicious. | 139 | suspicious and could be malicious. |
| 140 | 140 | ||
| 141 | 141 | ** Emacs server and client changes | |
| 142 | |||
| 143 | ** Emacs server and client changes. | ||
| 144 | 142 | ||
| 145 | +++ | 143 | +++ |
| 146 | *** New command-line option '-r' for emacsclient. | 144 | *** New command-line option '-r' for emacsclient. |
| @@ -221,10 +219,10 @@ info node. This command only works for the Emacs and Emacs Lisp manuals. | |||
| 221 | 219 | ||
| 222 | --- | 220 | --- |
| 223 | *** 'C-x v v' on an unregistered file will now use the most specific backend. | 221 | *** 'C-x v v' on an unregistered file will now use the most specific backend. |
| 224 | Previously, if you had an SVN-covered ~/ directory, and a Git-covered | 222 | Previously, if you had an SVN-covered "~/" directory, and a Git-covered |
| 225 | directory in ~/foo/bar, using 'C-x v v' on a new, unregistered file | 223 | directory in "~/foo/bar", using 'C-x v v' on a new, unregistered file |
| 226 | ~/foo/bar/zot would register it in the SVN repository in ~/ instead of | 224 | "~/foo/bar/zot" would register it in the SVN repository in "~/" instead of |
| 227 | in the Git repository in ~/foo/bar. This makes this command | 225 | in the Git repository in "~/foo/bar". This makes this command |
| 228 | consistent with 'vc-responsible-backend'. | 226 | consistent with 'vc-responsible-backend'. |
| 229 | 227 | ||
| 230 | ** Message | 228 | ** Message |
| @@ -239,7 +237,7 @@ If non-nil, 'C-c C-a' will put attached files at the end of the message. | |||
| 239 | ** HTML Mode | 237 | ** HTML Mode |
| 240 | 238 | ||
| 241 | --- | 239 | --- |
| 242 | *** HTML Mode now supports text/html and image/* yanking. | 240 | *** HTML Mode now supports "text/html" and "image/*" yanking. |
| 243 | 241 | ||
| 244 | ** Texinfo Mode | 242 | ** Texinfo Mode |
| 245 | 243 | ||
| @@ -259,7 +257,7 @@ doesn't work on other systems. Also see etc/PROBLEMS. | |||
| 259 | +++ | 257 | +++ |
| 260 | *** New user option 'eww-url-transformers'. | 258 | *** New user option 'eww-url-transformers'. |
| 261 | These are used to alter an URL before using it. By default it removes | 259 | These are used to alter an URL before using it. By default it removes |
| 262 | the common utm_ trackers from URLs. | 260 | the common "utm_" trackers from URLs. |
| 263 | 261 | ||
| 264 | ** Gnus | 262 | ** Gnus |
| 265 | 263 | ||
| @@ -375,7 +373,7 @@ The keybinding for 'image-transform-fit-to-width' is now 's i'. | |||
| 375 | This works like 'image-transform-fit-to-window'. | 373 | This works like 'image-transform-fit-to-window'. |
| 376 | 374 | ||
| 377 | *** New user option 'image-auto-resize-max-scale-percent'. | 375 | *** New user option 'image-auto-resize-max-scale-percent'. |
| 378 | The new 'fit-window' options will never scale an image more than this | 376 | The new 'fit-window' option will never scale an image more than this |
| 379 | much (in percent). It is nil by default. | 377 | much (in percent). It is nil by default. |
| 380 | 378 | ||
| 381 | ** Image-Dired | 379 | ** Image-Dired |
| @@ -405,13 +403,13 @@ external "exiftool" command to be available. The user options | |||
| 405 | --- | 403 | --- |
| 406 | *** New command for the thumbnail buffer. | 404 | *** New command for the thumbnail buffer. |
| 407 | The new command 'image-dired-unmark-all-marks' has been added. It is | 405 | The new command 'image-dired-unmark-all-marks' has been added. It is |
| 408 | bound to "U" in the thumbnail buffer. | 406 | bound to 'U' in the thumbnail buffer. |
| 409 | 407 | ||
| 410 | --- | 408 | --- |
| 411 | *** Support Thumbnail Managing Standard v0.9.0 (Dec 2020). | 409 | *** Support Thumbnail Managing Standard v0.9.0 (Dec 2020). |
| 412 | This standard allows sharing generated thumbnails across different | 410 | This standard allows sharing generated thumbnails across different |
| 413 | programs. Version 0.9.0 adds two larger thumbnail sizes: 512x512 and | 411 | programs. Version 0.9.0 adds two larger thumbnail sizes: 512x512 and |
| 414 | 1024x1024 pixels. See the user option `image-dired-thumbnail-storage' | 412 | 1024x1024 pixels. See the user option 'image-dired-thumbnail-storage' |
| 415 | to use it; it is not enabled by default. | 413 | to use it; it is not enabled by default. |
| 416 | 414 | ||
| 417 | --- | 415 | --- |
| @@ -463,7 +461,6 @@ If non-nil (which is the default), hitting 'RET' or 'mouse-1' on | |||
| 463 | the directory components at the directory displayed at the start of | 461 | the directory components at the directory displayed at the start of |
| 464 | the buffer will take you to that directory. | 462 | the buffer will take you to that directory. |
| 465 | 463 | ||
| 466 | |||
| 467 | ** Exif | 464 | ** Exif |
| 468 | 465 | ||
| 469 | *** New function 'exif-field'. | 466 | *** New function 'exif-field'. |
| @@ -480,7 +477,7 @@ named. | |||
| 480 | +++ | 477 | +++ |
| 481 | *** New minor mode 'xwidget-webkit-edit-mode'. | 478 | *** New minor mode 'xwidget-webkit-edit-mode'. |
| 482 | When this mode is enabled, self-inserting characters and other common | 479 | When this mode is enabled, self-inserting characters and other common |
| 483 | web browser shotcut keys are redefined to send themselves to the | 480 | web browser shortcut keys are redefined to send themselves to the |
| 484 | WebKit widget. | 481 | WebKit widget. |
| 485 | 482 | ||
| 486 | +++ | 483 | +++ |
| @@ -515,11 +512,11 @@ Emacs buffers, like indentation and the like. The new ert function | |||
| 515 | ** Fonts | 512 | ** Fonts |
| 516 | 513 | ||
| 517 | --- | 514 | --- |
| 518 | *** Emacs now supports `medium' fonts. | 515 | *** Emacs now supports 'medium' fonts. |
| 519 | Emacs previously didn't distinguish between the `regular'/`normal' | 516 | Emacs previously didn't distinguish between the 'regular'/'normal' |
| 520 | weight and the `medium' weight, but it now also supports the (heavier) | 517 | weight and the 'medium' weight, but it now also supports the (heavier) |
| 521 | `medium' weight. However, this means that if you previously specified | 518 | 'medium' weight. However, this means that if you previously specified |
| 522 | a weight of `normal' and the font doesn't have this weight, Emacs | 519 | a weight of 'normal' and the font doesn't have this weight, Emacs |
| 523 | won't find the font spec. In these cases, replacing ":weight 'normal" | 520 | won't find the font spec. In these cases, replacing ":weight 'normal" |
| 524 | with ":weight 'medium" should fix the issue. | 521 | with ":weight 'medium" should fix the issue. |
| 525 | 522 | ||
| @@ -593,7 +590,7 @@ Use 'exif-parse-file' and 'exif-field' instead. | |||
| 593 | This returns a list of all the components of a file name. | 590 | This returns a list of all the components of a file name. |
| 594 | 591 | ||
| 595 | +++ | 592 | +++ |
| 596 | ** New macro 'with-undo-amalgamate' | 593 | ** New macro 'with-undo-amalgamate'. |
| 597 | It records a particular sequence of operations as a single undo step. | 594 | It records a particular sequence of operations as a single undo step. |
| 598 | 595 | ||
| 599 | +++ | 596 | +++ |
| @@ -616,7 +613,7 @@ searchable data, like image data) with a 'display' text property. | |||
| 616 | 613 | ||
| 617 | +++ | 614 | +++ |
| 618 | ** 'insert-image' now takes an INHIBIT-ISEARCH optional parameter. | 615 | ** 'insert-image' now takes an INHIBIT-ISEARCH optional parameter. |
| 619 | It marks the image with the 'inhibit-isearch' text parameter, which | 616 | It marks the image with the 'inhibit-isearch' text property, which |
| 620 | inhibits 'isearch' matching the STRING parameter. | 617 | inhibits 'isearch' matching the STRING parameter. |
| 621 | 618 | ||
| 622 | --- | 619 | --- |
| @@ -642,7 +639,7 @@ character. | |||
| 642 | 639 | ||
| 643 | ** XDG support | 640 | ** XDG support |
| 644 | 641 | ||
| 645 | *** New function 'xdg-state-home' returns $XDG_STATE_HOME. | 642 | *** New function 'xdg-state-home' returns 'XDG_STATE_HOME' environment variable. |
| 646 | This new location, introduced in the XDG Base Directory Specification | 643 | This new location, introduced in the XDG Base Directory Specification |
| 647 | version 0.8 (8th May 2021), "contains state data that should persist | 644 | version 0.8 (8th May 2021), "contains state data that should persist |
| 648 | between (application) restarts, but that is not important or portable | 645 | between (application) restarts, but that is not important or portable |
| @@ -656,7 +653,7 @@ the body takes longer to execute than the specified timeout. | |||
| 656 | --- | 653 | --- |
| 657 | ** New function 'funcall-with-delayed-message'. | 654 | ** New function 'funcall-with-delayed-message'. |
| 658 | This function is like 'funcall', but will output the specified message | 655 | This function is like 'funcall', but will output the specified message |
| 659 | is the function take longer to execute that the specified timeout. | 656 | if the function takes longer to execute than the specified timeout. |
| 660 | 657 | ||
| 661 | ** Locale | 658 | ** Locale |
| 662 | 659 | ||
| @@ -673,7 +670,7 @@ executing code. | |||
| 673 | 670 | ||
| 674 | +++ | 671 | +++ |
| 675 | *** A column can now be set to an image descriptor. | 672 | *** A column can now be set to an image descriptor. |
| 676 | The `tabulated-list-entries' variable now supports using an image | 673 | The 'tabulated-list-entries' variable now supports using an image |
| 677 | descriptor, which means to insert an image in that column instead of | 674 | descriptor, which means to insert an image in that column instead of |
| 678 | text. See the documentation string of that variable for details. | 675 | text. See the documentation string of that variable for details. |
| 679 | 676 | ||
| @@ -756,9 +753,9 @@ an exact match, then the lowercased '[menu-bar foo\ bar]' and finally | |||
| 756 | '[menu-bar foo-bar]'. This further improves backwards-compatibility | 753 | '[menu-bar foo-bar]'. This further improves backwards-compatibility |
| 757 | when converting menus to use 'easy-menu-define'. | 754 | when converting menus to use 'easy-menu-define'. |
| 758 | 755 | ||
| 759 | +++ | ||
| 760 | ** xwidgets | 756 | ** xwidgets |
| 761 | 757 | ||
| 758 | +++ | ||
| 762 | *** The function 'make-xwidget' now accepts an optional RELATED argument. | 759 | *** The function 'make-xwidget' now accepts an optional RELATED argument. |
| 763 | This argument is used as another widget for the newly created WebKit | 760 | This argument is used as another widget for the newly created WebKit |
| 764 | widget to share settings and subprocesses with. It must be another | 761 | widget to share settings and subprocesses with. It must be another |