diff options
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. |