Received: from jimi.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa02131;
          26 Dec 96 23:29 PST
To: jay@JIMI.CS.UNLV.EDU
Subject: bug-chimera jul 96
Date: Thu, 26 Dec 1996 23:29:29 -0800
From: Jay Nietling <jay@JIMI.CS.UNLV.EDU>


------- Forwarded Messages

Received: from mama.indstate.edu by JIMI.CS.UNLV.EDU id aa14673;
          5 Jul 96 8:01 PDT
Received: (from liug@localhost) by mama.indstate.edu (8.6.12/8.6.9) id KAA06618; Fri, 5 Jul 1996 10:01:17 -0500
Date: Fri, 5 Jul 1996 10:01:17 -0500
From: "Frank G. Liu" <liug@mama.indstate.edu>
Message-Id: <199607051501.KAA06618@mama.indstate.edu>
To: john@carey.CS.UNLV.EDU
Subject: Re: //6//2/admin/QNX_inchimera1.65
Cc: bug-chimera@cs.unlv.edu

> From john@carey.CS.UNLV.EDU Wed Jul  3 14:53:28 1996
> To: "Frank G. Liu" <liug@mama.indstate.edu>
> Subject: Re: //6//2/admin/QNX_inchimera1.65 
>
> >I compiled chimera-1.65 recently and really love it,
> >it is much smaller than those popular packages and
> >comes with source code. Any plan for the next
> >release? When will it be?
> >
> >It will be great if those features can be added:
> >1) tables
> >2) anchor (link to a specific place within the document)
> >3) mailto:
>
> There has been a 2.0 release (http://www.physics.unlv.edu/~john/chimera/src/)
> of alpha quality.  It doesn't include support for tables but the next
> one will (my development copy does :).  It supports floating objects
> as well.  I'm shooting for HTML3.2.
>
> Anchors are handled properly in 2.0 but I have no plans to implement
> mailto myself.  I expect someone will though.

I got the source from http://www.physics.unlv.edu/~john/chimera/src/,
wonder why it is not in the regular ftp site like: ftp.cs.unlv.edu/pub/chimera.
Anyway, I will join the chimera mailing list.
I am using QNX, a POSIX-compliant unix on ibm-pcs, and the compiler
is Watcom C/C++.
It compiles ok, except the following 2 changes:
(1) cfh108-2.0/www/io.c
    change: fcntl(s, F_SETFL, FNDELAY);
    to:
#ifdef __QNX__
  fcntl(s, F_SETFL, O_NONBLOCK);
#else
  fcntl(s, F_SETFL, FNDELAY);
#endif

(2) cfh108-2.0/image/image_endian.h
    add the following:
#if defined(__QNX__)
#define __i386__ 1
#endif

The executalbe (chimera) runs, but
(1) anchor still doesn't work.
(2) compare to version1.65, I lost
    a. Search button
    b. Save into a PostScript.
    c. Can we have a Forward in addition to Back button?

Ater I did a "make install", I can't start chimera with a good
screen. Looks like the resource file has some problem, 'cause
if I remove /usr/lib/X11/app-defaults/Chimera, chimera looks
ok again. Since /usr/lib/X11/app-defaults/Chimera points to
~/.chimera/resources, I played with ~/.chimera/resources a little
bit, but I am unable to get a fullsized screen of chimera,
and I can't make proxy work behind a firewall (even if I
copied the same lines from the old chimera1.65 resource file).

In the directory: cfh108-2.0/lib/, you don't have those old
files like:
cacheinfo
protocol
convert        

Are they still supported? I might need "protocol" to use
NNTP and mailto.

I haven't got a chance to test the ftp yet.

Frank

>
> >My understanding is that the following 2 features are already
> >in 1.65, but I can't make it work.
> >1) NNTP news reading
> >2) ftp to download binary files.
>
> NNTP is available as an external program.  Look at the chimera home
> page (http://www.unlv.edu/chimera/) for a link (I hope...I haven't
> looked at it in a long while).
>
> FTP should be able to handle binary files...all transfers are 8 bit
> transfers.  It could be there is a bug but there will be no more
> releases of 1.x.  I know this works fine in 2.0.
>
> If you want to receive announcements of new versions send a subscribe
> message to chimera-announce-request@cs.unlv.edu.
>
> Thanks for the email.
>
> 							-john
>

------- Message 2

Received: from emu.pmms.cam.ac.uk by JIMI.CS.UNLV.EDU id aa18096;
          5 Jul 96 10:37 PDT
Received: by emu.pmms.cam.ac.uk (UK-Smail 3.1.25.1/1); Fri, 5 Jul 96 18:32 BST
Message-Id: <m0ucEkT-0003W4C@emu.pmms.cam.ac.uk>
From: C J Read <C.J.Read@pmms.cam.ac.uk>
Subject: please unsubscribe
To: bug-chimera@cs.unlv.edu
Date: Fri, 5 Jul 1996 18:32:57 +0100 (BST)
X-Mailer: ELM [version 2.4 PL25]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Length: 20        

