lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev 2.8.2rel.1-fix4 - documentation glitch


From: Leonid Pauzner
Subject: lynx-dev 2.8.2rel.1-fix4 - documentation glitch
Date: Thu, 10 Jun 1999 20:34:49 +0400 (MSD)

I've probably sent this a week ago but now inlined with other `fixes':


* minor docs tweaks.
* test/{sgml.html, unicode.html} files were badly broken for tagsoup mode
  (incorrect html: extra <pre>..</pre> were added inside PRE mode in dev26).
* fix LYNX_RELEASE flag in userdefs.h (in fact, only affects -version output
  and a string on '='Info Page: different date format and different URL
  for updates - http://lynx.browser.org instead of current/ page).



diff -u old/installa ./installa
--- old/installa        Tue May 25 10:13:02 1999
+++ ./installa  Thu Jun 10 20:13:22 1999
@@ -346,6 +346,7 @@

   --enable-libjs                       (define EXP_LIBJS)
        Disabled by default; used for ifdef'ing JavaScript interface.
+       Currently dummy: no JavaScript support implemented in Lynx yet.

   --enable-nls
        use Native Language Support (i.e., gettext).
@@ -356,7 +357,8 @@

   --enable-prettysrc                   (define USE_PSRC)
        Use this option to compile-in support for colorizing the source
-       view of HTML pages.
+       view of HTML pages.  If compiled-in, new source view mode available
+       with -prettysrc command line option.

   --enable-source-cache                        (define SOURCE_CACHE)
        Use this option to compile-in support for caching HTML pages locally,
diff -u old/lynx.hlp ./lynx.hlp
--- old/lynx.hlp        Sat May 29 20:27:26 1999
+++ ./lynx.hlp  Thu Jun  3 13:47:20 1999
@@ -262,7 +262,7 @@
        force numbering of links.

   -partial
-       display partial pages while downloading.
+       toggles display partial pages while downloading.

   -partial_thres=NUMBER
        number of lines to render before repainting display
diff -u old/lynx.man ./lynx.man
--- old/lynx.man        Mon May 31 07:16:06 1999
+++ ./lynx.man  Thu Jun  3 13:47:30 1999
@@ -296,7 +296,7 @@
 force numbering of links.
 .TP
 .B -partial
-display partial pages while downloading.
+toggles display partial pages while downloading.
 .TP
 .B partial_thres\fR=\fINUMBER
 number of lines to render before repainting display
diff -u old/sgml.htm ./sgml.htm
--- old/sgml.htm        Mon May 31 07:16:06 1999
+++ ./sgml.htm  Thu Jun  3 13:49:08 1999
@@ -38,7 +38,6 @@
 # The contents of this table are drawn from various sources, and
 # are in the public domain.
 #
-</pre>
 <!-- Changes:
 +   {"euro",    0x20AC},  /* EURO SIGN                                     */
     {"loz",     0x25CA},  /* LOZENGE                                       */
diff -u old/unicode.htm ./unicode.htm
--- old/unicode.htm     Wed May  5 17:34:00 1999
+++ ./unicode.htm       Thu Jun  3 13:48:46 1999
@@ -13,7 +13,6 @@

 original comment:

-<pre>
 # Author: John Cowan &lt;address@hidden&gt;
 # Date: 25 July 1997
 #
@@ -39,7 +38,6 @@
 # The contents of this table are drawn from various sources, and
 # are in the public domain.
 #
-</pre>
 <!-- Changes:
 +   {"euro",    0x20AC},  /* EURO SIGN                                     */

diff -u old/userdefs.h ./userdefs.h
--- old/userdefs.h      Thu Jun 10 20:15:28 1999
+++ ./userdefs.h        Thu Jun 10 20:15:54 1999
@@ -1247,7 +1247,7 @@
 #define LYNX_VERSION "2.8.2rel.1"
 #define LYNX_WWW_HOME "http://lynx.browser.org/";
 #define LYNX_WWW_DIST "http://www.slcc.edu/lynx/current/";
-#define LYNX_RELEASE FALSE
+#define LYNX_RELEASE TRUE
 /* $Format: "#define LYNX_DATE \"$ProjectDate$\""$ */
 #define LYNX_DATE "Tue, 01 Jun 1999 19:30:15 -0600"
 #define LYNX_DATE_OFF 5                /* truncate the automatically-generated 
date */




reply via email to

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