aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2021-11-12 13:05:54 +0100
committerMichael Albinus2021-11-12 13:05:54 +0100
commit75e219167e137c558fbfb1cbe9a9bc3ca0bbb6bc (patch)
tree2d72dc0b33b8c974927be08c149187afe88ea2b9
parent18eec5720e3b49c0f9efb646bb896ba4e9549ea0 (diff)
downloademacs-75e219167e137c558fbfb1cbe9a9bc3ca0bbb6bc.tar.gz
emacs-75e219167e137c558fbfb1cbe9a9bc3ca0bbb6bc.zip
; * etc/NEWS: Fix typos.
-rw-r--r--etc/NEWS51
1 files changed, 24 insertions, 27 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0057fbdcbfe..c362e56ceeb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
53This is in addition to previously-supported ways of discovering 24-bit 53This is in addition to previously-supported ways of discovering 24-bit
54color support: either via the "RGB" or "setf24" capabilities, or if 54color support: either via the "RGB" or "setf24" capabilities, or if
55the COLORTERM environment variable is set to the value "truecolor". 55the '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
96buffer is already open. Now, the old point is pushed to mark ring. 96buffer 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'.
100These will take you (respectively) to the next and previous "page". 100These 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
138highlights segments of buffer text whose reordering for display is 138highlights segments of buffer text whose reordering for display is
139suspicious and could be malicious. 139suspicious 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.
224Previously, if you had an SVN-covered ~/ directory, and a Git-covered 222Previously, if you had an SVN-covered "~/" directory, and a Git-covered
225directory in ~/foo/bar, using 'C-x v v' on a new, unregistered file 223directory 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
227in the Git repository in ~/foo/bar. This makes this command 225in the Git repository in "~/foo/bar". This makes this command
228consistent with 'vc-responsible-backend'. 226consistent 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'.
261These are used to alter an URL before using it. By default it removes 259These are used to alter an URL before using it. By default it removes
262the common utm_ trackers from URLs. 260the 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'.
375This works like 'image-transform-fit-to-window'. 373This 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'.
378The new 'fit-window' options will never scale an image more than this 376The new 'fit-window' option will never scale an image more than this
379much (in percent). It is nil by default. 377much (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.
407The new command 'image-dired-unmark-all-marks' has been added. It is 405The new command 'image-dired-unmark-all-marks' has been added. It is
408bound to "U" in the thumbnail buffer. 406bound 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).
412This standard allows sharing generated thumbnails across different 410This standard allows sharing generated thumbnails across different
413programs. Version 0.9.0 adds two larger thumbnail sizes: 512x512 and 411programs. Version 0.9.0 adds two larger thumbnail sizes: 512x512 and
4141024x1024 pixels. See the user option `image-dired-thumbnail-storage' 4121024x1024 pixels. See the user option 'image-dired-thumbnail-storage'
415to use it; it is not enabled by default. 413to 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
463the directory components at the directory displayed at the start of 461the directory components at the directory displayed at the start of
464the buffer will take you to that directory. 462the 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'.
482When this mode is enabled, self-inserting characters and other common 479When this mode is enabled, self-inserting characters and other common
483web browser shotcut keys are redefined to send themselves to the 480web browser shortcut keys are redefined to send themselves to the
484WebKit widget. 481WebKit 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.
519Emacs previously didn't distinguish between the `regular'/`normal' 516Emacs previously didn't distinguish between the 'regular'/'normal'
520weight and the `medium' weight, but it now also supports the (heavier) 517weight 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
522a weight of `normal' and the font doesn't have this weight, Emacs 519a weight of 'normal' and the font doesn't have this weight, Emacs
523won't find the font spec. In these cases, replacing ":weight 'normal" 520won't find the font spec. In these cases, replacing ":weight 'normal"
524with ":weight 'medium" should fix the issue. 521with ":weight 'medium" should fix the issue.
525 522
@@ -593,7 +590,7 @@ Use 'exif-parse-file' and 'exif-field' instead.
593This returns a list of all the components of a file name. 590This 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'.
597It records a particular sequence of operations as a single undo step. 594It 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.
619It marks the image with the 'inhibit-isearch' text parameter, which 616It marks the image with the 'inhibit-isearch' text property, which
620inhibits 'isearch' matching the STRING parameter. 617inhibits '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.
646This new location, introduced in the XDG Base Directory Specification 643This new location, introduced in the XDG Base Directory Specification
647version 0.8 (8th May 2021), "contains state data that should persist 644version 0.8 (8th May 2021), "contains state data that should persist
648between (application) restarts, but that is not important or portable 645between (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'.
658This function is like 'funcall', but will output the specified message 655This function is like 'funcall', but will output the specified message
659is the function take longer to execute that the specified timeout. 656if 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.
676The `tabulated-list-entries' variable now supports using an image 673The 'tabulated-list-entries' variable now supports using an image
677descriptor, which means to insert an image in that column instead of 674descriptor, which means to insert an image in that column instead of
678text. See the documentation string of that variable for details. 675text. 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
757when converting menus to use 'easy-menu-define'. 754when 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.
763This argument is used as another widget for the newly created WebKit 760This argument is used as another widget for the newly created WebKit
764widget to share settings and subprocesses with. It must be another 761widget to share settings and subprocesses with. It must be another