aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/fortran.el
Commit message (Expand)AuthorAgeFilesLines
* (fortran-mode): Set font-lock-syntactic-keywords via font-lock-defaults.Stefan Monnier2007-09-071-5/+4
* Merge from emacs--rel--22Miles Bader2007-08-131-1/+1
|\
| * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-1/+1
* | (fortran-font-lock-syntactic-keywords): Fix off-by-one error inGlenn Morris2007-08-031-1/+1
* | Remove leading `*' from all defcustom doc strings.Glenn Morris2007-08-011-47/+117
|/
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (fortran-mode-abbrev-table): Define abbrevs even if abbrev-table isGlenn Morris2006-12-051-71/+73
* (fortran-font-lock-keywords-4): Add `min'.Glenn Morris2006-11-281-3/+3
* Move defvars out of eval-when-compile.Stefan Monnier2006-01-181-20/+18
* Add :link (custom-group-link font-lock-faces) to defgroup.Juri Linkov2005-11-171-1/+2
* (fortran-blink-match): Use `blink-matching-delay'.Glenn Morris2005-11-021-1/+1
* Update maintainer email address.Glenn Morris2005-10-081-1/+1
* (fortran-indent-to-column): "?\ " -> "?\s".Juanma Barranquero2005-08-301-2/+4
* Update copyright for release of 22.1 for progmodes directory.Nick Roberts2005-08-011-1/+1
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* * 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