mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 11:49:37 +00:00
Move NEWS items from unreleased 28.3 to released 29.1
* etc/NEWS.28: Remove empty sections for 28.3. Move single pertinent item from here... * etc/NEWS.29: ...to here.
This commit is contained in:
parent
5686bb5b42
commit
cde22c0201
2 changed files with 8 additions and 35 deletions
35
etc/NEWS.28
35
etc/NEWS.28
|
@ -15,41 +15,6 @@ in older Emacs versions.
|
||||||
You can narrow news to a specific version by calling 'view-emacs-news'
|
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'.
|
with a prefix argument or by typing 'C-u C-h C-n'.
|
||||||
|
|
||||||
|
|
||||||
* Installation Changes in Emacs 28.3
|
|
||||||
|
|
||||||
|
|
||||||
* Startup Changes in Emacs 28.3
|
|
||||||
|
|
||||||
|
|
||||||
* Changes in Emacs 28.3
|
|
||||||
|
|
||||||
|
|
||||||
* Editing Changes in Emacs 28.3
|
|
||||||
|
|
||||||
|
|
||||||
* 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.
|
|
||||||
|
|
||||||
|
|
||||||
* New Modes and Packages in Emacs 28.3
|
|
||||||
|
|
||||||
|
|
||||||
* Incompatible Lisp Changes in Emacs 28.3
|
|
||||||
|
|
||||||
|
|
||||||
* Lisp Changes in Emacs 28.3
|
|
||||||
|
|
||||||
|
|
||||||
* Changes in Emacs 28.3 on Non-Free Operating Systems
|
|
||||||
|
|
||||||
|
|
||||||
* Installation Changes in Emacs 28.2
|
* Installation Changes in Emacs 28.2
|
||||||
|
|
||||||
|
|
|
@ -4361,6 +4361,14 @@ two buttons: "Yes" and "No".
|
||||||
*** The 'ns-popup-font-panel' command has been removed.
|
*** The 'ns-popup-font-panel' command has been removed.
|
||||||
Use the general command 'M-x menu-set-font' instead.
|
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.
|
||||||
|
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
This file is part of GNU Emacs.
|
This file is part of GNU Emacs.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue