comparison lisp/ChangeLog @ 80260:bcd82d955672

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 01 Mar 2008 13:58:59 +0000
parents 11e84af22e25
children 4af0bb174714
comparison
equal deleted inserted replaced
80259:b30a40e18121 80260:bcd82d955672
1 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
2
3 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
4 running `desktop-not-loaded-hook' to allow modifying it.
5 Don't show warning message if `desktop-dirname' was modified.
6
1 2008-03-01 Alan Mackenzie <acm@muc.de> 7 2008-03-01 Alan Mackenzie <acm@muc.de>
2 8
3 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding 9 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
4 bug.
5 10
6 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in 11 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
7 doc-string, "c-old-LEN" -> "c-old-END". 12 doc-string, "c-old-LEN" -> "c-old-END".
8 13
9 2008-02-29 Glenn Morris <rgm@gnu.org> 14 2008-02-29 Glenn Morris <rgm@gnu.org>
154 (verilog-declaration-core-re): Add port directions by themselves, 159 (verilog-declaration-core-re): Add port directions by themselves,
155 with no qualification, as base item of a declaration. 160 with no qualification, as base item of a declaration.
156 (verilog-pretty-declarations): Add new flag to ask it to refrain 161 (verilog-pretty-declarations): Add new flag to ask it to refrain
157 from printing to the message buffer. 162 from printing to the message buffer.
158 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from 163 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
159 printing to the message buffer. Improve handling of the many 164 printing to the message buffer. Improve handling of the many
160 types of expression line up. 165 types of expression line up.
161 (verilog-just-one-space): Remove printing of an empty message. 166 (verilog-just-one-space): Remove printing of an empty message.
162 (verilog-get-lineup-indent): Rework to support the better handling 167 (verilog-get-lineup-indent): Rework to support the better handling
163 of expression lineup for verilog-pretty-expr. 168 of expression lineup for verilog-pretty-expr.
164 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr. 169 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.