* verilog-mode.el (verilog-forward-sexp, verilog-calc-1): Support
authorWilson Snyder <wsnyder@wsnyder.org>
Wed, 7 Apr 2010 04:06:23 +0000 (21:06 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 7 Apr 2010 04:06:23 +0000 (21:06 -0700)
commitfd9ea9d32bce4744006ed045576a15bc9da7685e
tree58a00e289b88b4674d41d64ee5c7951bb888ca00
parentcfd4160dba90f61c9e2c311e0ac79b6ee988fb2e
* verilog-mode.el (verilog-forward-sexp, verilog-calc-1): Support
"disable fork" and "fork wait" multi word keywords, suggested by
Steve Pearlmutter.
(verilog-pretty-declarations): Support lineup of declarations in
port lists.
(verilog-skip-backward-comments, verilog-skip-forward-comment-p):
fix bug for /* / comments
(verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
Speed up and simplfy as this is never called with a bound.
(verilog-pretty-declarations): Enhance to line up declarations
inside a parameter list, suggested by Alan Morgan.
(verilog-pretty-expr): Tune assignment regular expression match
string for corner cases; also use markers instead of character
number as indent changes the later.
(verilog-type-keywords): Fix pulldown as missing
keyword.
(verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
causing truncation of AUTOWIRE signals.  Reported by Bruce
Tennant.
(verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
Tennant.
(verilog-keywords):
(verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
1800-2009 keywords, including "global.".
lisp/ChangeLog
lisp/progmodes/verilog-mode.el