diff options
| author | Wilson Snyder | 2012-09-26 11:32:51 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-09-26 11:32:51 +0800 |
| commit | 179f044b55d802f675c1dc9e744d9803a9f8aaeb (patch) | |
| tree | e9298bdd2c4025011e58aa13f3cfe53ec6917dae /lisp/ChangeLog | |
| parent | 5c11868cad512379b408e28d4880ba7589b3d5a0 (diff) | |
| download | emacs-179f044b55d802f675c1dc9e744d9803a9f8aaeb.tar.gz emacs-179f044b55d802f675c1dc9e744d9803a9f8aaeb.zip | |
Synch verilog-mode.el to latest upstream version.
* verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
(verilog-auto-input, verilog-auto-insert-lisp)
(verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
(verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
(verilog-auto-unused, verilog-auto-wire)
(verilog-forward-or-insert-line): Fix AUTOs with no trailing
newline. Reported by Andrew Jones.
(verilog-auto-inst) Support expanding $clog2 in AUTOINST.
Reported by Brad Dobbie.
(verilog-batch-delete-trailing-whitespace): Create
verilog-batch-delete-trailing-whitespace. Reported by Brad
Dobbie.
(verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
parameters from another module. Reported by Dan Katz.
(verilog-auto, verilog-auto-assign-modport)
(verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
AUTOINOUTMODPORT for UVM interface module shell generation.
Reported by Brad Dobbie.
(verilog-auto-inst-interfaced-ports): Make default nil, as more
standard behavior.
(verilog-auto): Fix AUTO parameters with parenthesis arguments.
Reported by Matt Martin.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 283e1844a98..c2168a33398 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,28 @@ | |||
| 1 | 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org> | ||
| 2 | |||
| 3 | * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout) | ||
| 4 | (verilog-auto-input, verilog-auto-insert-lisp) | ||
| 5 | (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg) | ||
| 6 | (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef) | ||
| 7 | (verilog-auto-unused, verilog-auto-wire) | ||
| 8 | (verilog-forward-or-insert-line): Fix AUTOs with no trailing | ||
| 9 | newline. Reported by Andrew Jones. | ||
| 10 | (verilog-auto-inst) Support expanding $clog2 in AUTOINST. | ||
| 11 | Reported by Brad Dobbie. | ||
| 12 | (verilog-batch-delete-trailing-whitespace): Create | ||
| 13 | verilog-batch-delete-trailing-whitespace. Reported by Brad | ||
| 14 | Dobbie. | ||
| 15 | (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying | ||
| 16 | parameters from another module. Reported by Dan Katz. | ||
| 17 | (verilog-auto, verilog-auto-assign-modport) | ||
| 18 | (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and | ||
| 19 | AUTOINOUTMODPORT for UVM interface module shell generation. | ||
| 20 | Reported by Brad Dobbie. | ||
| 21 | (verilog-auto-inst-interfaced-ports): Make default nil, as more | ||
| 22 | standard behavior. | ||
| 23 | (verilog-auto): Fix AUTO parameters with parenthesis arguments. | ||
| 24 | Reported by Matt Martin. | ||
| 25 | |||
| 1 | 2012-09-25 Martin Rudalics <rudalics@gmx.at> | 26 | 2012-09-25 Martin Rudalics <rudalics@gmx.at> |
| 2 | 27 | ||
| 3 | * window.el (window--resize-child-windows): When resizing child | 28 | * window.el (window--resize-child-windows): When resizing child |