log lisp/progmodes/compile.el @ 112425:9f7614f1a892

age author description
Sat, 22 Jan 2011 11:36:45 -0800 Glenn Morris Merge from emacs-23
Thu, 20 Jan 2011 21:04:45 -0800 Glenn Morris compile.el fix for bug#7812
Sat, 15 Jan 2011 15:16:57 -0800 Glenn Morris Nuke arch-tags.
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Sat, 08 Jan 2011 23:13:47 -0500 Chong Yidong Tweaks to tool-bar for default, VC-dir, Compile, and Info.
Sat, 08 Jan 2011 14:32:31 +0100 Andreas Schwab * lisp/progmodes/compile.el (compilation-error-regexp-alist-alist)
Sat, 08 Jan 2011 14:31:26 +0100 Andreas Schwab Fixes: debbugs:7806
Fri, 10 Dec 2010 15:00:25 -0500 Stefan Monnier Derive from prog-mode, use derived-mode-p, and fix up various
Wed, 27 Oct 2010 21:10:22 -0400 Stefan Monnier * lisp/progmodes/compile.el (compilation-mode-font-lock-keywords):
Thu, 23 Sep 2010 20:06:33 -0700 Glenn Morris Move some autoloaded auto-mode-alist entries to files.el.
Wed, 08 Sep 2010 17:53:08 +0200 Stefan Monnier * lisp/progmodes/compile.el (compilation-error-regexp-alist-alist):
Sat, 04 Sep 2010 16:42:03 -0400 Chong Yidong Fix Ruby compilation error matching.
Sat, 14 Aug 2010 20:04:53 -0400 Chong Yidong Give Ruby compilation rule a lower priority than Gnu (Bug#6778).
Tue, 27 Jul 2010 04:10:05 +0200 Juanma Barranquero Merge from emacs-23
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.