diff options
| author | Francesco Potortì | 2000-02-03 12:00:56 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2000-02-03 12:00:56 +0000 |
| commit | e4100b7f374b88b54aa0f51f78598b422b1dc759 (patch) | |
| tree | 1a053ed78d2aba5f77528a7dc14c0240ae36f927 /lib-src/ChangeLog | |
| parent | 944bdd7208887c321dccd4663607db9aebd2d867 (diff) | |
| download | emacs-e4100b7f374b88b54aa0f51f78598b422b1dc759.tar.gz emacs-e4100b7f374b88b54aa0f51f78598b422b1dc759.zip | |
etags
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
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 @@ | |||
| 1 | 2000-01-31 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | ||
| 2 | |||
| 3 | * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise. | ||
| 4 | (get_compressor_from_suffix, process_file): Use MSDOS in if clause. | ||
| 5 | (etags_strchr, etags_strrchr): Use const char * and int as arguments. | ||
| 6 | (getenv, getcwd): Only declare them if necessary. | ||
| 7 | (EMACS_NAME): New constant macro. | ||
| 8 | (print_version): Use it. | ||
| 9 | (P_) [__STDC__]: Macro for defining function prototypes. | ||
| 10 | (all functions): Made them static. | ||
| 11 | |||
| 12 | 2000-01-31 Fabrice Popineau <Fabrice.Popineau@supelec.fr> | ||
| 13 | |||
| 14 | * etags.c [WINDOWSNT]: #include <direct.h> | ||
| 15 | |||
| 16 | 2000-01-31 Martin Buchholz <martin@xemacs.org> | ||
| 17 | |||
| 18 | * etags.c: Prototypes and static for all the functions. | ||
| 19 | |||
| 1 | 2000-01-29 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 20 | 2000-01-29 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 2 | 21 | ||
| 3 | * 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. |