XEmacs 21.2.9
[chise/xemacs-chise.git.1] / lib-src / ChangeLog
index 927c3e1..bce323a 100644 (file)
@@ -1,3 +1,73 @@
+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.
+
+1998-12-24  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.7 is released.
+
+1998-12-17  Andy Piper  <andy@xemacs.org>
+
+       * pop.c (pop_open): disable use of getpass() which doesn't exist under NT.
+
+       * movemail.c: mess with includes so that it builds under native NT.
+
+       * pop.c: mess with includes so that it builds under native NT.
+       From Fabrice Popineau <popineau@ese-metz.fr>
+       
+1998-12-16  Andy Piper  <andy@xemacs.org>
+
+       * XEmacs 21.2.6 is released
+
+1998-12-05  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.5 is released
+
+1998-11-28  SL Baur  <steve@altair.xemacs.org>
+
+       * XEmacs 21.2-beta4 is released.
+
+1998-10-14  Andy Piper  <andyp@parallax.co.uk>
+
+       * Makefile.in.in (movemail): add getopt.o to objects to link with.
+
+       * movemail.c (main): rewrite to use getopt(). Add options for
+       order reversal, progress output, regexp matching and message
+       deletion.
+       (popmail): add some optional verbose messages. Use pop_search_top
+       for getting messages. Make message deletion optional. Delete all
+       messages at the end rather than on a message my message basis.
+       (pop_search_top): new function. Looks for messages matching regexp.
+       (compile_regex): new function stolen from etags.
+
 1998-10-15  SL Baur  <steve@altair.xemacs.org>
 
        * XEmacs 21.2-beta3 is released.