From: Glenn Morris Date: Wed, 1 Aug 2007 06:17:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~11633 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f3e82d6997144e6925c86dedd0f2f828d8a3cd29;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d98ca272e16..dd1f8eeb22a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,24 @@ +2007-08-01 Glenn Morris + + * progmodes/fortran.el: Remove leading `*' from all defcustom doc + strings. + (fortran-tab-mode-default): Remove needless autoload. + (fortran-tab-mode-string): Add help-echo and mouse properties, and + mark as risky. + (fortran-line-length): New buffer-local variable, safe if integer. + (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re): + Change from variables to constants. + (fortran-font-lock-syntactic-keywords): Delete as a variable, + replace with a new function definition. + (fortran-mode): Use fortran-line-length, and + fortran-font-lock-syntactic-keywords as a function. Add a + hack-local-variables-hook function. + (fortran-line-length, fortran-hack-local-variables): New + functions. + (fortran-window-create, fortran-strip-sequence-nos): Doc fix. Use + fortran-line-length rather than 72. + (fortran-window-create-momentarily): Doc fix. + 2007-07-31 Drew Adams * cus-edit.el (custom-group-value-create, custom-goto-parent): Fix