X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=nt%2FChangeLog;h=85f7d7e51cb1943586a07c6de0dacb2488db2200;hp=37ef852172b38ff3cda2be78fba40a607c2d836b;hb=113b194be934327de99a168d809271db252c07c4;hpb=5625b2eceaf697f104b5f883ffa73dca6e8fc005 diff --git a/nt/ChangeLog b/nt/ChangeLog index 37ef852..85f7d7e 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,117 @@ +1999-05-31 Andy Piper + + * xemacs.mak: add select & select-x targets. + +1999-05-14 XEmacs Build Bot + + * XEmacs 21.2.14 is released + +1999-05-12 SL Baur + + * xemacs.mak: please document me + From Norbert Koch + +1999-05-03 Hrvoje Niksic + + * xemacs.mak ($(LISP)\Installation.el): Don't use + `replace-in-string'. + +1999-03-17 Adrian Aichner + + * xemacs.mak: Remove ESC macro -- no longer needed. + Remove small configuration report. Remove simplified version of + Installation and Installation.el + (Installation.el): Create it depending on "Installation" file. + Replace \r characters by use of `replace-in-string' in lisp-land. + (all): Make it depend on "Installation" file. + (Installation): Create a complete "Installation" file, looking + much like what is generated by "configure" on UNIX systems. + Insert WARNING where appropriate (currently when building without + HAVE_XPM, HAVE_PNG, and HAVE_MSW_C_DIRED). + Type "Installation" to STDOUT much like the "small configuration + report" did. + +1999-04-29 Andy Piper + + * sys/file.h: conditionalise definition of X_OK. + +1999-03-12 XEmacs Build Bot + + * XEmacs 21.2.13 is released + +1999-03-07 Jonathan Harris + + * xemacs.mak: + Don't link lib-src programs incrementally. + Don't include debug info in release builds. + Put intermediate files in the appropriate directories. + Make "distclean" target delete all intermediate files. + +1999-03-07 Jonathan Harris + + * xemacs.mak: + Fix building on Windows 95/98 by conditionalising escape + character '^'. + Only put mule-packages in package path on MULE builds. + Only build source browser files on debug builds. + Build source browser database before link so that it's + available even if link fails. + +1999-03-05 XEmacs Build Bot + + * XEmacs 21.2.12 is released + +1999-03-03 Gleb Arshinov + + * xemacs.mak (HAVE_XFACE): fix for building without X-Face support + provided by Brent B. Powers . + + * xemacs.mak (CONFIG_ERROR): Misc error detection for build with + X-Face. + +1999-02-01 Gleb Arshinov + + * README: Document the X-Face build option. + + * compface.mak: New file + Makefile for building compface library under MSVC. Build + library only, not executables. Should be extended to build + executables and propagated upstream, if possible. + + * xemacs.mak: Link in X-Face/Compface for NT native build. + +1999-03-01 XEmacs Build Bot + + * XEmacs 21.2.11 is released + +1999-02-05 XEmacs Build Bot + + * XEmacs 21.2.10 is released + +1999-02-02 XEmacs Build Bot + + * XEmacs 21.2.9 is released + +1999-01-14 Adrian Aichner + + * xemacs.mak (MODULES): Adding variable. + (update-elc): Setting EMACSBOOTSTRAPMODULEPATH. + +1998-12-17 Charles G. Waldman + + * minitar.c: New file + * minitar.mak: New file + +1998-12-29 Jonathan Harris + + * xemacs.mak: + Changed x86 EMACS_CONFIGURATION to i586-pc-win32 since we + build optimised for Pentium. + Created CFLAGS variable, used in building all objects and in + constructing config.values. + Added glyphs-widget.c and gui-msw.c to list of sources. + Added PACKAGE_PATH to EMACSBOOTSTRAPLOADPATH for mule builds. + 1998-12-28 Martin Buchholz * XEmacs 21.2.8 is released.