log lisp/progmodes/fortran.el @ 25054:888326cb8ffb

age author description
Sat, 24 Jul 1999 13:11:43 +0000 Dave Love (fortran-mode-syntax-table): Change `\' to `\'
Tue, 01 Jun 1999 15:54:31 +0000 Dave Love Add :link to defgroup.
Tue, 02 Feb 1999 19:35:29 +0000 Dave Love (mark-fortran-subprogram): Activate mark
Tue, 19 Jan 1999 19:53:06 +0000 Dave Love (fortran-narrow-to-subprogram): Ensure mark
Wed, 06 Jan 1999 18:38:15 +0000 Dave Love (fortran-window-create): Account for scroll
Fri, 11 Dec 1998 17:40:18 +0000 Dave Love (fortran-font-lock-keywords-1): Warp
Wed, 09 Dec 1998 16:38:37 +0000 Dave Love (fortran-check-end-prog-re): Allow trailing
Mon, 23 Nov 1998 15:15:09 +0000 Dave Love Various minor doc fixes.
Wed, 18 Nov 1998 19:19:09 +0000 Dave Love (fortran-end-prog-re): Fix typo.
Sun, 15 Nov 1998 15:50:30 +0000 Dave Love Fix previous change:
Mon, 02 Nov 1998 19:53:05 +0000 Dave Love Fix for fontification of strings lost
Sun, 01 Nov 1998 16:52:39 +0000 Dave Love (fortran-end-prog-re1): Fix the regexp.
Wed, 14 Oct 1998 18:09:05 +0000 Dave Love 1998-10-14 Dave Love <fx@gnu.org>
Mon, 28 Sep 1998 09:51:12 +0000 Dave Love Don't call regexp-opt when deriving
Thu, 02 Jul 1998 19:26:15 +0000 Dave Love (end-of-fortran-subprogram): Check if we're on the END statement.
Thu, 02 Jul 1998 19:12:18 +0000 Dave Love (fortran-mode-map) <menu>: Tweak the imenu
Sat, 06 Jun 1998 22:43:31 +0000 Richard M. Stallman (fortran-electric-line-number): Add delete-selection property.
Tue, 28 Apr 1998 17:54:11 +0000 Dave Love (fortran-mode-map): Bind M-^. Use \M-, not \e elsewhere.
Wed, 15 Apr 1998 16:25:44 +0000 Dave Love Move eval-when-compile off top level.
Tue, 14 Apr 1998 20:57:00 +0000 Dave Love Don't eval-*and*-compile font-lock stuff.
Wed, 08 Apr 1998 18:08:59 +0000 Dave Love (fortran-fill-paragraph): This is the one
Tue, 07 Apr 1998 18:59:44 +0000 Dave Love Use regexp-opt and eval-and-compile to
Sat, 14 Mar 1998 04:53:12 +0000 Richard M. Stallman (fortran-match-!-comment): store-match-data => set-match-data.
Fri, 06 Mar 1998 19:14:13 +0000 Dave Love (fortran-column-ruler-fixed,
Fri, 20 Feb 1998 14:58:27 +0000 Simon Marshall Changed font-lock-reference-face to font-lock-constant-face.
Fri, 30 Jan 1998 17:49:37 +0000 Dave Love Various docstring and commentary fixes, including
Tue, 18 Nov 1997 23:21:34 +0000 Dave Love (fortran-imenu-generic-expression): Match
Mon, 03 Nov 1997 02:50:20 +0000 Karl Heuer (fortran-imenu-generic-expression): Doc fix.
Fri, 31 Oct 1997 23:17:17 +0000 Dave Love (fortran-imenu-generic-expression): New variable.
Sat, 12 Apr 1997 04:15:03 +0000 Richard M. Stallman Add defgroup's; use defcustom for user vars.
Sat, 16 Nov 1996 13:37:51 +0000 Simon Marshall use simpler fn.
Thu, 15 Aug 1996 21:18:04 +0000 Richard M. Stallman Comment change.
Sun, 14 Jan 1996 07:34:30 +0000 Erik Naggum Update FSF's address.
Thu, 26 Oct 1995 13:31:26 +0000 Simon Marshall Fix to fortran-font-lock-keywords-* for new font-lock-keywords structure.
Thu, 10 Aug 1995 14:04:25 +0000 Simon Marshall Tweak fortran-font-lock-keywords-1.
Sat, 05 Aug 1995 01:02:10 +0000 Richard M. Stallman (fortran-auto-fill-mode, fortran-do-auto-fill, fortran-fill):
Sat, 29 Jul 1995 22:20:35 +0000 Richard M. Stallman (fortran-break-line): Fixed a bug that sometimes
Mon, 26 Jun 1995 12:35:50 +0000 Simon Marshall Specify all Font Lock keywords in font-lock-defaults.
Fri, 12 May 1995 07:23:19 +0000 Simon Marshall Added `entry' to `fortran-font-lock-keywords-1' highlight of declarations.
Tue, 25 Apr 1995 22:30:13 +0000 Karl Heuer (fortran-auto-fill-mode): Use force-mode-line-update.
Mon, 24 Apr 1995 10:51:17 +0000 Simon Marshall Use new fortran-match-!-comment to do !-style fontification; do rest in regexps
Thu, 02 Mar 1995 11:20:30 +0000 Simon Marshall Use font-lock-maximum-decoration when setting fortran-font-lock-keywords.
Mon, 20 Feb 1995 10:49:58 +0000 Simon Marshall Turn of syntax fontification by default.
Sun, 18 Dec 1994 21:20:07 +0000 Richard M. Stallman (fortran-end-if, fortran-end-do,
Wed, 12 Oct 1994 08:24:50 +0000 Simon Marshall * fortran.el: (fortran-mode-syntax-table): Made `!' be a comment.
Tue, 14 Jun 1994 20:19:04 +0000 Richard M. Stallman (fortran-blink-matching-do): When looking for do,
Thu, 26 May 1994 20:35:55 +0000 Richard M. Stallman (fortran-link-matching-do): Ignore DO statements with line numbers.
Thu, 07 Apr 1994 17:14:44 +0000 Richard M. Stallman (fortran-blink-matching-do): New function,
Tue, 01 Feb 1994 17:25:41 +0000 Richard M. Stallman (calculate-fortran-indent): Handle
Thu, 18 Nov 1993 10:03:14 +0000 Richard M. Stallman (calculate-fortran-indent): Fixup regexp for where statements.
Wed, 09 Jun 1993 11:59:12 +0000 Jim Blandy Apply typo patches from Paul Eggert.
Tue, 08 Jun 1993 05:25:19 +0000 Richard M. Stallman (fortran-indent-new-line): Renamed from
Tue, 01 Jun 1993 19:03:52 +0000 Richard M. Stallman (fortran-mode): Replace comment-indent-hook with
Mon, 22 Mar 1993 03:27:18 +0000 Eric S. Raymond Added or corrected Commentary sections
Sat, 06 Mar 1993 06:08:40 +0000 Richard M. Stallman (fortran-abbrev-start): Handle any kind of event.
Sun, 14 Feb 1993 14:27:24 +0000 Jim Blandy * fortran.el (fortran-prepare-abbrev-list-buffer): Put quote in
Tue, 26 Jan 1993 01:58:16 +0000 Jim Blandy JimB's changes since January 18th
Fri, 20 Nov 1992 17:22:24 +0000 Jim Blandy * fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Mon, 16 Nov 1992 01:34:30 +0000 Jim Blandy * bytecomp.el: Declare unread-command-char an obsolete variable.
Thu, 05 Nov 1992 20:25:10 +0000 Richard M. Stallman version 1.28.8