From: Dan Nicolaescu Date: Mon, 11 Aug 2008 16:02:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~3528 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac303f93d5d0e8a7d51e7a9e990660428e7717df;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 935287d6cae..19f3b1d84f3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -478,7 +478,7 @@ 2008-07-30 Wilson Snyder * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET - to work with SV 'logic' signals. [Julian Gorfajn] + to work with SV 'logic' signals. Suggested by Julian Gorfajn. (verilog-auto-inst-column): Make verilog-auto-inst-column customizable. (verilog-string-replace-matches): Avoid recursion with small replacements. @@ -486,9 +486,10 @@ (verilog-mode-version-date, verilog-read-inst-param-value) (verilog-auto-inst, verilog-auto-inst-param) (verilog-auto-inst-port, verilog-simplify-range-expression): Add - verilog-auto-inst-param-value option for AUTOINST. [David Rogoff] - This allows parameters to be replaced with their values, on the - expansion of an AUTOINST with Verilog 2001 style parameter settings. + verilog-auto-inst-param-value option for AUTOINST. Suggested by + David Rogoff. This allows parameters to be replaced with their + values, on the expansion of an AUTOINST with Verilog 2001 style + parameter settings. 2008-07-30 David Lord (tiny change)