diff options
| author | Wilson Snyder | 2014-10-06 20:19:10 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-10-06 20:19:10 -0700 |
| commit | dd7023e4f7b9b7d8cec14829ca371a9fd424b939 (patch) | |
| tree | c10b4bf078d6684560c885d5648c2a814e13e7fa /lisp/ChangeLog | |
| parent | 83f046769b634f215e1ca946cf45a705c955c79f (diff) | |
| download | emacs-dd7023e4f7b9b7d8cec14829ca371a9fd424b939.tar.gz emacs-dd7023e4f7b9b7d8cec14829ca371a9fd424b939.zip | |
Sync with upstream verilog-mode revision c075a492
* lisp/progmodes/verilog-mode.el (verilog-mode-version): Bump.
(verilog-menu): Add AUTOINSERTLAST.
(verilog-no-indent-begin-re): When `verilog-indent-begin-after-if'
is nil, fix indenting initial/final to match always statements, bug825.
Reported by Tim Clapp.
(verilog-extended-complete-re): Fix indentation of DPI-C imports,
bug557. Reported by ZeDong Mao and Jason Forkey.
(verilog-read-decls): Fix parsing typed interfaces.
Fix AUTOINOUTMODPORT missing types. Reported by Stephan Bourduas.
(verilog-auto-arg-ports): Fix verilog-auto-arg-format single.
(verilog-auto-output-every): Add regexp to AUTOOUTPUTEVERY, bug793.
Reported by Pierre-David Pfister.
(verilog-auto-insert-lisp): Doc fix.
(verilog-auto-insert-last, verilog-auto): Add AUTOINSERTLAST to
allow post-AUTO user fixups, bug826. Reported by Dennis Muhlestein.
(verilog-sk-ovm-class, verilog-sk-uvm-object)
(verilog-sk-uvm-component): Fix missing string keyword in class
skeletons, bug824. Reported by eldad faruhi.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8c3a239e662..88096b3e78c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2014-10-07 Wilson Snyder <wsnyder@wsnyder.org> | ||
| 2 | |||
| 3 | Sync with upstream verilog-mode revision c075a492. | ||
| 4 | * progmodes/verilog-mode.el (verilog-mode-version): Bump. | ||
| 5 | (verilog-menu): Add AUTOINSERTLAST. | ||
| 6 | (verilog-no-indent-begin-re): When `verilog-indent-begin-after-if' | ||
| 7 | is nil, fix indenting initial/final to match always statements, bug825. | ||
| 8 | Reported by Tim Clapp. | ||
| 9 | (verilog-extended-complete-re): Fix indentation of DPI-C imports, | ||
| 10 | bug557. Reported by ZeDong Mao and Jason Forkey. | ||
| 11 | (verilog-read-decls): Fix parsing typed interfaces. | ||
| 12 | Fix AUTOINOUTMODPORT missing types. Reported by Stephan Bourduas. | ||
| 13 | (verilog-auto-arg-ports): Fix verilog-auto-arg-format single. | ||
| 14 | (verilog-auto-output-every): Add regexp to AUTOOUTPUTEVERY, bug793. | ||
| 15 | Reported by Pierre-David Pfister. | ||
| 16 | (verilog-auto-insert-lisp): Doc fix. | ||
| 17 | (verilog-auto-insert-last, verilog-auto): Add AUTOINSERTLAST to | ||
| 18 | allow post-AUTO user fixups, bug826. Reported by Dennis Muhlestein. | ||
| 19 | (verilog-sk-ovm-class, verilog-sk-uvm-object) | ||
| 20 | (verilog-sk-uvm-component): Fix missing string keyword in class | ||
| 21 | skeletons, bug824. Reported by eldad faruhi. | ||
| 22 | |||
| 1 | 2014-10-06 Stefan Monnier <monnier@iro.umontreal.ca> | 23 | 2014-10-06 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 24 | ||
| 3 | * term/w32-win.el: Move all code from 32-common-fns.el here. | 25 | * term/w32-win.el: Move all code from 32-common-fns.el here. |