aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2008-09-05 22:13:55 +0000
committerDan Nicolaescu2008-09-05 22:13:55 +0000
commit7cb1c4d7547bf4d91b26d7ed3e471d192f11c28e (patch)
tree8ee27f1d4cc44caf92fed856076ce23e5bb55641 /lisp/ChangeLog
parent5e94230e84a18b68e1241c4c7f82f76f75300881 (diff)
downloademacs-7cb1c4d7547bf4d91b26d7ed3e471d192f11c28e.tar.gz
emacs-7cb1c4d7547bf4d91b26d7ed3e471d192f11c28e.zip
* verilog-mode.el (verilog-library-extensions): Enable .sv
filename extensions to call verilog-mode. (verilog-auto, verilog-auto-inst, verilog-faq) (verilog-submit-bug-report): Update author support URLs. (verilog-delete-auto, verilog-auto-inout-module) (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for creating complemented testbench modules. Suggested by Yishay Belkind. (verilog-auto-inst-port, verilog-simplify-range-expression): When verilog-auto-inst-param-value is set, don't require a AUTO_TEMPLATE to expand parameter substitutions. Suggested by Yishay Belkind. (verilog-auto-inst-param-value): Add safe variable. (verilog-re-search-forward, verilog-re-search-backward): Fix returning wrong search results on Emacs 22.1. (verilog-modi-cache-results, verilog-auto): Fix warning message about "toggling font-lock-mode." (verilog-auto): Fix loosing font-lock on errors. (verilog-auto-inst-param-value, verilog-mode-version) (verilog-mode-version-date, verilog-read-inst-param-value) (verilog-auto-inst, verilog-auto-inst-param) (verilog-auto-inst-port, verilog-simplify-range-expression): Allow parameters to be replaced with their values, on the expansion of an AUTOINST with Verilog 2001 style parameter settings. Suggested by David Rogoff. * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1): Better support for the property statement. Sometimes this keyword introduces a statement which requires an endproperty keyword, and sometimes it doesn't, dependening on the work before the property word. If property is prefixed with assert, assume or cover keyword, then the statement is ended with a ';' Otherwise, property is like task or specify, and is followed by some number of statements, which are ended with an endproperty keyword. (electric-verilog-tab): Support Emacs 22.2 style handling of tab in a highlighted region: indent each line in region according to mode. Supply this so it works in XEmacs and older Emacs.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog42
1 files changed, 42 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ba1bf39066e..055e6b473ae 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,45 @@
12008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
2
3 * verilog-mode.el (verilog-library-extensions): Enable .sv
4 filename extensions to call verilog-mode.
5 (verilog-auto, verilog-auto-inst, verilog-faq)
6 (verilog-submit-bug-report): Update author support URLs.
7 (verilog-delete-auto, verilog-auto-inout-module)
8 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
9 creating complemented testbench modules. Suggested by Yishay
10 Belkind.
11 (verilog-auto-inst-port, verilog-simplify-range-expression): When
12 verilog-auto-inst-param-value is set, don't require a
13 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
14 Yishay Belkind.
15 (verilog-auto-inst-param-value): Add safe variable.
16 (verilog-re-search-forward, verilog-re-search-backward): Fix
17 returning wrong search results on Emacs 22.1.
18 (verilog-modi-cache-results, verilog-auto): Fix warning message
19 about "toggling font-lock-mode."
20 (verilog-auto): Fix loosing font-lock on errors.
21 (verilog-auto-inst-param-value, verilog-mode-version)
22 (verilog-mode-version-date, verilog-read-inst-param-value)
23 (verilog-auto-inst, verilog-auto-inst-param)
24 (verilog-auto-inst-port, verilog-simplify-range-expression): Allow
25 parameters to be replaced with their values, on the expansion of
26 an AUTOINST with Verilog 2001 style parameter settings. Suggested
27 by David Rogoff.
28
292008-09-05 Michael McNamara <mac@mail.brushroad.com>
30
31 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
32 Better support for the property statement. Sometimes this keyword
33 introduces a statement which requires an endproperty keyword, and
34 sometimes it doesn't, dependening on the work before the property
35 word. If property is prefixed with assert, assume or cover
36 keyword, then the statement is ended with a ';' Otherwise,
37 property is like task or specify, and is followed by some number
38 of statements, which are ended with an endproperty keyword.
39 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
40 in a highlighted region: indent each line in region according to
41 mode. Supply this so it works in XEmacs and older Emacs.
42
12008-09-05 Chong Yidong <cyd@stupidchicken.com> 432008-09-05 Chong Yidong <cyd@stupidchicken.com>
2 44
3 * international/quail.el: Require help-mode. 45 * international/quail.el: Require help-mode.