diff options
| author | Eli Zaretskii | 2024-01-18 03:47:49 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2024-01-18 03:47:49 -0500 |
| commit | 92a7132bd6c76a43860fa01ca3363857d8dfc8f3 (patch) | |
| tree | b7fcef4b55dd280db3d8c15d450fc370a75c18f3 | |
| parent | 314ac2e4317650a5135b950374118bbc38e8207f (diff) | |
| download | emacs-92a7132bd6c76a43860fa01ca3363857d8dfc8f3.tar.gz emacs-92a7132bd6c76a43860fa01ca3363857d8dfc8f3.zip | |
; * etc/NEWS: Clean up for Emacs 29.2.
| -rw-r--r-- | etc/NEWS | 20 |
1 files changed, 1 insertions, 19 deletions
| @@ -15,12 +15,6 @@ in older Emacs versions. | |||
| 15 | You can narrow news to a specific version by calling 'view-emacs-news' | 15 | You can narrow news to a specific version by calling 'view-emacs-news' |
| 16 | with a prefix argument or by typing 'C-u C-h C-n'. | 16 | with a prefix argument or by typing 'C-u C-h C-n'. |
| 17 | 17 | ||
| 18 | Temporary note: | ||
| 19 | +++ indicates that all relevant manuals in doc/ have been updated. | ||
| 20 | --- means no change in the manuals is needed. | ||
| 21 | When you add a new item, use the appropriate mark if you are sure it | ||
| 22 | applies, 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 | 40 | This 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'. |
| 56 | When non-nil, ad-hoc definitions are kept in remote file names instead | 48 | When non-nil, ad-hoc definitions are kept in remote file names instead |
| 57 | of showing the shortcuts. | 49 | of 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. |
| 67 | If the BODY of the macro signals an error, or committing the results | 55 | If the BODY of the macro signals an error, or committing the results |
| 68 | of the transaction fails, the changes will now be rolled back. | 56 | of 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. |