aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/flymake.el
Commit message (Expand)AuthorAgeFilesLines
* m-v corrections.Deepak Goel2009-03-131-1/+1
* (flymake): Add defgroup. (Bug#2356)Martin Rudalics2009-02-181-0/+5
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* * files.el (locate-dominating-stop-dir-regexp): New var.Stefan Monnier2008-10-251-4/+1
* (flymake-parse-err-lines): Filter out errors occurring in differentChong Yidong2008-09-071-5/+3
* Add terminal class check to faces in last change.Chong Yidong2008-07-231-4/+4
* (flymake-errline, flymake-warnline): Use more suitable colors on darkChong Yidong2008-07-231-4/+4
* (flymake-process-filter): Make sure the source buffer isn't dead.Stefan Monnier2008-06-031-1/+1
* * progmodes/flymake.el (flymake-save-buffer-in-file):Stefan Monnier2008-05-281-4/+2
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* add support to flymake for php, add support to flymake for perl module files ...Mark A. Hershberger2008-02-131-1/+13
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | (flymake-goto-file-and-line): Fix typo in string.Martin Rudalics2007-11-171-4/+3
* | Merge from emacs--rel--22Miles Bader2007-08-131-1/+1
|\|
| * (flymake-err-line-patterns): Fix infloop in javac regexp.Richard M. Stallman2007-08-121-1/+1
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\|
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | (flymake-buildfile-dirs): Remove.Stefan Monnier2007-07-201-17/+8
|/
* (flymake-err-line-patterns): Doc fix.Eli Zaretskii2007-03-311-2/+2
* (flymake-init-create-temp-source-and-master-buffer-copy): Fix typo in docstring.Juanma Barranquero2007-01-291-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+2
* (flymake-posn-at-point-as-event): New function.Eli Zaretskii2006-11-251-3/+27
* 2006-10-15 Lennart Borgman <[email protected]>Kim F. Storm2006-10-151-1/+3
* (flymake-fix-file-name): Fix typo in docstring.Juanma Barranquero2006-02-161-1/+1
* Add bugs/todo entry.Stefan Monnier2006-01-101-0/+5
* (flymake-split-string): Remove >1 empty strings at beg/end of the result.Stefan Monnier2006-01-101-132/+110
* (flymake-find-buildfile): Remove invariant arg `dirs'. Adjust callers.Stefan Monnier2006-01-101-24/+22
* Use `require' rather than autoload for XEmacs's overlays.Stefan Monnier2006-01-091-62/+14
* (flymake-get-cleanup-function): Default to flymake-simple-cleanup.Stefan Monnier2006-01-051-76/+73
* (flymake-create-temp-with-folder-structure): Use expand-file-name.Stefan Monnier2006-01-031-94/+79
* (flymake-base-dir, flymake-master-file-name, flymake-temp-master-file-name)Stefan Monnier2006-01-031-44/+44
* (flymake-check-start-time, flymake-check-was-interrupted, flymake-err-info)Stefan Monnier2006-01-031-140/+108
* (flymake-copy-buffer-to-temp-buffer): Simplify.Stefan Monnier2005-12-301-158/+128
* Message format fixes, commit no. 3Deepak Goel2005-09-181-1/+1
* Require `compile' unconditionally.Richard M. Stallman2005-09-091-2/+1
* (flymake-highlight-err-lines): Use save-excursion aroundEli Zaretskii2005-08-261-2/+4
* * mh-customize.el: Do not use face-alias compatibility forDan Nicolaescu2005-08-151-4/+0
* Update copyright for release of 22.1 for progmodes directory.Nick Roberts2005-08-011-1/+1
* (flymake-float-time): Instead of with-no-warnings, test for xemacs.Richard M. Stallman2005-07-061-7/+7
* Remove useless eval-when-compile.Stefan Monnier2005-07-041-7/+6
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (flymake-find-file): Remove.Juanma Barranquero2005-07-031-22/+17
* (flymake-mode, flymake-mode-off): Fix unbalanced parentheses.Luc Teirlinck2005-07-021-2/+2
* (flymake-mode-on, flymake-mode-off): Move body into flymake-mode andStefan Monnier2005-07-021-41/+42
* (flymake-find-possible-master-files, flymake-master-file-compare,Juanma Barranquero2005-07-011-13/+13
* Revision: [email protected]/emacs--cvs-trunk--0--patch-412Miles Bader2005-06-141-4/+8
* (flymake-new-err-info, flymake-start-syntax-check-for-current-buffer,Juanma Barranquero2005-06-141-3/+3
* (flymake-makehash): Use with-no-warnings.Richard M. Stallman2005-05-211-1/+2
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-161-1/+1