From e4100b7f374b88b54aa0f51f78598b422b1dc759 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Francesco=20Potort=C3=AC?= Date: Thu, 3 Feb 2000 12:00:56 +0000 Subject: [PATCH] etags --- lib-src/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 3dd2d830bff..02a6d6c5b11 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,22 @@ +2000-01-31 Francesco Potorti` + + * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise. + (get_compressor_from_suffix, process_file): Use MSDOS in if clause. + (etags_strchr, etags_strrchr): Use const char * and int as arguments. + (getenv, getcwd): Only declare them if necessary. + (EMACS_NAME): New constant macro. + (print_version): Use it. + (P_) [__STDC__]: Macro for defining function prototypes. + (all functions): Made them static. + +2000-01-31 Fabrice Popineau + + * etags.c [WINDOWSNT]: #include + +2000-01-31 Martin Buchholz + + * etags.c: Prototypes and static for all the functions. + 2000-01-29 Richard M. Stallman * movemail.c (main): Improve error message if can't create lock file. -- 2.39.5