comparison lisp/ChangeLog @ 80171:97019d686b43

* progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs conditional. (verilog-font-grouping-keywords-face): Make the begin..end keywords standout more than other verilog keywords. (verilog-type-font-keywords): Move the begin..end out of this list to facilitate making them to (potentially) stand out more. (verilog-backward-token): Fix indent of bare always{_*}?, initial, function & task blocks. (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?, initial, function & task blocks. (verilog-forward-sexp): Handle the new "disable fork" statement of IEEE-1800 Verilog. (verilog-beg-block-re-ordered): Handle the new "disable fork" statement of IEEE-1800 Verilog. (verilog-calc-1): Handle the new "disable fork" statement of IEEE-1800 Verilog. (verilog-disable-fork-re): Add const to help handle the new "disable fork" statement of IEEE-1800 Verilog. (verilog-declaration-core-re): Add port directions by themselves, with no qualification, as base item of a declaration. (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 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 of expression lineup for verilog-pretty-expr. (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 21 Feb 2008 05:15:31 +0000
parents 4a375bdd751d
children 7d8f87158250
comparison
equal deleted inserted replaced
80170:3e4f6980296d 80171:97019d686b43
1 2008-02-21 Michael McNamara <mac@mail.brushroad.com>
2
3 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
4 conditional.
5 (verilog-font-grouping-keywords-face): Make the begin..end
6 keywords standout more than other verilog keywords.
7 (verilog-type-font-keywords): Move the begin..end out of this list
8 to facilitate making them to (potentially) stand out more.
9 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
10 function & task blocks.
11 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
12 initial, function & task blocks.
13 (verilog-forward-sexp): Handle the new "disable fork" statement of
14 IEEE-1800 Verilog.
15 (verilog-beg-block-re-ordered): Handle the new "disable fork"
16 statement of IEEE-1800 Verilog.
17 (verilog-calc-1): Handle the new "disable fork" statement of
18 IEEE-1800 Verilog.
19 (verilog-disable-fork-re): Add const to help handle the new
20 "disable fork" statement of IEEE-1800 Verilog.
21 (verilog-declaration-core-re): Add port directions by themselves,
22 with no qualification, as base item of a declaration.
23 (verilog-pretty-declarations): Add new flag to ask it to refrain
24 from printing to the message buffer.
25 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
26 printing to the message buffer. Improve handling of the many
27 types of expression line up.
28 (verilog-just-one-space): Remove printing of an empty message.
29 (verilog-get-lineup-indent): Rework to support the better handling
30 of expression lineup for verilog-pretty-expr.
31 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
32
1 2008-02-20 Alan Mackenzie <acm@muc.de> 33 2008-02-20 Alan Mackenzie <acm@muc.de>
2 34
3 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from 35 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
4 yesterday's commit. 36 yesterday's commit.
5 37