From: Jason Rumney Date: Sun, 11 Jun 2000 21:00:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~3398 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f1c7754a42cb5f65311060fa614f0f4962ed5ebf;p=emacs.git *** empty log message *** --- 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.