summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-03-01 13:58:59 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-03-01 13:58:59 +0000
commit4dc5079fb3be96234f3a92d3dd412649a69a2abe (patch)
treee1e3f6203cc73808f0708d47e17d581eba0d23b2
parent803a00b52f2631bbe074e9547092fde689867924 (diff)
downloademacs-4dc5079fb3be96234f3a92d3dd412649a69a2abe.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 83a82a585d5..19c41187919 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,12 @@
+2008-03-01 Juanma Barranquero <lekktu@gmail.com>
+
+ * desktop.el (desktop-read): Set `desktop-dirname' to nil before
+ running `desktop-not-loaded-hook' to allow modifying it.
+ Don't show warning message if `desktop-dirname' was modified.
+
2008-03-01 Alan Mackenzie <acm@muc.de>
- * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding
- bug.
+ * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
* progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
doc-string, "c-old-LEN" -> "c-old-END".
@@ -156,7 +161,7 @@
(verilog-pretty-declarations): Add new flag to ask it to refrain
from printing to the message buffer.
(verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
- printing to the message buffer. Improve handling of the many
+ printing to the message buffer. Improve handling of the many
types of expression line up.
(verilog-just-one-space): Remove printing of an empty message.
(verilog-get-lineup-indent): Rework to support the better handling