diff lib-src/ChangeLog @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 8de8e3f6228a
children 576fb035e263
line wrap: on
line diff
--- a/lib-src/ChangeLog	Mon Aug 13 11:33:40 2007 +0200
+++ b/lib-src/ChangeLog	Mon Aug 13 11:35:02 2007 +0200
@@ -1,3 +1,200 @@
+2000-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+	* make-po.c (BUFSIZE): Increase value to 32768.
+
+2000-10-04  Martin Buchholz <martin@xemacs.org>
+
+	* XEmacs 21.2.36 is released.
+
+2000-09-30  Martin Buchholz  <martin@xemacs.org>
+
+	* gnuserv.c (main): Warning removal.
+
+2000-09-27  Martin Buchholz  <martin@xemacs.org>
+
+	* ellcc.c: Make global variables static.  Avoids warnings on AIX.
+
+	* fakemail.c (make_file_preface): Use standard type time_t.
+	Actually check that the 25th char returned from ctime is '\n'.
+
+2000-09-19  Martin Buchholz  <martin@xemacs.org>
+
+	* *: Spelling mega-patch
+
+2000-09-12  Martin Buchholz  <martin@xemacs.org>
+
+	* gnuclient.c (main):
+	* hexl.c (usage):
+	Use `Usage', not `usage', in Usage messages.
+
+2000-07-15  Ben Wing  <ben@xemacs.org>
+
+	* etags.c (add_regex): added commented out code for use figuring
+	out Windows quoting problems.
+	* hexl.c (main): fixed warnings about possible used uninitialized.
+
+2000-07-19  Martin Buchholz <martin@xemacs.org>
+
+	* XEmacs 21.2.35 is released.
+
+2000-07-12  Martin Buchholz  <martin@xemacs.org>
+
+	* gnuserv.c:
+	(handle_internet_request): 
+	(handle_unix_request): 
+	(internet_init): 
+	Use socklen_t instead of int or size_t.
+
+2000-07-11  Martin Buchholz  <martin@xemacs.org>
+
+	* hexl.c (usage): Use full ANSI C prototypes.
+
+2000-07-05  Craig Lanning  <lanning@scra.org>
+
+	* Makefile.in.in (INSTALL_DATA):
+	* Makefile.in.in (UTILITIES):
+	* Makefile.in.in (GETOPTDEPS):
+	* Makefile.in.in (i):
+	mingw support: don't try to build gnuclient, add
+        support for building and installing minitar
+
+2000-06-10  Ben Wing  <ben@xemacs.org>
+
+	* Makefile.in.in (INSTALLABLES_BASE):
+	* Makefile.in.in (ootags_args):
+	* Makefile.in.in (yow):
+	Build i.exe.
+	Don't build run*.exe.
+	
+	* b2m.c:
+	* b2m.c (main):
+	* ellcc.c (main):
+	* etags.c:
+	* etags.c (main):
+	* etags.c (get_compressor_from_suffix):
+	* etags.c (process_file):
+	* etags.c (readline_internal):
+	* etags.c (etags_getcwd):
+	* etags.c (relative_filename):
+	* etags.c (absolute_filename):
+	* etags.c (filename_is_absolute):
+	* etags.c (canonicalize_filename):
+	* fakemail.c:
+	* fakemail.c (make_file_preface):
+	* getopt.c:
+	* getopt.h:
+	* gnuclient.c:
+	* gnuclient.c (filename_expand):
+	* gnuserv.h:
+	* gnuserv.h (PATCHLEVEL):
+	* hexl.c:
+	* hexl.c (main):
+	* make-docfile.c:
+	* make-docfile.c (APPEND_BINARY):
+	* make-docfile.c (main):
+	* make-dump-id.c:
+	* mmencode.c:
+	* mmencode.c (fromqp):
+	* mmencode.c (main):
+	* movemail.c:
+	* movemail.c (main):
+	* movemail.c (popmail):
+	* ootags.c:
+	* ootags.c (main):
+	* ootags.c (readline_internal):
+	* ootags.c (etags_getcwd):
+	* ootags.c (absolute_filename):
+	* ootags.c (filename_is_absolute):
+	* ootags.c (canonicalize_filename):
+	* pop.c:
+	* pop.c (DONT_ENCAPSULATE):
+	* pop.c (pop_open):
+	* pop.c (socket_connection):
+	* pop.c (pop_trash):
+	* profile.c (gettimeofday):
+	* wakeup.c:
+	* yow.c (rootrelativepath):
+	Remove MSDOS support, converting to WIN32_NATIVE where necessary.
+	WINDOWSNT -> WIN32_NATIVE.
+	__CYGWIN32__ -> CYGWIN.
+	DOS_NT -> WIN32_NATIVE.
+	Remove unused NO_SHORTNAMES.
+	Changes for removed nt\inc.
+
+2000-06-07  Ben Wing  <ben@xemacs.org>
+
+	* run.c, run.h, run.rc: Removed.  We no longer need these for
+	building runxemacs.exe, and it's questionable at best whether
+	rungnuclient.exe was ever used or is even needed.  The correct
+	solution is just to make gnuclient.exe a windows program and
+	use the gnuattach script to run 'i gnuclient.exe'.  Not that
+	gnuclient currently works under Windows native in any case.
+
+2000-05-28  Martin Buchholz <martin@xemacs.org>
+
+	* XEmacs 21.2.34 is released.
+
+2000-05-11  Ben Wing  <ben@xemacs.org>
+
+	* i.c (get_command): fix unused var warning.
+	
+	* make-docfile.c (MDGET):
+	* make-docfile.c (read_c_string):
+	rewrite and reindent -- handle closing doc string comment that's
+	not at beg of line.
+
+2000-05-01  Martin Buchholz <martin@xemacs.org>
+
+	* XEmacs 21.2.33 is released.
+
+2000-04-19  Martin Buchholz  <martin@xemacs.org>
+
+	* gnuclient.c (initialize_signals): Always use full ANSI prototypes.
+
+2000-04-06  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
+
+	* i.c: New file, source for the i utility.
+
+2000-03-22  Mike Alexander  <mta@arbortext.com>
+
+	* make-dump-id.c (gettimeofday): new (Windows only)
+
+2000-03-20  Martin Buchholz <martin@xemacs.org>
+
+	* XEmacs 21.2.32 is released.
+
+2000-03-20  Martin Buchholz  <martin@xemacs.org>
+
+	* make-dump-id.c: Use config.h and systime.h for portability.
+
+2000-02-20  Olivier Galibert  <galibert@pobox.com>
+
+	* make-dump-id.c: Added.
+
+	* Makefile.in.in: Add support for make-dump-id.
+
+2000-03-12  Ben Wing  <ben@xemacs.org>
+
+        * etags.c (canonicalize_filename): fixed a problem with gratuitous
+        capitalization of file names under MS Windows. 
+
+2000-02-23  Martin Buchholz <martin@xemacs.org>
+
+	* XEmacs 21.2.31 is released.
+
+2000-02-21  Martin Buchholz <martin@xemacs.org>
+
+	* XEmacs 21.2.30 is released.
+
+2000-02-16  Martin Buchholz <martin@xemacs.org>
+
+	* XEmacs 21.2.29 is released.
+
+2000-02-13  Martin Buchholz  <martin@xemacs.org>
+
+	* etags.c: Upgrade to version 13.44.
+	Only added (unsigned char) casts to calls like isspace (*cp).
+
 2000-02-07  Martin Buchholz <martin@xemacs.org>
 
 	* XEmacs 21.2.28 is released.