| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright for release of 22.1 for progmodes directory. | Nick Roberts | 2005-08-01 | 1 | -1/+2 |
* | (f90-abbrev-start): Avoid warning. | Richard M. Stallman | 2005-07-16 | 1 | -1/+2 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | * progmodes/ada-mode.el (ada-mode): | Lute Kamstra | 2005-05-26 | 1 | -1/+1 |
* | (f90-calculate-indent): Fix treatment of first statement in buffer | Glenn Morris | 2005-04-24 | 1 | -2/+8 |
* | (f90-electric-insert): Add optional prefix arg, and pass to | Glenn Morris | 2005-04-11 | 1 | -3/+3 |
* | (f90-end-block-re, f90-start-block-re): Doc fix. Tweak regexp. | Glenn Morris | 2005-03-29 | 1 | -19/+10 |
* | (f90-mode): Use mode-require-final-newline. | Richard M. Stallman | 2004-12-31 | 1 | -1/+1 |
* | (f90-smart-end, f90-previous-statement, f90-beginning-of-block): Doc fix. | Glenn Morris | 2004-11-25 | 1 | -25/+76 |
* | (f90-end-of-block): Don't use interactive-p. | Richard M. Stallman | 2004-11-04 | 1 | -3/+5 |
* | (f90-end-block-re, f90-start-block-re): New constants. | Glenn Morris | 2004-05-17 | 1 | -1/+48 |
* | (f90-get-present-comment-type): Return whitespace, as well as comment | Glenn Morris | 2004-04-30 | 1 | -4/+7 |
* | (f90-break-delimiters): Doc fix. | Glenn Morris | 2004-01-25 | 1 | -4/+11 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
* | (f90-font-lock-keywords-2): Use override for | Glenn Morris | 2003-04-20 | 1 | -16/+25 |
* | (f90-looking-at-do, f90-find-breakpoint): Fix previous change. | Glenn Morris | 2003-04-16 | 1 | -2/+2 |
* | (f90-indent-to, f90-indent-line-no) | Glenn Morris | 2003-04-16 | 1 | -103/+103 |
* | Whitespace changes, trivial commentary changes. | Glenn Morris | 2003-04-15 | 1 | -87/+100 |
* | (f90-join-lines): Make it behave more like the standard function | Glenn Morris | 2003-04-12 | 1 | -25/+26 |
* | (f90-abbrev-start): Only offer help if abbrev-mode is active. | Glenn Morris | 2003-04-12 | 1 | -2/+2 |
* | Trailing whitepace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -1/+1 |
* | Remove (eval-when-compile) for free variables. | Glenn Morris | 2002-09-01 | 1 | -16/+13 |
* | (f90-imenu-flag): Deleted - use imenu--index-alist instead. | Glenn Morris | 2002-08-24 | 1 | -11/+6 |
* | (f90-xemacs-flag, f90-xemacs-menu, f90-menu-bar-menu, f90-change-case-menu) | Glenn Morris | 2002-08-24 | 1 | -179/+80 |
* | eval-when-compile a few defvars to quieten the byte-compiler. | Glenn Morris | 2002-08-21 | 1 | -95/+97 |
* | (f90-font-lock-keywords-1): Simplify `type' value a little. | Glenn Morris | 2002-08-03 | 1 | -4/+3 |
* | (f90-font-lock-keywords-1): Fix highlighting of `type' forms. | Glenn Morris | 2002-08-03 | 1 | -5/+6 |
* | (f90-do-auto-fill): Make it respect `comment-auto-fill-only-comments'. | Glenn Morris | 2002-06-23 | 1 | -7/+11 |
* | (f90-type-def-re): Fix value. | Glenn Morris | 2002-06-19 | 1 | -3/+3 |
* | (f90-previous-block, f90-next-block): New names (and slightly changed | Glenn Morris | 2002-05-26 | 1 | -43/+37 |
* | (f90-end-of-subprogram): Remove the final (forward-line 1). | Glenn Morris | 2002-05-24 | 1 | -1/+144 |
* | (f90-looking-at-where-or-forall): Oops, defsubst, not defun. | Glenn Morris | 2002-05-20 | 1 | -1/+1 |
* | (f90-change-keywords): Doc fix. | Glenn Morris | 2002-05-19 | 1 | -1/+1 |
* | (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case) | Glenn Morris | 2002-05-19 | 1 | -31/+24 |
* | (f90-get-present-comment-type): Fix bug introduced in version 1.46. | Glenn Morris | 2002-05-19 | 1 | -15/+12 |
* | (f90-match-end): Simplify it a bit. | Glenn Morris | 2002-05-19 | 1 | -16/+5 |
* | (f90-mode-abbrev-table): Initialize in the defvar. | Glenn Morris | 2002-05-18 | 1 | -58/+58 |
* | (f90-mode-abbrev-table): Initialize with define-abbrev-table, if needed. | Glenn Morris | 2002-05-18 | 1 | -58/+58 |
* | (f90-mode-syntax-table, f90-mode-map): Do the initialization in the defvar. | Glenn Morris | 2002-05-18 | 1 | -106/+112 |
* | Again with the whitespace. | Glenn Morris | 2002-05-01 | 1 | -193/+184 |
* | Yet more doc string, commment and whitespace changes. | Glenn Morris | 2002-05-01 | 1 | -175/+203 |
* | Whitespace changes. | Glenn Morris | 2002-04-29 | 1 | -129/+121 |
* | Add/change doc strings for many in-line functions. | Glenn Morris | 2002-04-29 | 1 | -45/+67 |
* | (f90-font-lock-keywords-1, f90-font-lock-keywords-2): Fix highlighting of | Glenn Morris | 2002-04-28 | 1 | -3/+3 |
* | Minor reorganization of some code. | Glenn Morris | 2002-04-28 | 1 | -109/+104 |
* | (f90-mark-subprogram-overlay): New internal variable. | Glenn Morris | 2002-04-28 | 1 | -3/+15 |
* | (f90-xemacs-flag): New variable to put the test for Emacs flavor in one | Glenn Morris | 2002-04-28 | 1 | -26/+23 |
* | General tidy-up of commentary and some doc strings. | Glenn Morris | 2002-04-25 | 1 | -78/+94 |
* | (f90-startup-message): Obsolete variable removed. | Glenn Morris | 2002-04-24 | 1 | -10/+1 |
* | (f90-get-beg-of-line): Removed and replaced with line-beginning-position. | Glenn Morris | 2002-04-24 | 1 | -40/+29 |