log lisp/progmodes/compile.el @ 62518:88b93ce112d1

age author description
Thu, 19 May 2005 15:38:27 +0000 Richard M. Stallman (compilation-finish-function): Mark obsolete.
Mon, 16 May 2005 00:01:46 +0000 Nick Roberts (compilation-setup): Set local value of
Sat, 07 May 2005 16:18:36 +0000 Eli Zaretskii (compilation-setup): Set overlay-arrow-string to an empty string
Sat, 23 Apr 2005 16:35:19 +0000 Richard M. Stallman (next-error-highlight-timer): New defvar.
Sun, 10 Apr 2005 06:19:31 +0000 Masatake YAMATO * compilation.txt (symbol): Added gcov-file
Fri, 08 Apr 2005 14:26:13 +0000 Dan Nicolaescu * mh-customize.el (mh-speedbar-selected-folder-face): Special case
Thu, 07 Apr 2005 15:15:38 +0000 Juri Linkov (compilation-setup):
Tue, 29 Mar 2005 04:56:44 +0000 Juri Linkov (compilation-goto-locus):
Thu, 03 Mar 2005 20:08:21 +0000 Daniel Pfeiffer Add comment for compilation-directory-properties.
Wed, 09 Feb 2005 15:50:47 +0000 Kim F. Storm Change release version from 21.4 to 22.1 throughout.
Sat, 29 Jan 2005 15:50:26 +0000 Eli Zaretskii (compilation-start): Bind buffer-read-only to nil before
Mon, 27 Dec 2004 16:09:37 +0000 Richard M. Stallman (compilation-find-buffer): Rename arg.
Fri, 17 Dec 2004 15:18:39 +0000 Kim F. Storm (compilation-minor-mode-map)
Thu, 25 Nov 2004 03:22:56 +0000 Richard M. Stallman *** empty log message ***
Thu, 25 Nov 2004 03:01:10 +0000 Richard M. Stallman (compilation-mode-map): Don't inherit from compilation-minor-mode-map;
Mon, 22 Nov 2004 23:31:28 +0000 Daniel Pfeiffer (compilation-start): In cd command use substitute-env-vars -- not quite shell compatible but better than nothing.
Tue, 16 Nov 2004 04:52:19 +0000 Stefan Monnier (compilation-setup): Don't set buffer-read-only.
Mon, 15 Nov 2004 23:09:19 +0000 Stefan Monnier (compilation-move-to-column): New fun.
Mon, 15 Nov 2004 04:51:50 +0000 Stefan Monnier (compilation-internal-error-properties):
Mon, 08 Nov 2004 12:19:14 +0000 Juri Linkov (compile): Don't overwrite last command in minibuffer history
Wed, 27 Oct 2004 09:10:27 +0000 Daniel Pfeiffer (compilation-error-regexp-alist-alist) extend irix for NAG Fortran and add ftnchek-*
Wed, 20 Oct 2004 22:30:34 +0000 Daniel Pfeiffer (compilation-start): Rely on `cd' to get dir right and also allow argumentless cd.
Tue, 19 Oct 2004 16:48:30 +0000 Richard M. Stallman (compilation-setup): Don't set buffer-read-only if MINOR is non-nil.
Sat, 16 Oct 2004 18:37:54 +0000 Juri Linkov (compilation-start): Move let-binding of
Sat, 16 Oct 2004 15:12:25 +0000 Richard M. Stallman (compilation-start): Assume compilation-mode will make the buffer read-only.
Sun, 12 Sep 2004 18:08:12 +0000 Daniel Pfeiffer Parse command to see if it starts with a cd, and if so perform it for the *compilation* buffer. Change the header to reflect this.
Wed, 08 Sep 2004 20:21:15 +0000 Juri Linkov (compilation-mode-map): Rename `next-error-follow-mode' to `next-error-follow-minor-mode'.
Tue, 07 Sep 2004 18:19:17 +0000 Juri Linkov (compilation-start): Use copy of `process-environment'
Sat, 04 Sep 2004 12:47:21 +0000 Eli Zaretskii (compilation-mode-map): Bind toggle-next-error-follow-mode.
Thu, 02 Sep 2004 16:35:17 +0000 Juri Linkov (compilation-error-properties): Allow to funcall col and end-col.