# HG changeset patch # User Francesco Potort # Date 1023367827 0 # Node ID 80d3acbb57d8ef42c9bb6b574f5af14e9c237b4b # Parent a4c27d23899f78a16f79a713d17bcd8db2294dcd *** empty log message *** diff -r a4c27d23899f -r 80d3acbb57d8 lib-src/ChangeLog --- a/lib-src/ChangeLog Thu Jun 06 12:47:58 2002 +0000 +++ b/lib-src/ChangeLog Thu Jun 06 12:50:27 2002 +0000 @@ -1,6 +1,17 @@ 2002-06-06 Francesco Potorti` - * etags.c (TeX_commands): Skip comments. + * etags.c New option --parse-stdin=FILE. + (enum arg_type): New label at_stdin. + (STDIN): New constant. + (parsing_stdin): New flag. + (longopts): New option --parse-stdin=NAME. + (print_help): Document it. + (main): Handle it. + (process_file): Split into process_file and process_file_name. + (process_file_name): New function. + + * etags.c Improvements and bug squashing in TeX handling. + (TeX_commands): Skip comments. (TEX_defenv): Now contains more contructs. (TEX_cmt): Make it a static char and move it before TeX_commands. (TeX_commands): Shorten the tag to the brace after the name.