aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorWilson Snyder2010-04-06 21:06:23 -0700
committerDan Nicolaescu2010-04-06 21:06:23 -0700
commitfd9ea9d32bce4744006ed045576a15bc9da7685e (patch)
tree58a00e289b88b4674d41d64ee5c7951bb888ca00 /lisp/ChangeLog
parentcfd4160dba90f61c9e2c311e0ac79b6ee988fb2e (diff)
downloademacs-fd9ea9d32bce4744006ed045576a15bc9da7685e.tar.gz
emacs-fd9ea9d32bce4744006ed045576a15bc9da7685e.zip
* 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.".
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index abe6b1e8c8a..5f50546468b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,34 @@
12010-04-07 Michael McNamara <mac@mail.brushroad.com>
2
3 * verilog-mode.el (verilog-forward-sexp, verilog-calc-1): Support
4 "disable fork" and "fork wait" multi word keywords, suggested by
5 Steve Pearlmutter.
6 (verilog-pretty-declarations): Support lineup of declarations in
7 port lists.
8 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
9 fix bug for /* / comments
10 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
11 Speed up and simplfy as this is never called with a bound.
12 (verilog-pretty-declarations): Enhance to line up declarations
13 inside a parameter list, suggested by Alan Morgan.
14 (verilog-pretty-expr): Tune assignment regular expression match
15 string for corner cases; also use markers instead of character
16 number as indent changes the later.
17
182010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
19
20 * verilog-mode.el (verilog-type-keywords): Fix pulldown as missing
21 keyword.
22 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
23 causing truncation of AUTOWIRE signals. Reported by Bruce
24 Tennant.
25 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
26 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
27 Tennant.
28 (verilog-keywords):
29 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
30 1800-2009 keywords, including "global.".
31
12010-04-06 John Wiegley <jwiegley@gmail.com> 322010-04-06 John Wiegley <jwiegley@gmail.com>
2 33
3 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names 34 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names