aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add autoload cookie.Richard M. Stallman1995-02-091-26/+16
* Initial revisionRichard M. Stallman1995-02-091-0/+3788
* (etags-file-of-tag): Handle file name used as tag.Richard M. Stallman1995-02-071-1/+4
* Changes to support filenames as tags too and providedRichard M. Stallman1995-02-051-29/+112
* (f90-mode-version): Variable deleted.Richard M. Stallman1995-02-031-2/+1
* (c-mode-map): No binding for c-fill-paragraphRichard M. Stallman1995-02-021-2/+4
* Comment changes.Richard M. Stallman1995-01-311-5/+5
* Initial revisionRichard M. Stallman1995-01-311-0/+1562
* (c-forward-conditional):Richard M. Stallman1995-01-251-1/+12
* (pascal-*-completion, pascal-comp-defun)Richard M. Stallman1995-01-241-57/+67
* (compile-internal): Force redisplay on compilationRichard M. Stallman1995-01-201-0/+1
* (set-c-style): Ignore case in completion.Karl Heuer1995-01-201-2/+3
* (etags-file-of-tag): Use a regexp search to find the file name,Roland McGrath1995-01-181-4/+2
* (pascal-mode-map, pascal-outline-map):Richard M. Stallman1995-01-171-19/+49
* (etags-tags-completion-table): Don't let match string contain a \177.Roland McGrath1995-01-151-3/+3
* (indent-c-exp): Handle `{ if (x)\n foo;\n bar;' case.Richard M. Stallman1995-01-121-44/+53
* (indent-c++-exp): Handle `{ if (x)\n foo;\n bar;' case.Richard M. Stallman1995-01-121-31/+37
* (etags-goto-tag-location): Add 1 to char positions in TAGS.Richard M. Stallman1995-01-121-0/+3
* (find-tag-in-order): Don't set buffer-local value of tags-file-name.Roland McGrath1994-12-281-6/+0
* Initial revisionThien-Thi Nguyen1994-12-271-0/+477
* (compilation-minor-mode-map): Bind C-m to compilation-goto-error.Richard M. Stallman1994-12-271-0/+1
* (fortran-end-if, fortran-end-do,Richard M. Stallman1994-12-181-67/+208
* (indent-c-exp): Don't be fooled by else_ or while_.Richard M. Stallman1994-12-171-5/+11
* (compilation-next-error-locus): Finish last change.Roland McGrath1994-11-301-1/+1
* (compilation-next-error-locus): Parsed column numbers are 1-origin.Roland McGrath1994-11-301-1/+2
* (calculate-c-indent): Handle a top-level decl with multiple paren groups.Richard M. Stallman1994-11-281-5/+11
* (tags-query-replace): Use query-replace-read-args in interactive spec.Roland McGrath1994-11-151-2/+1
* (tags-table-including): Don't gratuitously cons (what was I thinking?).Roland McGrath1994-11-151-6/+11
* (scheme-mode-variables): Set parse-sexp-ignore-comments to t.Karl Heuer1994-11-141-0/+2
* (compile): With prefix arg, prompt even if (not compilation-read-command).Roland McGrath1994-11-101-17/+13
* (compilation-error-regexp-alist): Add an element for Irix 5.2 warnings.Richard M. Stallman1994-11-091-0/+4
* Changed almost every doc string.Richard M. Stallman1994-10-301-83/+131
* (next-file): Initialize next-file-list all at once from all tables.Roland McGrath1994-10-201-13/+19
* (etags-tags-table-files, etags-tags-included-tables):Richard M. Stallman1994-10-181-6/+8
* (tags-reset-tags-tables): New function.Roland McGrath1994-10-141-0/+13
* (compilation-filter): Do nothing if buffer is dead.Richard M. Stallman1994-10-131-6/+7
* Removed setting of font-lock-keywords inadvertently left after last patch.Simon Marshall1994-10-121-5/+5
* * sh-script.el: (sh-set-shell): Set font-lock-defaults.Simon Marshall1994-10-121-5/+3
* * perl-mode.el: (perl-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
* * pascal.el: (pascal-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
* * makefile.el: (makefile-mode-syntax-table): Made `'' and ``' beSimon Marshall1994-10-121-9/+12
* * fortran.el: (fortran-mode-syntax-table): Made `!' be a comment.Simon Marshall1994-10-121-0/+67
* * compile.el: (compilation-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
* * asm-mode.el: (asm-mode): Set font-lock-defaults.Simon Marshall1994-10-121-2/+2
* (c-mode-map): Capitalize Mode in C Mode menu bar item.Richard M. Stallman1994-10-121-1/+1
* (makefile-mode-name): Removed.Richard M. Stallman1994-10-111-68/+310
* (c-mode-map): Use "C mode" for the menu bar item name.Richard M. Stallman1994-10-111-1/+1
* (tcl-mode): imenu-create-index-function made buffer local.Tom Tromey1994-10-111-3/+7
* (pascal-font-lock-keywords): New variable.Richard M. Stallman1994-10-071-0/+27
* (perl-font-lock-keywords): New variable.Richard M. Stallman1994-10-071-0/+21