diff options
| author | Francesco Potortì | 2007-01-02 11:00:40 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2007-01-02 11:00:40 +0000 |
| commit | ed8bbc0e02198adb0b2351f90ad7635af2c1d5ae (patch) | |
| tree | bf6cd5f1751b56a4e5e58e103e2c51aa13ffd0fc /lib-src/ChangeLog | |
| parent | cd1059fb84f11206b32377bd159a19e84799410b (diff) | |
| download | emacs-ed8bbc0e02198adb0b2351f90ad7635af2c1d5ae.tar.gz emacs-ed8bbc0e02198adb0b2351f90ad7635af2c1d5ae.zip | |
(longopts): New undocumented option --no-duplicates.
(no_duplicates): Static variables for the above option.
(print_help): Do not print help for --no-warn, now undocumented.
(add_node): Allow duplicate tags in ctags mode unless --no-duplicates.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 76a0dcf1b9e..ebf6f27a610 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2007-01-02 Francesco Potort,Al(B <pot@gnu.org> | ||
| 2 | |||
| 3 | * etags.c: (longopts): New undocumented option --no-duplicates. | ||
| 4 | (no_duplicates): Static variables for the above option. | ||
| 5 | (print_help): Do not print help for --no-warn, now undocumented. | ||
| 6 | (add_node): Allow duplicate tags in ctags mode unless --no-duplicates. | ||
| 7 | |||
| 1 | 2006-12-28 Francesco Potort,Al(B <pot@gnu.org> | 8 | 2006-12-28 Francesco Potort,Al(B <pot@gnu.org> |
| 2 | 9 | ||
| 3 | * etags.c (readline): When creating a relative file name from a | 10 | * etags.c (readline): When creating a relative file name from a |