This is G o o g l e's cache of http://www.lp.se/ftp/mailinglists/VMS-MOSAIC.1998-03.
G o o g l e's cache is the snapshot that we took of the page as we crawled the web.
The page may have changed since that time. Click here for the current page without highlighting.


Google is not affiliated with the authors of this page nor responsible for its content.
These search terms have been highlighted: levitte 

Archive-Date: Mon, 9 Mar 1998 03:43:25 +0100
Date: Sun, 08 Mar 1998 21:38:43 -0500 (EST)
From: George Cook <COOK@wvnvaxa.wvnet.edu>
Reply-To: VMS-MOSAIC@levitte.org
Subject: VMS Mosaic V3.0b3 now available
To: vms-mosaic@levitte.org
Message-ID: <01IUFSWH4YGMSJLLS2@wvnvms.wvnet.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII

There is a new beta release of VMS Mosaic at

ftp://wvnvms.wvnet.edu/mosaic/test/mosaic3_0b3.zip

It includes the following changes:
-----------------------------------------------------------------------
From VMS 3.0b2 to VMS 3.0b3

 o Added support for ALIGN in <DIV> tags
 o Added support for ALIGN (left and right) in <IMG> tags
 o Added support for WIDTH=pixels in <TD> tags
 o Added <FRAME> NAME and <FRAMESET> information to frame display 
 o Improved table cell and column width calculations
 o Improved support for forms in tables
 o Enlarged default size of the document view window
 o Reduced the size of the "broken image" image by over 50%
 o Added additional fixes from NCSA Mosaic 2.7b6
 o Upgraded PNG library to version 0.99a
 o Upgraded ZLIB library to version 1.0.8
 o Added support for &quot within tags
 o Eliminated display of borders for empty table cells
 o Fixed various alignment problems
 o Added separate table debug tracing
 o Added TRACE option to build procedure
 o Support for builds with DEC C V5.7
-----------------------------------------------------------------------


George
================================================================================
Archive-Date: Mon, 9 Mar 1998 16:13:06 +0100
Date: Mon, 9 Mar 1998 09:48:59 -0500
Message-ID: <98030909485943@tvax2.cdrh.fda.gov>
From: jonathan@tvax2.cdrh.fda.gov (Jonathan S. Boswell)
Reply-To: VMS-MOSAIC@levitte.org
To: VMS-MOSAIC@levitte.org
Subject: Re: VMS Mosaic V3.0b3 now available

>There is a new beta release of VMS Mosaic at

Great!  I tried it on my problem HP website and I can get farther
but I still bomb out.  Here are two URLs that kill Mosaic when you
hit the back button.

	http://www.hp.com/cposupport/indexes1/sj5ser.html
	http://www.hp.com/cposupport/indexes1/sj5ppc.html

These both load and are viewable.  But with the second URL loaded,
hitting the back button causes the Mosaic window to disappear and
the error message box to pop up.  With table support turned off via
the Options pulldown menu, Mosaic still works fine.

I tried this from a VAXstation 4000/VLC running VMS V7.1, UCX V4.1-8,
and DECwindows/Motif 1.2-3 after compiling without error using DECC.

>ftp://wvnvms.wvnet.edu/mosaic/test/mosaic3_0b3.zip

Why don't we VMS affictionados employ a DCL copy command instead?
Example:

$ copy/ftp/binary wvnvms.wvnet.edu::"/mosaic/test/mosaic3_0b3.zip" []

All right, all right.  It takes more letters.  But it avoids having
to crank up a web browser to employ a URL.

Jonathan Boswell
FDA/CDRH
================================================================================
Archive-Date: Mon, 9 Mar 1998 16:23:07 +0100
Date: Mon, 9 Mar 1998 10:23:24 -0500 (EST)
From: Jerome LAURET <JLAURET@sbchem.chem.sunysb.edu>
Reply-To: VMS-MOSAIC@levitte.org
To: VMS-MOSAIC@levitte.org
Message-ID: <980309102324.24c0e259@sbchem.chem.sunysb.edu>
Subject: Mosaic V03.0B3


	Hello George,
	I'd like to report a quick fix on HTTELNET . This is what I've done, got
and how I fixed it.