please unsubscribe


------- Message 3

Received: from sippie.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa11643;
          12 Jul 96 10:51 PDT
To: bug-chimera@unlv.edu
Subject: Hello?
Date: Fri, 12 Jul 1996 10:51:56 -0700
From: Steve E Lumos <slumos@sippie.CS.UNLV.EDU>


Is there going to be a new alpha/beta/anything this month? This year?

TTYL - Steve


------- Message 4

Received: from carey.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa14708;
          12 Jul 96 13:32 PDT
To: Steve E Lumos <slumos@sippie.cs.unlv.edu>
cc: bug-chimera@unlv.edu
Subject: Re: Hello? 
In-reply-to: Your message of "Fri, 12 Jul 1996 10:51:56 PDT."
Date: Fri, 12 Jul 1996 13:32:01 -0700
From: John Kilburg <john@carey.CS.UNLV.EDU>

>Is there going to be a new alpha/beta/anything this month? This year?
>
>TTYL - Steve

There will be a release before the end of July.  I'm taking two days off
next week to work on chimera and buy tires for my truck.

By the way, the next release will use the GPL.  Comments from
contributors?

							-john

------- Message 5

Received: from slappy.cs.rose-hulman.edu by JIMI.CS.UNLV.EDU id aa15845;
          12 Jul 96 14:13 PDT
Received: from oberon.cs.rose-hulman.edu (oberon.cs.rose-hulman.edu [137.112.40.157]) by slappy.cs.rose-hulman.edu (8.7.5/8.7.3) with ESMTP id QAA29622; Fri, 12 Jul 1996 16:13:27 -0500 (EST)
From: "Frank G. Liug" <liug@cs.rose-hulman.edu>
Received: (from liug@localhost) by oberon.cs.rose-hulman.edu (8.7.5/8.7.3) id QAA05995; Fri, 12 Jul 1996 16:13:22 -0500 (EST)
Date: Fri, 12 Jul 1996 16:13:22 -0500 (EST)
Message-Id: <199607122113.QAA05995@oberon.cs.rose-hulman.edu>
To: john@carey.CS.UNLV.EDU, slumos@sippie.cs.unlv.edu
Subject: Re: Hello?
Cc: bug-chimera@unlv.edu

Will those problems I reported last week be fixed?

------- Message 6

Received: from carey.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa16926;
          12 Jul 96 15:05 PDT
To: "Frank G. Liug" <liug@cs.rose-hulman.edu>
cc: bug-chimera@unlv.edu
Subject: Re: Hello? 
In-reply-to: Your message of "Fri, 12 Jul 1996 16:13:22 CDT."
             <199607122113.QAA05995@oberon.cs.rose-hulman.edu> 
Date: Fri, 12 Jul 1996 15:05:20 -0700
From: John Kilburg <john@carey.CS.UNLV.EDU>

>Will those problems I reported last week be fixed?

Maybe.

							-john

------- Message 7

Received: from slappy.cs.rose-hulman.edu by JIMI.CS.UNLV.EDU id aa17689;
          12 Jul 96 15:45 PDT
Received: from oberon.cs.rose-hulman.edu (oberon.cs.rose-hulman.edu [137.112.40.157]) by slappy.cs.rose-hulman.edu (8.7.5/8.7.3) with ESMTP id RAA29713; Fri, 12 Jul 1996 17:44:59 -0500 (EST)
From: "Frank G. Liug" <liug@cs.rose-hulman.edu>
Received: (from liug@localhost) by oberon.cs.rose-hulman.edu (8.7.5/8.7.3) id RAA06623; Fri, 12 Jul 1996 17:44:55 -0500 (EST)
Date: Fri, 12 Jul 1996 17:44:55 -0500 (EST)
Message-Id: <199607122244.RAA06623@oberon.cs.rose-hulman.edu>
To: john@carey.CS.UNLV.EDU, liug@cs.rose-hulman.edu
Subject: Re: Hello?
Cc: bug-chimera@unlv.edu

>>Will those problems I reported last week be fixed?
> Maybe.
>                                                         -john

I hope at least the X Resource problem can be fixed,
otherwise I can only bring up a small ugly screen,
and can virtuely do nothing. Though I can bring up
fullscreen if I don't install the Resource, but I
need the Proxy feature.

Frank

------- Message 8

Received: from jimi.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa10547;
          15 Jul 96 2:41 PDT
Received: from ixgate02.dfnrelay.d400.de by JIMI.CS.UNLV.EDU id aa10537;
          15 Jul 96 2:38 PDT
