# ------------------------------------------------------------------------------ # CHANGES | 7 ++++++- # README | 2 +- # configure | 2 +- # configure.in | 4 ++-- # docs/README.metrics | 4 ++-- # lynx.cfg | 4 ++-- # lynx.hlp | 5 ++++- # lynx.man | 2 +- # lynx_help/Lynx_users_guide.html | 11 ++++++----- # lynx_help/lynx_help_main.html | 2 +- # userdefs.h | 4 ++-- # 11 files changed, 28 insertions(+), 19 deletions(-) # ------------------------------------------------------------------------------ Index: CHANGES --- 2.8.6rel.1/CHANGES Tue Oct 10 17:15:23 2006 +++ 2.8.6rel.2/CHANGES Thu Oct 12 16:00:01 2006 @@ -1,6 +1,11 @@ Changes since Lynx 2.8 release =============================================================================== +2006-10-12 (2.8.6rel.2) +* update version numbers in documentation -TD +* change embedded URL for HTML'ized lynx.cfg to point to example in current + release -TD + 2006-10-10 (2.8.6rel.1) 2006-10-10 (2.8.6pre.6) @@ -116,7 +121,7 @@ * add an explicit wmove() in display_line() to accommodate some wide-character pages which are not handled well by the nested-table logic, resulting in unexpected wrapping (report by Dan Jacobson) -TD -* modify limit for CDK double-byte characters in display_line() to accommodate +* modify limit for CJK double-byte characters in display_line() to accommodate a test-case rightSideEdgeTest.html provided by TH -TD * add a workaround in LYStrings.c myGetChar() for PDCurses, which may return an ERR value which is not -1 (reports by DK, William McBrine) -TD Index: README --- 2.8.6rel.1/README Sun May 23 15:59:56 2004 +++ 2.8.6rel.2/README Thu Oct 12 16:00:01 2006 @@ -1,7 +1,7 @@ Lynx README file -Lynx Version 2.8.5 is the latest release (February 2004). +Lynx Version 2.8.6 is the latest release (October 2006). See the CHANGES file for a complete record of all changes and bug fixes. New releases are announced on the lynx-dev mailing list (see below). Index: configure --- 2.8.6rel.1/configure Tue Oct 10 16:39:50 2006 +++ 2.8.6rel.2/configure Tue Oct 10 16:39:50 2006 @@ -1228,7 +1228,7 @@ PACKAGE=lynx # $Format: "VERSION=$ProjectVersion$"$ -VERSION=2.8.6rel.1 +VERSION=2.8.6rel.2 test -z "$ALL_LINGUAS" && ALL_LINGUAS=`test -d $srcdir/po && cd $srcdir/po && echo *.po|sed -e 's/\.po//g' -e 's/*//'` Index: configure.in --- 2.8.6rel.1/configure.in Tue Oct 10 16:39:50 2006 +++ 2.8.6rel.2/configure.in Tue Oct 10 16:39:50 2006 @@ -25,7 +25,7 @@ dnl dnl ask PRCS to plug-in the project-version for the configure-script. dnl $Format: "AC_REVISION($ProjectVersion$)"$ -AC_REVISION(2.8.6rel.1) +AC_REVISION(2.8.6rel.2) # Save the original $CFLAGS so we can distinguish whether the user set those # in the environment, or whether autoconf added -O and -g options: @@ -57,7 +57,7 @@ PACKAGE=lynx dnl ask PRCS to plug-in the project-version for the packages. # $Format: "VERSION=$ProjectVersion$"$ -VERSION=2.8.6rel.1 +VERSION=2.8.6rel.2 AC_SUBST(PACKAGE) AC_SUBST(VERSION) AC_SUBST(DESTDIR) Index: docs/README.metrics --- 2.8.6rel.1/docs/README.metrics Tue Oct 10 16:39:50 2006 +++ 2.8.6rel.2/docs/README.metrics Thu Oct 12 16:00:01 2006 @@ -32,8 +32,8 @@ ------------------------------------------------------------------------------- -Here is a count of contributions (from the changelogs) since the start of the -2.8 series: +Here is a count of contributions (from CHANGES and docs/CHANGES2.8) since the +start of the 2.8 series: 0.5 AJL 3 Al Gilman Index: lynx.cfg --- 2.8.6rel.1/lynx.cfg Mon Sep 18 17:28:28 2006 +++ 2.8.6rel.2/lynx.cfg Mon Sep 18 17:28:28 2006 @@ -3,10 +3,10 @@ # or Lynx_Dir:lynx.cfg (VMS) # # $Format: "#PRCS LYNX_VERSION \"$ProjectVersion$\""$ -#PRCS LYNX_VERSION "2.8.6rel.1" +#PRCS LYNX_VERSION "2.8.6rel.2" # # $Format: "#PRCS LYNX_DATE \"$ProjectDate$\""$ -#PRCS LYNX_DATE "Tue, 10 Oct 2006 17:15:23 -0700" +#PRCS LYNX_DATE "Thu, 12 Oct 2006 16:00:01 -0700" # # Definition pairs are of the form VARIABLE:DEFINITION # NO spaces are allowed between the pair items. Index: lynx.hlp --- 2.8.6rel.1/lynx.hlp Thu Aug 31 16:37:53 2006 +++ 2.8.6rel.2/lynx.hlp Thu Oct 12 16:00:01 2006 @@ -947,7 +947,7 @@ for message catalogs. 2 Notes - This is the Lynx v2.8.5 Release; development is in progress for 2.8.6. + This is the Lynx v2.8.6 Release; development is in progress for 2.8.7. If you wish to contribute to the further development of Lynx, subscribe to our mailing list. Send email to with @@ -1004,3 +1004,6 @@ Foteos Macrides Worcester Foundation for Biomedical Research Shrewsbury, Massachusetts 01545 + + Thomas E. Dickey + Index: lynx.man --- 2.8.6rel.1/lynx.man Mon Oct 2 12:56:53 2006 +++ 2.8.6rel.2/lynx.man Thu Oct 12 16:00:01 2006 @@ -1064,7 +1064,7 @@ .B NLSPATH This variable, if set, is used as the path prefix for message catalogs. .SH NOTES -This is the Lynx v2.8.5 Release; development is in progress for 2.8.6. +This is the Lynx v2.8.6 Release; development is in progress for 2.8.7. .PP If you wish to contribute to the further development of \fILynx\fR, subscribe to our mailing list. Send email to Index: lynx_help/Lynx_users_guide.html --- 2.8.6rel.1/lynx_help/Lynx_users_guide.html Mon Sep 18 17:28:28 2006 +++ 2.8.6rel.2/lynx_help/Lynx_users_guide.html Thu Oct 12 16:00:01 2006 @@ -1,13 +1,13 @@ -Lynx Users Guide v2.8.5 +Lynx Users Guide v2.8.6 -