$ ! 7.8b3
$ @MAKE_MOSAIC "" MULTINET 
[...]

CC/DECC/Precision=SINGLE/Prefix=(All,Except=Ioctl)/OBJECT=ODIR:HTTELNET.OBJ HTTE
LNET.C

      sleep (2);
......^
%CC-I-IMPLICITFUNC, In this statement, the identifier "sleep" is implicitly decl
ared as a function.
at line number 355 in file STELL_USER1:[JLAURET.APPS_DEV.MOSAIC.LIBWWW2]HTTELNET
.C;5

$ CC/VERSION NL0:

 DEC C V5.3-006 on OpenVMS Alpha V6.2-1H3

$ diff HTTELNET.c
26a27,31
> #ifdef VMS
> /* For sleep() function */
> #include <unistd.h>
> #endif
>

$ @MAKE_MOSAIC "" MULTINET 
[...]
--- Building libwww2
CC/DECC/Precision=SINGLE/Prefix=(All,Except=Ioctl)/OBJECT=ODIR:HTTELNET.OBJ HTTE
LNET.C
LIBRARY /REPLACE [.AU]LIBWWW.OLB ODIR:HTTELNET.OBJ
Library libwww.olb built.





	Basically, I think a #include <unistd.h> is missing in that file.


             ,,,,,
            ( o o )
         --m---U---m--
             Jerome

	
================================================================================
Archive-Date: Mon, 9 Mar 1998 23:45:18 +0100
Date: Mon, 09 Mar 1998 17:37:21 -0500 (EST)
From: George Cook <COOK@wvnvaxa.wvnet.edu>
Reply-To: VMS-MOSAIC@levitte.org
Subject: Re: VMS Mosaic V3.0b3 now available
In-Reply-To: "Your message dated Mon, 09 Mar 1998 09:48:59 -0500" <98030909485943@tvax2.cdrh.fda.gov>
To: jonathan@tvax2.cdrh.fda.gov
CC: VMS-MOSAIC@levitte.org, COOK@wvnvaxa.wvnet.edu
Message-ID: <01IUGYVFJ5QUSJLACL@wvnvms.wvnet.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII

>Great!  I tried it on my problem HP website and I can get farther
>but I still bomb out.  Here are two URLs that kill Mosaic when you
>hit the back button.

>	http://www.hp.com/cposupport/indexes1/sj5ser.html
>	http://www.hp.com/cposupport/indexes1/sj5ppc.html

>These both load and are viewable.  But with the second URL loaded,
>hitting the back button causes the Mosaic window to disappear and
>the error message box to pop up.  With table support turned off via
>the Options pulldown menu, Mosaic still works fine.

There is a new HTMLTABLE.C in the FTP area which corrects this
problem.

>>ftp://wvnvms.wvnet.edu/mosaic/test/mosaic3_0b3.zip

>Why don't we VMS affictionados employ a DCL copy command instead?
>Example:

>$ copy/ftp/binary wvnvms.wvnet.edu::"/mosaic/test/mosaic3_0b3.zip" []

>All right, all right.  It takes more letters.  But it avoids having
>to crank up a web browser to employ a URL.

I normally just throw a LYNX command in front of this type of URL.
Lynx is quite good at FTPing and starts up very fast.  If Mosaic
had had the type of development Lynx has had over the years, it
would now be state of the art.


George
================================================================================
Archive-Date: Tue, 10 Mar 1998 22:12:55 +0100
Date: Tue, 10 Mar 1998 16:07:23 -0500 (EST)
From: George Cook <COOK@wvnvaxa.wvnet.edu>
Reply-To: VMS-MOSAIC@levitte.org
Subject: Re: Mosaic V03.0B3
In-Reply-To: "Your message dated Mon, 09 Mar 1998 10:23:24 -0500 (EST)" <980309102324.24c0e259@sbchem.chem.sunysb.edu>
To: Jerome LAURET <JLAURET@sbchem.chem.sunysb.edu>
CC: VMS-MOSAIC@levitte.org, COOK@wvnvaxa.wvnet.edu
Message-ID: <01IUI9XIG3SESJLACL@wvnvms.wvnet.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII


>	I'd like to report a quick fix on HTTELNET . This is what I've done, got
>and how I fixed it.

