summaryrefslogtreecommitdiff
path: root/lisp/progmodes/f90.el
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes.Paul Eggert2011-11-171-1/+1
* Small fix for f90-next-statement.Glenn Morris2011-10-111-1/+1
* f90 indentation fix.Glenn Morris2011-10-081-8/+13
* Tweak previous f90.el change.Glenn Morris2011-09-191-6/+7
* Fixes for f90.el filling in comments (bug#9553)Lawrence Mitchell2011-09-191-2/+4
* * lisp/progmodes/f90.el (f90-looking-at-critical): Doc fix.Glenn Morris2011-06-251-1/+1
* Add support for block and critical blocks to f90.el.Glenn Morris2011-06-251-6/+63
* Add some co-array stuff to f90.el.Glenn Morris2011-06-251-2/+6
* Add some more F2008 font-locking for f90.el.Glenn Morris2011-06-251-2/+6
* * lisp/progmodes/f90.el (f90-procedures-re): Add F2008 "is_contiguous".Glenn Morris2011-06-251-1/+1
* Add submodule support to f90.el.Glenn Morris2011-06-251-11/+23
* Add some F2008 keywords to f90.el font-locking.Glenn Morris2011-06-251-0/+18
* Give % punctuation syntax in fortran modes (bug#8820)Glenn Morris2011-06-111-11/+1
* Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-231-3/+3
* * lisp/progmodes/f90.el (f90-type-def-re): Handle "type, bind(c)". (Bug#8691)Glenn Morris2011-05-181-1/+3
* Use lexcical-binding in f90.el.Glenn Morris2011-04-161-4/+8
* * lisp/progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.Glenn Morris2011-03-311-1/+1
* Merge from emacs-23; up to 2010-05-26T14:19:15Z!monnier@iro.umontreal.ca.Glenn Morris2011-02-051-0/+10
|\
| * f90.el fix for bug#7919.Glenn Morris2011-02-031-0/+10
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Derive from prog-mode, use derived-mode-p, and fix up variousStefan Monnier2010-12-101-3/+1
* | Bind "C-c ]" to block-closing commands in several modes.Chong Yidong2010-10-231-0/+1
* | Derive Fortran modes from prog-mode.Glenn Morris2010-05-201-10/+5
|/
* Close bug#5593.Glenn Morris2010-02-181-0/+2
* Fix previous change for F2003 interfaces.Glenn Morris2010-02-071-19/+10
* Handle F2003 named interfaces.Glenn Morris2010-02-061-5/+22
* * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.Glenn Morris2010-02-051-3/+2
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (f90-end-of-block, f90-beginning-of-block):Glenn Morris2009-10-061-3/+3
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-4/+7
* Move all safe properties into the defcustoms.Glenn Morris2009-09-031-27/+26
* (f90-break-delimiters, f90-no-break-re): Doc fixes.Glenn Morris2009-07-011-8/+10
* Evangelos Evangelou <vangelis at email.unc.edu> (tiny change)Glenn Morris2009-07-011-1/+1
* 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
|\