Mention desktop locking.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 24 Oct 2007 10:22:32 +0000 (10:22 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 24 Oct 2007 10:22:32 +0000 (10:22 +0000)
etc/ChangeLog
etc/NEWS

index b6db44b..c783ac3 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * NEWS: Mention desktop locking.
+
 2007-09-28  Glenn Morris  <rgm@gnu.org>
 
        * PROBLEMS: Mention Tex superscript font issue.
index f9caea5..15fbb6c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -59,7 +59,7 @@ Windows XP introduced themed scrollbars, but applications have to take
 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 @@ this variable.
 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.