From: Francesco Potortì Date: Thu, 3 Feb 2000 12:00:56 +0000 (+0000) Subject: etags X-Git-Tag: emacs-pretest-21.0.90~5109 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e4100b7f374b88b54aa0f51f78598b422b1dc759;p=emacs.git etags --- 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.