]> code.delx.au - gnu-emacs/history - lisp/progmodes/compile.el
(compilation-mode-map): Bind toggle-next-error-follow-mode.
[gnu-emacs] / lisp / progmodes / compile.el
2000-11-14 Stefan Monnier(grep): `tag-default' can be nil.
2000-10-05 Stefan Monnier(compile-collect-regexps): Use dolist and push.
2000-08-16 Stefan Monnier(grep): Provide a default set of files.
2000-08-08 Gerd Moellmann(compilation-setup): Make variable
2000-05-23 Stefan Monnier(compile-internal): Style typo.
2000-05-22 Dave LoveAdd to debug-ignored-errors.
2000-05-16 Gerd Moellmann(compilation-parse-errors): Collect
2000-04-03 Gerd Moellmann(compile-internal): Display the compilation
1999-12-26 Thien-Thi Nguyen(compilation-goto-locus): Delete hideshow overlays...
1999-11-18 Gerd Moellmann(compilation-parse-errors): Use
1999-10-30 Gerd Moellmann* progmodes/compile.el (compilation-error-regexp-alist):
1999-10-28 Gerd Moellmann(compilation-error-regexp-alist): Recognize
1999-10-27 Dave LoveCheckdoc-inspired fixes.
1999-09-09 Dave LoveComment.
1999-08-29 Richard M. Stallman(compilation-error-regexp-alist): New item for SGI...
1999-08-29 Richard M. Stallman(compilation-error-regexp-alist):
1999-08-29 Richard M. Stallman(compilation-parsing-end,compilation-setup)
1999-06-27 Karl HeuerDeal with compilation-error-screen-columns being buffer...
1999-06-09 Dave Love(compilation-error-regexp-alist): Allow
1999-04-26 Karl Heuer(compilation-error-regexp-alist): Recognize C++Build...
1999-04-26 Karl Heuer(grep-compute-defaults): If xargs -e isn't supported...
1999-04-03 Richard M. Stallman(compilation-handle-exit): Do right thing
1999-02-16 Richard M. Stallman(compile-internal): Use save-selected-window.
1999-02-09 Richard M. Stallman(compile-auto-highlight): Customize.
1999-02-08 Richard M. Stallman(compilation-setup): Set value of
1999-02-05 Dave Love(compile-mouse-goto-error): Don't lose with
1999-02-01 Richard M. Stallman(compilation-next-error-locus): Don't decrease argument...
1999-01-18 Richard M. Stallman(compilation-goto-locus): If already in the
1999-01-11 Richard M. Stallman(compilation-shell-minor-mode): New function.
1998-12-14 Karl Heuer(compilation-error-regexp-alist): Insist on a non-digit...
1998-12-14 Karl Heuer(compilation-error-regexp-alist): Fix regexp to match
1998-09-18 Andreas Schwab(compilation-error-screen-columns): New
1998-09-10 Karl Heuer(compilation-error-regexp-alist):
1998-09-06 Karl Heuer(compilation-error-regexp-alist):
1998-08-09 Richard M. Stallman(next-error): Doc fix.
1998-07-19 Richard M. Stallman(grep): Doc fix.
1998-06-23 Richard M. Stallman(grep-command): Initialize to nil.
1998-06-09 Richard M. Stallman(grep-null-device): Variable deleted.
1998-06-01 Karl Heuer(grep): Fix previous change.
1998-05-30 Karl Heuer(compilation-scroll-output): Correct the :version
1998-05-24 Richard M. Stallman(grep-tag-default): New function.
1998-05-04 Andreas Schwab* progmodes/compile.el (compilation-directory-stack...
1998-03-20 Richard M. Stallman(compilation-error-regexp-alist):
1998-02-24 Dave Love(compilation-error-regexp-alist): Allow initial
1998-02-09 Dave Love(compilation-scroll-output): New variable.
1997-10-27 Karl Heuer(compilation-error-regexp-alist):
1997-10-15 Karl Heuer(compilation-forget-errors):
1997-09-27 Karl Heuer(compilation-mode-font-lock-keywords): Font-lock column...
1997-09-27 Karl Heuer(compilation-mode-map): Use more meaningful menu name.
1997-09-12 Richard M. Stallman(compilation-parse-errors): Fixed two bugs that
1997-09-05 Richard M. Stallman(compilation-ask-about-save): Add autoload cookie.
1997-08-29 Richard M. Stallman(compilation-error-regexp-alist): Allow spaces in file...
1997-08-14 Richard M. Stallman(compilation-error-regexp-alist): New regexp for Caml.
1997-08-06 Richard M. Stallman(compilation-parse-errors): Fix previous change.
1997-08-05 Richard M. Stallman(compilation-error-regexp-alist): Make the
1997-07-27 Richard M. Stallman(compile-command): More doc fix.
1997-07-25 Richard M. Stallman(compile-command): Doc fix.
1997-07-25 Richard M. Stallman(compilation-error-regexp-alist): Add elt for EPC F90.
1997-07-04 Richard M. Stallman(compilation-error-regexp-alist):
1997-07-02 Richard M. Stallman(compilation-parse-errors): Skip 2 lines only for Compi...
1997-06-27 Richard M. Stallman(compilation-error-regexp-alist): New item, for Oracle...
1997-06-16 Richard M. Stallman(grep-program): Comment out the use of zgrep.
1997-05-19 Richard M. Stallman(compilation-parse-errors): Fix paren error.
1997-05-05 Richard M. Stallman(compilation-mode): Add a mode-class property.
1997-05-04 Richard M. StallmanUse defgroup and defcustom.
1997-05-03 Richard M. StallmanSupport compilers that give a message each time the...
1997-04-27 Richard M. Stallman(compilation-error-regexp-alist): Add regexp for Perl -w.
1997-04-01 Richard M. Stallman(grep-null-device): Move before first use.
1997-03-24 Richard M. Stallman(grep-program): New variable.
1997-02-21 Simon MarshallAdd ... to relevant menu entries.
1997-02-21 Simon MarshallRewrite Font Lock support.
1997-02-20 Eli Zaretskii(grep-process-setup): New function, sets up the
1997-02-19 Eli Zaretskii(compile-mouse-goto-error): Move to end of line
1997-02-09 Eli Zaretskii* (compilation-process-setup-function): New variable.
1997-01-31 Richard M. Stallman(compilation-enter-directory-regexp)
1997-01-28 Richard M. Stallman(compilation-error-regexp-alist): Undo 1/21 change.
1997-01-23 Richard M. Stallman(compilation-parse-errors): Use looking-at on each...
1997-01-22 Richard M. Stallman(compilation-error-regexp-alist):
1997-01-15 Karl Heuercompile.el (first-error): Doc fix.
1996-11-05 Richard M. Stallman(compile-auto-highlight): Renamed from
1996-11-05 Richard M. Stallman(compile-highlight-display-limit): New variable.
1996-10-20 Karl Heuer(compilation-skip-to-next-location): Defined.
1996-09-01 Richard M. Stallman(compilation-finish-functions): New variable.
1996-04-26 Richard M. Stallman(compilation-error-regexp-alist): Add regexp
1996-03-14 Roland McGrath(compilation-find-buffer): Only choose compilation...
1996-03-01 Richard M. Stallman(compilation-parse-errors):
1996-02-22 Erik Naggum(compilation-minor-mode): Add missing `)'.
1996-02-21 Roland McGrath(compilation-minor-mode): Run compilation-minor-mode...
1996-02-13 Roland McGrath(compilation-parse-errors): Detect doubled slashes...
1996-02-01 Richard M. Stallman(compilation-filter): Run compilation-filter-hook.
1996-01-23 Karl Heuer(compilation-handle-exit): Undo previous change.
1996-01-21 Karl Heuer(compilation-handle-exit): If process-status doesn't
1996-01-14 Erik NaggumUpdate FSF's address.
1996-01-06 Roland McGrath(compilation-error-regexp-alist, grep-regexp-alist
1996-01-06 Roland McGrathMon Nov 6 18:01:01 1995 Dave Love <d.love@dl.ac.uk>
1996-01-06 Roland McGrath(compilation-error-regexp-alist): Broaden GNAT regexp...
1996-01-06 Roland McGrath(compilation-error-regexp-alist): Add regexp for IBM...
1996-01-06 Roland McGrath(compilation-handle-exit): New function, broken out...
1996-01-04 Karl Heuer(compilation-error-list): Doc fix.
1995-12-23 Richard M. Stallman(compile-internal): On systems with no asynchronous
next