aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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