aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 642f478272e..62d0e91f2f4 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,6 +1,17 @@
12002-06-06 Francesco Potorti` <pot@gnu.org> 12002-06-06 Francesco Potorti` <pot@gnu.org>
2 2
3 * etags.c (TeX_commands): Skip comments. 3 * etags.c New option --parse-stdin=FILE.
4 (enum arg_type): New label at_stdin.
5 (STDIN): New constant.
6 (parsing_stdin): New flag.
7 (longopts): New option --parse-stdin=NAME.
8 (print_help): Document it.
9 (main): Handle it.
10 (process_file): Split into process_file and process_file_name.
11 (process_file_name): New function.
12
13 * etags.c Improvements and bug squashing in TeX handling.
14 (TeX_commands): Skip comments.
4 (TEX_defenv): Now contains more contructs. 15 (TEX_defenv): Now contains more contructs.
5 (TEX_cmt): Make it a static char and move it before TeX_commands. 16 (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. 17 (TeX_commands): Shorten the tag to the brace after the name.