lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev Re: Now released Lynx2.8.2pre.4 for Win32


From: Leonid Pauzner
Subject: Re: lynx-dev Re: Now released Lynx2.8.2pre.4 for Win32
Date: Mon, 24 May 1999 03:22:32 +0400 (MSD)

>> Looking into diff/WIN32PR4.DIF I found out...

At least following lines (~1%) may be applied to pre5+ without delay:



diff -uNr lynx282.pr4/WWW/Library/Implementation/HTTP.c 
lynx282.w32/WWW/Library/Implementation/HTTP.c
--- lynx282.pr4/WWW/Library/Implementation/HTTP.c       Wed Mar 31 02:10:36 1999
+++ lynx282.w32/WWW/Library/Implementation/HTTP.c       Tue May 11 08:23:18 1999
@@ -56,7 +56,7 @@
 PUBLIC BOOL permanent_redirection = FALSE;  /* Got 301 status? */
 PUBLIC BOOL redirect_post_content = FALSE;  /* Don't convert to GET? */

-extern char LYUserSpecifiedURL; /* Is the URL a goto? */
+extern BOOLEAN LYUserSpecifiedURL; /* Is the URL a goto? */

 extern BOOL keep_mime_headers;  /* Include mime headers and force source dump 
*/
 extern BOOL no_url_redirection;  /* Don't follow Location: URL for */

diff -uNr lynx282.pr4/docs/CHANGES2.8 lynx282.w32/docs/CHANGES2.8
--- lynx282.pr4/docs/CHANGES2.8 Sun Dec 13 13:10:36 1998
+++ lynx282.w32/docs/CHANGES2.8 Tue May 11 08:23:18 1999
@@ -912,7 +912,7 @@
 * Removed mappings for invalid chars from some chartrans files, removed
   Ethiopic chars from iso01_uni.tbl. - KW
 * Some other corrections and tweaks for chartrans mechanisms. - KW
-1997-11-21
+1997-10-21
 * Fixed handling of Control-D (delete character under the cursor) in the
   line editor when the cursor is at the end of the line instead of on a
   character in the string being edited. - FM

diff -uNr lynx282.pr4/lynx_help/Lynx_users_guide.html 
lynx282.w32/lynx_help/Lynx_users_guide.html
--- lynx282.pr4/lynx_help/Lynx_users_guide.html Thu May 06 09:49:06 1999
+++ lynx282.w32/lynx_help/Lynx_users_guide.html Tue May 11 08:23:20 1999
@@ -2521,16 +2521,16 @@
 Craig Lavender.

 <p><em>Foteos Macrides</em> and members of the
-<a href="lynx-dev.html">lynx-dev</a> list have developed and supported Lynx
-since release of v2.3 in May 1994.
-The Lynx2-3FM code set was released as v2.4 in June 1995.
-The Lynx2-4FM code set was released as v2.5 in May 1996.
-The Lynx2-5FM code set was released as v2.6 in September 1996.
-The Lynx2-6FM code set was released as v2.7 in February 1997.
-The v2-7FM code set was released as v2.7.1 in April 1997.
-The v2-7-1FM code set was released as v2.7.2 in January 1998.
-The 2.7.1 development set was released as v2.8 in March 1998.
-The 2.8 development set was released as v2.8.1 in October 1998.
+<a href="lynx-dev.html">lynx-dev</a>
+list have developed and supported Lynx since release of v2.3 in May 1994.<br>
+The Lynx2-3FM code set was released as v2.4 in June 1995.<br>
+The Lynx2-4FM code set was released as v2.5 in May 1996.<br>
+The Lynx2-5FM code set was released as v2.6 in September 1996.<br>
+The Lynx2-6FM code set was released as v2.7 in February 1997.<br>
+The v2-7FM code set was released as v2.7.1 in April 1997.<br>
+The v2-7-1FM code set was released as v2.7.2 in January 1998.<br>
+The 2.7.1 development set was released as v2.8 in March 1998.<br>
+The 2.8 development set was released as v2.8.1 in October 1998.<br>

 <p>Since early 1997, the Lynx code has expanded into autoconfigure and
 PC versions.  The branching of the Lynx source base from a single

diff -uNr lynx282.pr4/WWW/Library/Implementation/SGML.c 
lynx282.w32/WWW/Library/Implementation/SGML.c
--- lynx282.pr4/WWW/Library/Implementation/SGML.c       Wed May 19 11:16:10 1999
+++ lynx282.w32/WWW/Library/Implementation/SGML.c       Wed May 19 11:16:30 1999
@@ -747,7 +751,7 @@
 {
     CONST char *s = context->string->data;

-    CTRACE(tfp, "SGML Identifier\n<%s>\n", s);
+    CTRACE(tfp, "SGML Identifier:\n<%s>\n", s);

     return;
 }
@@ -761,7 +765,7 @@
 {
     CONST char *s = context->string->data;

-    CTRACE(tfp, "SGML Doctype\n<%s>\n", s);
+    CTRACE(tfp, "SGML Doctype:\n<%s>\n", s);

     return;
 }
diff -uNr lynx282.pr4/src/HTFWriter.c lynx282.w32/src/HTFWriter.c
--- lynx282.pr4/src/HTFWriter.c Fri Apr 23 23:56:34 1999
+++ lynx282.w32/src/HTFWriter.c Tue May 11 08:23:20 1999
@@ -31,7 +36,7 @@
 PUBLIC char * WWW_Download_File=NULL; /* contains the name of the temp file
                                      ** which is being downloaded into
                                      */
-PUBLIC char LYCancelDownload=FALSE;   /* exported to HTFormat.c in libWWW */
+PUBLIC BOOLEAN LYCancelDownload=FALSE;   /* exported to HTFormat.c in libWWW */

 #ifdef VMS
 PRIVATE char * FIXED_RECORD_COMMAND = NULL;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]