Mercurial > emacs
comparison lisp/ChangeLog @ 30150:4a5dfbe486b4
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 11 Jul 2000 17:56:56 +0000 |
parents | 5c42b9547273 |
children | 12c609fce27b |
comparison
equal
deleted
inserted
replaced
30149:1c8c6dbfcfb9 | 30150:4a5dfbe486b4 |
---|---|
1 2000-07-11 Dave Love <fx@gnu.org> | 1 2000-07-11 Dave Love <fx@gnu.org> |
2 | |
3 * progmodes/fortran.el: Don't require easymenu. Use repeat counts | |
4 in various regexps. | |
5 (fortran-mode-syntax-table): Defvar directly. | |
6 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2) | |
7 (fortran-font-lock-keywords-3, | |
8 fortran-font-lock-syntactic-keywords): Use defvar, not defconst. | |
9 (fortran-mode-map): Change locals in `let'. Use | |
10 `fortran-auto-fill'. | |
11 (fortran-mode): Set fortran-comment-line-start-skip, | |
12 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
13 (fortran-comment-indent): Use defsubst. | |
14 (fortran-indent-comment, fortran-indent-to-column, | |
15 fortran-break-line): Use fortran-comment-indent, not | |
16 fortran-comment-indent-function. | |
17 (fortran-comment-region, fortran-electric-line-number): Simplify. | |
18 (fortran-auto-fill): New function. | |
19 (fortran-do-auto-fill): Deleted. | |
20 (fortran-find-comment-start-skip): Check for non-null | |
21 comment-start-skip. | |
22 (fortran-auto-fill-mode, fortran-fill-statement): Use | |
23 fortran-auto-fill. | |
24 (fortran-fill): Use fortran-auto-fill. Check for null | |
25 comment-start-skip. Simplify final clause and use end-of-line | |
26 finally. | |
2 | 27 |
3 * widget.el (widget-plist-member): New alias. | 28 * widget.el (widget-plist-member): New alias. |
4 | 29 |
5 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> | 30 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
6 | 31 |