comparison lisp/ChangeLog @ 94760:e087ad93ebd1

(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.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 08 May 2008 13:44:16 +0000
parents 9a70fdeb8f48
children ff5a0c88b6ba
comparison
equal deleted inserted replaced
94759:815571207663 94760:e087ad93ebd1
1 2008-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
1 2008-05-08 Eli Zaretskii <eliz@gnu.org> 17 2008-05-08 Eli Zaretskii <eliz@gnu.org>
2 18
3 * epa-file.el: Require epa-hook. 19 * epa-file.el: Require epa-hook.
4 20
5 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook. 21 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.