aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/f90.el
Commit message (Expand)AuthorAgeFilesLines
* Replace last-command-char with last-command-event.Glenn Morris2009-01-091-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (f90-mode-map): Add some menu :help.Glenn Morris2008-11-191-22/+41
* (f90-mode-map): Don't bind \t and \r.Glenn Morris2008-09-121-2/+3
* American English spelling fix.Glenn Morris2008-06-271-1/+1
* (f90-beginning-of-subprogram, f90-end-of-subprogram): Only give aGlenn Morris2008-06-121-3/+3
* (f90-typedef-matcher, f90-looking-at-type-like): Check thatGlenn Morris2008-06-031-2/+2
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Comments.Glenn Morris2008-04-261-1/+2
* (f90-mode-syntax-table): Don't set ` as word syntax.Stefan Monnier2008-04-241-81/+74
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
* (f90-font-lock-n): New function.Glenn Morris2008-03-131-94/+87
* * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):Dan Nicolaescu2008-01-241-3/+3
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | (f90-font-lock-keywords-1): Revert change merged in from EMACS_22 branch.Glenn Morris2007-10-271-2/+2
* | Merge from emacs--rel--22Miles Bader2007-10-271-2/+2
|\|
| * (f90-indented-comment-re, f90-directive-comment-re)Glenn Morris2007-10-251-3/+3
| * (f90-do-indent, f90-if-indent)Glenn Morris2007-10-231-2/+21
| * (f90-font-lock-keywords-2, f90-looking-at-type-like): Fix regexp typos.Glenn Morris2007-10-201-2/+2
* | (f90-indented-comment-re, f90-directive-comment-re)Glenn Morris2007-10-251-3/+3
* | (f90-keywords-re, f90-keywords-level-3-re): Add `non_intrinsic'.Glenn Morris2007-10-251-38/+155
* | (f90-do-indent, f90-if-indent)Glenn Morris2007-10-231-0/+20
* | Add some support for Fortran 2003 syntax:Glenn Morris2007-10-221-37/+195
* | Untabify.Glenn Morris2007-10-221-194/+194
* | Remove leading "*" from defcustom doc-strings.Glenn Morris2007-10-221-14/+14
* | (f90-font-lock-keywords-2, f90-looking-at-type-like): Fix regexp typos.Glenn Morris2007-10-201-2/+2
* | (f90-mode-abbrev-table): Use mapc rather than mapcar.Glenn Morris2007-09-211-1/+1
|/
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (f90-mode-abbrev-table): Define abbrevs even if abbrev-table isGlenn Morris2006-12-051-66/+68
* (f90-comment-indent): Do not move point in default case.Glenn Morris2006-11-231-2/+3
* (f90-indent-region): Bind case-fold-search to t.Glenn Morris2006-11-101-0/+1
* Revert previous inadvertent check-in of local changes.Glenn Morris2006-02-081-42/+6
* Add 2006 to copyright years.Glenn Morris2006-02-081-8/+44
* Add :link (custom-group-link font-lock-faces) to defgroup.Juri Linkov2005-11-171-0/+1
* From John Mongan <[email protected]> (tiny change)Glenn Morris2005-11-021-1/+1
* (f90-keywords-re, f90-mode): Doc fix.Glenn Morris2005-10-081-6/+6
* Update copyright for release of 22.1 for progmodes directory.Nick Roberts2005-08-011-1/+2
* (f90-abbrev-start): Avoid warning.Richard M. Stallman2005-07-161-1/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* * progmodes/ada-mode.el (ada-mode):Lute Kamstra2005-05-261-1/+1
* (f90-calculate-indent): Fix treatment of first statement in bufferGlenn Morris2005-04-241-2/+8
* (f90-electric-insert): Add optional prefix arg, and pass toGlenn Morris2005-04-111-3/+3
* (f90-end-block-re, f90-start-block-re): Doc fix. Tweak regexp.Glenn Morris2005-03-291-19/+10
* (f90-mode): Use mode-require-final-newline.Richard M. Stallman2004-12-311-1/+1
* (f90-smart-end, f90-previous-statement, f90-beginning-of-block): Doc fix.Glenn Morris2004-11-251-25/+76
* (f90-end-of-block): Don't use interactive-p.Richard M. Stallman2004-11-041-3/+5
* (f90-end-block-re, f90-start-block-re): New constants.Glenn Morris2004-05-171-1/+48
* (f90-get-present-comment-type): Return whitespace, as well as commentGlenn Morris2004-04-301-4/+7