summaryrefslogtreecommitdiff
path: root/lisp/progmodes/f90.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-11-08hideshow: Rework previous changesElías Gabriel Pérez
2025-11-06hideshow: Rework previous changesElías Gabriel Pérez
2025-11-04hideshow: Rewrite 'hs-special-modes-alist'Elías Gabriel Pérez
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-13Prefer defvar-keymap in f90.elStefan Kangas
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-08-25; Delete redundant defvars; font-lock is preloadedStefan Kangas
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-08-13Merge from origin/emacs-28Stefan Kangas
2022-08-12Delete references to deleted library hilit19.elStefan Kangas
2022-05-24Remove f90-mode regexp ambiguity (bug#17222)Mattias Engdegård
2022-05-20Remove compat code; assume imenu.el existsStefan Kangas
2022-05-11Fix fontification of multi-line declarations in f90-modeLars Ingebrigtsen
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-04Fix highlighting of "Exit*" phrases in f90-modeLars Ingebrigtsen
2021-10-31Add highlighting of the F2008 keyword "impure"Lars Ingebrigtsen
2021-09-22; More minor stylistic fixes found by checkdocStefan Kangas
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-02-05Remove some unnecessary references to Emacs 18Stefan Kangas
2021-02-03Make backslash characters no longer escape in `f90-mode'Lars Ingebrigtsen
2021-01-31Prefer defvar-local in progmodes/*.elStefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-06Prefer setq-local in several progmodesStefan Kangas
2020-10-17Fix narrow-to-defun in f90-modeLars Ingebrigtsen
2020-01-15; Unmaintain fortran elispGlenn Morris
2020-01-15f90: handle F2008 module functionGlenn Morris
2020-01-01Update copyright year to 2020Paul Eggert
2019-03-16Fix some ineffective backslashes in string literalsMattias Engdegård
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-01-09Remove some obsolete compat code in f90.elGlenn Morris
2018-01-01Update copyright year to 2018Paul Eggert
2017-11-08In f90.el, set fill-paragraph-function to a useful valueGlenn Morris
2017-10-19Improve treatment of Fortran's "class default"Glenn Morris
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-07-06Convert more uses of looking-at to following-charMark Oteiza
2016-12-31Update copyright year to 2017Paul Eggert
2016-11-27Improve treatment of Fortran's "class is"Glenn Morris
2016-02-05Fix problems caused by new implementation of sub-word modeEli Zaretskii
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-17Fix docstring quoting problems with ‘ '’Paul Eggert
2015-11-01* lisp/progmodes/f90.el (f90-no-block-limit):Glenn Morris
2015-09-29; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov
2015-09-17Backslash cleanup in Elisp source filesPaul Eggert
2015-09-03Fix some more docstring etc. quoting problemsPaul Eggert
2015-07-05* lisp/progmodes/f90.el (f90-type-def-re): Handle attribute listsGlenn Morris
2015-06-10* lisp/progmodes/f90.el (f90-backslash-not-special): Use user-error.Glenn Morris