# HG changeset patch # User Juanma Barranquero # Date 1193221132 0 # Node ID e36d222d322f91844a23900096e412e5a79e9cae # Parent 4845061b9683f364ffe1f292c1a7718f9f0c35e0 Mention desktop locking. diff -r 4845061b9683 -r e36d222d322f etc/NEWS --- a/etc/NEWS Wed Oct 24 08:24:50 2007 +0000 +++ b/etc/NEWS Wed Oct 24 10:18:52 2007 +0000 @@ -59,7 +59,7 @@ special steps to use them. Emacs now has the appropriate resources linked in to make it use the scrollbars from the system theme. -** focus-follows-mouse defaults to nil on MS Windows +** focus-follows-mouse defaults to nil on MS Windows. Previously this variable was incorrectly documented as having no effect on MS Windows, and the default was inappropriate for the majority of Windows installations. Users of software which modifies the behaviour of @@ -70,6 +70,13 @@ was needed. In text command mode, if you have problems before execution has started, use M-x gud-gdb. +** desktop.el now detects conflicting uses of the desktop file. +When loading the desktop, desktop.el can now detect that the file is already +in use. The default behavior is to ask the user what to do, but you can +customize it with the new option `desktop-load-locked-desktop'. When saving, +desktop.el warns about attempts to overwrite a desktop file if it determines +that the desktop being saved is not an update of the one on disk. + * New Modes and Packages in Emacs 22.2 ** bibtex-style-mode helps you write BibTeX's *.bst files.