XEmacs 21.2.28 "Hermes".
[chise/xemacs-chise.git.1] / nt / ChangeLog
index f1d7e42..5145ee7 100644 (file)
@@ -1,3 +1,125 @@
+2000-02-07  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.28 is released.
+
+2000-02-03  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
+
+       * 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  <kkm@dtmx.com>
+
+       * 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  <kkm@dtmx.com>
+
+       * xemacs.mak (docfile): Added shortcut target.
+
+2000-01-19  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
+
+       * xemacs.mak (TEMACS_LIBS): Added winspool.lib
+
+2000-01-20  Martin Buchholz  <martin@xemacs.org>
+
+       * xemacs.mak (dump-xemacs): Remove redundant EMACSBOOTSTRAPMODULEPATH.
+
+2000-01-18  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
+
+       * xemacs.mak: Patch of 01/13 got in corrupted, fixed.
+
+2000-01-18  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.27 is released.
+
+2000-01-18  Martin Buchholz  <martin@xemacs.org>
+
+       * minitar.c: Errno.h --> errno.h.  Remove errno declaration.
+
+2000-01-13  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
+
+       * 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  <Scott.Blachowicz@seaslug.org>
+
+       * 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]  <sperber@informatik.uni-tuebingen.de>
+
+       * config.h: Fix stuff related to mail locking.
+
+1999-12-31  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.26 is released.
+
+1999-12-24  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.25 is released.
+
+1999-12-15  Scott Blachowicz  <Scott.Blachowicz@seaslug.org>
+
+       * minitar.c (main): Add explicit exit(0) to get successful return
+       code.
+
+1999-12-14  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.24 is released.
+
+1999-11-28  Adrian Aichner  <adrian@xemacs.org>
+
+       * xemacs.mak (depend): Only update `depend' if there were changes.
+       Use "perl ./make-src-depend" instead of "mkdepend".
+
+1999-12-07  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.23 is released.
+
+1999-11-27  Adrian Aichner  <adrian@xemacs.org>
+
+       * 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  <martin@xemacs.org>
+
+       * 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 <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.22 is released
+
+1999-11-28  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.21 is released.
+
 1999-11-10  XEmacs Build Bot <builds@cvs.xemacs.org>
 
        * XEmacs 21.2.20 is released
@@ -7,7 +129,7 @@
        * xemacs.mak: Ignore return code of 'del' calls. Use a make
        variable for 'del'.
 
-1999-09-26  Adrian Aichner  <aichner@ecf.teradyne.com>
+1999-09-26  Adrian Aichner  <adrian@xemacs.org>
 
        * xemacs.mak (all): Update $(LISP)/auto-autoloads.elc? and
        $(LISP)/custom-load.el using XEmacs itself, like xemacs-packages
 
        * xemacs.mak (HAVE_WIDGETS): add define to appropriate places.
 
-1999-07-26  Adrian Aichner  <aichner@ecf.teradyne.com>
+1999-07-26  Adrian Aichner  <adrian@xemacs.org>
 
        * xemacs.mak ($(MANDIR)\lispref\lispref.texi): Replace bad
        dependency.
 
        * XEmacs 21.2.19 is released
 
-1999-07-10  Adrian Aichner  <aichner@ecf.teradyne.com>
+1999-07-10  Adrian Aichner  <adrian@xemacs.org>
 
        * xemacs.mak (.SUFFIXES): Add .texi.
        (check): Improve automated test section.
 
        * XEmacs 21.2.17 is released
 
-1999-06-13  Adrian Aichner  <aichner@ecf.teradyne.com>
+1999-06-13  Adrian Aichner  <adrian@xemacs.org>
 
        * xemacs.mak (DOC_SRC8): Remove mule-coding.c.
        (TEMACS_MULE_OBJS): Remove mule-coding.obj
 
        * XEmacs 21.2.16 is released
 
-1999-05-14  Adrian Aichner  &lt;aichner@ecf.teradyne.com&gt;
+1999-05-14  Adrian Aichner  &lt;adrian@xemacs.org&gt;
 
        * xemacs.mak (GUNG_HO): Explicitly default to 0.
        Fix some comment typos.
        * xemacs.mak ($(LISP)\Installation.el): Don't use
        `replace-in-string'.
 
-1999-03-17  Adrian Aichner  <aichner@ecf.teradyne.com>
+1999-03-17  Adrian Aichner  <adrian@xemacs.org>
 
        * xemacs.mak: Remove ESC macro -- no longer needed.
        Remove small configuration report.  Remove simplified version of
 
        * XEmacs 21.2.9 is released
 
-1999-01-14  Adrian Aichner  <aichner@ecf.teradyne.com>
+1999-01-14  Adrian Aichner  <adrian@xemacs.org>
 
        * xemacs.mak (MODULES): Adding variable.
        (update-elc): Setting EMACSBOOTSTRAPMODULEPATH.
 
        * XEmacs 21.2.6 is released
 
-1998-12-11  Adrian Aichner  <aichner@ecf.teradyne.com>
+1998-12-11  Adrian Aichner  <adrian@xemacs.org>
 
        * xemacs.mak (DOC_SRC2): CLASH_DETECTION is not supported under
        native Windows NT.  Therefore src\filelock.c is not to be
        (DOC_SRC4): 
        - Remove pure.c, pure.obj
 
-1998-11-04  Adrian Aichner  <aichner@ecf.teradyne.com>
+1998-11-04  Adrian Aichner  <adrian@xemacs.org>
 
        * xemacs.mak: Creating minimal versions of Installation,
        Installation.el, and config.values to make
 
        * XEmacs 21.2-beta2 is released.
 
-1998-09-19  Adrian Aichner  <aichner@ecf.teradyne.com>
+1998-09-19  Adrian Aichner  <adrian@xemacs.org>
 
        * tiff.mak: New file provided by Charles Wilson
          <cwilson@ee.gatech.edu>
 
        * config.h:
        * xemacs.mak: NT native sound fixes
-       From Fabrice POPINEAU via Adrian Aichner <aichner@ecf.teradyne.com>
+       From Fabrice POPINEAU via Adrian Aichner <adrian@xemacs.org>
 
 1998-06-21  Martin Buchholz  <martin@xemacs.org>
 
 
        * xemacs.mak (distclean): Reorder when puresize-adjust.h gets
        deleted.
-       From Adrian Aichner <aichner@ecf.teradyne.com>
+       From Adrian Aichner <adrian@xemacs.org>
 
 1998-06-08  Kirill M. Katsnelson  <kkm@kis.ru>