aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-02-07 06:17:10 +0000
committerGlenn Morris2008-02-07 06:17:10 +0000
commitdebe41d6b212c8af7553b0b1417d6a2db717458b (patch)
tree0116f2cc628991c91ba40fb346ac74891c8b6c26
parent431b78c9f4d691639585171ea2a11df19fdcc918 (diff)
downloademacs-debe41d6b212c8af7553b0b1417d6a2db717458b.tar.gz
emacs-debe41d6b212c8af7553b0b1417d6a2db717458b.zip
compilation-scroll-output fixed.
-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.