diff options
| author | Glenn Morris | 2008-02-07 06:17:10 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-07 06:17:10 +0000 |
| commit | debe41d6b212c8af7553b0b1417d6a2db717458b (patch) | |
| tree | 0116f2cc628991c91ba40fb346ac74891c8b6c26 | |
| parent | 431b78c9f4d691639585171ea2a11df19fdcc918 (diff) | |
| download | emacs-debe41d6b212c8af7553b0b1417d6a2db717458b.tar.gz emacs-debe41d6b212c8af7553b0b1417d6a2db717458b.zip | |
compilation-scroll-output fixed.
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -85,6 +85,11 @@ customize it with the new option `desktop-load-locked-desktop'. When saving, | |||
| 85 | desktop.el warns about attempts to overwrite a desktop file if it determines | 85 | desktop.el warns about attempts to overwrite a desktop file if it determines |
| 86 | that the desktop being saved is not an update of the one on disk. | 86 | that 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 | ||
| 90 | was 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. |