diff options
| author | Wilson Snyder | 2014-06-01 23:45:11 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-06-01 23:45:11 -0700 |
| commit | 9e158ac805afeab4346fbf34ddb642b4cfbb3c98 (patch) | |
| tree | 843c450b15a47f26f893e9621e4f41b00d594951 /lisp/ChangeLog | |
| parent | f34897e34def565eb6e07461549ab2ba2e275e95 (diff) | |
| download | emacs-9e158ac805afeab4346fbf34ddb642b4cfbb3c98.tar.gz emacs-9e158ac805afeab4346fbf34ddb642b4cfbb3c98.zip | |
Sync with upstream verilog-mode revision 3cd8144
* lisp/progmodes/verilog-mode.el (verilog-mode-version): Bump.
(verilog-auto-arg-format): New option, to support newlines in AUTOARG.
(verilog-type-font-keywords): Add nor.
(verilog-batch-execute-func): Force reading of Local Variables.
Fix printing "no changes to be saved" with verilog-batch.
(verilog-auto-arg-ports): Doc fix.
Add verilog-auto-arg-format to support newlines in AUTOARG.
(verilog-auto-arg): Doc fix.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 40c2ae9eb17..f6999abd68c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2014-06-02 Wilson Snyder <wsnyder@wsnyder.org> | ||
| 2 | |||
| 3 | Sync with upstream verilog-mode revision 3cd8144. | ||
| 4 | * progmodes/verilog-mode.el (verilog-mode-version): Bump. | ||
| 5 | (verilog-auto-arg-format): New option, to support newlines in AUTOARG. | ||
| 6 | (verilog-type-font-keywords): Add nor. | ||
| 7 | (verilog-batch-execute-func): Force reading of Local Variables. | ||
| 8 | Fix printing "no changes to be saved" with verilog-batch. | ||
| 9 | (verilog-auto-arg-ports): Doc fix. | ||
| 10 | Add verilog-auto-arg-format to support newlines in AUTOARG. | ||
| 11 | (verilog-auto-arg): Doc fix. | ||
| 12 | |||
| 1 | 2014-06-02 Glenn Morris <rgm@gnu.org> | 13 | 2014-06-02 Glenn Morris <rgm@gnu.org> |
| 2 | 14 | ||
| 3 | * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el: | 15 | * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el: |