Mercurial > emacs
comparison lisp/ChangeLog @ 97107:138e8a4ee5a6
* verilog-mode.el (verilog-do-indent): Remove special indent for
declarations inside a parenthetical list. The code is ill-advised,
and doesn't work given 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.
(verilog-beg-block-re-ordered, verilog-indent-re)
(verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
(verilog-leap-to-head): Support the new virtual and/or protected
tasks, as well as extern declarations of tasks for indenting and
for foward/backward expression.
* verilog-mode (verilog-read-decls): Allow AUTORESET to work with
SV 'logic' signals. [Julian Gorfajn]
(verilog-auto-inst-column): Make verilog-auto-inst-column
customizable.
(verilog-string-replace-matches): Avoid recursion with small
replacements.
(verilog-auto-inst-param-value, verilog-mode-version)
(verilog-mode-version-date, verilog-read-inst-param-value)
(verilog-auto-inst, verilog-auto-inst-param)
(verilog-auto-inst-port, verilog-simplify-range-expression): Add
verilog-auto-inst-param-value option for AUTOINST. [David Rogoff]
This allows parameters to be replaced with their values, on the
expansion of an AUTOINST with Verilog 2001 style parameter
settings.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 30 Jul 2008 07:03:17 +0000 |
parents | 1cf204ce38b7 |
children | 086f5c9fa0be |
comparison
equal
deleted
inserted
replaced
97106:2abff4e5c97f | 97107:138e8a4ee5a6 |
---|---|
1 2008-07-30 Michael McNamara <mac@mail.brushroad.com> | |
2 | |
3 * verilog-mode.el (verilog-do-indent): Remove special indent for | |
4 declarations inside a parenthetical list. The code is ill-advised, | |
5 and doesn't work given user defined types. | |
6 (verilog-set-auto-endcomments): Enhance function automatic | |
7 endcomment to support functions that return user defined types. | |
8 (verilog-mode): Add code to tell which-function-mode minor mode | |
9 that Verilog supports this feature. | |
10 (verilog-beg-block-re-ordered, verilog-indent-re) | |
11 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1) | |
12 (verilog-leap-to-head): Support the new virtual and/or protected | |
13 tasks, as well as extern declarations of tasks for indenting and | |
14 for foward/backward expression. | |
15 | |
16 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org> | |
17 | |
18 * verilog-mode (verilog-read-decls): Allow AUTORESET to work with | |
19 SV 'logic' signals. [Julian Gorfajn] | |
20 (verilog-auto-inst-column): Make verilog-auto-inst-column | |
21 customizable. | |
22 (verilog-string-replace-matches): Avoid recursion with small | |
23 replacements. | |
24 (verilog-auto-inst-param-value, verilog-mode-version) | |
25 (verilog-mode-version-date, verilog-read-inst-param-value) | |
26 (verilog-auto-inst, verilog-auto-inst-param) | |
27 (verilog-auto-inst-port, verilog-simplify-range-expression): Add | |
28 verilog-auto-inst-param-value option for AUTOINST. [David Rogoff] | |
29 This allows parameters to be replaced with their values, on the | |
30 expansion of an AUTOINST with Verilog 2001 style parameter | |
31 settings. | |
32 | |
1 2008-07-30 David Lord <david.lord@phonecoop.coop> | 33 2008-07-30 David Lord <david.lord@phonecoop.coop> |
2 | 34 |
3 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr' | 35 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr' |
4 to `cddr'. | 36 to `cddr'. |
5 | 37 |