diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dc62555a471..ce1a8c2c0f9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,36 @@ | |||
| 1 | 2015-02-21 Reto Zimmermann <reto@gnu.org> | ||
| 2 | |||
| 3 | Sync with upstream vhdl mode v3.37.1. Add VHDL'08 support. | ||
| 4 | * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp) | ||
| 5 | (vhdl-doc-release-notes): Update. | ||
| 6 | (vhdl-standard): Add VHDL'08 option. | ||
| 7 | (vhdl-sensitivity-list-all): New option. | ||
| 8 | (vhdl-directive-keywords): Add psl. | ||
| 9 | (vhdl-offsets-alist-default, vhdl-mode-abbrev-table-init) | ||
| 10 | (vhdl-template-construct-alist-init, vhdl-create-mode-menu): | ||
| 11 | (vhdl-imenu-generic-expression): Add context, directive. | ||
| 12 | (vhdl-offsets-alist, vhdl-mode, vhdl-doc-keywords): Doc fixes. | ||
| 13 | (vhdl-template-map-init): Add vhdl-template-context. | ||
| 14 | (vhdl-mode-syntax-table): Support VHDL'08 block comments. | ||
| 15 | (vhdl-create-mode-menu): Add some entries. | ||
| 16 | (vhdl-08-keywords, vhdl-08-types, vhdl-08-attributes) | ||
| 17 | (vhdl-08-functions, vhdl-08-packages, vhdl-08-directives): | ||
| 18 | New constants. | ||
| 19 | (vhdl-directives): New variable. | ||
| 20 | (vhdl-words-init, vhdl-template-process) | ||
| 21 | (vhdl-template-replace-header-keywords): Support VHDL'08. | ||
| 22 | (vhdl-abbrev-list-init): Add vhdl-directives. | ||
| 23 | (vhdl-in-comment-p, vhdl-in-literal, vhdl-win-il) | ||
| 24 | (vhdl-forward-syntactic-ws, vhdl-get-syntactic-context) | ||
| 25 | (vhdl-lineup-comment): Handle block comments and directives. | ||
| 26 | (vhdl-beginning-of-directive, vhdl-template-context) | ||
| 27 | (vhdl-template-context-hook): New functions. | ||
| 28 | (vhdl-libunit-re, vhdl-defun-re, vhdl-begin-p) | ||
| 29 | (vhdl-corresponding-begin, vhdl-get-library-unit, vhdl-regress-line) | ||
| 30 | (vhdl-align-declarations, vhdl-beginning-of-block, vhdl-end-of-block) | ||
| 31 | (vhdl-font-lock-keywords-2, vhdl-get-end-of-unit) | ||
| 32 | (vhdl-scan-context-clause): Add context. | ||
| 33 | |||
| 1 | 2015-02-20 Glenn Morris <rgm@gnu.org> | 34 | 2015-02-20 Glenn Morris <rgm@gnu.org> |
| 2 | 35 | ||
| 3 | * calendar/solar.el (solar-sunrise-sunset-string): | 36 | * calendar/solar.el (solar-sunrise-sunset-string): |