aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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.