summaryrefslogtreecommitdiff
path: root/lisp/progmodes/flymake.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Small flymake changes.Glenn Morris2010-12-021-6/+26
* | Fix typo in previos flymake change.Glenn Morris2010-11-061-1/+1
* | Replace unneeded compatibility definitions with point-at-bol, point-at-eol.Glenn Morris2010-11-061-13/+2
|/
* * progmodes/flymake.el (flymake-start-syntax-check-process): UseMichael Albinus2010-08-181-1/+2
* Flymake fix to handle more C++ filenames (Bug#5488).Chong Yidong2010-01-281-8/+10
* Fix typo in error message.Juanma Barranquero2010-01-141-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Use forward-line rather than goto-line.Glenn Morris2009-09-011-3/+6
* 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 <lennart.borgman.073@student.lu.se>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