Mercurial > emacs
comparison lisp/ChangeLog @ 50599:2538410bdfea
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 15 Apr 2003 19:22:31 +0000 |
parents | 201ff32466bc |
children | ee4dd19f1255 |
comparison
equal
deleted
inserted
replaced
50598:5f26cbba48ba | 50599:2538410bdfea |
---|---|
1 2003-04-15 Glenn Morris <gmorris@ast.cam.ac.uk> | |
2 | |
3 * progmodes/fortran.el: Whitespace changes, some re-ordering of | |
4 code, trivial commentary change. | |
5 (fortran, fortran-indent, fortran-comment) | |
6 (fortran-tab-mode-default, fortran-continuation-indent) | |
7 (fortran-comment-indent-style, fortran-blink-matching-if) | |
8 (fortran-continuation-string, fortran-electric-line-number) | |
9 (fortran-break-before-delimiters, fortran-mode-hook) | |
10 (fortran-end-prog-re, fortran-imenu-generic-expression): Minor | |
11 doc changes. | |
12 (fortran-tab-mode-minor-mode-string): New variable. | |
13 (fortran-tab-mode-string): Now customization is meaningful. | |
14 (fortran-column-ruler-fixed, fortran-column-ruler-tab) | |
15 (fortran-analyze-depth): Use defcustom. | |
16 (fortran-if-start-re, fortran-end-prog-re1, fortran-fill) | |
17 (fortran-break-line, fortran-prepare-abbrev-list-buffer) | |
18 (fortran-auto-fill): Add doc string. | |
19 (fortran-type-types): New constant (was local to let binding). | |
20 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2) | |
21 (fortran-font-lock-syntactic-keywords): Initialize in defvar. | |
22 (fortran-font-lock-keywords-3): Initialize in defvar. Use 1+ now | |
23 depth of fortran-type-types has changed. Remove extra and. | |
24 (fortran-mode-menu): Minor re-organization. Use lookup-key. | |
25 (fortran-mode): Doc changes. Some re-organization. Use | |
26 fortran-tab-mode-minor-mode-string. | |
27 (fortran-comment-indent): Add doc string. Move save-excursion. | |
28 Use 1+. | |
29 (fortran-indent-comment, fortran-fill-statement): Change | |
30 interactive spec. Use unless. | |
31 (fortran-comment-region): Doc change. Reverse logic of arg | |
32 test. Use zerop. | |
33 (fortran-abbrev-start, fortran-split-line) | |
34 (fortran-electric-line-number, fortran-indent-subprogram) | |
35 (fortran-strip-sequence-nos): Change interactive spec. | |
36 (fortran-remove-continuation): Add doc string. Use when. | |
37 (fortran-numerical-continuation-char): Doc change. Use 1+. | |
38 (fortran-previous-statement, fortran-next-statement) | |
39 (fortran-beginning-do, fortran-calculate-indent) | |
40 (fortran-end-do, fortran-end-if, fortran-beginning-if): Use | |
41 zerop, 1+, 1-. | |
42 (fortran-blink-match, fortran-check-for-matching-do): Use when. | |
43 (fortran-indent-line): Change interactive spec. Remove un-needed | |
44 if. Use when. | |
45 (fortran-indent-to-column): Doc change. Use when, unless. | |
46 (fortran-find-comment-start-skip): No longer interactive. | |
47 (fortran-analyze-file-format): Minor doc change. Remove | |
48 un-needed setq. | |
49 (minor-mode-alist): Use add-to-list. | |
50 (fortran-fill-paragraph): Change interactive spec, doc string. | |
51 | |
52 * progmodes/f90.el: Whitespace changes, trivial commentary | |
53 changes. | |
54 (f90, f90-indent, f90-program-indent, f90-continuation-indent) | |
55 (f90-indented-comment-re, f90-imenu-generic-expression) | |
56 (f90-mark-subprogram, f90-join-lines): Minor doc changes. | |
57 (f90-menu): Shift definition to initialization of f90-mode-map. | |
58 Add customization section. | |
59 (f90-mode): Minor doc change. Do not call easy-menu-add. | |
60 Set `beginning-of-defun-function' and `end-of-defun-function' to | |
61 appropriate F90 functions. | |
62 (f90-indent-line, f90-indent-line, f90-indent-subprogram) | |
63 (f90-break-line, f90-do-auto-fill, f90-insert-end) | |
64 (f90-upcase-keywords, f90-capitalize-keywords) | |
65 (f90-downcase-keywords): Change interactive spec. | |
66 | |
1 2003-04-14 Andrew Choi <akochoi@shaw.ca> | 67 2003-04-14 Andrew Choi <akochoi@shaw.ca> |
2 | 68 |
3 * term/mac-win.el: Unconditionally set process-connection-type to | 69 * term/mac-win.el: Unconditionally set process-connection-type to |
4 nil. | 70 nil. |
5 | 71 |