summaryrefslogtreecommitdiff
path: root/lisp/progmodes/f90.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 2014-06-15T04:52:34Z!eli@barzilay.orgGlenn Morris2014-07-021-2/+2
|\
| * Doc and comment fixes re "online" helpGlenn Morris2014-06-281-2/+2
* | * lisp/font-lock.el (font-lock-flush, font-lock-ensure): New functions.Stefan Monnier2014-05-281-1/+1
|/
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Rename set-temporary-overlay-map -> set-transient-mapChong Yidong2013-12-231-1/+1
* Do not call to `selected-frame' where it is assumed by default.Dmitry Antipov2013-08-051-1/+1
* * lisp/progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)Stefan Monnier2013-05-161-94/+106
* * lisp/progmodes/f90.el (f90-blocks-re): Include the terminating \> in theStefan Monnier2013-05-141-6/+6
* * f90.el (f90-imenu-generic-expression): Fix typo in 2013-05-08 change.Glenn Morris2013-05-141-1/+1
* * lisp/progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".Stefan Monnier2013-05-081-124/+122
* * lisp/progmodes/f90.el (f90-smart-end-names): New option.Glenn Morris2013-05-071-6/+37
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Fix for indentation of f90 preproc lines embedded in continuationsGlenn Morris2012-12-101-14/+19
|/
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-171-3/+2
* Merge from emacs-24; up to 2012-04-30T11:57:47Z!sdl.web@gmail.comGlenn Morris2012-06-281-1/+9
|\
| * Add some f90 preprocessor font-lock (bug#10499)Glenn Morris2012-06-211-1/+9
* | Use set-temporary-overlay-map.Stefan Monnier2012-05-041-12/+7
* | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
|/
* Doc fix for lexical-binding being in line one.Glenn Morris2012-01-251-2/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-11-261-1/+1
* 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