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.
|
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.
|
Sat, 21 Feb 2009 18:52:19 +0000 |
Chong Yidong |
(compilation-error-regexp-alist-alist): Tweak regexp (Bug#2173).
|
Thu, 19 Feb 2009 06:54:22 +0000 |
Nick Roberts |
(compilation-error-regexp-alist-alist):
|
Wed, 18 Feb 2009 15:37:40 +0000 |
Sam Steingold |
Require comint at top level to fix the last patch.
|
Tue, 17 Feb 2009 16:49:40 +0000 |
Sam Steingold |
(compilation-filter): Call `comint-carriage-motion', just like `comint-output-filter'.
|
Mon, 05 Jan 2009 03:18:22 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|
Thu, 04 Dec 2008 23:04:39 +0000 |
Sam Steingold |
(compilation-read-command): Extracted from compile.
|
Sat, 22 Nov 2008 20:42:18 +0000 |
Juri Linkov |
(compilation-auto-jump-to-first-error):
|
Tue, 18 Nov 2008 14:14:37 +0000 |
Sam Steingold |
(compilation-start-hook): New hook.
|
Mon, 17 Nov 2008 01:52:22 +0000 |
Chong Yidong |
Minor doc fix, suggested by Juri Linkov.
|
Sun, 12 Oct 2008 13:46:28 +0000 |
Chong Yidong |
(compilation-mode-tool-bar-map): Check if tool-bar-map has been
|
Sat, 11 Oct 2008 19:59:11 +0000 |
Chong Yidong |
(compilation-mode-tool-bar-map): Initialize it unconditionally.
|
Thu, 09 Oct 2008 13:45:03 +0000 |
Eli Zaretskii |
(compilation-start): Resurrect the version for systems that don't support
|
Sat, 04 Oct 2008 10:04:59 +0000 |
Martin Rudalics |
(compilation-start): Make sure to move to point-max
|
Fri, 13 Jun 2008 16:22:16 +0000 |
Stefan Monnier |
* progmodes/compile.el (compilation-start): Don't disable undo in
|
Wed, 11 Jun 2008 02:47:57 +0000 |
Stefan Monnier |
(compilation-filter): Fix up last change.
|
Tue, 10 Jun 2008 16:08:48 +0000 |
Stefan Monnier |
* window.c (Vwindow_point_insertion_type): New var.
|
Thu, 08 May 2008 17:28:05 +0000 |
Sam Steingold |
(compilation-minor-mode-map, compilation-mode-map):
|
Tue, 06 May 2008 07:18:39 +0000 |
Glenn Morris |
Switch to recommended form of GPLv3 permissions notice.
|
Tue, 06 May 2008 03:31:55 +0000 |
Chong Yidong |
Fix last fix.
|
Tue, 06 May 2008 03:23:26 +0000 |
Chong Yidong |
(compilation-error-regexp-alist-alist): Tweak Open Watcom regexp to
|
Mon, 05 May 2008 11:59:04 +0000 |
Nick Roberts |
(compilation-error-regexp-alist-alist):
|
Fri, 02 May 2008 18:37:07 +0000 |
Sam Steingold |
* progmodes/compile.el (compilation-start): Move setting of
|
Thu, 01 May 2008 23:56:10 +0000 |
Juri Linkov |
(compilation-auto-jump): Set window point to `pos' explicitly.
|
Wed, 30 Apr 2008 08:12:20 +0000 |
Stefan Monnier |
(compilation-error-regexp-alist-alist) <gnu>:
|
Fri, 18 Apr 2008 10:33:17 +0000 |
Juanma Barranquero |
(compile-internal): Add WHEN to obsolescence declaration.
|
Fri, 28 Mar 2008 10:06:03 +0000 |
Jan Dj«£rv |
(compilation-mode-tool-bar-map): Only enable
|
Thu, 20 Mar 2008 19:56:58 +0000 |
Stefan Monnier |
* progmodes/compile.el (compile):
|
Wed, 05 Mar 2008 04:09:24 +0000 |
Dan Nicolaescu |
* bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
|
Sun, 02 Mar 2008 01:10:30 +0000 |
Dan Nicolaescu |
(compilation-menu-map): Add menu entries
|
Tue, 26 Feb 2008 14:41:15 +0000 |
Jan Dj«£rv |
(compilation-mode-tool-bar-map): The same.
|
Mon, 25 Feb 2008 10:52:09 +0000 |
Jan Dj«£rv |
(tool-bar): Rquire tool-bar.
|
Sun, 24 Feb 2008 23:21:39 +0000 |
Juri Linkov |
(compilation-handle-exit):
|
Sun, 24 Feb 2008 20:44:24 +0000 |
Dan Nicolaescu |
(compilation-start): Specify a face for
|
Sun, 24 Feb 2008 10:09:07 +0000 |
Miles Bader |
Merge from emacs--rel--22
|
Wed, 13 Feb 2008 22:26:33 +0000 |
Mark A. Hershberger |
add php error regex for compile mode
|
Tue, 12 Feb 2008 23:41:32 +0000 |
Juri Linkov |
(compilation-auto-jump): Call
|
Mon, 11 Feb 2008 04:10:49 +0000 |
Glenn Morris |
(compilation-error-regexp-alist-alist): Shorten some names.
|
Sun, 10 Feb 2008 03:16:06 +0000 |
Stefan Monnier |
(compilation-next-error): Add clarifying comment.
|
Wed, 30 Jan 2008 07:57:28 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Wed, 09 Jan 2008 01:21:15 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Sat, 29 Dec 2007 02:39:17 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Thu, 06 Dec 2007 09:51:45 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Sat, 27 Oct 2007 09:12:07 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Fri, 19 Oct 2007 00:00:21 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Thu, 11 Oct 2007 16:22:07 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Tue, 21 Aug 2007 04:54:03 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Mon, 13 Aug 2007 13:48:35 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Fri, 03 Aug 2007 05:57:16 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Fri, 03 Aug 2007 05:20:51 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Fri, 27 Jul 2007 10:52:18 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Tue, 24 Jul 2007 01:23:55 +0000 |
Miles Bader |
Merge from emacs--devo--0
unicode-xft-base
|
Sun, 15 Jul 2007 04:47:46 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Mon, 11 Jun 2007 00:58:11 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Thu, 24 May 2007 21:31:10 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Tue, 15 May 2007 07:17:13 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Tue, 24 Apr 2007 21:56:25 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Wed, 11 Apr 2007 00:17:47 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Wed, 21 Mar 2007 13:33:07 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Fri, 26 Jan 2007 06:16:11 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Thu, 07 Dec 2006 04:14:14 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Tue, 21 Nov 2006 08:56:38 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Tue, 03 Oct 2006 05:04:21 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Wed, 20 Sep 2006 06:04:23 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Thu, 14 Sep 2006 09:24:00 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Wed, 06 Sep 2006 07:30:39 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Thu, 03 Aug 2006 11:45:23 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Wed, 19 Jul 2006 00:42:56 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Wed, 07 Jun 2006 18:05:10 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Wed, 17 May 2006 07:46:49 +0000 |
Miles Bader |
Merge from emacs--devo--0
unicode-pre-font-backend
|
Sun, 09 Apr 2006 00:38:22 +0000 |
Miles Bader |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-54
|
Sat, 11 Feb 2006 00:11:19 +0000 |
Miles Bader |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-14
|
Mon, 16 Jan 2006 08:37:27 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97
|
Mon, 16 Jan 2006 06:59:21 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95
|
Fri, 07 Oct 2005 07:15:40 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-88
|
Fri, 30 Sep 2005 11:43:45 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-86
|
Sun, 25 Sep 2005 22:07:01 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-85
|
Mon, 19 Sep 2005 10:20:33 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82
|
Tue, 06 Sep 2005 00:25:20 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-79
|
Fri, 26 Aug 2005 09:51:52 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
|
Fri, 05 Aug 2005 10:57:36 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-77
|
Fri, 29 Jul 2005 01:54:54 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-74
|
Thu, 14 Jul 2005 08:02:00 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69
|
Thu, 07 Jul 2005 12:43:14 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
|
Thu, 30 Jun 2005 00:31:46 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-67
|
Wed, 15 Jun 2005 23:32:15 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-63
|
Thu, 09 Jun 2005 07:13:03 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-61
|
Mon, 06 Jun 2005 02:39:45 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57
|
Fri, 20 May 2005 04:22:05 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-53
|
Thu, 12 May 2005 03:41:19 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-51
|
Thu, 05 May 2005 00:04:55 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-44
|
Thu, 14 Apr 2005 05:03:52 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-37
|
Sat, 09 Apr 2005 02:16:29 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-35
|
Thu, 31 Mar 2005 09:58:14 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-31
|
Wed, 09 Mar 2005 00:09:34 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-23
|
Sun, 13 Feb 2005 07:19:08 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-13
|
Wed, 02 Feb 2005 01:54:00 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-10
|
Sun, 02 Jan 2005 09:13:19 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-81
|
Sat, 25 Dec 2004 02:00:25 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-79
|
Wed, 08 Dec 2004 05:02:30 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74
|
Fri, 19 Nov 2004 06:55:13 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-72
|
Fri, 12 Nov 2004 02:53:04 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-70
|
Thu, 04 Nov 2004 08:55:40 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-69
|
Fri, 22 Oct 2004 10:13:52 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-62
|
Wed, 15 Sep 2004 09:00:10 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-40
|
Thu, 09 Sep 2004 09:36:36 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-36
|
Sat, 04 Sep 2004 09:14:28 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-34
|
Fri, 27 Aug 2004 07:00:34 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-32
|
Mon, 28 Jun 2004 07:56:49 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
|
Fri, 16 Apr 2004 12:51:06 +0000 |
Kenichi Handa |
Sync to HEAD
|
Mon, 16 Jan 2006 00:03:54 +0000 |
Henrik Enberg |
sync with trunk
|
Mon, 08 Sep 2003 11:56:09 +0000 |
Kenichi Handa |
New directory
|
Mon, 14 Jan 2008 15:41:34 +0000 |
Stefan Monnier |
(compilation-error-regexp-alist-alist):
|
Tue, 08 Jan 2008 08:03:12 +0000 |
Glenn Morris |
Kevin Ryde <user42 at zip.com.au>:
|
Tue, 08 Jan 2008 07:49:57 +0000 |
Glenn Morris |
Kevin Ryde <user42 at zip.com.au>
|
Fri, 28 Dec 2007 22:26:14 +0000 |
Miles Bader |
Merge from emacs--rel--22
|
Wed, 19 Dec 2007 02:54:53 +0000 |
Glenn Morris |
John J Foerch <jjfoerch at earthlink.net> (tiny change)
|
Mon, 12 Nov 2007 18:29:05 +0000 |
Vinicius Jose Latorre |
Insert patterns from compilation-perl.el and compilation-weblint.el files.
|
Sat, 20 Oct 2007 06:30:18 +0000 |
Dan Nicolaescu |
* term/x-win.el (x-gtk-stock-map, icon-map-list)
|
Wed, 17 Oct 2007 16:24:33 +0000 |
Stefan Monnier |
(compilation-next-error-function): Fix timestamp
|
Tue, 09 Oct 2007 08:52:57 +0000 |
Miles Bader |
Merge from emacs--rel--22
|
Fri, 17 Aug 2007 07:17:13 +0000 |
Glenn Morris |
(compilation-get-file-structure): Make use of the directory part when
|
Mon, 13 Aug 2007 13:41:28 +0000 |
Miles Bader |
Merge from emacs--rel--22
|
Sat, 11 Aug 2007 03:02:05 +0000 |
Glenn Morris |
(compilation-buffer-name): Don't check compilation-arguments. It is
|
Tue, 07 Aug 2007 20:10:15 +0000 |
Sam Steingold |
(compilation-start): Pass nil as startfile to comint-exec.
|
Fri, 03 Aug 2007 05:49:59 +0000 |
Miles Bader |
Merge from emacs--rel--22
|
Mon, 30 Jul 2007 17:38:24 +0000 |
Stefan Monnier |
(compilation-forget-errors): Reset compilation-auto-jump-to-next.
|
Thu, 26 Jul 2007 05:28:10 +0000 |
Miles Bader |
Merge from emacs--rel--22
|
Wed, 25 Jul 2007 04:32:23 +0000 |
Stefan Monnier |
(compilation-error-regexp-alist-alist): Add support for the Maden build tool.
|
Tue, 24 Jul 2007 20:49:18 +0000 |
Michael Albinus |
* subr.el (start-file-process-shell-command)
|
Fri, 20 Jul 2007 20:25:32 +0000 |
Dan Nicolaescu |
(compilation-auto-jump-to-first-error): Add
|
Fri, 20 Jul 2007 18:54:57 +0000 |
Stefan Monnier |
(compilation-start): Remember the original directory in a buffer-local
|
Wed, 11 Jul 2007 19:38:21 +0000 |
Michael Albinus |
* progmodes/compile.el (compilation-start): `start-process' must
|
Tue, 10 Jul 2007 19:52:11 +0000 |
Michael Albinus |
* comint.el (make-comint, make-comint-in-buffer)
|
Tue, 10 Jul 2007 16:01:25 +0000 |
Stefan Monnier |
(compilation-auto-jump-to-first-error,compilation-auto-jump-to-next): New vars.
|
Sun, 08 Jul 2007 18:03:20 +0000 |
Michael Albinus |
* files.el (file-remote-p): Introduce optional parameter CONNECTED.
|
Mon, 04 Jun 2007 01:35:27 +0000 |
Juanma Barranquero |
(compilation-find-file, compilation-handle-exit): Fix typos in docstrings.
|
Sun, 03 Jun 2007 18:56:15 +0000 |
Sam Steingold |
Add TIMESTAMP to LOC to handle "incremental compilation", e.g.,
|
Wed, 23 May 2007 08:11:59 +0000 |
Glenn Morris |
Nikolaj Schumacher <n_schumacher at web.de> (tiny change)
|
Wed, 16 May 2007 15:43:57 +0000 |
Juanma Barranquero |
(compilation-handle-exit): Quote first argument of `run-hook-with-args'.
|
Fri, 11 May 2007 04:44:30 +0000 |
Miles Bader |
Merge from emacs--rel--22
|
Tue, 08 May 2007 16:02:14 +0000 |
Stefan Monnier |
(compilation-find-file): Add a big comment.
|
Sat, 09 Feb 2008 14:33:51 +0000 |
Eli Zaretskii |
(compilation-find-file): Doc fix.
|
Sat, 09 Feb 2008 14:22:08 +0000 |
Eli Zaretskii |
(compilation-next-error): Doc fix.
|
Tue, 08 Jan 2008 07:50:05 +0000 |
Glenn Morris |
Kevin Ryde <user42 at zip.com.au>
|
Mon, 07 Jan 2008 02:11:00 +0000 |
Glenn Morris |
Add 2008 to copyright years.
|
Thu, 27 Dec 2007 03:31:13 +0000 |
Richard M. Stallman |
(compilation-start): Set initial visible point properly even when
|
Thu, 20 Sep 2007 18:56:19 +0000 |
Stefan Monnier |
(compilation-error-regexp-alist-alist):
|
Fri, 07 Sep 2007 03:48:30 +0000 |
Stefan Monnier |
(compilation-get-file-structure): Complete last
|
Fri, 17 Aug 2007 07:16:17 +0000 |
Glenn Morris |
(compilation-get-file-structure): Make use of the directory part when
|
Wed, 08 Aug 2007 05:57:54 +0000 |
Martin Rudalics |
(compilation-set-window-height): Use window-full-width-p instead of
|
Thu, 02 Aug 2007 17:39:28 +0000 |
Richard M. Stallman |
(compilation-find-buffer): Return current buffer immediately if suitable.
|
Wed, 25 Jul 2007 04:29:40 +0000 |
Glenn Morris |
Switch license to GPLv3 or later.
|
Mon, 04 Jun 2007 22:53:06 +0000 |
Juanma Barranquero |
(compilation-find-file, compilation-handle-exit): Fix typos in docstrings.
|
Wed, 23 May 2007 08:09:37 +0000 |
Glenn Morris |
Nikolaj Schumacher <n_schumacher at web.de> (tiny change)
|
Wed, 16 May 2007 15:35:18 +0000 |
Juanma Barranquero |
(compilation-handle-exit): Quote first argument of `run-hook-with-args'.
|
Thu, 10 May 2007 16:10:27 +0000 |
Richard M. Stallman |
(compilation-handle-exit):
|
Fri, 13 Apr 2007 15:09:37 +0000 |
Chong Yidong |
Revert 2007-03-25 change.
|
Mon, 26 Mar 2007 10:20:27 +0000 |
Nick Roberts |
Change help-echo (again). `Entering directory DIR' visits DIR
|
Sun, 25 Mar 2007 17:52:31 +0000 |
Chong Yidong |
(compilation-start): Save compilation-directory rather than
|
Sun, 18 Mar 2007 02:49:54 +0000 |
Nick Roberts |
(compilation-find-file): Revert change
|
Sun, 21 Jan 2007 03:53:13 +0000 |
Glenn Morris |
Add 2007 to copyright years.
|
Fri, 19 Jan 2007 23:01:15 +0000 |
Daniel Pfeiffer |
Add handling for makepplog.
|
Fri, 19 Jan 2007 02:25:48 +0000 |
Chong Yidong |
(compilation-loop): New arg limit. Handle case where the first error
|
Tue, 09 Jan 2007 03:12:53 +0000 |
Richard M. Stallman |
(compile): Doc fix.
|
Fri, 24 Nov 2006 11:22:05 +0000 |
Juanma Barranquero |
Space/tab mixup.
|
Sat, 18 Nov 2006 21:01:11 +0000 |
Chong Yidong |
(compilation-start): Set EMACS and INSIDE_EMACS to t.
|
Sat, 11 Nov 2006 04:01:58 +0000 |
Glenn Morris |
(compilation-directory-matcher): Improve previous doc fix.
|
Fri, 10 Nov 2006 09:10:58 +0000 |
Glenn Morris |
(compilation-directory-matcher): Doc fix (Nil -> nil).
|
Sun, 24 Sep 2006 20:42:08 +0000 |
Richard M. Stallman |
(compilation-goto-locus-delete-o): New fn.
|
Fri, 15 Sep 2006 15:37:36 +0000 |
Chong Yidong |
* progmodes/compile.el (compilation-error-regexp-alist-alist):
|
Tue, 12 Sep 2006 16:43:25 +0000 |
Paul Eggert |
* etc/NEWS: In terminal-oriented subshells, the EMACS environment
|
Tue, 12 Sep 2006 10:00:38 +0000 |
Nick Roberts |
(compilation-directory-properties):
|
Tue, 05 Sep 2006 14:53:24 +0000 |
Chong Yidong |
* progmodes/compile.el (compilation-error-regexp-alist-alist):
|
Wed, 19 Jul 2006 19:20:11 +0000 |
Stefan Monnier |
(compilation-error-regexp-alist-alist) <gnu>:
|
Tue, 18 Jul 2006 14:40:29 +0000 |
Stefan Monnier |
(compilation-find-file): Handle the
|
Mon, 17 Jul 2006 04:07:49 +0000 |
Chong Yidong |
* progmodes/compile.el (compilation-mode-font-lock-keywords):
|
Tue, 11 Jul 2006 15:08:33 +0000 |
Stefan Monnier |
(compilation-error-regexp-alist-alist): Fix ambiguity introduced by last change.
|
Sun, 09 Jul 2006 15:17:05 +0000 |
Romain Francoise |
(compilation-mode-font-lock-keywords): Don't highlight start/end markers
|
Fri, 07 Jul 2006 15:17:35 +0000 |
Stefan Monnier |
(compilation-error-regexp-alist-alist) <gnu>:
|
Fri, 02 Jun 2006 02:38:53 +0000 |
Masatake YAMATO |
(compilation-error-regexp-alist-alist::gcov-*): Almost rewrite. Underlines over all lines of gcov output are too uncomfortable to read.
|
Wed, 31 May 2006 07:21:10 +0000 |
Masatake YAMATO |
(compilation-error-regexp-alist-alist::gcov-called-line):
|
Tue, 30 May 2006 07:00:37 +0000 |
Daniel Pfeiffer |
(compilation-error-regexp-alist-alist): Add makepp diagnostic.
|
Thu, 11 May 2006 15:01:41 +0000 |
Reiner Steib |
Move `safe-local-variable' declarations to the respective files.
|
Sun, 02 Apr 2006 20:21:04 +0000 |
Richard M. Stallman |
(compilation-message-face): Make it defcustom.
|
Fri, 10 Feb 2006 09:00:31 +0000 |
Nick Roberts |
Update copyright for 2006.
|
Mon, 12 Dec 2005 05:11:08 +0000 |
Richard M. Stallman |
(compilation-error-regexp-alist): Doc fix.
|
Fri, 25 Nov 2005 22:07:00 +0000 |
Chong Yidong |
* progmodes/compile.el (compilation-setup): Fix last fix.
|
Thu, 24 Nov 2005 20:52:16 +0000 |
Chong Yidong |
* hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
|
Mon, 07 Nov 2005 00:49:17 +0000 |
Richard M. Stallman |
(compilation-internal-error-properties):
|
Sun, 16 Oct 2005 14:12:50 +0000 |
Stefan Monnier |
(compilation-goto-locus): Display the
|
Sun, 02 Oct 2005 11:07:01 +0000 |
Romain Francoise |
(compile-goto-error): Delete extra paren.
|
Sun, 02 Oct 2005 03:33:18 +0000 |
Richard M. Stallman |
(compilation-buffer-name): New arg MODE-COMMAND.
|
Thu, 29 Sep 2005 22:57:28 +0000 |
Juri Linkov |
(compilation-error, compilation-warning)
|
Mon, 26 Sep 2005 00:00:49 +0000 |
Richard M. Stallman |
(compilation-error-properties): When getting the file from the
|
Sat, 24 Sep 2005 13:44:02 +0000 |
Romain Francoise |
2005-09-24 Emilio C. Lopes <eclig@gmx.net>
|
Mon, 12 Sep 2005 04:59:49 +0000 |
Richard M. Stallman |
Don't decide a file's directory
|
Mon, 05 Sep 2005 15:43:22 +0000 |
Stefan Monnier |
(compilation-goto-locus): Take into account
|
Fri, 02 Sep 2005 18:37:55 +0000 |
Stefan Monnier |
(compilation-start): Ignore errors if the process died before we send eof.
|
Tue, 30 Aug 2005 10:39:41 +0000 |
Juanma Barranquero |
(font-lock-extra-managed-props, font-lock-keywords, font-lock-maximum-size,
|
Sat, 27 Aug 2005 14:38:22 +0000 |
Romain Francoise |
* progmodes/compile.el (compilation-start): Add autoload cookie.
|
Fri, 26 Aug 2005 18:07:25 +0000 |
Romain Francoise |
(compilation-start): Doc fix.
|
Mon, 22 Aug 2005 19:54:27 +0000 |
Juri Linkov |
(compilation-disable-input): Doc fix.
|
Sat, 20 Aug 2005 21:47:06 +0000 |
Richard M. Stallman |
(compilation-disable-input): Default to nil.
|
Sat, 20 Aug 2005 12:14:24 +0000 |
Eli Zaretskii |
(compilation-disable-input): New defcustom.
|
Mon, 15 Aug 2005 21:29:32 +0000 |
Dan Nicolaescu |
* mh-customize.el: Do not use face-alias compatibility for
|
Sun, 14 Aug 2005 06:51:49 +0000 |
Juri Linkov |
(compilation-mode-font-lock-keywords):
|
Fri, 12 Aug 2005 10:17:17 +0000 |
Eli Zaretskii |
(compilation-start): Add the line "Compilation started" with compilation
|
Tue, 09 Aug 2005 21:34:40 +0000 |
Juri Linkov |
(compilation-mode-font-lock-keywords):
|
Sat, 06 Aug 2005 01:10:09 +0000 |
Juri Linkov |
(compilation-mode-font-lock-keywords):
|
Thu, 04 Aug 2005 01:36:10 +0000 |
Juri Linkov |
(compilation-mode-map): Bind TAB to `compilation-next-error'
|
Mon, 01 Aug 2005 08:43:45 +0000 |
Nick Roberts |
Update copyright for release of 22.1 for progmodes directory.
|
Sat, 23 Jul 2005 22:11:30 +0000 |
Richard M. Stallman |
(compilation-mode-font-lock-keywords):
|
Sat, 09 Jul 2005 20:45:26 +0000 |
Juri Linkov |
(compilation-mode-hook, compilation-mode): Doc fix.
|
Mon, 04 Jul 2005 17:55:18 +0000 |
Lute Kamstra |
Update FSF's address.
|
Tue, 28 Jun 2005 18:57:00 +0000 |
Richard M. Stallman |
(compilation-next-error-function):
|
Sat, 11 Jun 2005 00:09:39 +0000 |
Jason Rumney |
Fix last change
|
Fri, 10 Jun 2005 22:54:06 +0000 |
Jason Rumney |
2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
|
Fri, 10 Jun 2005 07:34:16 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-367
|
Mon, 06 Jun 2005 12:27:44 +0000 |
Juri Linkov |
(compilation-start): Move `erase-buffer' up
|
Fri, 03 Jun 2005 08:41:20 +0000 |
Daniel Pfeiffer |
(compilation-error-regexp-alist-alist): Allow (...) within `...' for makepp messages.
|
Sun, 29 May 2005 08:32:57 +0000 |
Richard M. Stallman |
(compilation-start): Set the mode before inserting the initial text.
|
Thu, 19 May 2005 16:48:28 +0000 |
Luc Teirlinck |
(compilation-finish-function): Fix defvar.
|
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.
|
Thu, 02 Sep 2004 09:45:31 +0000 |
Juri Linkov |
(compilation-buffer-name): Compare major
|
Wed, 01 Sep 2004 18:44:35 +0000 |
Juri Linkov |
(compilation-goto-locus): Use `next-error' face instead of `region'.
|
Mon, 16 Aug 2004 22:44:56 +0000 |
Richard M. Stallman |
(compilation-mode): Doc fix.
|
Fri, 18 Jun 2004 23:00:46 +0000 |
Daniel Pfeiffer |
(compilation-error-properties): Store one more than end-col, if present, so
|
Tue, 08 Jun 2004 21:36:37 +0000 |
Daniel Pfeiffer |
(compilation-set-window-height): Rearrange the save-* functions because a buffer can have several current point in different windows.
|
Fri, 28 May 2004 21:11:41 +0000 |
Stefan Monnier |
(compilation-error-regexp-alist): Use expand-file-name and data-directory.
|
Sat, 15 May 2004 12:16:13 +0000 |
Eli Zaretskii |
(compilation-warning-face, compilation-info-face): Use min-colors.
|
Wed, 12 May 2004 18:45:08 +0000 |
Daniel Pfeiffer |
(compilation-set-window-height): Use save-excursion to protect against misplaced marker.
|
Mon, 10 May 2004 21:00:00 +0000 |
Daniel Pfeiffer |
(compile): Add universal prefix arg.
|
Sun, 02 May 2004 20:45:36 +0000 |
Stefan Monnier |
Arch-tags shouldn't be outline headers.
|
Sun, 02 May 2004 20:44:55 +0000 |
Stefan Monnier |
(compilation-gcpro): New var
|
Sun, 02 May 2004 17:22:08 +0000 |
Eli Zaretskii |
(compilation-start): In the no-async-subprocesses branch, fontify
|
Sun, 02 May 2004 15:36:45 +0000 |
Eli Zaretskii |
(compilation-start): In the no-async-subprocesses branch, call
|
Sat, 01 May 2004 21:13:00 +0000 |
Stefan Monnier |
(compilation-messages-start): New var.
|
Thu, 29 Apr 2004 19:02:12 +0000 |
Stefan Monnier |
(compilation-last-buffer): Add var alias.
|
Thu, 29 Apr 2004 15:31:38 +0000 |
Juri Linkov |
(compilation-context-lines): Add nil option to disable compilation output window scrolling.
|
Wed, 28 Apr 2004 08:36:09 +0000 |
Richard M. Stallman |
(compilation-context-lines): Default now 0.
|
Sun, 25 Apr 2004 12:54:50 +0000 |
Daniel Pfeiffer |
(compilation-error-regexp-alist-alist): Also recognize severe Irix et al. messages.
|
Wed, 21 Apr 2004 22:37:16 +0000 |
Stefan Monnier |
(compilation-mode-font-lock-keywords):
|
Wed, 21 Apr 2004 21:37:18 +0000 |
Kim F. Storm |
From: Teodor Zlatanov <tzz@lifelogs.com>
|
Tue, 20 Apr 2004 20:36:43 +0000 |
Stefan Monnier |
(compilation-error-properties): Split in two.
|
Sun, 18 Apr 2004 11:04:24 +0000 |
Andreas Schwab |
(compilation-start): Set window start to
|
Fri, 16 Apr 2004 23:22:07 +0000 |
Stefan Monnier |
Doc fixes.
|
Fri, 16 Apr 2004 23:04:23 +0000 |
Daniel Pfeiffer |
(compilation-error-properties): Fix for adding messages when there are already
|
Wed, 14 Apr 2004 18:12:05 +0000 |
Stefan Monnier |
(compilation-button-map): New keymap.
|
Wed, 14 Apr 2004 17:30:49 +0000 |
Stefan Monnier |
(compile-goto-error): Use it.
|
Tue, 13 Apr 2004 23:16:57 +0000 |
Stefan Monnier |
Paren typo.
|
Tue, 13 Apr 2004 23:16:29 +0000 |
Stefan Monnier |
(compilation-minor-mode-map)
|
Tue, 13 Apr 2004 22:42:43 +0000 |
Daniel Pfeiffer |
(compilation-setup): Localize overlay-arrow-position.
|
Mon, 12 Apr 2004 23:02:48 +0000 |
Stefan Monnier |
(compile-goto-error): Select the buffer/window corresponding to the event.
|
Mon, 12 Apr 2004 04:36:01 +0000 |
Stefan Monnier |
(compilation-mode-font-lock-keywords): Fix test not to treat nil as a function.
|
Thu, 08 Apr 2004 22:15:11 +0000 |
Stefan Monnier |
(compilation-mode-font-lock-keywords):
|
Wed, 07 Apr 2004 19:34:11 +0000 |
Stefan Monnier |
Require CL.
|
Wed, 07 Apr 2004 12:56:08 +0000 |
Daniel Pfeiffer |
(compilation-warning-face, compilation-info-face, compilation-skip-threshold)
|
Sun, 04 Apr 2004 12:56:01 +0000 |
Stefan Monnier |
(font-lock): Don't require any more.
|
Thu, 01 Apr 2004 10:42:04 +0000 |
Daniel Pfeiffer |
C-x ` fixes
|
Sun, 28 Mar 2004 13:23:39 +0000 |
Daniel Pfeiffer |
restore (require 'font-lock) which is still needed
|
Sun, 28 Mar 2004 08:32:16 +0000 |
Daniel Pfeiffer |
doc fixes and restore optionality of next-error's arg
|
Fri, 19 Mar 2004 00:21:43 +0000 |
Kim F. Storm |
(compilation-start): Always set compilation-last-buffer and return it.
|
Thu, 11 Mar 2004 22:46:54 +0000 |
Stefan Monnier |
(compilation-error-regexp-alist-alist): Whitespace fixup.
|
Thu, 11 Mar 2004 22:39:29 +0000 |
Stefan Monnier |
(compile-auto-highlight)
|
Mon, 16 Feb 2004 12:50:24 +0000 |
Eli Zaretskii |
(compilation-directory): New defvar.
|
Sat, 03 Jan 2004 22:38:03 +0000 |
Richard M. Stallman |
(compile-internal): Use point, not point-min, for set-window-point.
|
Sun, 23 Nov 2003 20:57:47 +0000 |
Kim F. Storm |
(grep-command, grep-use-null-device)
|
Mon, 20 Oct 2003 23:31:27 +0000 |
Richard M. Stallman |
(compile-auto-highlight): Undo July 7 change.
|
Mon, 22 Sep 2003 15:25:47 +0000 |
Richard M. Stallman |
(compile-internal): Call compilation-set-window-height
|
Mon, 01 Sep 2003 15:45:59 +0000 |
Miles Bader |
Add arch taglines
|
Mon, 01 Sep 2003 05:45:44 +0000 |
Eli Zaretskii |
(previous-error): Accept a prefix argument, similarly to next-error.
|
Sun, 17 Aug 2003 09:49:42 +0000 |
Alex Schroeder |
2003-08-14 Thu Jari Aalto <jari.aalto@poboxes.com>
|
Mon, 28 Jul 2003 16:05:36 +0000 |
John Paul Wallington |
2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
|
Mon, 07 Jul 2003 20:53:19 +0000 |
Richard M. Stallman |
(compile-auto-highlight): Default now t.
|
Wed, 04 Jun 2003 09:31:38 +0000 |
Richard M. Stallman |
(compilation-next-error): When moving fwd,
|
Tue, 13 May 2003 21:37:28 +0000 |
Stefan Monnier |
(compile-internal): Use with-current-buffer.
|
Tue, 06 May 2003 17:35:37 +0000 |
Juanma Barranquero |
(compile-internal): Don't quote nil and t in docstrings.
|
Mon, 13 Jan 2003 08:02:47 +0000 |
Richard M. Stallman |
(compilation-revert-buffer): If buffer has a file, revert it in the normal way.
|
Sat, 14 Dec 2002 23:30:36 +0000 |
Juanma Barranquero |
(compile-reinitialize-errors): Don't mark the buffer as modified unless it
|
Fri, 13 Dec 2002 22:37:37 +0000 |
Markus Rost |
(compilation-menu-map): Use `kill-compilation' to stop compilation.
|
Sat, 07 Dec 2002 21:34:44 +0000 |
Richard M. Stallman |
(compilation-enter-directory-regexp-alist)
|
Mon, 18 Nov 2002 04:14:26 +0000 |
Markus Rost |
(compilation-shell-minor-mode): Add group.
|
Wed, 13 Nov 2002 11:49:53 +0000 |
Richard M. Stallman |
(compilation-error-regexp-alist): Don't include colon and space after
|
Thu, 07 Nov 2002 19:16:15 +0000 |
Stefan Monnier |
(grep-default-command): New fun.
|
Thu, 07 Nov 2002 17:16:09 +0000 |
Markus Rost |
(grep-compute-defaults): Move down.
|
Thu, 07 Nov 2002 17:05:01 +0000 |
Markus Rost |
(grep-compute-defaults): Undo previous change.
|
Mon, 28 Oct 2002 07:29:35 +0000 |
Juanma Barranquero |
(grep-find-use-xargs): Fix docstring. Patch from Matt Swift
|
Mon, 07 Oct 2002 22:48:47 +0000 |
Richard M. Stallman |
(grep-compute-defaults): Set the standard-value
|
Sat, 07 Sep 2002 21:29:44 +0000 |
Colin Walters |
(compile-internal): Add optional argument no-async.
|
Fri, 12 Jul 2002 23:56:12 +0000 |
Kim F. Storm |
(grep-tree): Fixed autoload.
|
Fri, 12 Jul 2002 17:39:45 +0000 |
Richard M. Stallman |
(compilation-normalize-filename):
|
Fri, 14 Jun 2002 13:58:28 +0000 |
Kim F. Storm |
(grep-tree): Doc fixes.
|
Thu, 30 May 2002 22:11:29 +0000 |
Kim F. Storm |
(grep-tree-command, grep-tree-files-aliases)
|
Thu, 30 May 2002 13:47:32 +0000 |
Robert J. Chassell |
Modified doc string to say that the kill-compilation function also
|
Fri, 10 May 2002 01:00:07 +0000 |
Richard M. Stallman |
(compilation-error-regexp-alist):
|
Sat, 06 Apr 2002 15:57:38 +0000 |
Richard M. Stallman |
(compilation-error-regexp-alist):
|
Thu, 28 Mar 2002 18:28:24 +0000 |
Richard M. Stallman |
(compilation-handle-exit):
|
Mon, 25 Mar 2002 00:39:41 +0000 |
Richard M. Stallman |
(compilation-forget-errors): Don't adjust compilation-parsing-end if it's nil.
|
Wed, 06 Feb 2002 15:37:35 +0000 |
Richard M. Stallman |
(grep-compute-defaults): Definition moved up.
|
Fri, 25 Jan 2002 02:36:36 +0000 |
Richard M. Stallman |
(compilation-handle-exit):
|
Sat, 29 Dec 2001 20:31:14 +0000 |
Richard M. Stallman |
(compile-internal): Fix previous change.
|
Wed, 26 Dec 2001 21:27:54 +0000 |
Richard M. Stallman |
Comment change.
|
Wed, 26 Dec 2001 21:26:11 +0000 |
Richard M. Stallman |
(compile-internal): Set TERM variable in process-environment.
|
Thu, 06 Dec 2001 15:24:09 +0000 |
Miles Bader |
(compilation-error-regexp-alist): Added regexps for RXP.
|
Wed, 14 Nov 2001 04:23:45 +0000 |
Richard M. Stallman |
(recompile): Use compilation-arguments if set, so as to be able to M-x
|
Sat, 10 Nov 2001 23:19:43 +0000 |
Richard M. Stallman |
(compile-goto-error): Fix previous change in the case where subsequent
|
Thu, 25 Oct 2001 07:47:48 +0000 |
Gerd Moellmann |
(compilation-parse-errors-filename-function):
|
Tue, 23 Oct 2001 16:57:06 +0000 |
Stefan Monnier |
(compile-mouse-goto-error, compile-goto-error): Turn caadr into caar of cdr.
|
Mon, 22 Oct 2001 18:43:26 +0000 |
Gerd Moellmann |
(compilation-set-window-height): Select
|
Fri, 12 Oct 2001 17:43:05 +0000 |
Stefan Monnier |
(compile-mouse-goto-error, compile-goto-error):
|
Fri, 05 Oct 2001 12:43:13 +0000 |
Gerd Moellmann |
(compilation-buffer-name): New function.
|
Fri, 05 Oct 2001 12:30:52 +0000 |
Miles Bader |
(grep-use-null-device): New variable.
|
Wed, 19 Sep 2001 20:59:24 +0000 |
Sam Steingold |
w32 find cannot be used with `grep-find'.
|
Thu, 13 Sep 2001 09:11:53 +0000 |
Gerd Moellmann |
(grep-compute-defaults): Don't set
|
Mon, 23 Jul 2001 15:23:03 +0000 |
Eli Zaretskii |
(compile-internal): If EMACS is already
|
Thu, 19 Jul 2001 21:43:12 +0000 |
Stefan Monnier |
(compilation-parse-errors): `linenum' might return a this-error using
|
Sun, 15 Jul 2001 16:15:35 +0000 |
Pavel Jan«¿k |
Some fixes to follow coding conventions in files maintained by FSF.
|
Sun, 17 Jun 2001 11:21:07 +0000 |
Eli Zaretskii |
(compile-reinitialize-errors): Add help-echo to mouse-highlighted messages.
|
Fri, 06 Apr 2001 14:42:15 +0000 |
Eli Zaretskii |
(grep-compute-defaults): Use null-device
|
Fri, 16 Feb 2001 11:51:01 +0000 |
Eli Zaretskii |
(grep-regexp-alist): Remove the blank from
|
Sat, 23 Dec 2000 15:42:36 +0000 |
Gerd Moellmann |
(compilation-forget-errors): Fix indentation.
|
Tue, 14 Nov 2000 19:30:53 +0000 |
Stefan Monnier |
(grep): `tag-default' can be nil.
|
Thu, 05 Oct 2000 23:47:14 +0000 |
Stefan Monnier |
(compile-collect-regexps): Use dolist and push.
|
Wed, 16 Aug 2000 20:20:43 +0000 |
Stefan Monnier |
(grep): Provide a default set of files.
|
Tue, 08 Aug 2000 18:30:47 +0000 |
Gerd Moellmann |
(compilation-setup): Make variable
|
Tue, 23 May 2000 20:14:43 +0000 |
Stefan Monnier |
(compile-internal): Style typo.
|
Mon, 22 May 2000 17:41:53 +0000 |
Dave Love |
Add to debug-ignored-errors.
|
Tue, 16 May 2000 14:31:54 +0000 |
Gerd Moellmann |
(compilation-parse-errors): Collect
|
Mon, 03 Apr 2000 21:20:05 +0000 |
Gerd Moellmann |
(compile-internal): Display the compilation
|
Sun, 26 Dec 1999 12:59:52 +0000 |
Thien-Thi Nguyen |
(compilation-goto-locus): Delete hideshow overlays if they interfere.
|
Thu, 18 Nov 1999 15:54:18 +0000 |
Gerd Moellmann |
(compilation-parse-errors): Use
|
Sat, 30 Oct 1999 19:13:39 +0000 |
Gerd Moellmann |
* progmodes/compile.el (compilation-error-regexp-alist):
|
Thu, 28 Oct 1999 11:20:17 +0000 |
Gerd Moellmann |
(compilation-error-regexp-alist): Recognize
|
Wed, 27 Oct 1999 22:38:17 +0000 |
Dave Love |
Checkdoc-inspired fixes.
|
Thu, 09 Sep 1999 20:16:02 +0000 |
Dave Love |
Comment.
|
Sun, 29 Aug 1999 19:54:39 +0000 |
Richard M. Stallman |
(compilation-error-regexp-alist): New item for SGI IRIX MipsPro compilers.
|
Sun, 29 Aug 1999 19:44:22 +0000 |
Richard M. Stallman |
(compilation-error-regexp-alist):
|
Sun, 29 Aug 1999 19:07:33 +0000 |
Richard M. Stallman |
(compilation-parsing-end,compilation-setup)
|
Sun, 27 Jun 1999 21:43:52 +0000 |
Karl Heuer |
Deal with compilation-error-screen-columns being buffer-local.
|
Wed, 09 Jun 1999 17:57:05 +0000 |
Dave Love |
(compilation-error-regexp-alist): Allow
|
Mon, 26 Apr 1999 05:09:59 +0000 |
Karl Heuer |
(compilation-error-regexp-alist): Recognize C++Build 4.0 error message syntax.
|
Mon, 26 Apr 1999 04:49:42 +0000 |
Karl Heuer |
(grep-compute-defaults): If xargs -e isn't supported, use find -exec.
|
Sat, 03 Apr 1999 14:04:39 +0000 |
Richard M. Stallman |
(compilation-handle-exit): Do right thing
|
Tue, 16 Feb 1999 03:36:28 +0000 |
Richard M. Stallman |
(compile-internal): Use save-selected-window.
|
Tue, 09 Feb 1999 09:14:34 +0000 |
Richard M. Stallman |
(compile-auto-highlight): Customize.
|
Mon, 08 Feb 1999 23:50:42 +0000 |
Richard M. Stallman |
(compilation-setup): Set value of
|
Fri, 05 Feb 1999 15:19:54 +0000 |
Dave Love |
(compile-mouse-goto-error): Don't lose with
|
Mon, 01 Feb 1999 10:38:08 +0000 |
Richard M. Stallman |
(compilation-next-error-locus): Don't decrease argument FIND-AT-LEAST
|
Mon, 18 Jan 1999 01:10:25 +0000 |
Richard M. Stallman |
(compilation-goto-locus): If already in the
|
Mon, 11 Jan 1999 17:37:34 +0000 |
Richard M. Stallman |
(compilation-shell-minor-mode): New function.
|
Mon, 14 Dec 1998 03:12:21 +0000 |
Karl Heuer |
(compilation-error-regexp-alist): Insist on a non-digit in the file name.
|
Mon, 14 Dec 1998 03:06:46 +0000 |
Karl Heuer |
(compilation-error-regexp-alist): Fix regexp to match
|
Fri, 18 Sep 1998 09:06:20 +0000 |
Andreas Schwab |
(compilation-error-screen-columns): New
|
Thu, 10 Sep 1998 15:58:37 +0000 |
Karl Heuer |
(compilation-error-regexp-alist):
|
Sun, 06 Sep 1998 14:20:14 +0000 |
Karl Heuer |
(compilation-error-regexp-alist):
|
Sun, 09 Aug 1998 06:31:29 +0000 |
Richard M. Stallman |
(next-error): Doc fix.
|
Sun, 19 Jul 1998 22:17:03 +0000 |
Richard M. Stallman |
(grep): Doc fix.
|
Tue, 23 Jun 1998 15:51:47 +0000 |
Richard M. Stallman |
(grep-command): Initialize to nil.
|
Tue, 09 Jun 1998 02:52:12 +0000 |
Richard M. Stallman |
(grep-null-device): Variable deleted.
|
Mon, 01 Jun 1998 03:08:53 +0000 |
Karl Heuer |
(grep): Fix previous change.
|
Sat, 30 May 1998 15:00:07 +0000 |
Karl Heuer |
(compilation-scroll-output): Correct the :version
|
Sun, 24 May 1998 01:10:12 +0000 |
Richard M. Stallman |
(grep-tag-default): New function.
|
Mon, 04 May 1998 08:35:40 +0000 |
Andreas Schwab |
* progmodes/compile.el (compilation-directory-stack): Doc fix.
|
Fri, 20 Mar 1998 04:41:13 +0000 |
Richard M. Stallman |
(compilation-error-regexp-alist):
|
Tue, 24 Feb 1998 12:45:02 +0000 |
Dave Love |
(compilation-error-regexp-alist): Allow initial
|
Mon, 09 Feb 1998 19:40:38 +0000 |
Dave Love |
(compilation-scroll-output): New variable.
|
Mon, 27 Oct 1997 03:53:24 +0000 |
Karl Heuer |
(compilation-error-regexp-alist):
|
Wed, 15 Oct 1997 23:34:58 +0000 |
Karl Heuer |
(compilation-forget-errors):
|
Sat, 27 Sep 1997 16:12:51 +0000 |
Karl Heuer |
(compilation-mode-font-lock-keywords): Font-lock column numbers.
|
Sat, 27 Sep 1997 16:06:15 +0000 |
Karl Heuer |
(compilation-mode-map): Use more meaningful menu name.
|
Fri, 12 Sep 1997 19:53:33 +0000 |
Richard M. Stallman |
(compilation-parse-errors): Fixed two bugs that
|
Fri, 05 Sep 1997 19:41:25 +0000 |
Richard M. Stallman |
(compilation-ask-about-save): Add autoload cookie.
|
Fri, 29 Aug 1997 02:08:28 +0000 |
Richard M. Stallman |
(compilation-error-regexp-alist): Allow spaces in file names for Microsoft C;
|
Thu, 14 Aug 1997 22:11:09 +0000 |
Richard M. Stallman |
(compilation-error-regexp-alist): New regexp for Caml.
|
Wed, 06 Aug 1997 02:47:18 +0000 |
Richard M. Stallman |
(compilation-parse-errors): Fix previous change.
|
Tue, 05 Aug 1997 08:06:52 +0000 |
Richard M. Stallman |
(compilation-error-regexp-alist): Make the
|
Sun, 27 Jul 1997 19:25:02 +0000 |
Richard M. Stallman |
(compile-command): More doc fix.
|
Fri, 25 Jul 1997 19:02:00 +0000 |
Richard M. Stallman |
(compile-command): Doc fix.
|
Fri, 25 Jul 1997 17:29:29 +0000 |
Richard M. Stallman |
(compilation-error-regexp-alist): Add elt for EPC F90.
|
Fri, 04 Jul 1997 21:05:11 +0000 |
Richard M. Stallman |
(compilation-error-regexp-alist):
|
Wed, 02 Jul 1997 19:29:45 +0000 |
Richard M. Stallman |
(compilation-parse-errors): Skip 2 lines only for Compilation major mode.
|
Fri, 27 Jun 1997 22:35:21 +0000 |
Richard M. Stallman |
(compilation-error-regexp-alist): New item, for Oracle compiler.
|
Mon, 16 Jun 1997 23:20:46 +0000 |
Richard M. Stallman |
(grep-program): Comment out the use of zgrep.
|
Mon, 19 May 1997 01:04:04 +0000 |
Richard M. Stallman |
(compilation-parse-errors): Fix paren error.
|
Mon, 05 May 1997 01:08:45 +0000 |
Richard M. Stallman |
(compilation-mode): Add a mode-class property.
|
Sun, 04 May 1997 02:29:41 +0000 |
Richard M. Stallman |
Use defgroup and defcustom.
|
Sat, 03 May 1997 04:37:52 +0000 |
Richard M. Stallman |
Support compilers that give a message each time the file being
|
Sun, 27 Apr 1997 21:54:54 +0000 |
Richard M. Stallman |
(compilation-error-regexp-alist): Add regexp for Perl -w.
|
Tue, 01 Apr 1997 22:17:59 +0000 |
Richard M. Stallman |
(grep-null-device): Move before first use.
|
Mon, 24 Mar 1997 23:59:44 +0000 |
Richard M. Stallman |
(grep-program): New variable.
|
Fri, 21 Feb 1997 09:46:03 +0000 |
Simon Marshall |
Add ... to relevant menu entries.
|
Fri, 21 Feb 1997 09:42:44 +0000 |
Simon Marshall |
Rewrite Font Lock support.
|
Thu, 20 Feb 1997 16:11:48 +0000 |
Eli Zaretskii |
(grep-process-setup): New function, sets up the
|
Wed, 19 Feb 1997 15:48:50 +0000 |
Eli Zaretskii |
(compile-mouse-goto-error): Move to end of line
|
Sun, 09 Feb 1997 16:03:50 +0000 |
Eli Zaretskii |
* (compilation-process-setup-function): New variable.
|
Fri, 31 Jan 1997 06:17:06 +0000 |
Richard M. Stallman |
(compilation-enter-directory-regexp)
|
Tue, 28 Jan 1997 05:04:25 +0000 |
Richard M. Stallman |
(compilation-error-regexp-alist): Undo 1/21 change.
|
Thu, 23 Jan 1997 21:49:59 +0000 |
Richard M. Stallman |
(compilation-parse-errors): Use looking-at on each line.
|
Wed, 22 Jan 1997 08:02:25 +0000 |
Richard M. Stallman |
(compilation-error-regexp-alist):
|
Wed, 15 Jan 1997 00:20:37 +0000 |
Karl Heuer |
compile.el (first-error): Doc fix.
|
Tue, 05 Nov 1996 18:42:30 +0000 |
Richard M. Stallman |
(compile-auto-highlight): Renamed from
|
Tue, 05 Nov 1996 18:27:52 +0000 |
Richard M. Stallman |
(compile-highlight-display-limit): New variable.
|
Sun, 20 Oct 1996 05:37:38 +0000 |
Karl Heuer |
(compilation-skip-to-next-location): Defined.
|
Sun, 01 Sep 1996 20:23:30 +0000 |
Richard M. Stallman |
(compilation-finish-functions): New variable.
|
Fri, 26 Apr 1996 19:45:16 +0000 |
Richard M. Stallman |
(compilation-error-regexp-alist): Add regexp
|
Thu, 14 Mar 1996 15:32:38 +0000 |
Roland McGrath |
(compilation-find-buffer): Only choose compilation-last-buffer if it is
|
Fri, 01 Mar 1996 20:13:42 +0000 |
Richard M. Stallman |
(compilation-parse-errors):
|
Thu, 22 Feb 1996 02:45:43 +0000 |
Erik Naggum |
(compilation-minor-mode): Add missing `)'.
|
Wed, 21 Feb 1996 16:32:37 +0000 |
Roland McGrath |
(compilation-minor-mode): Run compilation-minor-mode-hook.
|
Tue, 13 Feb 1996 03:05:14 +0000 |
Roland McGrath |
(compilation-parse-errors): Detect doubled slashes in file names matched
|
Thu, 01 Feb 1996 07:22:14 +0000 |
Richard M. Stallman |
(compilation-filter): Run compilation-filter-hook.
|
Tue, 23 Jan 1996 17:51:09 +0000 |
Karl Heuer |
(compilation-handle-exit): Undo previous change.
|
Sun, 21 Jan 1996 03:55:57 +0000 |
Karl Heuer |
(compilation-handle-exit): If process-status doesn't
|
Sun, 14 Jan 1996 07:34:30 +0000 |
Erik Naggum |
Update FSF's address.
|
Sat, 06 Jan 1996 21:20:51 +0000 |
Roland McGrath |
(compilation-error-regexp-alist, grep-regexp-alist
|