comparison lib-src/ChangeLog @ 75676:60003c359f77

etags.c fix by Per Cederqvist
author Francesco Potort? <pot@gnu.org>
date Sun, 04 Feb 2007 22:05:03 +0000
parents 3d45362f1d38
children 459c3d0ca3f8
comparison
equal deleted inserted replaced
75675:37aa3bcd315f 75676:60003c359f77
1 2007-02-04 Per Cederqvist <ceder@ingate.com>
2
3 * etags.c: (gperf, in_word_set): changed attribute for Java to
4 (C_JAVA & ~C_PLPL). The previous change introduced 2004-09-13 was
5 broken, as (C_JAVA & !C_PLPL) always evaluates to 0. This caused
6 import, package, extends, implements and interface to be treated
7 specially for all kinds of C-style files, not just Java files.
8
1 2007-01-02 Francesco Potort,Al(B <pot@gnu.org> 9 2007-01-02 Francesco Potort,Al(B <pot@gnu.org>
2 10
3 * etags.c: (longopts): New undocumented option --no-duplicates. 11 * etags.c: (longopts): New undocumented option --no-duplicates.
4 (no_duplicates): Static variables for the above option. 12 (no_duplicates): Static variables for the above option.
5 (print_help): Do not print help for --no-warn, now undocumented. 13 (print_help): Do not print help for --no-warn, now undocumented.