Mercurial > emacs
comparison lisp/ChangeLog @ 65302:c4e83cd72e41
Merge vhdl-mode.el version 3.33.6, from Reto Zimmermann <reto@gnu.org>.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Wed, 31 Aug 2005 19:53:52 +0000 |
parents | 25aad54f6e07 |
children | 379e08762d65 |
comparison
equal
deleted
inserted
replaced
65301:c0c0b5bf96ab | 65302:c4e83cd72e41 |
---|---|
1 2005-08-31 Reto Zimmermann <reto@gnu.org> | |
2 | |
3 * progmodes/vhdl-mode.el | |
4 (vhdl-update-sensitivity-list): Handle multi-dimensional array | |
5 access. | |
6 (vhdl-end-p): Fix indentation bug "else" after "-- when". | |
7 (vhdl-set-default-project): New function (easier setting of | |
8 default). | |
9 (vhdl-port-copy): Handle extended identifiers for generics. | |
10 (vhdl-compiler-alist): Better description for error message | |
11 regexp. | |
12 (vhdl-make): Query for target, use previous as default. | |
13 (vhdl-port-copy): Fix port copy for port names starting with | |
14 "signal". | |
15 (vhdl-font-lock-keywords-2): Fix fontification for record | |
16 el. assign. | |
17 (vhdl-speedbar-make-subpack-line): Add package body link. | |
18 (vhdl-generate-makefile-1): Not include itself as dependency. | |
19 (vhdl-font-lock-init): Highlight c-preprocessor directives. | |
20 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives. | |
21 (vhdl-get-syntactic-context): Handle c-preprocessor directives. | |
22 (vhdl-update-sensitivity-list): Start scan at opening parenthesis. | |
23 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop). | |
24 (vhdl-update-sensitivity-list-buffer): Add string argument for | |
25 `error'. | |
26 (vhdl-import-project): Add string argument for `error'. | |
27 (vhdl-compose-configuration, | |
28 vhdl-compose-configuration-architecture): Add configuration | |
29 declaration generation. | |
30 (vhdl-scan-directory-contents): Scan for block/generate hierarchy. | |
31 (vhdl-trailer-re): Add "record" keyword (better indentation). | |
32 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of | |
33 "[^ \t-\"]+". | |
34 (vhdl-font-lock-keywords-2): Not highlight formal parameter after | |
35 '|'. | |
36 (vhdl-testbench-entity-file-name, | |
37 vhdl-testbench-architecture-file-name): Allow separate | |
38 customization of testbench file names. | |
39 (vhdl-beginning-of-block): Handle optional subprogram parameter | |
40 list. | |
41 (vhdl-get-visible-signals): Allow newline within alias | |
42 declaration. | |
43 (vhdl-update-sensitivity-list): Signal read only on certain | |
44 attributes. | |
45 (vhdl-fixup-whitespace-region): Fix bug with strings (double | |
46 quotes). | |
47 (member-ignore-case): Alias for missing function in XEmacs. | |
48 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence | |
49 NC. | |
50 (vhdl-update-sensitivity-list): Ignore case on read signals. | |
51 (vhdl-replace-string): Adjust case only for file names. | |
52 (vhdl-update-sensitivity-list): Fix search for read signals. | |
53 (vhdl-update-sensitivity-list): Exclude formal parameters. | |
54 (vhdl-get-visible-signals): Include aliases of signals. | |
55 (vhdl-get-visible-signals): Fix signal name searching. | |
56 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message. | |
57 (vhdl-fixup-whitespace-region): Fix for character | |
58 literals (e.g. ':'). | |
59 | |
1 2005-08-31 Juanma Barranquero <lekktu@gmail.com> | 60 2005-08-31 Juanma Barranquero <lekktu@gmail.com> |
2 | 61 |
3 * ansi-color.el (comint-last-output-start): | 62 * ansi-color.el (comint-last-output-start): |
4 * bs.el (font-lock-verbose): | 63 * bs.el (font-lock-verbose): |
5 * diff-mode.el (add-log-buffer-file-name-function): | 64 * diff-mode.el (add-log-buffer-file-name-function): |