From: Francesco Potortì Date: Sun, 4 Feb 2007 22:05:03 +0000 (+0000) Subject: etags.c fix by Per Cederqvist X-Git-Tag: emacs-pretest-22.0.94~389 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=953dea63cd2af83afdb8df24597c36916b5e841c;p=emacs.git etags.c fix by Per Cederqvist --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 0a1cdf1bb85..72f7d69030e 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,11 @@ +2007-02-04 Per Cederqvist + + * etags.c: (gperf, in_word_set): changed attribute for Java to + (C_JAVA & ~C_PLPL). The previous change introduced 2004-09-13 was + broken, as (C_JAVA & !C_PLPL) always evaluates to 0. This caused + import, package, extends, implements and interface to be treated + specially for all kinds of C-style files, not just Java files. + 2007-01-02 Francesco Potort,Al(B * etags.c: (longopts): New undocumented option --no-duplicates.