summaryrefslogtreecommitdiff
path: root/lisp/progmodes/compile.el
Commit message (Expand)AuthorAgeFilesLines
* * compilation.txt (symbol): Added gcov-fileMasatake YAMATO2005-04-101-1/+15
* * mh-customize.el (mh-speedbar-selected-folder-face): Special caseDan Nicolaescu2005-04-081-1/+3
* (compilation-setup):Juri Linkov2005-04-071-2/+7
* (compilation-goto-locus):Juri Linkov2005-03-291-2/+7
* Add comment for compilation-directory-properties.Daniel Pfeiffer2005-03-031-0/+4
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-5/+5
* (compilation-start): Bind buffer-read-only to nil beforeEli Zaretskii2005-01-291-2/+4
* (compilation-find-buffer): Rename arg.Richard M. Stallman2004-12-271-2/+2
* (compilation-minor-mode-map)Kim F. Storm2004-12-171-0/+3
* *** empty log message ***Richard M. Stallman2004-11-251-0/+3
* (compilation-mode-map): Don't inherit from compilation-minor-mode-map;Richard M. Stallman2004-11-251-3/+13
* (compilation-start): In cd command use substitute-env-vars -- not quite shell...Daniel Pfeiffer2004-11-221-10/+4
* (compilation-setup): Don't set buffer-read-only.Stefan Monnier2004-11-161-2/+1
* (compilation-move-to-column): New fun.Stefan Monnier2004-11-151-10/+13
* (compilation-internal-error-properties):Stefan Monnier2004-11-151-4/+4
* (compile): Don't overwrite last command in minibuffer historyJuri Linkov2004-11-081-5/+8
* (compilation-error-regexp-alist-alist) extend irix for NAG Fortran and add ft...Daniel Pfeiffer2004-10-271-2/+12
* (compilation-start): Rely on `cd' to get dir right and also allow argumentles...Daniel Pfeiffer2004-10-201-10/+17
* (compilation-setup): Don't set buffer-read-only if MINOR is non-nil.Richard M. Stallman2004-10-191-1/+2
* (compilation-start): Move let-binding ofJuri Linkov2004-10-161-76/+76
* (compilation-start): Assume compilation-mode will make the buffer read-only.Richard M. Stallman2004-10-161-16/+16
* Parse command to see if it starts with a cd, and if so perform it for the *co...Daniel Pfeiffer2004-09-121-24/+29
* (compilation-mode-map): Rename `next-error-follow-mode' to `next-error-follow...Juri Linkov2004-09-081-1/+1
* (compilation-start): Use copy of `process-environment'Juri Linkov2004-09-071-1/+1
* (compilation-mode-map): Bind toggle-next-error-follow-mode.Eli Zaretskii2004-09-041-0/+1
* (compilation-error-properties): Allow to funcall col and end-col.Juri Linkov2004-09-021-14/+19
* (compilation-buffer-name): Compare majorJuri Linkov2004-09-021-6/+8
* (compilation-goto-locus): Use `next-error' face instead of `region'.Juri Linkov2004-09-011-6/+13
* (compilation-mode): Doc fix.Richard M. Stallman2004-08-161-1/+3
* (compilation-error-properties): Store one more than end-col, if present, soDaniel Pfeiffer2004-06-181-1/+1
* (compilation-set-window-height): Rearrange the save-* functions because a buf...Daniel Pfeiffer2004-06-081-8/+8
* (compilation-error-regexp-alist): Use expand-file-name and data-directory.Stefan Monnier2004-05-281-1/+1
* (compilation-warning-face, compilation-info-face): Use min-colors.Eli Zaretskii2004-05-151-5/+7
* (compilation-set-window-height): Use save-excursion to protect against mispla...Daniel Pfeiffer2004-05-121-2/+3
* (compile): Add universal prefix arg.Daniel Pfeiffer2004-05-101-10/+17
* Arch-tags shouldn't be outline headers.Stefan Monnier2004-05-021-1/+1
* (compilation-gcpro): New varStefan Monnier2004-05-021-0/+10
* (compilation-start): In the no-async-subprocesses branch, fontifyEli Zaretskii2004-05-021-0/+4
* (compilation-start): In the no-async-subprocesses branch, callEli Zaretskii2004-05-021-0/+1
* (compilation-messages-start): New var.Stefan Monnier2004-05-011-9/+25
* (compilation-last-buffer): Add var alias.Stefan Monnier2004-04-291-0/+1
* (compilation-context-lines): Add nil option to disable compilation output win...Juri Linkov2004-04-291-6/+8
* (compilation-context-lines): Default now 0.Richard M. Stallman2004-04-281-1/+1
* (compilation-error-regexp-alist-alist): Also recognize severe Irix et al. mes...Daniel Pfeiffer2004-04-251-77/+65
* (compilation-mode-font-lock-keywords):Stefan Monnier2004-04-211-0/+3
* From: Teodor Zlatanov <tzz@lifelogs.com>Kim F. Storm2004-04-211-92/+19
* (compilation-error-properties): Split in two.Stefan Monnier2004-04-201-87/+101
* (compilation-start): Set window start toAndreas Schwab2004-04-181-1/+3
* Doc fixes.Stefan Monnier2004-04-161-33/+41
* (compilation-error-properties): Fix for adding messages when there are alreadyDaniel Pfeiffer2004-04-161-46/+77