diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 22 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org> | 23 | 2014-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. |