Mercurial > emacs
comparison lisp/ChangeLog @ 53701:cfc1659b23a7
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 25 Jan 2004 23:59:57 +0000 |
parents | ea0b901a1f91 |
children | 46adc18f9815 895e130cc8da |
comparison
equal
deleted
inserted
replaced
53700:444062830592 | 53701:cfc1659b23a7 |
---|---|
1 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk> | |
2 | |
3 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix. | |
4 (fortran-break-delimiters-re, fortran-no-break-re): New defconsts. | |
5 (fortran-fill): When filling a string, adjust re-search-backward | |
6 argument for special case of string just on fill-column. | |
7 When filling non-string, allow one extra char if | |
8 fortran-break-before-delimiters is non-nil. Suggested by | |
9 Michael Hagemann <michael.hagemann@unibas.ch>. | |
10 Use fortran-break-delimiters-re and fortran-no-break-re to | |
11 correctly handle cases such as "**". | |
12 | |
13 * progmodes/f90.el (f90-break-delimiters): Doc fix. | |
14 (f90-no-break-re): Add some extra tokens. Doc fix. | |
15 | |
1 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org> | 16 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org> |
2 | 17 |
3 * mail/rmail-spam-filter.el: | 18 * mail/rmail-spam-filter.el: |
4 Use two semicolons as Commentary line prefix. | 19 Use two semicolons as Commentary line prefix. |
5 Add ";;; Code:" stylized comment. | 20 Add ";;; Code:" stylized comment. |