aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b6d2cee7b8c..4f67d8cb8d1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -85,6 +85,11 @@ customize it with the new option `desktop-load-locked-desktop'. When saving,
85desktop.el warns about attempts to overwrite a desktop file if it determines 85desktop.el warns about attempts to overwrite a desktop file if it determines
86that the desktop being saved is not an update of the one on disk. 86that the desktop being saved is not an update of the one on disk.
87 87
88** Compilation mode now correctly respects the value of
89`compilation-scroll-output' between invocations. Previously, output
90was mistakenly scrolled on compiles after the first. Customize
91`compilation-scroll-output' if you want to retain the scrolling.
92
88* New Modes and Packages in Emacs 22.2 93* New Modes and Packages in Emacs 22.2
89 94
90** bibtex-style-mode helps you write BibTeX's *.bst files. 95** bibtex-style-mode helps you write BibTeX's *.bst files.