summaryrefslogtreecommitdiff
path: root/lisp/progmodes/flymake.el
Commit message (Expand)AuthorAgeFilesLines
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (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
* 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: miles@gnu.org--gnu-2005/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
* (flymake-split-string)Richard M. Stallman2005-04-301-170/+108
* (flymake-get-absolute-file-name-basedir): Remove. Update callers to useStefan Monnier2005-04-191-8/+3
* (flymake-mode): Specify :group.Lute Kamstra2005-04-041-2/+2
* (flymake-mode): Add autoload cookie.Stefan Monnier2005-03-261-0/+1
* (flymake-get-file-name-mode-and-masks)Stefan Monnier2005-03-251-47/+40
* (flymake-ensure-ends-with-slash): Remove.Stefan Monnier2005-03-251-67/+35
* Use with-current-buffer.Stefan Monnier2005-03-241-86/+59
* Misc fix up of comments and docstrings.Stefan Monnier2005-03-241-73/+78
* Use (featurep 'xemacs).Kim F. Storm2004-11-261-63/+50
* Reindent.Richard M. Stallman2004-11-251-1465/+1450
* Much whitespace and capitalization change.Richard M. Stallman2004-11-251-1201/+711
* 2004-11-2 Pavel Kobiakov <pk_at_work@yahoo.com>Masatake YAMATO2004-11-011-11/+38
* * progmodes/flymake.el (flymake-split-string): UseMasatake YAMATO2004-10-251-2/+3
* Changes from arch/CVS synchronizationMiles Bader2004-05-291-0/+1
* New file.Eli Zaretskii2004-05-291-0/+2503