diff ChangeLog @ 4765:1257b938f03a

automatic merge
author Stephen J. Turnbull <stephen@xemacs.org>
date Fri, 04 Dec 2009 10:59:45 +0900
parents 53f27fcd3cd9
children 5460287a3327
line wrap: on
line diff
--- a/ChangeLog	Fri Dec 04 10:56:38 2009 +0900
+++ b/ChangeLog	Fri Dec 04 10:59:45 2009 +0900
@@ -1,3 +1,20 @@
+2009-12-01  Mike Alexander  <mta@umich.edu>
+
+	* configure.ac: Make --with-database={dbm|gdbm} work again, it's
+	testing $ndbm_h_found which is never set.
+	* configure: ditto
+
+2009-11-10  Jerry James  <james@xemacs.org>
+
+	* Makefile.in.in: Remove dynodump support.  Delete out-of-date comment
+	about Xenix.
+	* aclocal.m4: Remove support for old operating systems.
+	* configure.ac: Remove support for old machines and operating systems.
+	Remove support for dynodump.
+	(COFF_ENCAPSULATE) Remove, unused.
+	* configure: Regenerate.
+	* dynodump: Remove.
+
 2009-11-18  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* PROBLEMS: Describe duplicate symbol warnings on Mac OS X.
@@ -9,7 +26,7 @@
 
 2009-11-09  Jerry James  <james@xemacs.org>
 
-	* configure.ac: Don't defined GNU_MALLOC, as there is no longer an
+	* configure.ac: Don't define GNU_MALLOC, as there is no longer an
 	"old" GNU malloc.
 
 2009-10-05  Jerry James  <james@xemacs.org>