X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=nt%2FChangeLog;h=e7ec4359d344abde3de76c1f178333b0661455e8;hp=44c5788c62eb7f864a589a218bc9f7adea16fc3f;hb=2fd9701a4f902054649dde9143a3f77809afee8f;hpb=2416430cb588c7f7a7ca990d536c092f3af3a0b9 diff --git a/nt/ChangeLog b/nt/ChangeLog index 44c5788..e7ec435 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,8 +1,285 @@ +2000-03-20 Martin Buchholz + + * XEmacs 21.2.32 is released. + +2000-03-15 Mike Alexander + + * xemacs.mak: Fix for generation of $(XEMACS)\Installation. + +2000-03-14 Adrian Aichner + + * xemacs.mak (LIB_SRC_TOOLS): LIB_SRC_TOOLS depend on + XEMACS_INCLUDES when we USE_PORTABLE_DUMPER. + +2000-03-13 Ben Wing + + * xemacs.mak (TEMACS_ENTRYPOINT): + Fix for portable dumper. + +2000-03-12 Ben Wing + + * xemacs.mak (*): + * config.inc: New. + + a) Added a file called config.inc which makes it easier to set + build options for MS Windows. (Previously, the only way to do this + was through command line options to nmake.) + + b) Cleaned the file up a bit. + + c) Changed xemacs to be a windows application and not a console + application, now that runemacs.exe is no longer necessary. + + d) Added support for building the tags file. + + * xemacs.dsw: New. + * xemacs.dsp: New. + For compiling, editing, and debugging XEmacs using the VC++ 5.0 + GUI. They may well work under other versions of VC++, but I don't + have access to them to test them. + +2000-03-11 Andy Piper + + * PROBLEMS: Doc fix from Reini Urban . + +2000-02-27 Mike Alexander + + * xemacs.rc: Include the portable dump data if INCLUDE_DUMP is defined + + * xemacs.mak: Add the portable dump data to the EXE as a resource + +2000-03-07 Jonathan Harris + + * xemacs.mak (TEMACS_LIBS): Add ole32.lib and uuid.lib. + (installation): Always regenerate installation report. + +2000-02-25 Craig Lanning + + * inc\sys\time.h: MinGW defines struct timeval in . + +2000-02-24 Martin Buchholz + + * config.h (INLINE_HEADER): Define properly (?) for Windows. + +2000-02-23 Martin Buchholz + + * XEmacs 21.2.31 is released. + +2000-02-22 Martin Buchholz + + * config.h (gc_checking_assert): New. + +2000-02-21 Martin Buchholz + + * XEmacs 21.2.30 is released. + +2000-02-21 Jonathan Harris + + * README: Tidy up. + Document need for makeinfo program or texinfo package. + + * Xmd.patch: New file, previously in README. + +2000-02-17 Martin Buchholz + + * config.h: Delete unused HAVE_LINUX_VERSION_H. + +2000-02-16 Martin Buchholz + + * XEmacs 21.2.29 is released. + +2000-02-06 Mike Alexander + + * xemacs.mak (install): Copy xemacs.dmp if using the portable + dumper. + +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. + +2000-01-18 Martin Buchholz + + * minitar.c: Errno.h --> errno.h. Remove errno declaration. + +2000-01-13 Kirill 'Big K' Katsnelson + + * xemacs.mak: Added USE_PORTABLE_DUMPER make command line macro. + (temacs:) Added dependency for lastfile.lib so that 'make temacs' + builds it first. + +1999-12-28 Scott Blachowicz + + * minitar.mak: Add vars to allow building from main xemacs.mak. + + * 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. + +1999-12-24 Martin Buchholz + + * XEmacs 21.2.25 is released. + +1999-12-15 Scott Blachowicz + + * minitar.c (main): Add explicit exit(0) to get successful return + code. + +1999-12-14 Martin Buchholz + + * XEmacs 21.2.24 is released. + +1999-11-28 Adrian Aichner + + * xemacs.mak (depend): Only update `depend' if there were changes. + Use "perl ./make-src-depend" instead of "mkdepend". + +1999-12-07 Martin Buchholz + + * XEmacs 21.2.23 is released. + +1999-11-27 Adrian Aichner + + * xemacs.mak (SRCDIR): Make path to xemacs absolute to + facilitate building info in man subdirs. Echo all cd commands, + not just some of them. + + (makeinfo-test): Test for availability of `texinfo' package to + build info. Recommend use of external `makeinfo' program for + building info docs faster. + + (info): cd into man subdirs to support use of external `makeinfo' + program. + +1999-11-17 Martin Buchholz + + * xemacs.mak: Remove references to index.unperm, index.perm. + Fix dependencies. + Shouldn't .obj and .info be in SUFFIXES? + Remove extra `\'. + +1999-11-29 XEmacs Build Bot + + * XEmacs 21.2.22 is released + +1999-11-28 Martin Buchholz + + * XEmacs 21.2.21 is released. + +1999-11-10 XEmacs Build Bot + + * XEmacs 21.2.20 is released + +1999-10-07 Norbert Koch + + * xemacs.mak: Ignore return code of 'del' calls. Use a make + variable for 'del'. + +1999-09-26 Adrian Aichner + + * xemacs.mak (all): Update $(LISP)/auto-autoloads.elc? and + $(LISP)/custom-load.el using XEmacs itself, like xemacs-packages + do. + ($(LISP)\auto-autoloads.el): Add new rule. + ($(LISP)\custom-load.el): Ditto. + +1999-08-04 Andy Piper + + * xemacs.mak (HAVE_WIDGETS): add define to appropriate places. + +1999-07-26 Adrian Aichner + + * xemacs.mak ($(MANDIR)\lispref\lispref.texi): Replace bad + dependency. + +1999-07-30 XEmacs Build Bot + + * XEmacs 21.2.19 is released + +1999-07-10 Adrian Aichner + + * xemacs.mak (.SUFFIXES): Add .texi. + (check): Improve automated test section. + (info): Generate info files using XEmacs (no makeinfo.exe needed). + +1999-07-19 Andy Piper + + * xemacs.mak (DOC_SRC3): add gutter.c + (TEMACS_OBJS): add gutter.obj. + +1999-07-13 XEmacs Build Bot + + * XEmacs 21.2.18 is released + +1999-06-22 XEmacs Build Bot + + * XEmacs 21.2.17 is released + +1999-06-13 Adrian Aichner + + * xemacs.mak (DOC_SRC8): Remove mule-coding.c. + (TEMACS_MULE_OBJS): Remove mule-coding.obj + (check): Implement according to src/Makefile. + (check-temacs): ditto. + +1999-06-05 Norbert Koch + + * xemacs.mak (mule): remove dependencies from mule-coding.c + 1999-06-11 XEmacs Build Bot * XEmacs 21.2.16 is released -1999-05-14 Adrian Aichner <aichner@ecf.teradyne.com> +1999-05-14 Adrian Aichner <adrian@xemacs.org> * xemacs.mak (GUNG_HO): Explicitly default to 0. Fix some comment typos. @@ -31,7 +308,7 @@ * xemacs.mak ($(LISP)\Installation.el): Don't use `replace-in-string'. -1999-03-17 Adrian Aichner +1999-03-17 Adrian Aichner * xemacs.mak: Remove ESC macro -- no longer needed. Remove small configuration report. Remove simplified version of @@ -107,7 +384,7 @@ * XEmacs 21.2.9 is released -1999-01-14 Adrian Aichner +1999-01-14 Adrian Aichner * xemacs.mak (MODULES): Adding variable. (update-elc): Setting EMACSBOOTSTRAPMODULEPATH. @@ -158,7 +435,7 @@ * XEmacs 21.2.6 is released -1998-12-11 Adrian Aichner +1998-12-11 Adrian Aichner * xemacs.mak (DOC_SRC2): CLASH_DETECTION is not supported under native Windows NT. Therefore src\filelock.c is not to be @@ -180,7 +457,7 @@ (DOC_SRC4): - Remove pure.c, pure.obj -1998-11-04 Adrian Aichner +1998-11-04 Adrian Aichner * xemacs.mak: Creating minimal versions of Installation, Installation.el, and config.values to make @@ -209,7 +486,7 @@ * XEmacs 21.2-beta2 is released. -1998-09-19 Adrian Aichner +1998-09-19 Adrian Aichner * tiff.mak: New file provided by Charles Wilson @@ -299,7 +576,7 @@ * config.h: * xemacs.mak: NT native sound fixes - From Fabrice POPINEAU via Adrian Aichner + From Fabrice POPINEAU via Adrian Aichner 1998-06-21 Martin Buchholz @@ -322,7 +599,7 @@ * xemacs.mak (distclean): Reorder when puresize-adjust.h gets deleted. - From Adrian Aichner + From Adrian Aichner 1998-06-08 Kirill M. Katsnelson