aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/f90.el
Commit message (Expand)AuthorAgeFilesLines
...
* (f90-break-delimiters): Doc fix.Glenn Morris2004-01-251-4/+11
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (f90-font-lock-keywords-2): Use override forGlenn Morris2003-04-201-16/+25
* (f90-looking-at-do, f90-find-breakpoint): Fix previous change.Glenn Morris2003-04-161-2/+2
* (f90-indent-to, f90-indent-line-no)Glenn Morris2003-04-161-103/+103
* Whitespace changes, trivial commentary changes.Glenn Morris2003-04-151-87/+100
* (f90-join-lines): Make it behave more like the standard functionGlenn Morris2003-04-121-25/+26
* (f90-abbrev-start): Only offer help if abbrev-mode is active.Glenn Morris2003-04-121-2/+2
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-1/+1
* Remove (eval-when-compile) for free variables.Glenn Morris2002-09-011-16/+13
* (f90-imenu-flag): Deleted - use imenu--index-alist instead.Glenn Morris2002-08-241-11/+6
* (f90-xemacs-flag, f90-xemacs-menu, f90-menu-bar-menu, f90-change-case-menu)Glenn Morris2002-08-241-179/+80
* eval-when-compile a few defvars to quieten the byte-compiler.Glenn Morris2002-08-211-95/+97
* (f90-font-lock-keywords-1): Simplify `type' value a little.Glenn Morris2002-08-031-4/+3
* (f90-font-lock-keywords-1): Fix highlighting of `type' forms.Glenn Morris2002-08-031-5/+6
* (f90-do-auto-fill): Make it respect `comment-auto-fill-only-comments'.Glenn Morris2002-06-231-7/+11
* (f90-type-def-re): Fix value.Glenn Morris2002-06-191-3/+3
* (f90-previous-block, f90-next-block): New names (and slightly changedGlenn Morris2002-05-261-43/+37
* (f90-end-of-subprogram): Remove the final (forward-line 1).Glenn Morris2002-05-241-1/+144
* (f90-looking-at-where-or-forall): Oops, defsubst, not defun.Glenn Morris2002-05-201-1/+1
* (f90-change-keywords): Doc fix.Glenn Morris2002-05-191-1/+1
* (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)Glenn Morris2002-05-191-31/+24
* (f90-get-present-comment-type): Fix bug introduced in version 1.46.Glenn Morris2002-05-191-15/+12
* (f90-match-end): Simplify it a bit.Glenn Morris2002-05-191-16/+5
* (f90-mode-abbrev-table): Initialize in the defvar.Glenn Morris2002-05-181-58/+58
* (f90-mode-abbrev-table): Initialize with define-abbrev-table, if needed.Glenn Morris2002-05-181-58/+58
* (f90-mode-syntax-table, f90-mode-map): Do the initialization in the defvar.Glenn Morris2002-05-181-106/+112
* Again with the whitespace.Glenn Morris2002-05-011-193/+184
* Yet more doc string, commment and whitespace changes.Glenn Morris2002-05-011-175/+203
* Whitespace changes.Glenn Morris2002-04-291-129/+121
* Add/change doc strings for many in-line functions.Glenn Morris2002-04-291-45/+67
* (f90-font-lock-keywords-1, f90-font-lock-keywords-2): Fix highlighting ofGlenn Morris2002-04-281-3/+3
* Minor reorganization of some code.Glenn Morris2002-04-281-109/+104
* (f90-mark-subprogram-overlay): New internal variable.Glenn Morris2002-04-281-3/+15
* (f90-xemacs-flag): New variable to put the test for Emacs flavor in oneGlenn Morris2002-04-281-26/+23
* General tidy-up of commentary and some doc strings.Glenn Morris2002-04-251-78/+94
* (f90-startup-message): Obsolete variable removed.Glenn Morris2002-04-241-10/+1
* (f90-get-beg-of-line): Removed and replaced with line-beginning-position.Glenn Morris2002-04-241-40/+29
* Update maintainer.Eli Zaretskii2002-04-191-2/+4
* (f90-indent-subprogram): Braino (missing arg).Stefan Monnier2002-04-021-2/+2
* (f90-keywords-re, f90-keywords-level-3-re)Stefan Monnier2002-04-021-120/+83
* (f90-mode-abbrev-table): Mark all the predefined abbrevs as "system"Pavel Janík2001-12-301-53/+53
* (f90-break-line): Use (newline 1) to insert newlines.Richard M. Stallman2001-12-071-8/+3
* (f90-mode): Remove startup message.Dave Love2001-02-011-2/+2
* Change author's mail address.Gerd Moellmann2000-05-151-1/+1
* (f90): Put custom group under `languages', notDave Love2000-03-161-5/+18
* (f90-abbrev-start): Use `eq' instead of `='.Gerd Moellmann1999-11-261-1/+1
* (f90-mode-syntax-table): Change backslash to escape, not charquote.Dave Love1999-07-291-1/+1
* 1999-01-05 Dave Love <[email protected]>Dave Love1999-01-051-22/+23
* (f90-comment-indent): Don't attempt to indent trailing comment asDave Love1998-05-251-2/+7