aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/fortran.el
Commit message (Expand)AuthorAgeFilesLines
* (fortran-comment-indent-char): Use characterp rather than char-valid-p.Glenn Morris2008-02-021-1/+1
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | (gud-find-c-expr): Declare as a function.Glenn Morris2007-11-171-0/+2
* | * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.Dan Nicolaescu2007-11-091-1/+2
* | (fortran-mode-map): Don't bind M-;.Glenn Morris2007-11-031-1/+12
* | (fortran-tab-mode-string): Revert change merged in from EMACS_22 branch.Glenn Morris2007-10-271-1/+1
* | Merge from emacs--rel--22Miles Bader2007-10-271-1/+1
|\|
| * (fortran-comment-line-start-skip, fortran-directive-re):Glenn Morris2007-10-251-2/+2
| * (fortran-tab-mode-default)Glenn Morris2007-10-231-0/+30
| * Martin Rudalics <rudalics at gmx.at>Glenn Morris2007-10-221-4/+4
* | (fortran-comment-line-start-skip, fortran-directive-re):Glenn Morris2007-10-251-2/+2
* | Untabify.Glenn Morris2007-10-231-474/+474
* | (fortran-tab-mode-default)Glenn Morris2007-10-231-1/+29
* | Martin Rudalics <rudalics at gmx.at>Glenn Morris2007-10-221-2/+2
* | (fortran-mode-abbrev-table, fortran-line-length): Use mapc rather than mapcar.Glenn Morris2007-09-211-15/+15
* | (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