lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev dev.22 - documentation update (patch)


From: Leonid Pauzner
Subject: lynx-dev dev.22 - documentation update (patch)
Date: Tue, 13 Apr 1999 20:53:07 +0400 (MSD)

Few words for CHANGES and INSTALLATION:



diff -u old/changes ./changes
--- old/changes Tue Apr 13 02:39:16 1999
+++ ./changes   Tue Apr 13 20:37:18 1999
@@ -16,7 +16,12 @@
   is selectable by a configure option --enable-source-cache and by a lynx.cfg
   option SOURCE_CACHE; I didn't add a command-line argument or an options menu
   entry, as this didn't seem to be the sort of thing one would want to change
-  at runtime.  (Scott Bigham <address@hidden>)
+  at runtime.
+  You had to challenge me, didn't you? ;)  Okay, after some pfutzing
+  around with HTChunks, I think I've got a working version of memory
+  caching of source.  The SOURCE_CACHE option now has settings FILE,
+  MEMORY and NONE, with the obvious meanings, defaulting to NONE.
+  (Scott Bigham <address@hidden>)
 * amend HTConfirmDefault() logic so that a second character will cause the
   default response to be returned, e.g,. so that pressing "qq" will make
   Lynx exit (reported by John Bley) - TD
@@ -26,13 +31,13 @@
   in LYMain.c, add newlines in HTFile.c for readability of html - LP
 * change default STARTFILE to the current directory, "." - PW
 * revised lynx-dev.html - PW
-* lynx.cfg and farther included cfg files can be edited from LYNXCFG:/ page
+* lynx.cfg and further included cfg files can be edited from LYNXCFG:/ page
   with the default editor and changes can be activated for the same lynx
   session.  NOT allowed for restricted users (LYRestricted) and occasionally
   for user mode other than ADVANCED.  This is an *experimental* code
   (reload_read_cfg() in LYMain.c - more work required):  currently command-line
   switches may be lost when overriden by lynx.cfg changes, file paths like
-  lynx_temp_space and LYCookieFile should not be changed (unwanted results) -LP
+  lynx_save_space and LYCookieFile should not be changed (unwanted results) -LP
 * retest PARSE_DEBUG ifdef's (LYMain.c, LYReadCFG.c), minor corrections
   but found no specific reason for LP's problem with tables, except possibly
   different effect from "&(value)" versus "(&value)" - TD
@@ -91,9 +96,9 @@
 * added HTML source syntax highlighting (when option -prettysrc that is added
   is given to lynx). It's available for lynx compiled with and without lss
   support (it can be much more beatiful when compiled with lss support - read
-  lynx.cfg for description). This functionality coexists with old source view
-  and with -preparsed logic (ie different commandline options make source view
-  logic different) VH
+  lynx.cfg for description). The code is ifdef'ed with USE_SRC.
+  This functionality coexists with old source view and with -preparsed logic
+  (ie different commandline options make source view logic different) -VH
 * HTChunkPutc was inlined in SGML.c for better performance -VH
 * Keeping of Style_className was omitted in HTML.c to increase performance of
   lynx compiled with lss support. -VH
@@ -129,7 +134,7 @@
   new HText structure that most likely is never displayed but still pushes
   another document out of the.  cache.  Most commonly this occurs when a HTTP
   error response is received and the user presses 'z' while the resulting alert
-  message is shown - LW
+  message is shown - KW
 * Fix of HTUnEscapeSome in HTParse.c for non-ASCII - KW, PG
 * tidy up around ed_offset initialization in GridText.c - KED
   (the patch as given did not compile on a non-ANSI compiler because it used


diff -u old/installa ./installa
--- old/installa        Tue Apr 13 02:39:16 1999
+++ ./installa  Tue Apr 13 18:02:00 1999
@@ -366,7 +366,7 @@

   --enable-source-cache                        (define SOURCE_CACHE)
        Use this option to compile-in support for caching HTML pages locally,
-       in files.
+       in files or in memory.  Configurable from lynx.cfg

   --enable-syslog                      (define SYSLOG_REQUESTED_URLS)
        Use this option to log NSL requests via syslog().





reply via email to

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