From xemacs-m  Thu Apr 24 11:01:50 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id LAA26675
	for <xemacs-beta@xemacs.org>; Thu, 24 Apr 1997 11:01:47 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id JAA28117;
	Thu, 24 Apr 1997 09:15:02 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: 20.2b2 balloon-help broken?
References: <E0wKQKS-00012w-00@neal.ctd.comsat.com>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: Neal Becker's message of Thu, 24 Apr 1997 11:21:00 -0400
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
Date: 24 Apr 1997 09:15:01 -0700
Message-ID: <m23esgqtx6.fsf@altair.xemacs.org>
Lines: 31
X-Mailer: Gnus v5.4.46/XEmacs 20.2(beta3)

Neal Becker <neal@ctd.comsat.com> writes:

> It looks like balloon-help no longer works with 20.2b2 although it did 
> with 20.2b1.  I see balloon-help in the features list, but nothing
> happens when the mouse is placed over sensitive areas.

Oops.  Does it still not show up if you do (load "balloon-help")?

Thu Apr 24 09:14:13 1997  Steven L Baur  <steve@altair.xemacs.org>

	* balloon-x.c (vars_of_balloon_x): Don't override advertised and
	supported balloon-help.

Index: src/balloon-x.c
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/src/balloon-x.c,v
retrieving revision 1.2
diff -u -r1.2 balloon-x.c
--- balloon-x.c	1997/04/24 04:00:44	1.2
+++ balloon-x.c	1997/04/24 16:13:18
@@ -159,5 +159,5 @@
 void
 vars_of_balloon_x (void)
 {
-  Fprovide (intern ("balloon-help"));
+  Fprovide (intern ("c-balloon-help"));
 }

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