X400-Received:  by mta d400relay in /PRMD=dfnrelay/ADMD=d400/C=de/; Relayed; Mon, 15 Jul 1996 10:46:05 +0200
X400-Received:  by /PRMD=DFG/ADMD=D400/C=DE/; converted (ia5-text); Relayed; Mon, 15 Jul 1996 12:47:13 +0200
Date:  Mon, 15 Jul 1996 12:47:13 +0200
X400-Originator:  Michael.Ritzert@I4.dfg.d400.de
X400-Recipients:  chimera-announce@cs.unlv.edu
X400-MTS-Identifier:  [/PRMD=DFG/ADMD=D400/C=DE/;95640151706991/42211@EUROPA]
X400-Content-Type:  P2-1984 (2)
Content-Identifier:  A86ZWJWFEL5I
From:  Michael Ritzert <Michael.Ritzert@I4.dfg.d400.de>
Message-ID:  <A86ZWJWFEL5I*@MHS>
To:  IPM Return Requested <chimera-announce@cs.unlv.edu>
Subject:  subscribe

subscribe


------- Message 9

Received: from hoopoe.psc.edu by JIMI.CS.UNLV.EDU id aa26763; 19 Jul 96 8:49 PDT
Received: from localhost (peterb@localhost [127.0.0.1]) by hoopoe.psc.edu (8.7.4/8.6.11) with SMTP id LAA21323 for <bug-chimera@unlv.edu>; Fri, 19 Jul 1996 11:49:32 -0400 (EDT)
Message-Id: <199607191549.LAA21323@hoopoe.psc.edu>
X-Authentication-Warning: hoopoe.psc.edu: Host peterb@localhost [127.0.0.1] didn't use HELO protocol
To: bug-chimera@unlv.edu
Subject: Re: Hello? 
In-reply-to: Your message of "Fri, 12 Jul 1996 13:32:01 PDT."
             <199607122051.QAA16364@ivory.lm.com> 
Date: Fri, 19 Jul 1996 11:49:32 -0400
From: Peter Berger <peterb@hoopoe.psc.edu>


So, where is the latest beta of chimera available from?

This information is not obvious from the web page.

Peter

------- Message 10

Received: from slappy.cs.rose-hulman.edu by JIMI.CS.UNLV.EDU id aa27315;
          19 Jul 96 9:34 PDT
Received: from david.cs.rose-hulman.edu (david.cs.rose-hulman.edu [137.112.40.25]) by slappy.cs.rose-hulman.edu (8.7.5/8.7.3) with ESMTP id LAA11277 for <bug-chimera@unlv.edu>; Fri, 19 Jul 1996 11:34:36 -0500 (EST)
From: "Frank G. Liug" <liug@cs.rose-hulman.edu>
Received: (from liug@localhost) by david.cs.rose-hulman.edu (8.7.5/8.7.3) id LAA05025 for bug-chimera@unlv.edu; Fri, 19 Jul 1996 11:34:34 -0500 (EST)
Date: Fri, 19 Jul 1996 11:34:34 -0500 (EST)
Message-Id: <199607191634.LAA05025@david.cs.rose-hulman.edu>
To: bug-chimera@unlv.edu
Subject: Re: Hello? 


Maybe we can get it during the weekend? ...beg...beg...

------- Message 11

Received: from carey.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa27732;
          19 Jul 96 10:00 PDT
To: Peter Berger <peterb@hoopoe.psc.edu>
cc: bug-chimera@unlv.edu
Subject: Re: Hello? 
In-reply-to: Your message of "Fri, 19 Jul 1996 11:49:32 EDT."
             <199607191549.LAA21323@hoopoe.psc.edu> 
Date: Fri, 19 Jul 1996 10:00:11 -0700
From: John Kilburg <john@carey.CS.UNLV.EDU>

>So, where is the latest beta of chimera available from?
>
>This information is not obvious from the web page.
>
>Peter

http://www.unlv.edu/~john/chimera/src/
http://www.physics.unlv.edu/~john/chimera/src/

							-john

------- Message 12

Received: from carey.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa27744;
          19 Jul 96 10:01 PDT
To: "Frank G. Liug" <liug@cs.rose-hulman.edu>
cc: bug-chimera@unlv.edu
Subject: Re: Hello? 
In-reply-to: Your message of "Fri, 19 Jul 1996 11:34:34 CDT."
             <199607191634.LAA05025@david.cs.rose-hulman.edu> 
Date: Fri, 19 Jul 1996 10:01:38 -0700
From: John Kilburg <john@carey.CS.UNLV.EDU>

>Maybe we can get it during the weekend? ...beg...beg...

I probably should have mentioned that the version available at
the previously mentioned locations is a month or two (or three)
old...

							-john

------- Message 13