>      sleep (2);
>......^
>%CC-I-IMPLICITFUNC, In this statement, the identifier "sleep" is implicitly decl
>ared as a function.
>at line number 355 in file STELL_USER1:[JLAURET.APPS_DEV.MOSAIC.LIBWWW2]HTTELNET
>.C;5

The fix for this will be included in the next release.


George
================================================================================
Archive-Date: Mon, 16 Mar 1998 22:32:39 +0100
Date: Mon, 16 Mar 1998 22:35:30 MET
From: stellanl@concinnity.se
Reply-To: VMS-MOSAIC@levitte.org
To: vms-mosaic@levitte.org
Message-ID: <009C34B4.49F34660.17@concinnity.se>
Subject: Bug fixes for 3.0B3 - 8bit chars and Alta Vista forms

Hi.

I have fixed a couple of things that prevented me from using
the Alta Vista search form:
1) Eight bit chars in <OPTION> tags disappear.
   This turns out to be a isspace() problem, which should simplify
   quite a bit of tests for chars>127 if applied generally.
   I have also extended the TOUPPER() macro to 8 bits. All in htmlparse.c
2) <OPTION> tags with empty string values get sent as the NAME of the
   optin instead. Fix is in htmlwidgets.c

Modified files are at ftp://vms.concinnity.se/mosaic/030b3/libhtmlw/

Stellan
================================================================================
Archive-Date: Tue, 17 Mar 1998 17:23:57 +0100
Date: Tue, 17 Mar 1998 11:17:37 -0500 (EST)
From: George Cook <COOK@wvnvaxa.wvnet.edu>
Reply-To: VMS-MOSAIC@levitte.org
Subject: Re: Bug fixes for 3.0B3 - 8bit chars and Alta Vista forms
In-Reply-To: "Your message dated Mon, 16 Mar 1998 22:35:30 +0100 (MET)" <009C34B4.49F34660.17@concinnity.se>
To: stellanl@concinnity.se
CC: vms-mosaic@levitte.org, COOK@wvnvaxa.wvnet.edu
Message-ID: <01IURRQNU4KMSOL1J6@wvnvms.wvnet.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII

>I have fixed a couple of things that prevented me from using
>the Alta Vista search form:
>1) Eight bit chars in <OPTION> tags disappear.
>   This turns out to be a isspace() problem, which should simplify
>   quite a bit of tests for chars>127 if applied generally.
>   I have also extended the TOUPPER() macro to 8 bits. All in htmlparse.c
>2) <OPTION> tags with empty string values get sent as the NAME of the
>   optin instead. Fix is in htmlwidgets.c

These changes will be included in the next release.


George
================================================================================
Archive-Date: Mon, 23 Mar 1998 07:57:21 +0100
Date: Mon, 23 Mar 1998 01:45:43 -0500 (EST)
From: George Cook <COOK@wvnvaxa.wvnet.edu>
Reply-To: VMS-MOSAIC@levitte.org
Subject: Mosaic V3.0b4 now available
To: vms-mosaic@levitte.org
CC: COOK@wvnvaxa.wvnet.edu
Message-ID: <01IUZLU9NJX2SOLMS8@wvnvms.wvnet.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII

There is a new beta release of VMS Mosaic at

ftp://wvnvms.wvnet.edu/mosaic/test/mosaic3_0b4.zip

It includes the following changes:
-----------------------------------------------------------------------
From VMS 3.0b3 to VMS 3.0b4

 o Implemented progressive display
 o Added support for COLOR in <FONT> tags
 o Added support for BGCOLOR in <TABLE>, <TR> and <TD> tags
 o Added support for SIZE and NOSHADE in <HR> tags
 o Added support for table rows without <TD> tags
 o Improved support for heading and <P> tags in lists
 o Included bodyBG (body background) resource from NCSA Mosaic 2.7b6
 o Improved handling of 8bit characters and & escape sequences
 o Upgraded ZLIB library to version 1.1.1
 o Upgraded PNG library to version 1.0.0
 o Changed to ignore leading spaces in list items
 o Removed old non-mMosaic code from sources
-----------------------------------------------------------------------

The font color support and progressive display can be enabled/disabled
via new items on the Options menu.  The table background color support
is controlled by the Body Colors selection on the Options menu.


George