aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/compile.el
Commit message (Expand)AuthorAgeFilesLines
...
* (compilation-goto-locus): If already in theRichard M. Stallman1999-01-181-21/+14
* (compilation-shell-minor-mode): New function.Richard M. Stallman1999-01-111-0/+14
* (compilation-error-regexp-alist): Insist on a non-digit in the file name.Karl Heuer1998-12-141-1/+6
* (compilation-error-regexp-alist): Fix regexp to matchKarl Heuer1998-12-141-1/+1
* (compilation-error-screen-columns): NewAndreas Schwab1998-09-181-2/+17
* (compilation-error-regexp-alist):Karl Heuer1998-09-101-1/+1
* (compilation-error-regexp-alist):Karl Heuer1998-09-061-1/+1
* (next-error): Doc fix.Richard M. Stallman1998-08-091-11/+16
* (grep): Doc fix.Richard M. Stallman1998-07-191-3/+4
* (grep-command): Initialize to nil.Richard M. Stallman1998-06-231-29/+46
* (grep-null-device): Variable deleted.Richard M. Stallman1998-06-091-9/+6
* (grep): Fix previous change.Karl Heuer1998-06-011-5/+7
* (compilation-scroll-output): Correct the :versionKarl Heuer1998-05-301-1/+1
* (grep-tag-default): New function.Richard M. Stallman1998-05-241-3/+38
* * progmodes/compile.el (compilation-directory-stack): Doc fix.Andreas Schwab1998-05-041-9/+8
* (compilation-error-regexp-alist):Richard M. Stallman1998-03-201-1/+1
* (compilation-error-regexp-alist): Allow initialDave Love1998-02-241-2/+4
* (compilation-scroll-output): New variable.Dave Love1998-02-091-2/+21
* (compilation-error-regexp-alist):Karl Heuer1997-10-271-0/+5
* (compilation-forget-errors):Karl Heuer1997-10-151-1/+2
* (compilation-mode-font-lock-keywords): Font-lock column numbers.Karl Heuer1997-09-271-1/+8
* (compilation-mode-map): Use more meaningful menu name.Karl Heuer1997-09-271-1/+1
* (compilation-parse-errors): Fixed two bugs thatRichard M. Stallman1997-09-121-56/+58
* (compilation-ask-about-save): Add autoload cookie.Richard M. Stallman1997-09-051-0/+1
* (compilation-error-regexp-alist): Allow spaces in file names for Microsoft C;Richard M. Stallman1997-08-291-1/+5
* (compilation-error-regexp-alist): New regexp for Caml.Richard M. Stallman1997-08-141-2/+4
* (compilation-parse-errors): Fix previous change.Richard M. Stallman1997-08-061-1/+1
* (compilation-error-regexp-alist): Make theRichard M. Stallman1997-08-051-1/+1
* (compile-command): More doc fix.Richard M. Stallman1997-07-271-8/+9
* (compile-command): Doc fix.Richard M. Stallman1997-07-251-5/+7
* (compilation-error-regexp-alist): Add elt for EPC F90.Richard M. Stallman1997-07-251-4/+17
* (compilation-error-regexp-alist):Richard M. Stallman1997-07-041-0/+5
* (compilation-parse-errors): Skip 2 lines only for Compilation major mode.Richard M. Stallman1997-07-021-10/+14
* (compilation-error-regexp-alist): New item, for Oracle compiler.Richard M. Stallman1997-06-271-0/+5
* (grep-program): Comment out the use of zgrep.Richard M. Stallman1997-06-161-9/+10
* (compilation-parse-errors): Fix paren error.Richard M. Stallman1997-05-191-5/+20
* (compilation-mode): Add a mode-class property.Richard M. Stallman1997-05-051-0/+2
* Use defgroup and defcustom.Richard M. Stallman1997-05-041-17/+37
* Support compilers that give a message each time the file beingRichard M. Stallman1997-05-031-287/+386
* (compilation-error-regexp-alist): Add regexp for Perl -w.Richard M. Stallman1997-04-271-0/+4
* (grep-null-device): Move before first use.Richard M. Stallman1997-04-011-3/+3
* (grep-program): New variable.Richard M. Stallman1997-03-241-3/+65
* Add ... to relevant menu entries.Simon Marshall1997-02-211-1/+1
* Rewrite Font Lock support.Simon Marshall1997-02-211-7/+17
* (grep-process-setup): New function, sets up theEli Zaretskii1997-02-201-16/+20
* (compile-mouse-goto-error): Move to end of lineEli Zaretskii1997-02-191-0/+5
* * (compilation-process-setup-function): New variable.Eli Zaretskii1997-02-091-0/+9
* (compilation-enter-directory-regexp)Richard M. Stallman1997-01-311-2/+2
* (compilation-error-regexp-alist): Undo 1/21 change.Richard M. Stallman1997-01-281-6/+1
* (compilation-parse-errors): Use looking-at on each line.Richard M. Stallman1997-01-231-22/+28