aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-01-18 03:47:49 -0500
committerEli Zaretskii2024-01-18 03:47:49 -0500
commit92a7132bd6c76a43860fa01ca3363857d8dfc8f3 (patch)
treeb7fcef4b55dd280db3d8c15d450fc370a75c18f3
parent314ac2e4317650a5135b950374118bbc38e8207f (diff)
downloademacs-92a7132bd6c76a43860fa01ca3363857d8dfc8f3.tar.gz
emacs-92a7132bd6c76a43860fa01ca3363857d8dfc8f3.zip
; * etc/NEWS: Clean up for Emacs 29.2.
-rw-r--r--etc/NEWS20
1 files changed, 1 insertions, 19 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 069661866ce..1a0e1f37366 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -15,12 +15,6 @@ in older Emacs versions.
15You can narrow news to a specific version by calling 'view-emacs-news' 15You can narrow news to a specific version by calling 'view-emacs-news'
16with a prefix argument or by typing 'C-u C-h C-n'. 16with a prefix argument or by typing 'C-u C-h C-n'.
17 17
18Temporary note:
19+++ indicates that all relevant manuals in doc/ have been updated.
20--- means no change in the manuals is needed.
21When you add a new item, use the appropriate mark if you are sure it
22applies, and please also update docstrings as needed.
23
24 18
25* Installation Changes in Emacs 29.2 19* Installation Changes in Emacs 29.2
26 20
@@ -43,37 +37,25 @@ more details.
43 37
44* Changes in Emacs 29.2 38* Changes in Emacs 29.2
45 39
46 40This is a bug-fix release with no new features.
47* Editing Changes in Emacs 29.2
48 41
49 42
50* Changes in Specialized Modes and Packages in Emacs 29.2 43* Changes in Specialized Modes and Packages in Emacs 29.2
51 44
52** Tramp 45** Tramp
53 46
54+++
55*** New user option 'tramp-show-ad-hoc-proxies'. 47*** New user option 'tramp-show-ad-hoc-proxies'.
56When non-nil, ad-hoc definitions are kept in remote file names instead 48When non-nil, ad-hoc definitions are kept in remote file names instead
57of showing the shortcuts. 49of showing the shortcuts.
58 50
59 51
60* New Modes and Packages in Emacs 29.2
61
62
63* Incompatible Lisp Changes in Emacs 29.2 52* Incompatible Lisp Changes in Emacs 29.2
64 53
65+++
66** 'with-sqlite-transaction' rolls back changes if its BODY fails. 54** 'with-sqlite-transaction' rolls back changes if its BODY fails.
67If the BODY of the macro signals an error, or committing the results 55If the BODY of the macro signals an error, or committing the results
68of the transaction fails, the changes will now be rolled back. 56of the transaction fails, the changes will now be rolled back.
69 57
70 58
71* Lisp Changes in Emacs 29.2
72
73
74* Changes in Emacs 29.2 on Non-Free Operating Systems
75
76
77* Installation Changes in Emacs 29.1 59* Installation Changes in Emacs 29.1
78 60
79** Ahead-of-time native compilation can now be requested via configure. 61** Ahead-of-time native compilation can now be requested via configure.