From: Nick Roberts Date: Thu, 19 Feb 2009 06:52:35 +0000 (+0000) Subject: Add entry for maven. X-Git-Tag: emacs-pretest-23.0.91~141 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1c427abdd29679f9f736b3c501d373516e13dea1;p=emacs.git Add entry for maven. --- diff --git a/etc/compilation.txt b/etc/compilation.txt index ed1f1c1b4f1..610f9b7f068 100644 --- a/etc/compilation.txt +++ b/etc/compilation.txt @@ -241,6 +241,13 @@ makepp: bla bla `/foo/Makeppfile:12' bla makepp: bla bla `/foo/bar.c' and `/foo/bar.h' +* maven 2.0.9 + +symbol: maven + +FooBar.java:[111,53] no interface expected here + + * MIPS lint; looks good for SunPro lint also symbols: mips-1 mips-2 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e2950b0ba5c..2fc4d1ee310 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-02-19 Nick Roberts + + * progmodes/compile.el (compilation-error-regexp-alist-alist): + Move entry for maven (alphabetical order). + 2009-02-19 Glenn Morris * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.