aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorFrancesco Potortì2002-06-06 12:50:27 +0000
committerFrancesco Potortì2002-06-06 12:50:27 +0000
commit97b90b0a2df5ae50c6508a279dc9cbb59ad4431f (patch)
tree10c43f8a8d6778d598e7bef4ddadcff77b0da50e /lib-src/ChangeLog
parentf6566f9015fac459eaf14126e2c51052af532a4b (diff)
downloademacs-97b90b0a2df5ae50c6508a279dc9cbb59ad4431f.tar.gz
emacs-97b90b0a2df5ae50c6508a279dc9cbb59ad4431f.zip
(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.
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.