aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorWilson Snyder2013-10-18 00:46:36 -0700
committerGlenn Morris2013-10-18 00:46:36 -0700
commitea89ff08fb312219b2eec07c3aef22a9e40cfa7f (patch)
treea5d0723df2f22cabb98121794eca20e20e0e0300 /lisp/ChangeLog
parent81b9ca36da4dbc025857fcf0113c164027bd0af2 (diff)
downloademacs-ea89ff08fb312219b2eec07c3aef22a9e40cfa7f.tar.gz
emacs-ea89ff08fb312219b2eec07c3aef22a9e40cfa7f.zip
Sync with upstream verilog-mode revision 1a6ecec7
* progmodes/verilog-mode.el (verilog-mode-version): Update. (verilog-mode-release-date): Remove. (verilog-highlight-grouping-keywords, verilog-active-low-regexp) (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp) (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp) (verilog-auto-tieoff-ignore-regexp) (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp) (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p) (verilog-signals-with, verilog-dir-cache-preserving) (verilog-auto-inst, verilog-auto-inout-param, verilog-auto): Doc fixes. (verilog-case-fold): New option, to control case folding in regexp searches, bug597. (verilog-menu): Add verilog-sk-uvm-component, minor tweaks. (verilog-string-match-fold, verilog-in-paren-count) (verilog-in-struct-nested-p, verilog-at-struct-mv-p) (verilog-at-close-struct-p): New functions. (verilog-beg-block-re-ordered, verilog-extended-case-re) (verilog-forward-sexp, verilog-set-auto-endcomments): (verilog-leap-to-case-head): Handle "unique0" case. (verilog-in-constraint-re): New constant. (verilog-keywords, verilog-type-font-keywords): Add some SystemVerilog 1800-2012 keywords. (verilog-label-be): Remove unimplemented argument, bug669. (verilog-batch-execute-func): When batch expanding clear create-lockfiles to prevent spurious user locks when a file ends up not changing. (verilog-calculate-indent, verilog-calc-1) (verilog-at-close-constraint-p, verilog-at-constraint-p) (verilog-do-indent): Fix indentation of nested constraints and structures. (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst) (verilog-auto-inst-param): Use verilog-string-match-fold. (verilog-read-inst-module-matcher): Fix AUTOINST on gate primitives with #1. (verilog-read-decls): Fix double-declaring user-defined typed signals. Reads all user-defined typed variables. (verilog-read-defines): Fix reading definitions inside comments, bug647. (verilog-signals-matching-regexp) (verilog-signals-not-matching-regexp, verilog-auto): Respect verilog-case-fold. (verilog-diff-report): Fix line count. (verilog-auto-assign-modport): Remove unused local `modi'. (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to better handle multidimensional arrays. Fix packed array ports misadding bit index in AUTOINST, bug637. (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT to not double-declare existing outputs and inputs, respectively. (verilog-template-map): Bind U to verilog-sk-uvm-component. (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class. (verilog-sk-uvm-component): New skeleton. (verilog-submit-bug-report): Add verilog-case-fold, remove verilog-mode-release-date.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog57
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 @@
12013-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
12013-10-17 Barry O'Reilly <gundaetiapo@gmail.com> 582013-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