diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index cb573b5bb12..9204fed4b6a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,10 @@ +2000-06-11 Jason Rumney + + * makefile.nt: Add targets for ebrowse. + + * ebrowse.c [WINDOWS_NT]: Use stricmp instead of strcasecmp to + compare filenames. + 2000-06-06 Gerd Moellmann * ebrowse.c (ymalloc): Renamed from xmalloc. diff --git a/nt/ChangeLog b/nt/ChangeLog index 0e499a26386..db1698a15de 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2000-06-11 Jason Rumney + + * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P. + 2000-02-06 Andrew Innes * inc/sys/time.h: Add inclusion protection.