summaryrefslogtreecommitdiff
path: root/lisp/progmodes/fortran.el
Commit message (Expand)AuthorAgeFilesLines
* Change face used for fortran.el directivesGlenn Morris2012-06-111-2/+2
* 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
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* Spelling fixes.Paul Eggert2011-11-131-2/+2
* Rename split-window-{above-each-other|split-window-side-by-side}Chong Yidong2011-10-301-1/+1
* Give % punctuation syntax in fortran modes (bug#8820)Glenn Morris2011-06-111-0/+1
* Comment fix.Glenn Morris2011-05-031-1/+1
* lisp/progmodes/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-221-1/+1
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Replace still more end-of-line etc with line-end-position, etc.Glenn Morris2010-11-081-3/+1
* | Fix and improve last syntax-propertize patchStefan Monnier2010-09-181-30/+39
* | New syntax-propertize functionality.Stefan Monnier2010-09-111-6/+12
* | Misc cleanups and simplifications.Stefan Monnier2010-09-081-2/+1
* | Derive Fortran modes from prog-mode.Glenn Morris2010-05-201-10/+5
|/
* Fix bug ref in previous.Glenn Morris2010-04-091-1/+1
* Close bug#1835.Glenn Morris2010-04-091-1/+23
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (fortran-end-of-block, fortran-beginning-of-block):Glenn Morris2009-10-061-2/+2
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-2/+2
* Move all safe and risky properties into the defcustoms.Glenn Morris2009-09-101-31/+26
* (fortran-start-prog-re): New constant, extracted from fortran-current-defun.Glenn Morris2009-08-301-33/+47
* Replace last-command-char with last-command-event.Glenn Morris2009-01-091-2/+2
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (fortran-mode-map): Add some menu :help.Glenn Morris2008-11-201-21/+39
* (fortran-tab-mode-string, fortran-comment-line-start)Glenn Morris2008-08-231-3/+5
* (fortran-end-of-subprogram): Check for a match before trying to move there.Glenn Morris2008-06-111-8/+22
* (fortran-font-lock-keywords-2): Add .eqv., .neqv.Glenn Morris2008-05-171-2/+2
* (fortran-mode): Fix font-lock-syntactic-keywords oddness.Glenn Morris2008-05-071-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (fortran-mode-syntax-table): Change `;' to punctuation now it's notGlenn Morris2008-04-261-75/+66
* (fortran-mode-abbrev-table): Use newer form of define-abbrev, whereGlenn Morris2008-03-131-69/+66
* (fortran-comment-indent-char): Use characterp rather than char-valid-p.Glenn Morris2008-02-021-1/+1
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | (gud-find-c-expr): Declare as a function.Glenn Morris2007-11-171-0/+2
* | * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.Dan Nicolaescu2007-11-091-1/+2
* | (fortran-mode-map): Don't bind M-;.Glenn Morris2007-11-031-1/+12
* | (fortran-tab-mode-string): Revert change merged in from EMACS_22 branch.Glenn Morris2007-10-271-1/+1
* | Merge from emacs--rel--22Miles Bader2007-10-271-1/+1
|\ \ | |/
| * (fortran-comment-line-start-skip, fortran-directive-re):Glenn Morris2007-10-251-2/+2
| * (fortran-tab-mode-default)Glenn Morris2007-10-231-0/+30
| * Martin Rudalics <rudalics at gmx.at>Glenn Morris2007-10-221-4/+4
* | (fortran-comment-line-start-skip, fortran-directive-re):Glenn Morris2007-10-251-2/+2
* | Untabify.Glenn Morris2007-10-231-474/+474
* | (fortran-tab-mode-default)Glenn Morris2007-10-231-1/+29