summaryrefslogtreecommitdiff
path: root/lisp/progmodes/compile.el
Commit message (Expand)AuthorAgeFilesLines
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Don't check comp-buffer-name-function in derived mode (Bug#34956)Troy Hinckley2019-04-041-2/+1
* * lisp/progmodes/compile.el (compilation-error-regexp-alist): TypoStefan Monnier2019-04-041-1/+1
* * lisp/progmodes/compile.el: Use non-nil values for *-functionStefan Monnier2019-04-031-14/+19
* * lisp/progmodes/compile.el: Allow 'line' functions in error-regexp-alistStefan Monnier2019-04-031-126/+89
* Do not hardcode "/bin/sh" in compile. Bug#24338, Bug#29723Michael Albinus2019-03-091-9/+10
* Merge from origin/emacs-26Glenn Morris2019-03-011-1/+1
|\
| * Fix last change on 'compilation-parse-errors'Tobias Bading2019-03-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2019-02-151-11/+11
|\ \ | |/
| * Fix faces in compilation messagesDaniel Lopez2019-02-151-11/+11
* | * lisp/progmodes/compile.el: Remove redundant :groupsStefan Monnier2019-02-151-52/+23
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Make compilation mode work with warnings from compiled buffer functionsAlan Mackenzie2018-11-281-18/+29
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-6/+0
* | Remove many items obsolete since Emacs 22.1Glenn Morris2018-03-101-14/+0
|/
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Add option to configure comint TERMAllen Li2017-12-151-7/+1
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-2/+2
* Fix doc typosGlenn Morris2017-10-281-1/+1
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-2/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix font-lock in Compilation modeEli Zaretskii2017-09-091-0/+10
* Show number of errors in compilation-mode mode-lineTom Tromey2017-08-071-23/+55
* Merge from origin/emacs-25Paul Eggert2017-03-191-1/+3
|\
| * Add helpful comment to compile-command's docstringNoam Postavsky2017-01-071-1/+3
* | Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * Clarify doc string of internal compilation functionLars Ingebrigtsen2016-05-011-2/+4
* | Add a new compile error regexp for Clang includesPhilipp Stephani2016-12-181-0/+7
* | ; Update file name in commentPhilipp Stephani2016-12-101-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-05-011-1/+1
|\ \ | |/
| * Fix the MSDOS buildEli Zaretskii2016-04-301-1/+1
* | Clarify doc string of internal compilation functionLars Ingebrigtsen2016-04-271-2/+4
* | Regexps for matching CMake outputJö Fahlke2016-04-231-0/+7
|/
* Comint and compile no longer set EMACSPaul Eggert2016-04-081-8/+0
* Comint, term, and compile now set EMACSPaul Eggert2016-03-231-0/+8
* Fix compilation next-error in buffers with selective-displayEli Zaretskii2016-01-031-5/+17
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Expunge occurrences of `setq' with an odd number of arguments.Alan Mackenzie2015-11-231-1/+1
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-2/+2
* Support MSW filename style for ant compilation error regexpVincent Belaïche2015-10-041-1/+1
* (compilation-error-regexp-alist-alist): Tone down guile-fileJostein Kjønigsen2015-09-201-1/+23
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-3/+3
* Prefer directed to neutral quotesPaul Eggert2015-08-241-2/+2
* * lisp/progmodes/compile.el: Assume 8-wide TABs (bug#21038)Magnus Henoch2015-08-131-2/+4
* Have `compilation-set-window' use right window for getting fringes (Bug#20829)Martin Rudalics2015-07-041-3/+3
* In strings, prefer plain ` and ' to \` and \'Paul Eggert2015-06-301-3/+3