aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/fortran.el
Commit message (Expand)AuthorAgeFilesLines
* (fortran-mode-abbrev-table): Handle `define-abbrev' with either 5Glenn Morris2002-12-121-61/+70
* (fortran-beginning-do): Ignore labelled DO loops altogether.Glenn Morris2002-10-061-5/+6
* (fortran-current-defun): Use save-excursion.Glenn Morris2002-08-201-22/+23
* Update maintainer.Glenn Morris2002-05-181-1/+1
* (fortran-directive-re): New name for fortran-preprocessor-re. All usageGlenn Morris2002-05-141-10/+13
* Change all post-21.1 :version attributes to 21.4.Eli Zaretskii2002-05-121-1/+1
* (fortran-preprocessor-re): New variable. Use it for font-locking.Glenn Morris2002-05-121-6/+19
* (fortran-strip-sequence-nos): Rename from typo `fortran-strip-sqeuence-nos'.Glenn Morris2002-05-011-1/+1
* (fortran-beginning-do): Make regexp match a DO statement irrespective ofGlenn Morris2002-04-211-1/+1
* (fortran-split-line): Make it work with any `!' comment as well.Stefan Monnier2002-03-131-2/+4
* (fortran-mode): Set comment-padding to "$$$".Stefan Monnier2002-03-131-81/+77
* (fortran-mode-abbrev-table): Mark all the predefined abbrevs as "system"Pavel Janík2001-12-301-58/+58
* Fontify rewind, backspace. Doc fixes.Dave Love2001-11-291-37/+38
* (fortran-mode-syntax-table): Specify punctuation syntax for backslash.Richard M. Stallman2001-11-181-1/+3
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+1
* (fortran-comment-region): Fix typo.Dave Love2001-03-301-1/+1
* (fortran-strip-sqeuence-nos): Doc fix.Richard M. Stallman2001-02-171-3/+3
* (fortran-mode-map): Modify CustomizationDave Love2001-01-111-51/+49
* (fortran-mode): Don't setDave Love2000-11-281-6/+3
* (fortran-mode): Locally setDave Love2000-09-221-15/+5
* (fortran-imenu-generic-expression): Change definition layout.Dave Love2000-07-131-18/+20
* Don't require easymenu. Use repeat counts in various regexps.Dave Love2000-07-111-141/+158
* (fortran-comment-line-start): Define asDave Love2000-03-091-50/+83
* (fortran-mode): Use beginning-of-defun-function, end-of-defun-function.Dave Love2000-01-241-4/+5
* (fortran-mode-map): Don't bind M-C-a,Dave Love2000-01-051-121/+89
* (fortran-strip-sqeuence-nos): New command.Dave Love1999-11-301-0/+12
* (fortran-comment-line-start): Renamed from comment-line-start.Dave Love1999-11-231-226/+177
* (fortran-indent-new-line): Make it an aliasDave Love1999-08-031-16/+3
* (fortran-mode-syntax-table): Change `\' to `\'Dave Love1999-07-241-65/+45
* Add :link to defgroup.Dave Love1999-06-011-21/+24
* (mark-fortran-subprogram): Activate markDave Love1999-02-021-8/+6
* (fortran-narrow-to-subprogram): Ensure markDave Love1999-01-191-30/+38
* (fortran-window-create): Account for scrollDave Love1999-01-061-1/+5
* (fortran-font-lock-keywords-1): WarpDave Love1998-12-111-2/+6
* (fortran-check-end-prog-re): Allow trailingDave Love1998-12-091-1/+1
* Various minor doc fixes.Dave Love1998-11-231-48/+75
* (fortran-end-prog-re): Fix typo.Dave Love1998-11-181-2/+2
* Fix previous change:Dave Love1998-11-151-9/+26
* Fix for fontification of strings lostDave Love1998-11-021-1/+10
* (fortran-end-prog-re1): Fix the regexp.Dave Love1998-11-011-1/+7
* 1998-10-14 Dave Love <[email protected]>Dave Love1998-10-141-8/+16
* Don't call regexp-opt when derivingDave Love1998-09-281-14/+17
* (end-of-fortran-subprogram): Check if we're on the END statement.Dave Love1998-07-021-4/+8
* (fortran-mode-map) <menu>: Tweak the imenuDave Love1998-07-021-4/+4
* (fortran-electric-line-number): Add delete-selection property.Richard M. Stallman1998-06-061-0/+1
* (fortran-mode-map): Bind M-^. Use \M-, not \e elsewhere.Dave Love1998-04-281-7/+9
* Move eval-when-compile off top level.Dave Love1998-04-151-87/+89
* Don't eval-*and*-compile font-lock stuff.Dave Love1998-04-141-1/+1
* (fortran-fill-paragraph): This is the oneDave Love1998-04-081-3/+3
* Use regexp-opt and eval-and-compile toDave Love1998-04-071-334/+403