log lisp/progmodes/compile.el @ 111381:7cb97499fd27

age author description
Sat, 17 Jul 2010 17:57:06 -0400 Chong Yidong Doc fix to commentary (Bug#6653).
Sat, 10 Jul 2010 15:47:59 -0400 Chong Yidong Add compilation regexps for cucumber and ruby.
Sat, 08 May 2010 16:51:08 -0400 Stefan Monnier * progmodes/compile.el (compilation-buffer-modtime): Rename from
Tue, 20 Apr 2010 12:04:05 -0400 Chong Yidong Revert 2009-10-12 change to compilation-next-error-function (Bug#5983).
Fri, 23 Apr 2010 11:59:32 -0400 Stefan Monnier * progmodes/compile.el: (compilation-start): Abbreviate default directory.
Fri, 09 Apr 2010 19:18:09 -0700 Glenn Morris * compile.el (compilation-save-buffers-predicate): Add missing :version tag.
Fri, 09 Apr 2010 11:52:45 -0400 Sam Steingold (compilation-save-buffers-predicate): Remove the "autoload" cookie.
Wed, 07 Apr 2010 12:20:35 -0400 Sam Steingold (compilation-save-buffers-predicate): New custom variable.
Sun, 28 Mar 2010 15:51:55 -0400 Chong Yidong Fix for `compile' (Bug#5771).
Wed, 24 Mar 2010 09:41:07 -0400 Sam Steingold fix a typo in last patch
Tue, 23 Mar 2010 14:22:46 -0400 Sam Steingold Fix bug#5620: recalculate all markers on compilation buffer
Sat, 20 Feb 2010 08:53:06 -0500 Chong Yidong * progmodes/compile.el (compilation-error-regexp-alist-alist): In
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Sat, 09 Jan 2010 16:14:50 -0500 Chong Yidong * compile.el (compilation-read-command): Doc fix.
Sat, 09 Jan 2010 15:53:55 -0500 Chong Yidong Fix compile-command's safe-local-variable condition.
Thu, 12 Nov 2009 06:55:39 +0000 Dan Nicolaescu * textmodes/ispell.el (ispell-skip-region-alist):
Wed, 11 Nov 2009 19:24:20 +0000 Dan Nicolaescu * widget.el (define-widget): Purecopy the docstring.
Sun, 08 Nov 2009 16:30:19 +0000 Chong Yidong * compilation.txt: Add one more error message for msft (Bug#4100).
Mon, 26 Oct 2009 15:18:03 +0000 Juanma Barranquero Fix typos in comments.
Tue, 13 Oct 2009 02:59:19 +0000 Sam Steingold fix a typo in the last patch
Mon, 12 Oct 2009 21:04:15 +0000 Sam Steingold (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
Mon, 12 Oct 2009 20:42:45 +0000 Sam Steingold (compilation-next-error-function): Fix the
Thu, 13 Aug 2009 00:58:54 +0000 Richard M. Stallman * progmodes/compile.el (compilation-goto-locus): Use next-error-move-function.
Mon, 10 Aug 2009 02:44:58 +0000 Chong Yidong Update comment (from Kevin Ryde).
Fri, 10 Jul 2009 18:23:49 +0000 Sam Steingold (compilation-mode-font-lock-keywords): Omake sometimes indents the
Wed, 17 Jun 2009 16:33:41 +0000 Chong Yidong * progmodes/compile.el (compilation-error-regexp-alist-alist):
Mon, 18 May 2009 16:30:59 +0000 Richard M. Stallman * progmodes/compile.el (compilation-filter): If inserting at end
Wed, 04 Mar 2009 14:33:42 +0000 Sam Steingold (compilation-error-regexp-alist-alist): Handle "omake -P" messages "file foo changed".
Tue, 03 Mar 2009 22:26:24 +0000 Sam Steingold (compilation-move-to-column): Guard against negative col values.
Sat, 21 Feb 2009 19:50:17 +0000 Chong Yidong Fix last change.