log lisp/progmodes/compile.el @ 8288:8695e414a2b1

age author description
Tue, 19 Jul 1994 20:03:12 +0000 Richard M. Stallman (compilation-error-regexp-alist): Allow `(' after
Tue, 12 Jul 1994 04:09:07 +0000 Richard M. Stallman (compilation-next-error-locus): Don't call
Mon, 11 Jul 1994 00:24:26 +0000 Richard M. Stallman (compilation-window-height): Use defvar.
Tue, 14 Jun 1994 00:58:05 +0000 Roland McGrath Fix regexp in last change.
Mon, 13 Jun 1994 23:27:44 +0000 Roland McGrath (compilation-error-regexp-alist): Extend first regexp to handle Borland C++
Thu, 02 Jun 1994 18:15:13 +0000 Richard M. Stallman (compilation-error-regexp-alist): Stricter Lucid regexp.
Thu, 19 May 1994 21:50:30 +0000 Richard M. Stallman (compilation-goto-locus): Handle case where *compilation*
Wed, 27 Apr 1994 21:57:57 +0000 Karl Heuer (compilation-error-regexp-alist): Add fortran pattern.
Mon, 25 Apr 1994 22:31:41 +0000 Roland McGrath (compilation-next-error-locus): Use compilation-error-message instead of
Sun, 24 Apr 1994 08:15:18 +0000 Richard M. Stallman (compilation-setup, compilation-sentinel):
Wed, 20 Apr 1994 19:52:37 +0000 Roland McGrath (compilation-parse-errors): Fix references for column number, 3 elt not
Tue, 05 Apr 1994 02:19:02 +0000 Karl Heuer (compile-reinitialize-errors): Fix typo in comment.
Sat, 02 Apr 1994 05:07:50 +0000 Karl Heuer (compile-mouse-goto-error): Simplify.
Wed, 30 Mar 1994 17:36:24 +0000 Richard M. Stallman (compile-mouse-goto-error): New command.
Sat, 19 Mar 1994 01:05:27 +0000 Roland McGrath (compilation-error-regexp-alist): Generalize ultrix 3 f77 regexp to match
Mon, 07 Mar 1994 22:31:48 +0000 Roland McGrath (compile-reinitialize-errors): Rename first arg from ARGP to REPARSE.
Fri, 04 Mar 1994 06:11:51 +0000 Roland McGrath (compile-goto-error): Push the mark before calling next-error.
Thu, 17 Feb 1994 00:11:28 +0000 Roland McGrath (copmilation-error-regexp-alist): Tighten up Ultrix 3.0 f77 regexp to
Wed, 19 Jan 1994 14:21:20 +0000 Richard M. Stallman (compilation-error-regexp-alist): Handle DEC AXP OSF/1.
Sun, 16 Jan 1994 09:34:46 +0000 Roland McGrath (copmilation-error-list): Doc fix.
Sun, 16 Jan 1994 09:10:58 +0000 Roland McGrath (compilation-error-regexp-alist): Add regexp for Lucid lcc.
Thu, 06 Jan 1994 17:21:32 +0000 Roland McGrath (compilation-parse-errors): Prepend comint-file-name-prefix (if boundp) to
Thu, 06 Jan 1994 15:25:19 +0000 Roland McGrath (compilation-buffer-p): Move defsubst before all callers.
Thu, 06 Jan 1994 04:33:55 +0000 Richard M. Stallman (compile-internal): Extended to work without asynchronous subprocesses.
Sat, 01 Jan 1994 16:32:44 +0000 Richard M. Stallman (compilation-read-command, compilation-ask-about-save): New variables.
Thu, 23 Dec 1993 02:43:28 +0000 Richard M. Stallman (grep-command): New variable.
Thu, 09 Dec 1993 01:12:13 +0000 Roland McGrath (compilation-error-regexp-alist): Generalize `"foo.c", line 13:' regexp to
Tue, 21 Sep 1993 07:00:37 +0000 Brian Fox (compile-internal): Back out jimb change of making buffer read-only. It
Sat, 14 Aug 1993 03:45:08 +0000 Richard M. Stallman (compilation-parse-errors): Don't add multiple errors for one source line.
Wed, 11 Aug 1993 21:26:38 +0000 Roland McGrath (next-error): Handle zero and negative prefix args.