diff options
| author | Francesco Potortì | 2007-02-04 22:05:03 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2007-02-04 22:05:03 +0000 |
| commit | 953dea63cd2af83afdb8df24597c36916b5e841c (patch) | |
| tree | a1899fd0e330622ffd663d53992439b768aed9d4 /lib-src/ChangeLog | |
| parent | 47fd18c6508e3d449d70355c1eebe6694ba16596 (diff) | |
| download | emacs-953dea63cd2af83afdb8df24597c36916b5e841c.tar.gz emacs-953dea63cd2af83afdb8df24597c36916b5e841c.zip | |
etags.c fix by Per Cederqvist
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ | |||
| 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. |