comparison etc/NEWS.22 @ 92148:f991f10f15ec

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
author Miles Bader <miles@gnu.org>
date Sun, 24 Feb 2008 10:09:07 +0000
parents 3fc5ab8c9426
children 4054054dd212
comparison
equal deleted inserted replaced
92147:773ae07da318 92148:f991f10f15ec
82 When loading the desktop, desktop.el can now detect that the file is already 82 When loading the desktop, desktop.el can now detect that the file is already
83 in use. The default behavior is to ask the user what to do, but you can 83 in use. The default behavior is to ask the user what to do, but you can
84 customize it with the new option `desktop-load-locked-desktop'. When saving, 84 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
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.
87 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.
91 96