comparison lib-src/ChangeLog @ 27597:c8c16059c6d6

Typos corrected for etags
author Francesco Potortì <pot@gnu.org>
date Thu, 03 Feb 2000 13:20:50 +0000
parents 742d957c3f30
children c3cdb8d6d50d
comparison
equal deleted inserted replaced
27596:742d957c3f30 27597:c8c16059c6d6
5 (etags_strchr, etags_strrchr): Use const char * and int as arguments. 5 (etags_strchr, etags_strrchr): Use const char * and int as arguments.
6 (getenv, getcwd): Only declare them if necessary. 6 (getenv, getcwd): Only declare them if necessary.
7 (EMACS_NAME): New constant macro. 7 (EMACS_NAME): New constant macro.
8 (print_version): Use it. 8 (print_version): Use it.
9 (P_) [__STDC__]: Macro for defining function prototypes. 9 (P_) [__STDC__]: Macro for defining function prototypes.
10 (all functions): Made them static. 10
11 11 2000-01-18 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
12 2000-01-31 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
13 12
14 * etags.c [WINDOWSNT]: #include <direct.h> 13 * etags.c [WINDOWSNT]: #include <direct.h>
15 14
16 2000-01-31 Martin Buchholz <martin@xemacs.org> 15 2000-01-18 Martin Buchholz <martin@xemacs.org>
17 16
18 * etags.c: Prototypes and static for all the functions. 17 * etags.c (all functions): Made them static.
18 (all functions): Write prototypes.
19 19
20 2000-01-29 Richard M. Stallman <rms@caffeine.ai.mit.edu> 20 2000-01-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
21 21
22 * movemail.c (main): Improve error message if can't create lock file. 22 * movemail.c (main): Improve error message if can't create lock file.
23 23