]> git.eshelyaron.com Git - emacs.git/commitdiff
Move NEWS items from unreleased 28.3 to released 29.1
authorStefan Kangas <stefankangas@gmail.com>
Tue, 17 Dec 2024 03:46:36 +0000 (04:46 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Dec 2024 15:11:01 +0000 (16:11 +0100)
* etc/NEWS.28: Remove empty sections for 28.3.
Move single pertinent item from here...
* etc/NEWS.29: ...to here.

(cherry picked from commit cde22c020119fd16ddd77c5c4121054c1a9424c5)

etc/NEWS.28
etc/NEWS.29

index ac65eaa986f013cbc2750c409668e5e5042e527e..b6bed01ddce78ab4320cecd1f95356d7c3deda81 100644 (file)
@@ -15,41 +15,6 @@ in older Emacs versions.
 You can narrow news to a specific version by calling 'view-emacs-news'
 with a prefix argument or by typing 'C-u C-h C-n'.
 
-\f
-* Installation Changes in Emacs 28.3
-
-\f
-* Startup Changes in Emacs 28.3
-
-\f
-* Changes in Emacs 28.3
-
-\f
-* Editing Changes in Emacs 28.3
-
-\f
-* Changes in Specialized Modes and Packages in Emacs 28.3
-
-** 'native-comp-driver-options' on macOS.
-The value of 'native-comp-driver-options' has been changed to contain
-"-Wl,-w" to suppress warnings of the form
-
-    ld: warning: -undefined dynamic_lookup may not work with chained fixups
-
-emitted during native compilation on macOS 12.6 with Xcode 14.
-
-\f
-* New Modes and Packages in Emacs 28.3
-
-\f
-* Incompatible Lisp Changes in Emacs 28.3
-
-\f
-* Lisp Changes in Emacs 28.3
-
-\f
-* Changes in Emacs 28.3 on Non-Free Operating Systems
-
 \f
 * Installation Changes in Emacs 28.2
 
index d6a526e373550842578ccc5041cef693ce1724c8..2879892cb01e3d9089d86186bd4e865bfa535f1a 100644 (file)
@@ -4360,6 +4360,14 @@ two buttons: "Yes" and "No".
 *** The 'ns-popup-font-panel' command has been removed.
 Use the general command 'M-x menu-set-font' instead.
 
+*** 'native-comp-driver-options' on macOS.
+The value of 'native-comp-driver-options' has been changed to contain
+"-Wl,-w" to suppress warnings of the form
+
+    ld: warning: -undefined dynamic_lookup may not work with chained fixups
+
+emitted during native compilation on macOS 12.6 with Xcode 14.
+
 \f
 ----------------------------------------------------------------------
 This file is part of GNU Emacs.