summaryrefslogtreecommitdiff
path: root/lisp/progmodes/compile.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/progmodes/compile.el (compilation-error-regexp-alist-alist): RenameStefan Monnier2011-06-201-2/+2
* Call compilation-filter-hook in the no-async case too.Chong Yidong2011-05-091-1/+6
* Various fixes to compilation-error-regexp-alist-alist.Chong Yidong2011-05-081-10/+16
* Perform grep-mode's buffer modifications in a process filter (Bug#7952)Chong Yidong2011-05-081-2/+13
* lisp/progmodes/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-221-13/+13
* * lisp/progmodes/compile.el (compilation--previous-directory): Fix upStefan Monnier2011-03-111-23/+26
* Improvements to vc-bzr conffile handling and pull/merge support.Chong Yidong2011-02-191-0/+1
* * progmodes/compile.el: Make all faces inherit from font-lock faces.Chong Yidong2011-02-021-14/+5
* * lisp/simple.el (special-mode-map): Bind "h" to `describe-mode';Sam Steingold2011-02-011-5/+3
* * lisp/progmodes/compile.el (compilation-next-error): Check there'sStefan Monnier2011-02-011-3/+2
* Fix last-minute typo in last change.Stefan Monnier2011-01-311-2/+2
* * lisp/progmodes/compile.el (compilation--flush-directory-cache):Stefan Monnier2011-01-311-39/+49
* * lisp/progmodes/compile.el (compilation-enable-debug-messages):Sam Steingold2011-01-311-3/+7
* * lisp/progmodes/compile.el: Avoid an N² behavior in grep.Stefan Monnier2011-01-291-3/+43
* * lisp/progmodes/compile.el: Don't use font-lock any more.Stefan Monnier2011-01-281-147/+270
* * lisp/progmodes/compile.el: Use accessors for clarity and fix omake hack.Stefan Monnier2011-01-281-101/+184
* Minor cleanup for compile.el and grep.el.Stefan Monnier2011-01-281-101/+136
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Merge from emacs-23Glenn Morris2011-01-221-4/+2
|\
| * compile.el fix for bug#7812Glenn Morris2011-01-201-5/+2
* | Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Tweaks to tool-bar for default, VC-dir, Compile, and Info.Chong Yidong2011-01-081-4/+6
* | * lisp/progmodes/compile.el (compilation-error-regexp-alist-alist)Andreas Schwab2011-01-081-2/+2
* | Fixes: debbugs:7806Andreas Schwab2011-01-081-1/+3
* | Derive from prog-mode, use derived-mode-p, and fix up variousStefan Monnier2010-12-101-1/+1
* | * lisp/progmodes/compile.el (compilation-mode-font-lock-keywords):Jes Bodi Klinke2010-10-271-1/+1
* | Move some autoloaded auto-mode-alist entries to files.el.Glenn Morris2010-09-231-3/+0
* | * lisp/progmodes/compile.el (compilation-error-regexp-alist-alist):Stefan Monnier2010-09-081-8/+25
* | Fix Ruby compilation error matching.Chong Yidong2010-09-041-11/+5
* | Give Ruby compilation rule a lower priority than Gnu (Bug#6778).Chong Yidong2010-08-141-4/+4
* | Merge from emacs-23Juanma Barranquero2010-07-271-1/+1
|\ \ | |/
| * Doc fix to commentary (Bug#6653).Chong Yidong2010-07-171-1/+1
| * Revert 2009-10-12 change to compilation-next-error-function (Bug#5983).Chong Yidong2010-04-201-7/+10
* | Add compilation regexps for cucumber and ruby.Aleksei Gusev2010-07-101-1/+12
* | * progmodes/compile.el (compilation-buffer-modtime): Rename fromStefan Monnier2010-05-081-5/+5
* | * progmodes/compile.el: (compilation-start): Abbreviate default directory.Stefan Monnier2010-04-231-1/+2
* | * compile.el (compilation-save-buffers-predicate): Add missing :version tag.Glenn Morris2010-04-091-1/+2
* | (compilation-save-buffers-predicate): Remove the "autoload" cookie.Sam Steingold2010-04-091-1/+0
* | (compilation-save-buffers-predicate): New custom variable.Sam Steingold2010-04-071-2/+19
* | Fix for `compile' (Bug#5771).Chong Yidong2010-03-281-1/+2
* | fix a typo in last patchSam Steingold2010-03-241-1/+1
* | Fix bug#5620: recalculate all markers on compilation bufferSam Steingold2010-03-231-3/+6
|/
* * progmodes/compile.el (compilation-error-regexp-alist-alist): InChong Yidong2010-02-201-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * compile.el (compilation-read-command): Doc fix.Chong Yidong2010-01-091-1/+6
* Fix compile-command's safe-local-variable condition.Chong Yidong2010-01-091-1/+1
* * textmodes/ispell.el (ispell-skip-region-alist):Dan Nicolaescu2009-11-121-1/+1
* * widget.el (define-widget): Purecopy the docstring.Dan Nicolaescu2009-11-111-1/+1