Mercurial > emacs
comparison lisp/ChangeLog @ 50601:ee4dd19f1255
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 15 Apr 2003 20:44:19 +0000 |
parents | 2538410bdfea |
children | 6ee7467b8fd7 |
comparison
equal
deleted
inserted
replaced
50600:418cea060d92 | 50601:ee4dd19f1255 |
---|---|
7 (fortran-comment-indent-style, fortran-blink-matching-if) | 7 (fortran-comment-indent-style, fortran-blink-matching-if) |
8 (fortran-continuation-string, fortran-electric-line-number) | 8 (fortran-continuation-string, fortran-electric-line-number) |
9 (fortran-break-before-delimiters, fortran-mode-hook) | 9 (fortran-break-before-delimiters, fortran-mode-hook) |
10 (fortran-end-prog-re, fortran-imenu-generic-expression): Minor | 10 (fortran-end-prog-re, fortran-imenu-generic-expression): Minor |
11 doc changes. | 11 doc changes. |
12 (fortran-tab-mode-minor-mode-string): New variable. | |
13 (fortran-tab-mode-string): Now customization is meaningful. | 12 (fortran-tab-mode-string): Now customization is meaningful. |
13 Change default value. | |
14 (fortran-column-ruler-fixed, fortran-column-ruler-tab) | 14 (fortran-column-ruler-fixed, fortran-column-ruler-tab) |
15 (fortran-analyze-depth): Use defcustom. | 15 (fortran-analyze-depth): Use defcustom. |
16 (fortran-if-start-re, fortran-end-prog-re1, fortran-fill) | 16 (fortran-if-start-re, fortran-end-prog-re1, fortran-fill) |
17 (fortran-break-line, fortran-prepare-abbrev-list-buffer) | 17 (fortran-break-line, fortran-prepare-abbrev-list-buffer) |
18 (fortran-auto-fill): Add doc string. | 18 (fortran-auto-fill): Add doc string. |
21 (fortran-font-lock-syntactic-keywords): Initialize in defvar. | 21 (fortran-font-lock-syntactic-keywords): Initialize in defvar. |
22 (fortran-font-lock-keywords-3): Initialize in defvar. Use 1+ now | 22 (fortran-font-lock-keywords-3): Initialize in defvar. Use 1+ now |
23 depth of fortran-type-types has changed. Remove extra and. | 23 depth of fortran-type-types has changed. Remove extra and. |
24 (fortran-mode-menu): Minor re-organization. Use lookup-key. | 24 (fortran-mode-menu): Minor re-organization. Use lookup-key. |
25 (fortran-mode): Doc changes. Some re-organization. Use | 25 (fortran-mode): Doc changes. Some re-organization. Use |
26 fortran-tab-mode-minor-mode-string. | 26 mode-line-process (rather than minor-mode-alist) for tab format. |
27 (fortran-comment-indent): Add doc string. Move save-excursion. | 27 (fortran-comment-indent): Add doc string. Move save-excursion. |
28 Use 1+. | 28 Use 1+. |
29 (fortran-indent-comment, fortran-fill-statement): Change | 29 (fortran-indent-comment, fortran-fill-statement): Change |
30 interactive spec. Use unless. | 30 interactive spec. Use unless. |
31 (fortran-comment-region): Doc change. Reverse logic of arg | 31 (fortran-comment-region): Doc change. Reverse logic of arg |
43 (fortran-indent-line): Change interactive spec. Remove un-needed | 43 (fortran-indent-line): Change interactive spec. Remove un-needed |
44 if. Use when. | 44 if. Use when. |
45 (fortran-indent-to-column): Doc change. Use when, unless. | 45 (fortran-indent-to-column): Doc change. Use when, unless. |
46 (fortran-find-comment-start-skip): No longer interactive. | 46 (fortran-find-comment-start-skip): No longer interactive. |
47 (fortran-analyze-file-format): Minor doc change. Remove | 47 (fortran-analyze-file-format): Minor doc change. Remove |
48 un-needed setq. | 48 un-needed setq. Return fortran-tab-mode-default if no match. |
49 (minor-mode-alist): Use add-to-list. | 49 (minor-mode-alist): Use add-to-list. |
50 (fortran-fill-paragraph): Change interactive spec, doc string. | 50 (fortran-fill-paragraph): Change interactive spec, doc string. |
51 | 51 |
52 * progmodes/f90.el: Whitespace changes, trivial commentary | 52 * progmodes/f90.el: Whitespace changes, trivial commentary |
53 changes. | 53 changes. |