diff options
| -rw-r--r-- | lisp/ChangeLog | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 54f475c1ca6..4d38251f37e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -174,7 +174,7 @@ | |||
| 174 | 174 | ||
| 175 | 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org> | 175 | 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org> |
| 176 | 176 | ||
| 177 | * lisp/progmodes/ada-mode.el: Fix bug#5400. | 177 | * progmodes/ada-mode.el: Fix bug#5400. |
| 178 | (ada-matching-decl-start-re): Move into ada-goto-decl-start. | 178 | (ada-matching-decl-start-re): Move into ada-goto-decl-start. |
| 179 | (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers | 179 | (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers |
| 180 | changed. Delete RECURSIVE parameter; never used. Improve doc string. | 180 | changed. Delete RECURSIVE parameter; never used. Improve doc string. |
| @@ -1034,7 +1034,7 @@ | |||
| 1034 | 1034 | ||
| 1035 | 2009-12-11 Michael McNamara <mac@mail.brushroad.com> | 1035 | 2009-12-11 Michael McNamara <mac@mail.brushroad.com> |
| 1036 | 1036 | ||
| 1037 | * verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re) | 1037 | * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re) |
| 1038 | (verilog-vmm-statement-re, verilog-ovm-statement-re) | 1038 | (verilog-vmm-statement-re, verilog-ovm-statement-re) |
| 1039 | (verilog-defun-level-not-generate-re, verilog-calculate-indent) | 1039 | (verilog-defun-level-not-generate-re, verilog-calculate-indent) |
| 1040 | (verilog-leap-to-head, verilog-backward-token): | 1040 | (verilog-leap-to-head, verilog-backward-token): |
| @@ -1042,9 +1042,9 @@ | |||
| 1042 | 1042 | ||
| 1043 | 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org> | 1043 | 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org> |
| 1044 | 1044 | ||
| 1045 | * verilog-mode.el (verilog-auto-lineup, verilog-nameable-item-re): | 1045 | * progmodes/verilog-mode.el (verilog-auto-lineup) |
| 1046 | Cleanup user-visible spelling and documentation errors. | 1046 | (verilog-nameable-item-re): Cleanup user-visible spelling and |
| 1047 | One reported by Gary Delp. | 1047 | documentation errors. One reported by Gary Delp. |
| 1048 | (verilog-submit-bug-report): Mention bug tracking and CC co-author. | 1048 | (verilog-submit-bug-report): Mention bug tracking and CC co-author. |
| 1049 | (verilog-read-decls): Fix AUTOWIRE with types declared in a | 1049 | (verilog-read-decls): Fix AUTOWIRE with types declared in a |
| 1050 | package, bug195. Reported by Pierre-David Pfister. | 1050 | package, bug195. Reported by Pierre-David Pfister. |
| @@ -2088,7 +2088,7 @@ | |||
| 2088 | 2088 | ||
| 2089 | 2009-11-26 Michael McNamara <mac@mail.brushroad.com> | 2089 | 2009-11-26 Michael McNamara <mac@mail.brushroad.com> |
| 2090 | 2090 | ||
| 2091 | * verilog-mode.el (verilog-at-struct-p): Support "signed" and | 2091 | * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and |
| 2092 | "unsigned" structs. | 2092 | "unsigned" structs. |
| 2093 | 2093 | ||
| 2094 | (verilog-leap-to-head, verilog-backward-token): Handle "disable | 2094 | (verilog-leap-to-head, verilog-backward-token): Handle "disable |
| @@ -2096,9 +2096,10 @@ | |||
| 2096 | 2096 | ||
| 2097 | 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org> | 2097 | 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org> |
| 2098 | 2098 | ||
| 2099 | * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto) | 2099 | * progmodes/verilog-mode.el (verilog-auto-insert-lisp) |
| 2100 | (verilog-delete-empty-auto-pair, verilog-library-filenames): | 2100 | (verilog-delete-auto, verilog-delete-empty-auto-pair) |
| 2101 | Fix AUTOINSERTLISP to support insert-file. Reported by Clay Douglass. | 2101 | (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file. |
| 2102 | Reported by Clay Douglass. | ||
| 2102 | 2103 | ||
| 2103 | (verilog-auto-inst, verilog-auto-star-safe) | 2104 | (verilog-auto-inst, verilog-auto-star-safe) |
| 2104 | (verilog-delete-auto-star-implicit, verilog-read-sub-decls): | 2105 | (verilog-delete-auto-star-implicit, verilog-read-sub-decls): |
| @@ -3490,7 +3491,7 @@ | |||
| 3490 | 3491 | ||
| 3491 | 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org> | 3492 | 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org> |
| 3492 | 3493 | ||
| 3493 | * verilog-mode.el (verilog-getopt-file, verilog-set-define): | 3494 | * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define): |
| 3494 | Remove extra save-excursions and make-variable-buffer-local's. | 3495 | Remove extra save-excursions and make-variable-buffer-local's. |
| 3495 | Suggested by Stefan Monnier. | 3496 | Suggested by Stefan Monnier. |
| 3496 | 3497 | ||
| @@ -3516,8 +3517,8 @@ | |||
| 3516 | 3517 | ||
| 3517 | 2009-11-05 Michael McNamara <mac@mail.brushroad.com> | 3518 | 2009-11-05 Michael McNamara <mac@mail.brushroad.com> |
| 3518 | 3519 | ||
| 3519 | * verilog-mode.el (verilog-label-re): Fix regular expression for | 3520 | * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression |
| 3520 | labels. | 3521 | for labels. |
| 3521 | 3522 | ||
| 3522 | (verilog-label-re, verilog-calc-1): Support proper indent of named | 3523 | (verilog-label-re, verilog-calc-1): Support proper indent of named |
| 3523 | asserts. | 3524 | asserts. |
| @@ -9721,9 +9722,9 @@ | |||
| 9721 | 9722 | ||
| 9722 | 2009-07-06 Michael McNamara <mac@mail.brushroad.com> | 9723 | 2009-07-06 Michael McNamara <mac@mail.brushroad.com> |
| 9723 | 9724 | ||
| 9724 | * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom | 9725 | * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist): |
| 9725 | representation of verilog error regular expressions to work with | 9726 | Coded custom representation of verilog error regular expressions |
| 9726 | Emacs-22's new format. | 9727 | to work with Emacs-22's new format. |
| 9727 | (verilog-error-regexp-xemacs-alist): Coded custom representation | 9728 | (verilog-error-regexp-xemacs-alist): Coded custom representation |
| 9728 | of verilog error regular expressions to work with XEmacs format. | 9729 | of verilog error regular expressions to work with XEmacs format. |
| 9729 | (verilog-error-regexp-add-xemacs): Hook routine to install verilog | 9730 | (verilog-error-regexp-add-xemacs): Hook routine to install verilog |
| @@ -9794,7 +9795,7 @@ | |||
| 9794 | 9795 | ||
| 9795 | 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com> | 9796 | 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com> |
| 9796 | 9797 | ||
| 9797 | * calc-math.el (math-use-emacs-fn): Make sure that the number is | 9798 | * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is |
| 9798 | formatted correctly. | 9799 | formatted correctly. |
| 9799 | 9800 | ||
| 9800 | 2009-07-02 Juri Linkov <juri@jurta.org> | 9801 | 2009-07-02 Juri Linkov <juri@jurta.org> |
| @@ -9960,7 +9961,7 @@ | |||
| 9960 | 9961 | ||
| 9961 | 2009-06-28 Michael McNamara <mac@mail.brushroad.com> | 9962 | 2009-06-28 Michael McNamara <mac@mail.brushroad.com> |
| 9962 | 9963 | ||
| 9963 | * verilog-mode.el (verilog-beg-of-statement) | 9964 | * progmodes/verilog-mode.el (verilog-beg-of-statement) |
| 9964 | (verilog-endcomment-reason-re): Support unique case and priority case. | 9965 | (verilog-endcomment-reason-re): Support unique case and priority case. |
| 9965 | (verilog-basic-complete-re): Support localparam lineup. | 9966 | (verilog-basic-complete-re): Support localparam lineup. |
| 9966 | (verilog-beg-of-statement-1): Fix for robustness, unique case. | 9967 | (verilog-beg-of-statement-1): Fix for robustness, unique case. |
| @@ -10025,7 +10026,7 @@ | |||
| 10025 | 10026 | ||
| 10026 | 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org> | 10027 | 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org> |
| 10027 | 10028 | ||
| 10028 | * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort): | 10029 | * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort): |
| 10029 | Allow sorting AUTOARG lists. Suggested by Andrea Fedeli. | 10030 | Allow sorting AUTOARG lists. Suggested by Andrea Fedeli. |
| 10030 | (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost | 10031 | (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost |
| 10031 | in concatenations. Reported by Yishay Belkind. | 10032 | in concatenations. Reported by Yishay Belkind. |