comparison lib-src/ChangeLog @ 45653:6691153c8972

*** empty log message ***
author Francesco Potortì <pot@gnu.org>
date Thu, 06 Jun 2002 09:45:25 +0000
parents f5d93bf3ddfb
children 80d3acbb57d8
comparison
equal deleted inserted replaced
45652:ccaf0199f9dc 45653:6691153c8972
1 2002-06-06 Francesco Potorti` <pot@gnu.org>
2
3 * etags.c (TeX_commands): Skip comments.
4 (TEX_defenv): Now contains more contructs.
5 (TEX_cmt): Make it a static char and move it before TeX_commands.
6 (TeX_commands): Shorten the tag to the brace after the name.
7 (TeX_commands): Names now include the initial backslash.
8 (TeX_commands): Names do not include numeric args #n.
9 (TeX_commands): Correct line char number in tags.
10 (TEX_tabent, TEX_token): Deleted.
11 (TeX_commands, TEX_decode_env): Streamlined.
12
1 2002-06-05 Francesco Potorti` <pot@gnu.org> 13 2002-06-05 Francesco Potorti` <pot@gnu.org>
2 14
3 * etags.c (main): Avoid a buffer overrun with sprintf. 15 * etags.c (main): Avoid a buffer overrun with sprintf.
4 16
5 2002-05-30 Richard M. Stallman <rms@gnu.org> 17 2002-05-30 Richard M. Stallman <rms@gnu.org>