diff options
| author | Reto Zimmermann | 2015-02-20 19:35:25 -0500 |
|---|---|---|
| committer | Glenn Morris | 2015-02-20 19:35:25 -0500 |
| commit | 80e67e434cce67417453b0d8ac66e061b279e4e7 (patch) | |
| tree | d4a44f0939f4e5eb75c8e77551b2dc933fa693a5 /lisp/ChangeLog | |
| parent | 226c1224b5805e5dfc8dd0939b93de2a2bf1e103 (diff) | |
| download | emacs-80e67e434cce67417453b0d8ac66e061b279e4e7.tar.gz emacs-80e67e434cce67417453b0d8ac66e061b279e4e7.zip | |
Sync with upstream vhdl mode v3.37.1. Add VHDL'08 support.
* lisp/progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp)
(vhdl-doc-release-notes): Update.
(vhdl-standard): Add VHDL'08 option.
(vhdl-sensitivity-list-all): New option.
(vhdl-directive-keywords): Add psl.
(vhdl-offsets-alist-default, vhdl-mode-abbrev-table-init)
(vhdl-template-construct-alist-init, vhdl-create-mode-menu):
(vhdl-imenu-generic-expression): Add context, directive.
(vhdl-offsets-alist, vhdl-mode, vhdl-doc-keywords): Doc fixes.
(vhdl-template-map-init): Add vhdl-template-context.
(vhdl-mode-syntax-table): Support VHDL'08 block comments.
(vhdl-create-mode-menu): Add some entries.
(vhdl-08-keywords, vhdl-08-types, vhdl-08-attributes)
(vhdl-08-functions, vhdl-08-packages, vhdl-08-directives): New constants.
(vhdl-directives): New variable.
(vhdl-words-init, vhdl-template-process)
(vhdl-template-replace-header-keywords): Support VHDL'08.
(vhdl-abbrev-list-init): Add vhdl-directives.
(vhdl-in-comment-p, vhdl-in-literal, vhdl-win-il)
(vhdl-forward-syntactic-ws, vhdl-get-syntactic-context)
(vhdl-lineup-comment): Handle block comments and directives.
(vhdl-beginning-of-directive, vhdl-template-context)
(vhdl-template-context-hook): New functions.
(vhdl-libunit-re, vhdl-defun-re, vhdl-begin-p)
(vhdl-corresponding-begin, vhdl-get-library-unit, vhdl-regress-line)
(vhdl-align-declarations, vhdl-beginning-of-block, vhdl-end-of-block)
(vhdl-font-lock-keywords-2, vhdl-get-end-of-unit)
(vhdl-scan-context-clause): Add context.
* etc/NEWS: Mention this.
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): |