diff options
| author | Juanma Barranquero | 2008-02-24 22:32:00 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-02-24 22:32:00 +0000 |
| commit | ff20fdbbd2bbfa87a058c182768e3731025013ca (patch) | |
| tree | 27913ab73490499dfe392bda5135de66b047a0ae | |
| parent | 59c6b61cdaafdcc94db8561425aba146ac01e9dc (diff) | |
| download | emacs-ff20fdbbd2bbfa87a058c182768e3731025013ca.tar.gz emacs-ff20fdbbd2bbfa87a058c182768e3731025013ca.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 58cc80df443..dad9d0314d1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | * dired.el (dired-mark-prompt): Don't count/display the t element. | 11 | * dired.el (dired-mark-prompt): Don't count/display the t element. |
| 12 | Reported by Carsten Blaauw <it-media.blaauw@daimler.com>. | 12 | Reported by Carsten Blaauw <it-media.blaauw@daimler.com>. |
| 13 | 13 | ||
| 14 | 2008-02-22 Bill Meier <wmeier@newsguy.com> (tiny change) | 14 | 2008-02-22 Bill Meier <wmeier@newsguy.com> (tiny change) |
| 15 | 15 | ||
| 16 | * progmodes/sh-script.el (sh-indent-comment): Docstring fix. | 16 | * progmodes/sh-script.el (sh-indent-comment): Docstring fix. |
| 17 | 17 | ||
| @@ -28,13 +28,12 @@ | |||
| 28 | (verilog-menu): ... here. | 28 | (verilog-menu): ... here. |
| 29 | (verilog-statement-menu): Remove. Move contents to the only use ... | 29 | (verilog-statement-menu): Remove. Move contents to the only use ... |
| 30 | (verilog-stmt-menu): ... here. | 30 | (verilog-stmt-menu): ... here. |
| 31 | (verilog-mark-defun): Simply call mark-defun for emacs. | 31 | (verilog-mark-defun): Simply call mark-defun for Emacs. |
| 32 | (occur-pos-list): Declare for byte compiler. | 32 | (occur-pos-list): Declare for byte compiler. |
| 33 | (mode-popup-menu): Don't defvar. | 33 | (mode-popup-menu): Don't defvar. |
| 34 | (verilog-add-statement-menu): Remove. | 34 | (verilog-add-statement-menu): Remove. |
| 35 | (verilog-mode-hook): Don't add verilog-add-statement-menu. | 35 | (verilog-mode-hook): Don't add verilog-add-statement-menu. |
| 36 | (verilog-mode): Call easy-menu-add and set mode-popup-menu for | 36 | (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs. |
| 37 | XEmacs. | ||
| 38 | 37 | ||
| 39 | 2008-02-21 Michael McNamara <mac@mail.brushroad.com> | 38 | 2008-02-21 Michael McNamara <mac@mail.brushroad.com> |
| 40 | 39 | ||
| @@ -42,31 +41,31 @@ | |||
| 42 | conditional. | 41 | conditional. |
| 43 | (verilog-font-grouping-keywords-face): Make the begin..end | 42 | (verilog-font-grouping-keywords-face): Make the begin..end |
| 44 | keywords standout more than other verilog keywords. | 43 | keywords standout more than other verilog keywords. |
| 45 | (verilog-type-font-keywords): Move the begin..end out of this list | 44 | (verilog-type-font-keywords): Move the begin..end out of this list |
| 46 | to facilitate making them to (potentially) stand out more. | 45 | to facilitate making them to (potentially) stand out more. |
| 47 | (verilog-backward-token): Fix indent of bare always{_*}?, initial, | 46 | (verilog-backward-token): Fix indent of bare always{_*}?, initial, |
| 48 | function & task blocks. | 47 | function & task blocks. |
| 49 | (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?, | 48 | (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?, |
| 50 | initial, function & task blocks. | 49 | initial, function & task blocks. |
| 51 | (verilog-forward-sexp): Handle the new "disable fork" statement of | 50 | (verilog-forward-sexp): Handle the new "disable fork" statement of |
| 52 | IEEE-1800 Verilog. | 51 | IEEE-1800 Verilog. |
| 53 | (verilog-beg-block-re-ordered): Handle the new "disable fork" | 52 | (verilog-beg-block-re-ordered): Handle the new "disable fork" |
| 54 | statement of IEEE-1800 Verilog. | 53 | statement of IEEE-1800 Verilog. |
| 55 | (verilog-calc-1): Handle the new "disable fork" statement of | 54 | (verilog-calc-1): Handle the new "disable fork" statement of |
| 56 | IEEE-1800 Verilog. | 55 | IEEE-1800 Verilog. |
| 57 | (verilog-disable-fork-re): Add const to help handle the new | 56 | (verilog-disable-fork-re): Add const to help handle the new |
| 58 | "disable fork" statement of IEEE-1800 Verilog. | 57 | "disable fork" statement of IEEE-1800 Verilog. |
| 59 | (verilog-declaration-core-re): Add port directions by themselves, | 58 | (verilog-declaration-core-re): Add port directions by themselves, |
| 60 | with no qualification, as base item of a declaration. | 59 | with no qualification, as base item of a declaration. |
| 61 | (verilog-pretty-declarations): Add new flag to ask it to refrain | 60 | (verilog-pretty-declarations): Add new flag to ask it to refrain |
| 62 | from printing to the message buffer. | 61 | from printing to the message buffer. |
| 63 | (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from | 62 | (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from |
| 64 | printing to the message buffer. Improve handling of the many | 63 | printing to the message buffer. Improve handling of the many |
| 65 | types of expression line up. | 64 | types of expression line up. |
| 66 | (verilog-just-one-space): Remove printing of an empty message. | 65 | (verilog-just-one-space): Remove printing of an empty message. |
| 67 | (verilog-get-lineup-indent): Rework to support the better handling | 66 | (verilog-get-lineup-indent): Rework to support the better handling |
| 68 | of expression lineup for verilog-pretty-expr. | 67 | of expression lineup for verilog-pretty-expr. |
| 69 | (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr. | 68 | (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr. |
| 70 | 69 | ||
| 71 | 2008-02-20 Alan Mackenzie <acm@muc.de> | 70 | 2008-02-20 Alan Mackenzie <acm@muc.de> |
| 72 | 71 | ||
| @@ -591,7 +590,7 @@ | |||
| 591 | Remove. Move syntax table initialization ... | 590 | Remove. Move syntax table initialization ... |
| 592 | (verilog-mode-syntax-table): ... here. | 591 | (verilog-mode-syntax-table): ... here. |
| 593 | (verilog-mode): Don't initialize the syntax table here. | 592 | (verilog-mode): Don't initialize the syntax table here. |
| 594 | (verilog-mark-defun): Only do something useful for XEmacs, emacs | 593 | (verilog-mark-defun): Only do something useful for XEmacs, Emacs |
| 595 | does not need it. | 594 | does not need it. |
| 596 | 595 | ||
| 597 | 2008-01-10 Glenn Morris <rgm@gnu.org> | 596 | 2008-01-10 Glenn Morris <rgm@gnu.org> |
| @@ -1041,7 +1040,7 @@ | |||
| 1041 | * progmodes/verilog-mode.el (verilog-mode-map) | 1040 | * progmodes/verilog-mode.el (verilog-mode-map) |
| 1042 | (verilog-template-map, verilog-mode-mouse-map): Fix typos. | 1041 | (verilog-template-map, verilog-mode-mouse-map): Fix typos. |
| 1043 | (verilog-colorize-include-files): Use only overlay functions so | 1042 | (verilog-colorize-include-files): Use only overlay functions so |
| 1044 | that it can work on both emacs and XEmacs. | 1043 | that it can work on both Emacs and XEmacs. |
| 1045 | (set-extent-keymap): Remove unused defun. | 1044 | (set-extent-keymap): Remove unused defun. |
| 1046 | (verilog-kill-existing-comment, verilog-insert-date) | 1045 | (verilog-kill-existing-comment, verilog-insert-date) |
| 1047 | (verilog-insert-year): Rename in order not to pollute the global | 1046 | (verilog-insert-year): Rename in order not to pollute the global |
| @@ -6488,7 +6487,7 @@ | |||
| 6488 | * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark | 6487 | * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark |
| 6489 | path. Rewrite function in `cond' style for readability. | 6488 | path. Rewrite function in `cond' style for readability. |
| 6490 | 6489 | ||
| 6491 | Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>. | 6490 | Suggested by Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>. |
| 6492 | (The path shortening, that is, not the rearrangement.) | 6491 | (The path shortening, that is, not the rearrangement.) |
| 6493 | 6492 | ||
| 6494 | 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 6493 | 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |