Contents in 1999-06-04-13 of release-21-2.
[chise/xemacs-chise.git.1] / lib-src / ChangeLog
index a9429e0..778381a 100644 (file)
@@ -1,3 +1,117 @@
+1999-06-03  SL Baur  <steve@steve1.m17n.org>
+
+       * Makefile.in.in: Move .PHONY up to force execution of `all'.
+
+1999-05-14  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.14 is released
+
+1999-05-14  SL Baur  <steve@gneiss.etl.go.jp>
+
+       * update-elc.sh (ignore_pattern): Correct ignore_dirs/ignore=dirs
+       european keyboard fuckage.
+
+1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * update-elc.sh (ignore_pattern): Installation.el is dead.
+
+1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * gnuclient.c: Include <sysfile.h> instead of <../src/sysfile.h>.
+
+       * Makefile.in.in (cppflags): Add -I$(top_srcdir)/src.
+
+1999-04-29  Andy Piper  <andy@xemacs.org>
+       
+       * make-docfile.c: build fixes for mingw32.      
+       * movemail.c: ditto.
+       * run.c: ditto.
+       * yow.c: ditto.
+       * profile.c: ditto.
+       (gettimeofday): new function copied from nt.c.
+       
+       * fakemail.c (make_file_preface): make buildable under windows.
+
+       * Makefile.in.in: fix some build targets for when we are building
+       on a windows platform.
+
+1999-03-12  giacomo boffi  <giacomo.boffi@polimi.it>
+
+       * sorted-doc.c: corrected the outdated or plainly wrong
+       texinfo headers. Broken up the mega-@table that crashes (at
+       least RedHat's) TeX with:
+        "! TeX capacity exceeded, sorry [save size=4000]."
+
+1999-03-12  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.13 is released
+
+1999-03-10  Martin Buchholz  <martin@xemacs.org>
+
+       * fakemail.c (add_a_stream): Always use full ANSI prototypes.
+
+1999-03-06  Martin Buchholz  <martin@xemacs.org>
+
+       * fakemail.c (main): Ansify.
+       (xmalloc): Ansify.
+       (xrealloc): Ansify.
+       (get_keyword): use paranoid casts ((int) (unsigned char) c) for
+       islower, toupper, isspace.
+
+1999-03-05  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.12 is released
+
+1999-03-01  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.11 is released
+
+1999-02-17  SL Baur  <steve@xemacs.org>
+
+       * update-elc.sh (ignore_dirs): Ignore lisp/mule subdirectory when
+       running latin-1 XEmacs.  Eliminate 20.4 bundled kludges.
+       * update-custom.sh (ignore_dirs): Ditto.
+
+1999-02-15  Martin Buchholz  <martin@xemacs.org>
+
+       * update-elc.sh:
+       * update-autoloads.sh:
+       * update-custom.sh:
+       - improved automounter tmp directory support.
+       - support 4 (!) empirically discovered automounter conventions
+
+1999-02-05  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.10 is released
+
+1999-02-02  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.9 is released
+
+1999-01-27  Martin Buchholz  <martin@xemacs.org>
+
+       * movemail.c (strerror): Must be NON-static, since it is used by
+       the POP code, which got moved to a separate file.
+
+1999-01-11  Damon Lipparelli  <lipp@primus.com>
+
+       * Makefile.in.in: use ellcc (not ellc) everywhere
+
+1999-01-10  J. Kean Johnston  <jkj@sco.com>
+
+       * Makefile.in.in: Include moduledir and sitemoduledir as defined
+       by configure.
+       - Install ellcc if we're supporting shared objects
+       - Rules and dependancies for ellcc
+
+       * ellcc.c: New file. Front end to the compiler for making modules.
+
+       * ellcc.h.in: New file. Contains path definitions used by ellcc.
+
+       * make-docfile.c (main): Add check for -E argument used by ellcc.
+
+       * make-docfile.c: Changed output format when in -E mode.
+
 1998-12-28  Martin Buchholz <martin@xemacs.org>
 
        * XEmacs 21.2.8 is released.