From xemacs-m  Thu Sep 11 03:40:41 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 DAA06459
	for <xemacs-beta@xemacs.org>; Thu, 11 Sep 1997 03:40:41 -0500 (CDT)
Received: from Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id BAA06582 for <xemacs-beta@xemacs.org>; Thu, 11 Sep 1997 01:40:11 -0700
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id BAA02006; Thu, 11 Sep 1997 01:40:10 -0700
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id BAA24151; Thu, 11 Sep 1997 01:40:08 -0700
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id BAA25885; Thu, 11 Sep 1997 01:40:05 -0700
Date: Thu, 11 Sep 1997 01:40:05 -0700
Message-Id: <199709110840.BAA25885@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: XEmacs Beta Test <xemacs-beta@xemacs.org>
Subject: Upcoming PATCH for keyboars stuff etc..
X-Mailer: VM 6.33 under 20.3 "Vienna" XEmacs  Lucid (beta14)
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

Steve, you'll find keyboard-1.diff* in your incoming.

Here are your Changelog entries:

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

	* configure.in: Use `PATH' for options that take multiple dirs.
	- Fix test for $PWD == `pwd`
	- Prefer autodetected X11R6 to X11 so that broken HP and Linux
	systems can work.  (untested)

	* lisp/cl/cl.el:  Fix `loop' indentation to be same as `defun'.
	* lisp/prim/dumped-lisp.el:  cl-extra and cl-seq always end up
	being autoloaded - let's make them part of the core.

	* lisp/x11/x-compose.el:
	* lisp/x11/x-init.el:
	* lisp/x11/x-win-sun.el:
	* lisp/x11/x-winxfree86.el:
	* src/device-x.c:
	* src/event-Xt.c:
	- Yet another rewrite of key handling (not the last, though)
	- x-keysym-on-keyboard-p is much faster.
	- x-keysym-on-keyboard-sans-modifiers-p introduced.
	- x-keysym-hashtable introduced.
	- allow X11R4 libs to guess keysyms on X11R5 servers.
	- A better workaround for the bug that some Xlibs generate 
	  Multi_key a adiaeresis when pressing Multi_key a "
	
	* src/dgif_lib.c: Make sure size_t is defined before using it.

