diff options
| author | Glenn Morris | 2007-10-23 06:51:21 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-10-23 06:51:21 +0000 |
| commit | b3c66f78642043701633f76e1959ca26f16dcc5a (patch) | |
| tree | 3bfc294f84d86aecdd8c260dce935606110d03b1 | |
| parent | 594bab658352f8756b8c1b00e968daa48e5b6f78 (diff) | |
| download | emacs-b3c66f78642043701633f76e1959ca26f16dcc5a.tar.gz emacs-b3c66f78642043701633f76e1959ca26f16dcc5a.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2273471a822..13f3099b88d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2007-10-23 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/fortran.el (fortran-tab-mode-default) | ||
| 4 | (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent) | ||
| 5 | (fortran-structure-indent, fortran-continuation-indent) | ||
| 6 | (fortran-comment-indent, fortran-comment-line-extra-indent) | ||
| 7 | (fortran-comment-line-start) | ||
| 8 | (fortran-minimum-statement-indent-fixed) | ||
| 9 | (fortran-minimum-statement-indent-tab) | ||
| 10 | (fortran-comment-indent-char, fortran-line-number-indent) | ||
| 11 | (fortran-check-all-num-for-matching-do) | ||
| 12 | (fortran-blink-matching-if, fortran-continuation-string) | ||
| 13 | (fortran-comment-region, fortran-electric-line-number) | ||
| 14 | (fortran-column-ruler-fixed, fortran-column-ruler-tab) | ||
| 15 | (fortran-analyze-depth, fortran-break-before-delimiters): | ||
| 16 | Give an appropriate safe-local-variable property. | ||
| 17 | |||
| 1 | 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca> | 18 | 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 19 | ||
| 3 | * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one | 20 | * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one |