aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2008-05-08 13:44:16 +0000
committerDan Nicolaescu2008-05-08 13:44:16 +0000
commit9c059794a2a407f607e4cbf9f3cfde79bf50b58e (patch)
tree126ef8087ef5cd961542bb179f970db9407f2930 /lisp/ChangeLog
parent231b351dcc8f091a9d07c84408d982d29655cfee (diff)
downloademacs-9c059794a2a407f607e4cbf9f3cfde79bf50b58e.tar.gz
emacs-9c059794a2a407f607e4cbf9f3cfde79bf50b58e.zip
(verilog-type-font-keywords): Add leda and 0in
as pragma keywords. (verilog-pretty-expr): Support lining up assignments which include part selects. (verilog-mode): More portable check for the availability of hideshow support. (verilog-do-indent): Remove special indent for declarations inside a parenthetical list. The code is ill-advised, and doesn't work given the new user defined types. (verilog-set-auto-endcomments): Enhance function automatic endcomment to support functions that return user defined types. (verilog-mode): Add code to tell which-function-mode minor mode that Verilog supports this feature.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 685be52cf06..2b966589a17 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
12008-05-08 Michael McNamara <mac@mail.brushroad.com>
2
3 * verilog-mode.el (verilog-type-font-keywords): Add leda and 0in
4 as pragma keywords.
5 (verilog-pretty-expr): Support lining up assignments which include
6 part selects.
7 (verilog-mode): More portable check for the availability of
8 hideshow support.
9 (verilog-do-indent): Remove special indent for declarations inside
10 a parenthetical list. The code is ill-advised, and doesn't work
11 given the new user defined types.
12 (verilog-set-auto-endcomments): Enhance function automatic
13 endcomment to support functions that return user defined types.
14 (verilog-mode): Add code to tell which-function-mode minor mode
15 that Verilog supports this feature.
16
12008-05-08 Eli Zaretskii <eliz@gnu.org> 172008-05-08 Eli Zaretskii <eliz@gnu.org>
2 18
3 * epa-file.el: Require epa-hook. 19 * epa-file.el: Require epa-hook.