summaryrefslogtreecommitdiff
path: root/lisp/progmodes/fortran.el
Commit message (Expand)AuthorAgeFilesLines
* * progmodes/ada-mode.el (ada-mode):Lute Kamstra2005-05-261-1/+1
* Reformat and update copyright years.Glenn Morris2005-03-291-9/+174
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-2/+2
* (fortran-mode): Use mode-require-final-newline.Richard M. Stallman2004-12-311-1/+1
* (fortran-fill): Use local var `bol' rather than duplicate call toGlenn Morris2004-04-301-2/+1
* (fortran-break-before-delimiters): Doc fix.Glenn Morris2004-01-251-36/+63
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (fortran-gud-find-expr): Move from gud.el (was gud-find-fortran-expr).Stefan Monnier2003-06-181-2/+7
* (fortran-gud-syntax-table): Syntax tableNick Roberts2003-06-181-0/+7
* (dabbrev-case-fold-search): Add defvar for compiler.Glenn Morris2003-04-201-6/+11
* Comment changes.Glenn Morris2003-04-161-39/+36
* (fortran-tab-mode-minor-mode-string): Delete this variable,Glenn Morris2003-04-151-16/+4
* Whitespace changes, some re-ordering of code, trivial commentary change.Glenn Morris2003-04-151-529/+527
* (fortran-previous-statement): Check for fortran-continuation-string.Glenn Morris2003-04-131-52/+69
* (fortran-abbrev-start): Only offer help if abbrev-mode is active.Glenn Morris2003-04-121-2/+3
* (fortran-fill): Fill lines that do not have comments.Glenn Morris2003-02-121-1/+2
* (fortran-mode): Set comment-use-syntax.Stefan Monnier2003-02-121-39/+6
* (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