comparison lib-src/ChangeLog @ 43858:8d0430162d52

*** empty log message ***
author Francesco Potortì <pot@gnu.org>
date Tue, 12 Mar 2002 14:17:25 +0000
parents 1f98e32d6f46
children 30ac1705a166
comparison
equal deleted inserted replaced
43857:1e419a707ae1 43858:8d0430162d52
1 2002-03-12 Francesco Potorti` <pot@gnu.org> 1 2002-03-12 Francesco Potorti` <pot@gnu.org>
2
2 * etags.c (Python_functions): Skip spaces at beginning of lines. 3 * etags.c (Python_functions): Skip spaces at beginning of lines.
4 (Python_functions, PHP_functions): Name tags, for ctags' sake.
5 (TeX_commands): Name tags. Correction of old disabled code.
6
7 * etags.c (curfiledir, curtagfname): New global variables.
8 (process_file): Initialise them.
9 (readline): Canonicalize the name found in #line directive.
3 10
4 2002-03-06 Jason Rumney <jasonr@gnu.org> 11 2002-03-06 Jason Rumney <jasonr@gnu.org>
5 * etags.c (put_entries): Use #if !CTAGS, to fix link error on 12 * etags.c (put_entries): Use #if !CTAGS, to fix link error on
6 compilers that don't optimize out dead code. 13 compilers that don't optimize out dead code.
7 14