aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorReto Zimmermann2014-03-25 20:58:25 -0700
committerGlenn Morris2014-03-25 20:58:25 -0700
commitfb3deac832b66a0f2674ccd06ebc741cbbf960fe (patch)
treebb6061d1ad9a02c7a8c4473342b3bd56dea6cd06 /lisp/ChangeLog
parent511df08c33c81bb4990e36102475e7596c4c5319 (diff)
downloademacs-fb3deac832b66a0f2674ccd06ebc741cbbf960fe.tar.gz
emacs-fb3deac832b66a0f2674ccd06ebc741cbbf960fe.zip
Sync with upstream vhdl mode v3.35.1
* lisp/progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update. (vhdl-compiler-alist): Doc fix. (vhdl-goto-line): Remove. (vhdl-mode-abbrev-table-init): Add XEmacs compat. (vhdl-mode) <paragraph-start>: Fix value. (vhdl-fix-statement-region): Not `for' in wait-statement. (vhdl-beautify-region): Also (un)tabify. (vhdl-get-visible-signals): Scan declarative part of generate statements. (vhdl-template-record): Fix indentation for record type declaration. (vhdl-expand-abbrev, vhdl-expand-paren): FIXME. (vhdl-scan-directory-contents): Tweak. (vhdl-speedbar-find-file, vhdl-speedbar-port-copy) (vhdl-compose-components-package): Replace vhdl-goto-line with forward-line. (top-level): Tweak speedbar frame selection. (vhdl-generate-makefile-1): Support for compilers with no unit-to-file name mapping (create directory with dummy files).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0f76011a254..53d77bf66b1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,25 @@
12014-03-26 Reto Zimmermann <reto@gnu.org>
2
3 Sync with upstream vhdl mode v3.35.1.
4 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
5 (vhdl-compiler-alist): Doc fix.
6 (vhdl-goto-line): Remove.
7 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
8 (vhdl-mode) <paragraph-start>: Fix value.
9 (vhdl-fix-statement-region): Not `for' in wait-statement.
10 (vhdl-beautify-region): Also (un)tabify.
11 (vhdl-get-visible-signals):
12 Scan declarative part of generate statements.
13 (vhdl-template-record): Fix indentation for record type declaration.
14 (vhdl-expand-abbrev, vhdl-expand-paren): FIXME.
15 (vhdl-scan-directory-contents): Tweak.
16 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
17 (vhdl-compose-components-package):
18 Replace vhdl-goto-line with forward-line.
19 (top-level): Tweak speedbar frame selection.
20 (vhdl-generate-makefile-1): Support for compilers with no
21 unit-to-file name mapping (create directory with dummy files).
22
12014-03-26 Wilson Snyder <wsnyder@wsnyder.org> 232014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
2 24
3 Sync with upstream verilog-mode revision 702457d. 25 Sync with upstream verilog-mode revision 702457d.