From xemacs-m  Thu Jun 12 04:41:57 1997
Received: from mgate.uni-hannover.de (mgate.uni-hannover.de [130.75.2.3])
	by xemacs.org (8.8.5/8.8.5) with SMTP id EAA21495
	for <xemacs-beta@xemacs.org>; Thu, 12 Jun 1997 04:41:55 -0500 (CDT)
Received: from helios (actually helios.tnt.uni-hannover.de) by mgate 
          with SMTP (PP); Thu, 12 Jun 1997 11:40:34 +0200
Received: from daedalus.tnt.uni-hannover.de by helios (SMI-8.6/SMI-SVR4) 
          id LAA21861; Thu, 12 Jun 1997 11:39:37 +0200
Received: by daedalus.tnt.uni-hannover.de (SMI-8.6/SMI-SVR4) id LAA15743;
          Thu, 12 Jun 1997 11:39:35 +0200
Date: Thu, 12 Jun 1997 11:39:35 +0200
Message-Id: <199706120939.LAA15743@daedalus.tnt.uni-hannover.de>
From: Heiko Muenkel <muenkel@tnt.uni-hannover.de>
To: xemacs-beta@xemacs.org
Subject: 19.15: Bugfix for x-iso8859-1.el
X-Mailer: VM 6.22 under 19.15p5 XEmacs Lucid
X-Face: n}R'l6CHRf>pi&bj7[x0CW3:kmXm@1)7m+l*9[fp;-Ow4Xe~=5E;skf?2> 
        y]f{HzB|Q(\V9+y$PP~.4G[2n4W7{6Ilm[AMY9B:0kj.K_$-d%p4YIF*bX;=ADp6{ 
        HS@NEv9c.VII+9PgXHASx}K(jy^t=q%qzZ72q1e4E;O!$A$`&wgtLk"1%p.nC_G!] 
        4d1!+J4Q#YD_iXeEy`1x)d\r$1Qn\'23n|[8Y_xzuXJJ7W(EGqnzB]`]aq??;+z=) 
        DW~\'Vq&F'g%QU[Mv2:}nS>SdZFTEC2GsgB=Q,:~H<R5S[:ZN%B:s0;|v1x"Jb
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII

Here's the bugfix for 19.15p5:

*** lisp/x11/x-iso8859-1.el.~1~	Wed Dec 18 04:33:16 1996
--- lisp/x11/x-iso8859-1.el	Thu Jun 12 11:21:02 1997
***************
*** 18,23 ****
--- 18,24 ----
  ;; Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  
  ;; created by jwz, 13-jun-92.
+ ;; changed by Heiko Muenkel, 12-jun-1997: Added a grave keysym.
  
  ;; Under X, when the user types a character that is ISO-8859/1 but not ASCII,
  ;; it comes in as a symbol instead of as a character code.  This keeps things
***************
*** 92,97 ****
--- 93,99 ----
   ;; distributions.  If a vendor varies from this, adjustments will need
   ;; to be made...
  
+  (grave			?\140)
   (nobreakspace		?\240)
   (exclamdown		?\241)
   (cent			?\242)
***************
*** 115,123 ****
   (acute			?\264)	; Why is there an acute keysym that is 
   (mu			?\265)	; distinct from apostrophe/quote, but 
   (paragraph		?\266)	; no grave keysym that is distinct from
!  (periodcentered	?\267)	; backquote?
!  (cedilla		?\270)
!  (onesuperior		?\271)
   (masculine		?\272)
   (guillemotright	?\273)
   (onequarter		?\274)
--- 117,125 ----
   (acute			?\264)	; Why is there an acute keysym that is 
   (mu			?\265)	; distinct from apostrophe/quote, but 
   (paragraph		?\266)	; no grave keysym that is distinct from
!  (periodcentered	?\267)	; backquote? 
!  (cedilla		?\270)  ; I've added the grave keysym, because it's
!  (onesuperior		?\271)  ; used in x-compose (Heiko Muenkel).
   (masculine		?\272)
   (guillemotright	?\273)
   (onequarter		?\274)

