summaryrefslogtreecommitdiff
path: root/lisp/progmodes/f90.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-3/+3
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-9/+10
* Remove some unnecessary references to Emacs 18Stefan Kangas2021-02-051-3/+2
* Make backslash characters no longer escape in `f90-mode'Lars Ingebrigtsen2021-02-031-6/+5
* Prefer defvar-local in progmodes/*.elStefan Kangas2021-01-311-2/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Prefer setq-local in several progmodesStefan Kangas2020-12-061-22/+19
* Fix narrow-to-defun in f90-modeLars Ingebrigtsen2020-10-171-19/+22
* ; Unmaintain fortran elispGlenn Morris2020-01-151-1/+1
* f90: handle F2008 module functionGlenn Morris2020-01-151-5/+12
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix some ineffective backslashes in string literalsMattias Engdegård2019-03-161-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Remove some obsolete compat code in f90.elGlenn Morris2018-01-091-11/+4
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* In f90.el, set fill-paragraph-function to a useful valueGlenn Morris2017-11-081-1/+17
* Improve treatment of Fortran's "class default"Glenn Morris2017-10-191-3/+9
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Convert more uses of looking-at to following-charMark Oteiza2017-07-061-2/+2
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* 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