| Commit message (Expand) | Author | Age | Files | Lines |
* | Give % punctuation syntax in fortran modes (bug#8820) | Glenn Morris | 2011-06-11 | 1 | -0/+1 |
* | Comment fix. | Glenn Morris | 2011-05-03 | 1 | -1/+1 |
* | lisp/progmodes/*.el: Lexical-binding cleanup. | Juanma Barranquero | 2011-04-22 | 1 | -1/+1 |
* | Refill some long/short copyright headers. | Glenn Morris | 2011-01-26 | 1 | -2/+1 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Replace still more end-of-line etc with line-end-position, etc. | Glenn Morris | 2010-11-08 | 1 | -3/+1 |
* | | Fix and improve last syntax-propertize patch | Stefan Monnier | 2010-09-18 | 1 | -30/+39 |
* | | New syntax-propertize functionality. | Stefan Monnier | 2010-09-11 | 1 | -6/+12 |
* | | Misc cleanups and simplifications. | Stefan Monnier | 2010-09-08 | 1 | -2/+1 |
* | | Derive Fortran modes from prog-mode. | Glenn Morris | 2010-05-20 | 1 | -10/+5 |
|/ |
|
* | Fix bug ref in previous. | Glenn Morris | 2010-04-09 | 1 | -1/+1 |
* | Close bug#1835. | Glenn Morris | 2010-04-09 | 1 | -1/+23 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | (fortran-end-of-block, fortran-beginning-of-block): | Glenn Morris | 2009-10-06 | 1 | -2/+2 |
* | Use `called-interactively-p' instead of `interactive-p'. | Juanma Barranquero | 2009-10-02 | 1 | -2/+2 |
* | Move all safe and risky properties into the defcustoms. | Glenn Morris | 2009-09-10 | 1 | -31/+26 |
* | (fortran-start-prog-re): New constant, extracted from fortran-current-defun. | Glenn Morris | 2009-08-30 | 1 | -33/+47 |
* | Replace last-command-char with last-command-event. | Glenn Morris | 2009-01-09 | 1 | -2/+2 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
* | (fortran-mode-map): Add some menu :help. | Glenn Morris | 2008-11-20 | 1 | -21/+39 |
* | (fortran-tab-mode-string, fortran-comment-line-start) | Glenn Morris | 2008-08-23 | 1 | -3/+5 |
* | (fortran-end-of-subprogram): Check for a match before trying to move there. | Glenn Morris | 2008-06-11 | 1 | -8/+22 |
* | (fortran-font-lock-keywords-2): Add .eqv., .neqv. | Glenn Morris | 2008-05-17 | 1 | -2/+2 |
* | (fortran-mode): Fix font-lock-syntactic-keywords oddness. | Glenn Morris | 2008-05-07 | 1 | -1/+1 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
* | (fortran-mode-syntax-table): Change `;' to punctuation now it's not | Glenn Morris | 2008-04-26 | 1 | -75/+66 |
* | (fortran-mode-abbrev-table): Use newer form of define-abbrev, where | Glenn Morris | 2008-03-13 | 1 | -69/+66 |
* | (fortran-comment-indent-char): Use characterp rather than char-valid-p. | Glenn Morris | 2008-02-02 | 1 | -1/+1 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ |
|
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
* | | (gud-find-c-expr): Declare as a function. | Glenn Morris | 2007-11-17 | 1 | -0/+2 |
* | | * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove. | Dan Nicolaescu | 2007-11-09 | 1 | -1/+2 |
* | | (fortran-mode-map): Don't bind M-;. | Glenn Morris | 2007-11-03 | 1 | -1/+12 |
* | | (fortran-tab-mode-string): Revert change merged in from EMACS_22 branch. | Glenn Morris | 2007-10-27 | 1 | -1/+1 |
* | | Merge from emacs--rel--22 | Miles Bader | 2007-10-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | (fortran-comment-line-start-skip, fortran-directive-re): | Glenn Morris | 2007-10-25 | 1 | -2/+2 |
| * | (fortran-tab-mode-default) | Glenn Morris | 2007-10-23 | 1 | -0/+30 |
| * | Martin Rudalics <rudalics at gmx.at> | Glenn Morris | 2007-10-22 | 1 | -4/+4 |
* | | (fortran-comment-line-start-skip, fortran-directive-re): | Glenn Morris | 2007-10-25 | 1 | -2/+2 |
* | | Untabify. | Glenn Morris | 2007-10-23 | 1 | -474/+474 |
* | | (fortran-tab-mode-default) | Glenn Morris | 2007-10-23 | 1 | -1/+29 |
* | | Martin Rudalics <rudalics at gmx.at> | Glenn Morris | 2007-10-22 | 1 | -2/+2 |
* | | (fortran-mode-abbrev-table, fortran-line-length): Use mapc rather than mapcar. | Glenn Morris | 2007-09-21 | 1 | -15/+15 |
* | | (fortran-mode): Set font-lock-syntactic-keywords via font-lock-defaults. | Stefan Monnier | 2007-09-07 | 1 | -5/+4 |
* | | Merge from emacs--rel--22 | Miles Bader | 2007-08-13 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace `iff' in doc-strings and comments. | Glenn Morris | 2007-08-08 | 1 | -1/+1 |
* | | (fortran-font-lock-syntactic-keywords): Fix off-by-one error in | Glenn Morris | 2007-08-03 | 1 | -1/+1 |
* | | Remove leading `*' from all defcustom doc strings. | Glenn Morris | 2007-08-01 | 1 | -47/+117 |
|/ |
|