X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=nt%2FChangeLog;h=5145ee77ffdb1f86f1e897bafdd8e0611b58cf4d;hp=dcf874070aafd7978c906c881f27e51f9fc61266;hb=716cfba952c1dc0d2cf5c968971f3780ba728a89;hpb=b5eeb6918c29470b36f8461c402eb0c65cb19bd2 diff --git a/nt/ChangeLog b/nt/ChangeLog index dcf8740..5145ee7 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,47 @@ +2000-02-07 Martin Buchholz + + * XEmacs 21.2.28 is released. + +2000-02-03 Kirill 'Big K' Katsnelson + + * Xpm.def: New file, required to build Xpm.dll. + + * Xpm.mak: Use DEBUG instead of DEBUG_XEMACS - this library is not + xemacs-specific. Initialize to DEBUG_XEMACS if specified for + compatibility. + Build DLL instead of static LIB when USE_CRTDLL=1 is given to + make. + + * xemacs.mak: Introduced USE_SYSTEM_MALLOC and USE_CRTDLL. + Do not build lastfile.lib when neither unexec not gmalloc are + used. + + * config.h: Deleted GNU_MALLOC and SYSTEM_MALLOC, as they are set + in makefile. + +2000-01-26 Kirill 'Big K' Katsnelson + + * xemacs.mak (DOC_SRC9): Added tests.c ... + (TEMACS_DEBUG_OBJS): ... and tests.obj + ($(DOC)): Tweaked a bit, for `nmake docfile' unconditionally + rebuild the docfile. + +2000-01-22 Kirill 'Big K' Katsnelson + + * xemacs.mak (docfile): Added shortcut target. + +2000-01-19 Kirill 'Big K' Katsnelson + + * xemacs.mak (TEMACS_LIBS): Added winspool.lib + +2000-01-20 Martin Buchholz + + * xemacs.mak (dump-xemacs): Remove redundant EMACSBOOTSTRAPMODULEPATH. + +2000-01-18 Kirill 'Big K' Katsnelson + + * xemacs.mak: Patch of 01/13 got in corrupted, fixed. + 2000-01-18 Martin Buchholz * XEmacs 21.2.27 is released. @@ -18,6 +62,10 @@ * xemacs.mak: Add rules to build & install minitar. +2000-01-03 Michael Sperber [Mr. Preprocessor] + + * config.h: Fix stuff related to mail locking. + 1999-12-31 Martin Buchholz * XEmacs 21.2.26 is released.