Received: from homesick.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa09604;
          24 Jul 96 12:35 PDT
Received: from janus.certicom.ca by HOMESICK.CS.UNLV.EDU id aa25119;
          24 Jul 96 12:32 PDT
Received: from galois.certicom.ca (galois.certicom.ca [204.225.50.1])
	by janus with ESMTP (DuhMail/2.0)
	id PAA29444; Wed, 24 Jul 1996 15:31:12 -0500
Received: (from sklindsa@localhost) by galois.certicom.ca (8.6.12/8.6.9) id PAA23522; Wed, 24 Jul 1996 15:38:34 -0400
Date: Wed, 24 Jul 1996 15:38:33 -0400 (EDT)
From: "Scott K. Lindsay" <sklindsa@Certicom.CA>
Reply-To: SLindsay@Certicom.CA
To: bug-chimera@cs.unlv.edu
Subject: Bug in chimera v1.65
Message-ID: <Pine.BSF.3.91.960724153752.16214H-100000@galois.certicom.ca>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

There appears to be a bug in the way forms are handled.
The program does not set a value for <input type=submit>
form elements even if the form supplies a value.
This appears to be incorrect (as far as I can tell from reading the RFC) 
and makes it impossible to discriminate between multiple submit buttons 
on a form.  The following change to libhtmlw/HTMLwidgets.c appears to 
correct the problem (enough for my application at least).
441c441,442
< 	  cbdata.attribute_values[cnt] = NULL;
- ---
> 	  cbdata.attribute_values[cnt] = wptr->value; 

Regards,
skl

Scott K. Lindsay, P.Eng
Certicom Corp. (formerly Mobius Encryption Technologies)
SLindsay@Certicom.CA

------- Message 14

Received: from dhw.vip.best.com by JIMI.CS.UNLV.EDU id aa25048;
          27 Jul 96 19:04 PDT
Received: (from david@localhost) by dhw.vip.best.com (8.7.5/8.7.3) id TAA20135 for bug-chimera@cs.unlv.edu; Sat, 27 Jul 1996 19:04:46 -0700 (PDT)
Date: Sat, 27 Jul 1996 19:04:46 -0700 (PDT)
From: David Wolfskill <david@dhw.vip.best.com>
Message-Id: <199607280204.TAA20135@dhw.vip.best.com>
To: bug-chimera@cs.unlv.edu
Subject: cfh108-2.0: proto/http.c SIGSEGV

Managed to get a SIGSEGV trying to follow a mailto: with 2.108.  gdb
backtrace was:

#0  0xdc2fc72 in strcat ()
#1  0x2542c in HTTPOpen (hi=0x2eb350, up=0x2eb4c8) at http.c:846
#2  0x24e64 in HTTPReadHeader (ios=0x2eb9f4, len=174, hi=0x2eb350)
    at http.c:636
#3  0x250f8 in HTTPReadUnknown (ios=0x2eb9f4, len=174, hi=0x2eb350)
    at http.c:716
#4  0x27e82 in ReadStreamHandler (cldata=0x2eb9f4, netfd=0x2ea028, 
    xid=0xdfffbc0) at io.c:143
#5  0xdd2c844 in DoOtherSources ()
#6  0xdd2cacc in XtAppNextEvent ()
#7  0xdd26476 in XtAppMainLoop ()
#8  0x2da2 in main (argc=1, argv=0xdfffc80) at main.c:85


Turned out that in HTTPOpen, the hostname was NULL.

I'm not actually sure the following fix really "fixes" the problem, as
my subsequent attempt to follow that mailto: gave me an error message...
but at least it didn't SIGSEGV.  :-}

What I did was to whack HTTPGetHostname; seemed to me that the test on
line 803 was useful, but a tad incomplete:

*** proto/http.c.orig	Sat Jul 27 18:02:53 1996
- --- proto/http.c	Sat Jul 27 18:03:43 1996
***************
*** 800,806 ****
      hostname = hi->pup->hostname;
      *port = hi->pup->port;
    }
!   else if (hi->rup != NULL)
    {
      hostname = hi->rup->hostname;
      *port = hi->rup->port;
- --- 800,806 ----
      hostname = hi->pup->hostname;
      *port = hi->pup->port;
    }
!   else if ((hi->rup != NULL) && hi->rup->hostname != NULL)
    {
      hostname = hi->rup->hostname;
      *port = hi->rup->port;


For that matter, perhaps the test on line 798 should get the same
treatment?  Or perhaps I don't really know what I'm doing...?

david
- -- 
David H. Wolfskill				david@dhw.vip.best.com
As a computing professional, I believe it would be unethical for me to advise,
recommend, or support the use (save possibly for personal amusement) of any
product that is or depends on any Microsoft product.

------- End of Forwarded Messages

