* lisp/desktop.el (desktop-buffers-not-to-save): Change default from nil to "\\` ".
[bpt/emacs.git] / lisp / ChangeLog
index 18587c0..a86293b 100644 (file)
@@ -1,5 +1,24 @@
+2014-02-07  Juri Linkov  <juri@jurta.org>
+
+       * desktop.el (desktop-buffers-not-to-save): Change default from nil
+       to "\\` ".  (Bug#16651)
+
+2014-02-07  Juri Linkov  <juri@jurta.org>
+
+       * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
+       when enabling, and `desktop-auto-save-cancel-timer' when disabling.
+       (desktop-auto-save-cancel-timer): New function with some code from
+       `desktop-auto-save-set-timer'.
+       (after-init-hook): Don't call `desktop-auto-save-set-timer'.
+       Instead of setting `desktop-save-mode' to nil, call
+       `desktop-save-mode' with arg 0.  (Bug#16630)
+
 2014-02-07  Glenn Morris  <rgm@gnu.org>
 
+       * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
+       (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
+       (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
+
        * obsolete/iswitchb.el: Move to obsolete/.
        * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
        since obsolete/ is not scanned for autoloads.