]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Move 'Miscellaneous' subtopics last.
authorMattias EngdegÄrd <mattiase@acm.org>
Sun, 5 May 2024 14:20:58 +0000 (16:20 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:54:49 +0000 (18:54 +0200)
(cherry picked from commit 63f9f2259e9cf6b17c5092b09c3cf0e37c7e6fae)

etc/NEWS

index ec79aa873e916eaa68b2f959e06d1fe4203ac7df..16cb8c74147c8f5b78f4770acc38c35994306978 100644 (file)
--- 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'.
+
 \f
 * 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.
+
 \f
 * New Modes and Packages in Emacs 30.1