summaryrefslogtreecommitdiff
path: root/lisp/progmodes/f90.el
Commit message (Expand)AuthorAgeFilesLines
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (f90-mode-abbrev-table): Define abbrevs even if abbrev-table isGlenn Morris2006-12-051-66/+68
* (f90-comment-indent): Do not move point in default case.Glenn Morris2006-11-231-2/+3
* (f90-indent-region): Bind case-fold-search to t.Glenn Morris2006-11-101-0/+1
* Revert previous inadvertent check-in of local changes.Glenn Morris2006-02-081-42/+6
* Add 2006 to copyright years.Glenn Morris2006-02-081-8/+44
* Add :link (custom-group-link font-lock-faces) to defgroup.Juri Linkov2005-11-171-0/+1
* From John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)Glenn Morris2005-11-021-1/+1
* (f90-keywords-re, f90-mode): Doc fix.Glenn Morris2005-10-081-6/+6
* Update copyright for release of 22.1 for progmodes directory.Nick Roberts2005-08-011-1/+2
* (f90-abbrev-start): Avoid warning.Richard M. Stallman2005-07-161-1/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* * progmodes/ada-mode.el (ada-mode):Lute Kamstra2005-05-261-1/+1
* (f90-calculate-indent): Fix treatment of first statement in bufferGlenn Morris2005-04-241-2/+8
* (f90-electric-insert): Add optional prefix arg, and pass toGlenn Morris2005-04-111-3/+3
* (f90-end-block-re, f90-start-block-re): Doc fix. Tweak regexp.Glenn Morris2005-03-291-19/+10
* (f90-mode): Use mode-require-final-newline.Richard M. Stallman2004-12-311-1/+1
* (f90-smart-end, f90-previous-statement, f90-beginning-of-block): Doc fix.Glenn Morris2004-11-251-25/+76
* (f90-end-of-block): Don't use interactive-p.Richard M. Stallman2004-11-041-3/+5
* (f90-end-block-re, f90-start-block-re): New constants.Glenn Morris2004-05-171-1/+48
* (f90-get-present-comment-type): Return whitespace, as well as commentGlenn Morris2004-04-301-4/+7
* (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