diff options
| author | Dan Nicolaescu | 2008-08-11 16:02:25 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-08-11 16:02:25 +0000 |
| commit | ac303f93d5d0e8a7d51e7a9e990660428e7717df (patch) | |
| tree | 9cee8db8d0a3027d9dc11fc50c01a61c175b9496 | |
| parent | 11d8ec4a2c37b33639beafa20d3113a52154a379 (diff) | |
| download | emacs-ac303f93d5d0e8a7d51e7a9e990660428e7717df.tar.gz emacs-ac303f93d5d0e8a7d51e7a9e990660428e7717df.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 935287d6cae..19f3b1d84f3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -478,7 +478,7 @@ | |||
| 478 | 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org> | 478 | 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org> |
| 479 | 479 | ||
| 480 | * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET | 480 | * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET |
| 481 | to work with SV 'logic' signals. [Julian Gorfajn] | 481 | to work with SV 'logic' signals. Suggested by Julian Gorfajn. |
| 482 | (verilog-auto-inst-column): Make verilog-auto-inst-column customizable. | 482 | (verilog-auto-inst-column): Make verilog-auto-inst-column customizable. |
| 483 | (verilog-string-replace-matches): Avoid recursion with small | 483 | (verilog-string-replace-matches): Avoid recursion with small |
| 484 | replacements. | 484 | replacements. |
| @@ -486,9 +486,10 @@ | |||
| 486 | (verilog-mode-version-date, verilog-read-inst-param-value) | 486 | (verilog-mode-version-date, verilog-read-inst-param-value) |
| 487 | (verilog-auto-inst, verilog-auto-inst-param) | 487 | (verilog-auto-inst, verilog-auto-inst-param) |
| 488 | (verilog-auto-inst-port, verilog-simplify-range-expression): Add | 488 | (verilog-auto-inst-port, verilog-simplify-range-expression): Add |
| 489 | verilog-auto-inst-param-value option for AUTOINST. [David Rogoff] | 489 | verilog-auto-inst-param-value option for AUTOINST. Suggested by |
| 490 | This allows parameters to be replaced with their values, on the | 490 | David Rogoff. This allows parameters to be replaced with their |
| 491 | expansion of an AUTOINST with Verilog 2001 style parameter settings. | 491 | values, on the expansion of an AUTOINST with Verilog 2001 style |
| 492 | parameter settings. | ||
| 492 | 493 | ||
| 493 | 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change) | 494 | 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change) |
| 494 | 495 | ||