diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 685be52cf06..2b966589a17 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2008-05-08 Michael McNamara <mac@mail.brushroad.com> | ||
| 2 | |||
| 3 | * verilog-mode.el (verilog-type-font-keywords): Add leda and 0in | ||
| 4 | as pragma keywords. | ||
| 5 | (verilog-pretty-expr): Support lining up assignments which include | ||
| 6 | part selects. | ||
| 7 | (verilog-mode): More portable check for the availability of | ||
| 8 | hideshow support. | ||
| 9 | (verilog-do-indent): Remove special indent for declarations inside | ||
| 10 | a parenthetical list. The code is ill-advised, and doesn't work | ||
| 11 | given the new user defined types. | ||
| 12 | (verilog-set-auto-endcomments): Enhance function automatic | ||
| 13 | endcomment to support functions that return user defined types. | ||
| 14 | (verilog-mode): Add code to tell which-function-mode minor mode | ||
| 15 | that Verilog supports this feature. | ||
| 16 | |||
| 1 | 2008-05-08 Eli Zaretskii <eliz@gnu.org> | 17 | 2008-05-08 Eli Zaretskii <eliz@gnu.org> |
| 2 | 18 | ||
| 3 | * epa-file.el: Require epa-hook. | 19 | * epa-file.el: Require epa-hook. |