comparison lisp/ChangeLog @ 97426:6d1c70c60808

*** empty log message ***
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 11 Aug 2008 16:02:25 +0000
parents af4c45829666
children 53dca1f0eeef
comparison
equal deleted inserted replaced
97425:750eb9498631 97426:6d1c70c60808
476 for foward/backward expression. 476 for foward/backward expression.
477 477
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.
485 (verilog-auto-inst-param-value, verilog-mode-version) 485 (verilog-auto-inst-param-value, verilog-mode-version)
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
495 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr' 496 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
496 to `cddr'. 497 to `cddr'.