# HG changeset patch # User Francesco Potort # Date 1170626703 0 # Node ID 60003c359f77ef6fa5d393ee5e10b2d75a0dd4dc # Parent 37aa3bcd315f5b0e0b827e71fd513aeb3c138cfd etags.c fix by Per Cederqvist diff -r 37aa3bcd315f -r 60003c359f77 lib-src/ChangeLog --- a/lib-src/ChangeLog Sun Feb 04 22:03:09 2007 +0000 +++ b/lib-src/ChangeLog Sun Feb 04 22:05:03 2007 +0000 @@ -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.