Mercurial > emacs
comparison lisp/ChangeLog @ 106265:fbb51bb535e8
* verilog-mode.el (verilog-at-struct-p): Support "signed" and
"unsigned" structs.
(verilog-leap-to-head, verilog-backward-token): Handle "disable
fork" statement better.
* verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
(verilog-delete-empty-auto-pair, verilog-library-filenames): Fix
AUTOINSERTLISP to support insert-file. Reported by Clay Douglass.
(verilog-auto-inst, verilog-auto-star-safe)
(verilog-delete-auto-star-implicit, verilog-read-sub-decls): Fix
removing "// Interfaces" when saving .* expansions. Reported by
Pierre-David Pfister.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 26 Nov 2009 03:18:31 +0000 |
parents | 5fa7590f242f |
children | 823bbd791783 |
comparison
equal
deleted
inserted
replaced
106264:5fa7590f242f | 106265:fbb51bb535e8 |
---|---|
1 2009-11-26 Michael McNamara <mac@mail.brushroad.com> | |
2 | |
3 * verilog-mode.el (verilog-at-struct-p): Support "signed" and | |
4 "unsigned" structs. | |
5 | |
6 (verilog-leap-to-head, verilog-backward-token): Handle "disable | |
7 fork" statement better. | |
8 | |
9 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org> | |
10 | |
11 * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto) | |
12 (verilog-delete-empty-auto-pair, verilog-library-filenames): Fix | |
13 AUTOINSERTLISP to support insert-file. Reported by Clay Douglass. | |
14 | |
15 (verilog-auto-inst, verilog-auto-star-safe) | |
16 (verilog-delete-auto-star-implicit, verilog-read-sub-decls): Fix | |
17 removing "// Interfaces" when saving .* expansions. Reported by | |
18 Pierre-David Pfister. | |
19 | |
1 2009-11-26 Glenn Morris <rgm@gnu.org> | 20 2009-11-26 Glenn Morris <rgm@gnu.org> |
2 | 21 |
3 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside the scope. | 22 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside the scope. |
4 | 23 |
5 2009-11-25 Johan Bockgård <bojohan@gnu.org> | 24 2009-11-25 Johan Bockgård <bojohan@gnu.org> |