aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorWilson Snyder2015-02-20 19:50:46 -0500
committerGlenn Morris2015-02-20 19:50:46 -0500
commit852947baf0d71751843da82ec4593ea154fda9af (patch)
treec346832ee0d0d4b5cfd87de67446081f99f7ca6a /lisp/ChangeLog
parent1ee99b6fbde4a58e7be24c46e19ff8faadbe704f (diff)
downloademacs-852947baf0d71751843da82ec4593ea154fda9af.tar.gz
emacs-852947baf0d71751843da82ec4593ea154fda9af.zip
Sync with upstream verilog-mode revision 0d6420b
* lisp/progmodes/verilog-mode.el (verilog-mode-version): Update. (vector-skip-list): Remove. (verilog-auto-inst-port, verilog-auto-inst-port-list) (verilog-auto-inst, verilog-auto-inst-param): Use arguments rather than vector-skip. (verilog-auto-inst-port): Fix AUTOINST interfaces to not show modport if signal attachment is itself a modport. Reported by Matthew Lovell.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 925f51b6557..4e59654e0c2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
12015-02-21 Wilson Snyder <wsnyder@wsnyder.org>
2
3 Sync with upstream verilog-mode revision 0d6420b.
4 * progmodes/verilog-mode.el (verilog-mode-version): Update.
5 (vector-skip-list): Remove.
6 (verilog-auto-inst-port, verilog-auto-inst-port-list)
7 (verilog-auto-inst, verilog-auto-inst-param):
8 Use arguments rather than vector-skip.
9 (verilog-auto-inst-port): Fix AUTOINST interfaces to not show
10 modport if signal attachment is itself a modport. Reported by
11 Matthew Lovell.
12
12015-02-21 Reto Zimmermann <reto@gnu.org> 132015-02-21 Reto Zimmermann <reto@gnu.org>
2 14
3 Sync with upstream vhdl mode v3.37.1. Add VHDL'08 support. 15 Sync with upstream vhdl mode v3.37.1. Add VHDL'08 support.