summaryrefslogtreecommitdiff
path: root/lisp/progmodes/f90.el
Commit message (Expand)AuthorAgeFilesLines
* Improve treatment of Fortran's "class is"Glenn Morris2016-11-271-2/+5
* Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-051-1/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-2/+2
* * lisp/progmodes/f90.el (f90-no-block-limit):Glenn Morris2015-11-011-1/+1
* ; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov2015-09-291-4/+0
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-11/+11
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-031-1/+1
* * lisp/progmodes/f90.el (f90-type-def-re): Handle attribute listsGlenn Morris2015-07-051-4/+4
* * lisp/progmodes/f90.el (f90-backslash-not-special): Use user-error.Glenn Morris2015-06-101-1/+1
* Fix minor quoting problems in doc stringsPaul Eggert2015-05-281-2/+2
* * lisp/progmodes/f90.el (f90-type-def-re): Add "type, extends".Glenn Morris2015-05-271-2/+4
* Revert doc string changes to f90.elPaul Eggert2015-05-201-2/+2
* Fix minor quoting problems in doc stringsPaul Eggert2015-05-191-2/+2
* f90.el: add some support for continued strings without leading '&'Glenn Morris2015-02-231-3/+11
* f90.el: Add some F2008 keywordsGlenn Morris2015-02-191-2/+9
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* 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