summaryrefslogtreecommitdiff
path: root/lisp/progmodes/compile.el
Commit message (Expand)AuthorAgeFilesLines
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* Add handling for makepplog.Daniel Pfeiffer2007-01-191-1/+1
* (compilation-loop): New arg limit. Handle case where the first errorChong Yidong2007-01-191-21/+31
* (compile): Doc fix.Richard M. Stallman2007-01-091-3/+3
* Space/tab mixup.Juanma Barranquero2006-11-241-4/+4
* (compilation-start): Set EMACS and INSIDE_EMACS to t.Chong Yidong2006-11-181-1/+2
* (compilation-directory-matcher): Improve previous doc fix.Glenn Morris2006-11-111-1/+1
* (compilation-directory-matcher): Doc fix (Nil -> nil).Glenn Morris2006-11-101-1/+1
* (compilation-goto-locus-delete-o): New fn.Richard M. Stallman2006-09-241-7/+21
* * progmodes/compile.el (compilation-error-regexp-alist-alist):Chong Yidong2006-09-151-1/+1
* * etc/NEWS: In terminal-oriented subshells, the EMACS environmentPaul Eggert2006-09-121-1/+2
* (compilation-directory-properties):Nick Roberts2006-09-121-1/+1
* * progmodes/compile.el (compilation-error-regexp-alist-alist):Chong Yidong2006-09-051-4/+6
* (compilation-error-regexp-alist-alist) <gnu>:Stefan Monnier2006-07-191-10/+10
* (compilation-find-file): Handle theStefan Monnier2006-07-181-21/+37
* * progmodes/compile.el (compilation-mode-font-lock-keywords):Chong Yidong2006-07-171-0/+2
* (compilation-error-regexp-alist-alist): Fix ambiguity introduced by last change.Stefan Monnier2006-07-111-47/+54
* (compilation-mode-font-lock-keywords): Don't highlight start/end markersRomain Francoise2006-07-091-3/+8
* (compilation-error-regexp-alist-alist) <gnu>:Stefan Monnier2006-07-071-3/+3
* (compilation-error-regexp-alist-alist::gcov-*): Almost rewrite. Underlines ov...Masatake YAMATO2006-06-021-8/+27
* (compilation-error-regexp-alist-alist::gcov-called-line):Masatake YAMATO2006-05-311-1/+1
* (compilation-error-regexp-alist-alist): Add makepp diagnostic.Daniel Pfeiffer2006-05-301-2/+2
* Move `safe-local-variable' declarations to the respective files.Reiner Steib2006-05-111-0/+1
* (compilation-message-face): Make it defcustom.Richard M. Stallman2006-04-021-2/+5
* Update copyright for 2006.Nick Roberts2006-02-101-1/+1
* (compilation-error-regexp-alist): Doc fix.Richard M. Stallman2005-12-121-1/+2
* * progmodes/compile.el (compilation-setup): Fix last fix.Chong Yidong2005-11-251-0/+1
* * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.Chong Yidong2005-11-241-7/+5
* (compilation-internal-error-properties):Richard M. Stallman2005-11-071-18/+19
* (compilation-goto-locus): Display theStefan Monnier2005-10-161-29/+35
* (compile-goto-error): Delete extra paren.Romain Francoise2005-10-021-1/+1
* (compilation-buffer-name): New arg MODE-COMMAND.Richard M. Stallman2005-10-021-5/+6
* (compilation-error, compilation-warning)Juri Linkov2005-09-291-5/+5
* (compilation-error-properties): When getting the file from theRichard M. Stallman2005-09-261-5/+17
* 2005-09-24 Emilio C. Lopes <eclig@gmx.net>Romain Francoise2005-09-241-1/+1
* Don't decide a file's directoryRichard M. Stallman2005-09-121-42/+50
* (compilation-goto-locus): Take into accountStefan Monnier2005-09-051-4/+8
* (compilation-start): Ignore errors if the process died before we send eof.Stefan Monnier2005-09-021-2/+5
* (font-lock-extra-managed-props, font-lock-keywords, font-lock-maximum-size,Juanma Barranquero2005-08-301-3/+9
* * progmodes/compile.el (compilation-start): Add autoload cookie.Romain Francoise2005-08-271-0/+1
* (compilation-start): Doc fix.Romain Francoise2005-08-261-1/+2
* (compilation-disable-input): Doc fix.Juri Linkov2005-08-221-7/+7
* (compilation-disable-input): Default to nil.Richard M. Stallman2005-08-201-1/+1
* (compilation-disable-input): New defcustom.Eli Zaretskii2005-08-201-0/+10
* * mh-customize.el: Do not use face-alias compatibility forDan Nicolaescu2005-08-151-4/+0
* (compilation-mode-font-lock-keywords):Juri Linkov2005-08-141-6/+9
* (compilation-start): Add the line "Compilation started" with compilationEli Zaretskii2005-08-121-2/+6
* (compilation-mode-font-lock-keywords):Juri Linkov2005-08-091-47/+10
* (compilation-mode-font-lock-keywords):Juri Linkov2005-08-061-15/+35
* (compilation-mode-map): Bind TAB to `compilation-next-error'Juri Linkov2005-08-041-0/+2