# HG changeset patch # User Juanma Barranquero # Date 1204379939 0 # Node ID bcd82d9556723a0bffc8ba8a35cd766d9603bbb0 # Parent b30a40e181216b87b20eae8c1d6883bf3ce1240b *** empty log message *** diff -r b30a40e18121 -r bcd82d955672 lisp/ChangeLog --- a/lisp/ChangeLog Sat Mar 01 13:56:16 2008 +0000 +++ b/lisp/ChangeLog Sat Mar 01 13:58:59 2008 +0000 @@ -1,7 +1,12 @@ +2008-03-01 Juanma Barranquero + + * 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 - * 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