From xemacs-m  Sat Jul 12 04:59:19 1997
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id EAA00045
	for <xemacs-beta@xemacs.org>; Sat, 12 Jul 1997 04:59:18 -0500 (CDT)
Received: from Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id DAA28527; Sat, 12 Jul 1997 03:26:05 -0700
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id CAA15132; Sat, 12 Jul 1997 02:58:48 -0700
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id CAA05485; Sat, 12 Jul 1997 02:58:46 -0700
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id CAA15425; Sat, 12 Jul 1997 02:58:44 -0700
Date: Sat, 12 Jul 1997 02:58:44 -0700
Message-Id: <199707120958.CAA15425@xemacs.eng.sun.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: Steven L Baur <steve@miranova.com>
Cc: XEmacs Beta Test <xemacs-beta@xemacs.org>
Subject: new-configure-11.diff
X-Mailer: VM 6.32 under 20.3 "Sofia" XEmacs  Lucid (beta9)
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

I don't have any further configure changes planned after this - I will
continue to fix bugs and help out the folks from SGI and IBM who still
have slightly broken configure.  I continue to offer to fix any
configure problems on any machine where I can actually try building
XEmacs directly myself.

1997-07-11  Martin Buchholz  <mrb@eng.sun.com>

	* *Makefile*: More cleanup.
	- MAKE CFLAGS=-foo now works with recursive invocations on old makes
	- Nuke ld_call_shared from s&m files
	- Nuke src/s/*-static.h
	- Nuke Solaris and DEC OSF static build support.
	- Nuke SHORTNAMES
	- Nuke libmld
	- CLASH_DETECTION configurable, off by default.

	* *.[ch]: Warning elimination, code cleanup, some 64-bit
	safeguarding.

	* sol2.h: More bullet-proofing for Sun bugs in header files.
	

	* lib-src/etags.c: etags version 12.19.

	* lisp/x11/x-select.el:
	* src/xselect.c: Try STRING if selection owner couldn't convert
	COMPOUND_TEXT. 

	* src/*.c: Change defalt to default_, and in general allow
	doc-snarfing functions to recognize and ignore trailing `_'

	* src/*.[ch]: Introduce XVECTOR_DATA and XVECTOR_LENGTH macros and 
	convert source code to use them consistently.

