Wed, 12 Feb 2003 21:51:45 +0000 |
Glenn Morris |
(fortran-fill): Fill lines that do not have comments.
|
Wed, 12 Feb 2003 15:23:21 +0000 |
Stefan Monnier |
(fortran-mode): Set comment-use-syntax.
|
Thu, 12 Dec 2002 01:06:05 +0000 |
Glenn Morris |
(fortran-mode-abbrev-table): Handle `define-abbrev' with either 5
|
Sun, 06 Oct 2002 14:56:29 +0000 |
Glenn Morris |
(fortran-beginning-do): Ignore labelled DO loops altogether.
|
Tue, 20 Aug 2002 20:31:26 +0000 |
Glenn Morris |
(fortran-current-defun): Use save-excursion.
|
Sat, 18 May 2002 19:05:34 +0000 |
Glenn Morris |
Update maintainer.
|
Tue, 14 May 2002 23:12:41 +0000 |
Glenn Morris |
(fortran-directive-re): New name for fortran-preprocessor-re. All usage
|
Sun, 12 May 2002 17:29:29 +0000 |
Eli Zaretskii |
Change all post-21.1 :version attributes to 21.4.
|
Sun, 12 May 2002 13:31:31 +0000 |
Glenn Morris |
(fortran-preprocessor-re): New variable. Use it for font-locking.
|
Wed, 01 May 2002 15:31:31 +0000 |
Glenn Morris |
(fortran-strip-sequence-nos): Rename from typo `fortran-strip-sqeuence-nos'.
|
Sun, 21 Apr 2002 17:57:43 +0000 |
Glenn Morris |
(fortran-beginning-do): Make regexp match a DO statement irrespective of
|
Wed, 13 Mar 2002 16:42:47 +0000 |
Stefan Monnier |
(fortran-split-line): Make it work with any `!' comment as well.
|
Wed, 13 Mar 2002 16:33:56 +0000 |
Stefan Monnier |
(fortran-mode): Set comment-padding to "$$$".
|
Sun, 30 Dec 2001 22:16:42 +0000 |
Pavel Jank |
(fortran-mode-abbrev-table): Mark all the predefined abbrevs as "system"
|
Thu, 29 Nov 2001 12:24:33 +0000 |
Dave Love |
Fontify rewind, backspace. Doc fixes.
|
Sun, 18 Nov 2001 06:51:53 +0000 |
Richard M. Stallman |
(fortran-mode-syntax-table): Specify punctuation syntax for backslash.
|
Mon, 16 Jul 2001 12:23:00 +0000 |
Pavel Jank |
Some fixes to follow coding conventions.
|
Fri, 30 Mar 2001 10:19:51 +0000 |
Dave Love |
(fortran-comment-region): Fix typo.
|
Sat, 17 Feb 2001 21:43:20 +0000 |
Richard M. Stallman |
(fortran-strip-sqeuence-nos): Doc fix.
|
Thu, 11 Jan 2001 19:13:25 +0000 |
Dave Love |
(fortran-mode-map): Modify Customization
|
Tue, 28 Nov 2000 10:54:31 +0000 |
Dave Love |
(fortran-mode): Don't set
|
Fri, 22 Sep 2000 17:16:57 +0000 |
Dave Love |
(fortran-mode): Locally set
|
Thu, 13 Jul 2000 17:20:31 +0000 |
Dave Love |
(fortran-imenu-generic-expression): Change definition layout.
|
Tue, 11 Jul 2000 17:55:25 +0000 |
Dave Love |
Don't require easymenu. Use repeat counts in various regexps.
|
Thu, 09 Mar 2000 23:02:51 +0000 |
Dave Love |
(fortran-comment-line-start): Define as
|
Mon, 24 Jan 2000 22:42:34 +0000 |
Dave Love |
(fortran-mode): Use beginning-of-defun-function, end-of-defun-function.
|
Wed, 05 Jan 2000 17:23:27 +0000 |
Dave Love |
(fortran-mode-map): Don't bind M-C-a,
|
Tue, 30 Nov 1999 19:38:27 +0000 |
Dave Love |
(fortran-strip-sqeuence-nos): New command.
|
Tue, 23 Nov 1999 20:19:47 +0000 |
Dave Love |
(fortran-comment-line-start): Renamed from comment-line-start.
|
Tue, 03 Aug 1999 11:13:23 +0000 |
Dave Love |
(fortran-indent-new-line): Make it an alias
|
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.
|