emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Wed, 01 Aug 2007 06:18:00 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/08/01 06:17:59

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11499
retrieving revision 1.11500
diff -u -b -r1.11499 -r1.11500
--- ChangeLog   1 Aug 2007 01:17:50 -0000       1.11499
+++ ChangeLog   1 Aug 2007 06:17:55 -0000       1.11500
@@ -1,3 +1,24 @@
+2007-08-01  Glenn Morris  <address@hidden>
+
+       * 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  <address@hidden>
 
        * cus-edit.el (custom-group-value-create, custom-goto-parent): Fix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]