summaryrefslogtreecommitdiff
path: root/lisp/progmodes/compile.el
Commit message (Expand)AuthorAgeFilesLines
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-3/+3
* More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-111-8/+8
* Fix legibility of compilation mode-line messages.Chong Yidong2012-06-031-5/+34
* Remove incorrect uses of "modeline".Chong Yidong2012-06-021-1/+1
* * lisp/progmodes/compile.el (compilation-error-regexp-alist-alist):Stefan Monnier2012-05-211-1/+1
* * lisp/emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties toStefan Monnier2012-05-171-0/+3
* Fix match highlighting in compilation buffers.Troels Nielsen2012-05-061-9/+9
* Add new error and function `user-error'.Stefan Monnier2012-05-041-5/+2
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-4/+4
* * lisp/progmodes/compile.el (compilation-filter-start): Doc fix.Glenn Morris2012-02-081-2/+2
* Doc fixes for compile.elGlenn Morris2012-02-081-2/+8
* Copy 2012-01-25 compilation-next-error-function change to another function.Glenn Morris2012-01-311-1/+5
* compile/grep fix for bug#10594Glenn Morris2012-01-241-1/+5
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* * lisp/progmodes/compile.el: Obey compilation-first-column in dest buffer.Stefan Monnier2011-11-181-2/+3
* * lisp/progmodes/compile.el: Adjust regexp for OCaml warnings.Stefan Monnier2011-11-091-1/+1
* * lisp/progmodes/compile.el: Better handle TABs.Stefan Monnier2011-11-091-33/+41
* Fix more minor mode docstrings.Chong Yidong2011-10-191-11/+17
* Fix various uses of display-buffer and pop-to-bufferChong Yidong2011-09-101-3/+2
* * lisp/progmodes/compile.el (compilation-environment): Make it a defcustom.Juri Linkov2011-09-081-3/+7
* * lisp/progmodes/compile.el (compilation-start): Let-bind `thisenv' toJuri Linkov2011-09-071-1/+3
* Remove pop-to-buffer-same-window.Chong Yidong2011-09-021-1/+1
* * lisp/progmodes/compile.el (compilation-mode-font-lock-keywords):Juri Linkov2011-08-221-1/+1
* Fix to `ant' compile regexp.Chong Yidong2011-08-201-1/+1
* Fix error in compilation-error-properties.Chong Yidong2011-08-201-5/+8
* * lisp/faces.el (error, warning, success): New faces with definitionsJuri Linkov2011-08-181-3/+3
* * progmodes/compile.el (compilation-error-regexp-alist-alist):Johan Bockgård2011-07-121-2/+2
* Fontise bytecomp Error lines more correctlyLars Magne Ingebrigtsen2011-07-121-1/+1
* Fix some uses of switch-to-buffer.Stefan Monnier2011-07-051-3/+1
* * progmodes/compile.el (compilation-error-regexp-alist-alist):Kevin Ryde2011-07-031-2/+3
* * 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