comparison etc/NEWS @ 79209:e36d222d322f

Mention desktop locking.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 24 Oct 2007 10:18:52 +0000
parents 35b535f36d05
children 6040bcb0c2ea
comparison
equal deleted inserted replaced
79208:4845061b9683 79209:e36d222d322f
57 ** Scrollbars follow the system theme on Windows XP and later. 57 ** Scrollbars follow the system theme on Windows XP and later.
58 Windows XP introduced themed scrollbars, but applications have to take 58 Windows XP introduced themed scrollbars, but applications have to take
59 special steps to use them. Emacs now has the appropriate resources linked 59 special steps to use them. Emacs now has the appropriate resources linked
60 in to make it use the scrollbars from the system theme. 60 in to make it use the scrollbars from the system theme.
61 61
62 ** focus-follows-mouse defaults to nil on MS Windows 62 ** focus-follows-mouse defaults to nil on MS Windows.
63 Previously this variable was incorrectly documented as having no effect 63 Previously this variable was incorrectly documented as having no effect
64 on MS Windows, and the default was inappropriate for the majority of 64 on MS Windows, and the default was inappropriate for the majority of
65 Windows installations. Users of software which modifies the behaviour of 65 Windows installations. Users of software which modifies the behaviour of
66 Windows to cause focus to follow the mouse will now need to explicitly set 66 Windows to cause focus to follow the mouse will now need to explicitly set
67 this variable. 67 this variable.
68 68
69 ** The command gdba has been removed as gdb works now for those cases where it 69 ** The command gdba has been removed as gdb works now for those cases where it
70 was needed. In text command mode, if you have problems before execution has 70 was needed. In text command mode, if you have problems before execution has
71 started, use M-x gud-gdb. 71 started, use M-x gud-gdb.
72
73 ** desktop.el now detects conflicting uses of the desktop file.
74 When loading the desktop, desktop.el can now detect that the file is already
75 in use. The default behavior is to ask the user what to do, but you can
76 customize it with the new option `desktop-load-locked-desktop'. When saving,
77 desktop.el warns about attempts to overwrite a desktop file if it determines
78 that the desktop being saved is not an update of the one on disk.
72 79
73 * New Modes and Packages in Emacs 22.2 80 * New Modes and Packages in Emacs 22.2
74 81
75 ** bibtex-style-mode helps you write BibTeX's *.bst files. 82 ** bibtex-style-mode helps you write BibTeX's *.bst files.
76 83