Lynx Users Guide v2.8.5

+

Lynx Users Guide v2.8.6

Lynx is a fully-featured World Wide Web (WWW) client for users running cursor-addressable, character-cell display devices (e.g., @@ -491,7 +491,7 @@ in which the user fills in choices as in any ordinary HTML form.
 
-                    Options Menu (Lynx Version 2.8.5dev.15)
+                    Options Menu (Lynx Version 2.8.6rel.2)
 
       Accept Changes - Reset Changes Left Arrow cancels changes HELP!
@@ -566,7 +566,7 @@
 lynx.cfg.
 
 
-             Options Menu (Lynx Version 2.8.5rel.1)
+             Options Menu (Lynx Version 2.8.6rel.2)
 
      (E)ditor                     : emacs
      (D)ISPLAY variable           : aixtest.cc.ukans.edu:0.0
@@ -960,7 +960,7 @@
         
The header string which Lynx sends to HTTP servers to indicate the User-Agent is displayed here. Changes may be disallowed via the -restrictions switch. Otherwise, the header can be - changed temporarily to a string such as L_y_n_x/2.8.5 + changed temporarily to a string such as L_y_n_x/2.8.6 for access to sites which discriminate against Lynx based on checks for the presence of "Lynx" in the header. If the User-Agent header has been changed, it can @@ -3126,6 +3126,7 @@ The 2.8.2 development set was released as v2.8.3 in April 2000.
The 2.8.3 development set was released as v2.8.4 in July 2001.
The 2.8.4 development set was released as v2.8.5 in February 2004.
+The 2.8.5 development set was released as v2.8.6 in October 2006.

Since early 1997, the Lynx code has expanded into autoconfigure and PC versions. The branching of the Lynx source base from a single Index: lynx_help/lynx_help_main.html --- 2.8.6rel.1/lynx_help/lynx_help_main.html Sun Oct 10 17:29:46 2004 +++ 2.8.6rel.2/lynx_help/lynx_help_main.html Thu Oct 12 16:00:01 2006 @@ -27,7 +27,7 @@

Other sources of Lynx help:

    -
  • lynx.cfg options +
  • lynx.cfg options -- a reference for advanced configurations
  • Lynx Help for Beginners -- quick help on many common problems Index: userdefs.h --- 2.8.6rel.1/userdefs.h Thu Dec 30 04:11:59 2004 +++ 2.8.6rel.2/userdefs.h Thu Dec 30 04:11:59 2004 @@ -1360,11 +1360,11 @@ * the version definition with the Project Version on checkout. Just * ignore it. - kw */ /* $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ */ -#define LYNX_VERSION "2.8.6rel.1" +#define LYNX_VERSION "2.8.6rel.2" #define LYNX_WWW_HOME "http://lynx.isc.org/" #define LYNX_WWW_DIST "http://lynx.isc.org/current/" /* $Format: "#define LYNX_DATE \"$ProjectDate$\""$ */ -#define LYNX_DATE "Tue, 10 Oct 2006 17:15:23 -0700" +#define LYNX_DATE "Thu, 12 Oct 2006 16:00:01 -0700" #define LYNX_DATE_OFF 5 /* truncate the automatically-generated date */ #define LYNX_DATE_LEN 11 /* truncate the automatically-generated date */