From: Mattias EngdegÄrd Date: Sun, 5 May 2024 14:20:58 +0000 (+0200) Subject: ; * etc/NEWS: Move 'Miscellaneous' subtopics last. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9a4c011d3419f5ef0b00af9f3d32eca3555749d;p=emacs.git ; * etc/NEWS: Move 'Miscellaneous' subtopics last. (cherry picked from commit 63f9f2259e9cf6b17c5092b09c3cf0e37c7e6fae) --- diff --git a/etc/NEWS b/etc/NEWS index ec79aa873e9..16cb8c74147 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -388,19 +388,6 @@ The commands 'add-dir-local-variable', 'delete-dir-local-variable' and 'copy-file-locals-to-dir-locals' now take an optional prefix argument, to enter the file you want to modify. -** Miscellaneous - ---- -*** New face 'appt-notification' for 'appt-display-mode-line'. -It can be used to customize the look of the appointment notification -displayed on the mode line when 'appt-display-mode-line' is non-nil. - ---- -*** Emacs now recognizes shebang lines that pass '-S'/'--split-string' to 'env'. -When visiting a script that invokes 'env -S INTERPRETER ARGS...' in -its shebang line, Emacs will now skip over 'env -S' and deduce the -major mode based on the interpreter after 'env -S'. - ** Emacs Server and Client --- @@ -458,6 +445,19 @@ TTY frames. Colors specified in face underlines will now also be displayed in TTY frames with the previously mentioned capabilities. +** Miscellaneous + +--- +*** New face 'appt-notification' for 'appt-display-mode-line'. +It can be used to customize the look of the appointment notification +displayed on the mode line when 'appt-display-mode-line' is non-nil. + +--- +*** Emacs now recognizes shebang lines that pass '-S'/'--split-string' to 'env'. +When visiting a script that invokes 'env -S INTERPRETER ARGS...' in +its shebang line, Emacs will now skip over 'env -S' and deduce the +major mode based on the interpreter after 'env -S'. + * Editing Changes in Emacs 30.1 @@ -1725,44 +1725,6 @@ of the currently existing keyboards macros using the new mode duplicating them, deleting them, and editing their counters, formats, and keys. -** Miscellaneous - ---- -*** Webjump now assumes URIs are HTTPS instead of HTTP. -For links in 'webjump-sites' without an explicit URI scheme, it was -previously assumed that they should be prefixed with "http://". Such -URIs are now prefixed with "https://" instead. - ---- -*** 'bug-reference-mode' now supports 'thing-at-point'. -Now, calling '(thing-at-point 'url)' when point is on a bug reference -will return the URL for that bug. - -+++ -*** New user option 'rcirc-log-time-format'. -This allows for rcirc logs to use a custom timestamp format, than the -chat buffers use by default. - -+++ -*** New user option 'read-face-name-sample-text'. -This user option lets you customize the sample text that -'read-face-name' and commands that invoke 'read-face-name', such as -'M-x describe-face', use to visually demonstrate faces in the -"*Completions*" buffer. By default this is set to the string -"SAMPLE", which retains compatibility with Emacs 29. - ---- -*** New user option 'Buffer-menu-group-by'. -It controls how buffers are divided into groups that are displayed with -headings using Outline minor mode. - -+++ -*** New command 'Buffer-menu-toggle-internal'. -This command toggles the display of internal buffers in Buffer Menu mode; -that is, buffers not visiting a file and whose names start with a space. -Previously, such buffers were never shown. This command is bound to 'I' -in Buffer Menu mode. - ** Customize +++ @@ -1814,6 +1776,44 @@ options of GNU 'ls'. If non-nil, moving point forward or backward between widgets by typing TAB or S-TAB skips over inactive widgets. The default value is nil. +** Miscellaneous + +--- +*** Webjump now assumes URIs are HTTPS instead of HTTP. +For links in 'webjump-sites' without an explicit URI scheme, it was +previously assumed that they should be prefixed with "http://". Such +URIs are now prefixed with "https://" instead. + +--- +*** 'bug-reference-mode' now supports 'thing-at-point'. +Now, calling '(thing-at-point 'url)' when point is on a bug reference +will return the URL for that bug. + ++++ +*** New user option 'rcirc-log-time-format' +This allows for rcirc logs to use a custom timestamp format, than the +chat buffers use by default. + ++++ +*** New user option 'read-face-name-sample-text'. +This user option lets you customize the sample text that +'read-face-name' and commands that invoke 'read-face-name', such as +'M-x describe-face', use to visually demonstrate faces in the +"*Completions*" buffer. By default this is set to the string +"SAMPLE", which retains compatibility with Emacs 29. + +--- +*** New user option 'Buffer-menu-group-by'. +It controls how buffers are divided into groups that are displayed with +headings using Outline minor mode. + ++++ +*** New command 'Buffer-menu-toggle-internal'. +This command toggles the display of internal buffers in Buffer Menu mode; +that is, buffers not visiting a file and whose names start with a space. +Previously, such buffers were never shown. This command is bound to 'I' +in Buffer Menu mode. + * New Modes and Packages in Emacs 30.1