From xemacs-m  Thu May 22 07:28:25 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 HAA01790
	for <xemacs-beta@xemacs.org>; Thu, 22 May 1997 07:28:24 -0500 (CDT)
Received: from Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id FAA17747; Thu, 22 May 1997 05:43:21 -0700
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id FAA26604; Thu, 22 May 1997 05:27:40 -0700
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id FAA01611; Thu, 22 May 1997 05:27:41 -0700
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id FAA17735; Thu, 22 May 1997 05:27:41 -0700
Date: Thu, 22 May 1997 05:27:41 -0700
Message-Id: <199705221227.FAA17735@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: PATCH: new-configure-2.diff
X-Mailer: VM 6.31 under 20.2 XEmacs Lucid
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

in your incoming.

Thu May 22 04:19:09 1997  Martin Buchholz  <mrb@eng.sun.com>

	* lisp/prim/files.el (auto-mode-alist): Reorg.  Support
	pre-processed fortran files.  *.m4 files now default to autoconf mode.

	* lisp/prim/about.el: Promote Hrvoje.  Picture still needed...

	* lisp/modes/ksh-mode.el:  _ has symbol syntax.
	* lisp/modes/m4-mode.el:  _ has symbol syntax.
	* lisp/modes/pascal.el:  _ has symbol syntax.
	* lisp/modes/f90.el:  _ has symbol syntax.
	* lisp/modes/cperl-mode.el:  _ has symbol syntax.
	* lisp/modes/autoconf-mode.el: _ has symbol syntax.

	* configure.in: Try to fix all reported bugs with 20.3-b1.
	Change HAVE_WNN6 to WNN6.  WNN6 correctly autodetected.
	extra-verbose now default on beta builds.
	extra-verbose now much more verbose.
	Don't set libs_termcap to " ".
	Detect -lXm AFTER detecting -lXpm.
	Use runtime paths before running tests, since AC_TRY_RUN may
	depend on it.
	with-xim=motif only default on Solaris.
	realpath moved from s&m to configure.in.
	xemacs-version.h removed.  main_1 now contains $canonical as well, 
	for even more useful backtraces.
	termcap handling rewritten.
	Create .sbinit for Sun's source browser.
	Warn user if no XPM support present.
	Warn user if compiling in error checking.

	* Makefile.in: use MAKE_SUBDIR consistently.  Remove references to 
	dynodump.  Remove core when cleaning.  Remove config.log.
	make distclean now functional.


I didn't separate out the configure and non-configure changes - too
much work.

If possible, please apply the patch to make a 20.3-b2.

Thanks.

Martin

