diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b91d17ba8a3..22be8a542d3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,60 @@ | |||
| 1 | 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org> | ||
| 2 | |||
| 3 | Sync with upstream verilog-mode revision 1a6ecec7. | ||
| 4 | * progmodes/verilog-mode.el (verilog-mode-version): Update. | ||
| 5 | (verilog-mode-release-date): Remove. | ||
| 6 | (verilog-highlight-grouping-keywords, verilog-active-low-regexp) | ||
| 7 | (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp) | ||
| 8 | (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp) | ||
| 9 | (verilog-auto-tieoff-ignore-regexp) | ||
| 10 | (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp) | ||
| 11 | (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p) | ||
| 12 | (verilog-signals-with, verilog-dir-cache-preserving) | ||
| 13 | (verilog-auto-inst, verilog-auto-inout-param, verilog-auto): | ||
| 14 | Doc fixes. | ||
| 15 | (verilog-case-fold): New option, to control case folding in | ||
| 16 | regexp searches, bug597. | ||
| 17 | (verilog-menu): Add verilog-sk-uvm-component, minor tweaks. | ||
| 18 | (verilog-string-match-fold, verilog-in-paren-count) | ||
| 19 | (verilog-in-struct-nested-p, verilog-at-struct-mv-p) | ||
| 20 | (verilog-at-close-struct-p): New functions. | ||
| 21 | (verilog-beg-block-re-ordered, verilog-extended-case-re) | ||
| 22 | (verilog-forward-sexp, verilog-set-auto-endcomments): | ||
| 23 | (verilog-leap-to-case-head): Handle "unique0" case. | ||
| 24 | (verilog-in-constraint-re): New constant. | ||
| 25 | (verilog-keywords, verilog-type-font-keywords): | ||
| 26 | Add some SystemVerilog 1800-2012 keywords. | ||
| 27 | (verilog-label-be): Remove unimplemented argument, bug669. | ||
| 28 | (verilog-batch-execute-func): When batch expanding clear | ||
| 29 | create-lockfiles to prevent spurious user locks when a file ends | ||
| 30 | up not changing. | ||
| 31 | (verilog-calculate-indent, verilog-calc-1) | ||
| 32 | (verilog-at-close-constraint-p, verilog-at-constraint-p) | ||
| 33 | (verilog-do-indent): Fix indentation of nested constraints | ||
| 34 | and structures. | ||
| 35 | (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst) | ||
| 36 | (verilog-auto-inst-param): Use verilog-string-match-fold. | ||
| 37 | (verilog-read-inst-module-matcher): | ||
| 38 | Fix AUTOINST on gate primitives with #1. | ||
| 39 | (verilog-read-decls): Fix double-declaring user-defined typed signals. | ||
| 40 | Reads all user-defined typed variables. | ||
| 41 | (verilog-read-defines): Fix reading definitions inside comments, bug647. | ||
| 42 | (verilog-signals-matching-regexp) | ||
| 43 | (verilog-signals-not-matching-regexp, verilog-auto): | ||
| 44 | Respect verilog-case-fold. | ||
| 45 | (verilog-diff-report): Fix line count. | ||
| 46 | (verilog-auto-assign-modport): Remove unused local `modi'. | ||
| 47 | (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to | ||
| 48 | better handle multidimensional arrays. | ||
| 49 | Fix packed array ports misadding bit index in AUTOINST, bug637. | ||
| 50 | (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT | ||
| 51 | to not double-declare existing outputs and inputs, respectively. | ||
| 52 | (verilog-template-map): Bind U to verilog-sk-uvm-component. | ||
| 53 | (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class. | ||
| 54 | (verilog-sk-uvm-component): New skeleton. | ||
| 55 | (verilog-submit-bug-report): Add verilog-case-fold, | ||
| 56 | remove verilog-mode-release-date. | ||
| 57 | |||
| 1 | 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com> | 58 | 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com> |
| 2 | 59 | ||
| 3 | * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave | 60 | * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave |