Magellan Linux

Annotation of /trunk/lynx/patches/lynx-2.8.6rel.2.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 9457 byte(s)
-import

1 niro 153 # ------------------------------------------------------------------------------
2     # CHANGES | 7 ++++++-
3     # README | 2 +-
4     # configure | 2 +-
5     # configure.in | 4 ++--
6     # docs/README.metrics | 4 ++--
7     # lynx.cfg | 4 ++--
8     # lynx.hlp | 5 ++++-
9     # lynx.man | 2 +-
10     # lynx_help/Lynx_users_guide.html | 11 ++++++-----
11     # lynx_help/lynx_help_main.html | 2 +-
12     # userdefs.h | 4 ++--
13     # 11 files changed, 28 insertions(+), 19 deletions(-)
14     # ------------------------------------------------------------------------------
15     Index: CHANGES
16     --- 2.8.6rel.1/CHANGES Tue Oct 10 17:15:23 2006
17     +++ 2.8.6rel.2/CHANGES Thu Oct 12 16:00:01 2006
18     @@ -1,6 +1,11 @@
19     Changes since Lynx 2.8 release
20     ===============================================================================
21    
22     +2006-10-12 (2.8.6rel.2)
23     +* update version numbers in documentation -TD
24     +* change embedded URL for HTML'ized lynx.cfg to point to example in current
25     + release -TD
26     +
27     2006-10-10 (2.8.6rel.1)
28    
29     2006-10-10 (2.8.6pre.6)
30     @@ -116,7 +121,7 @@
31     * add an explicit wmove() in display_line() to accommodate some wide-character
32     pages which are not handled well by the nested-table logic, resulting in
33     unexpected wrapping (report by Dan Jacobson) -TD
34     -* modify limit for CDK double-byte characters in display_line() to accommodate
35     +* modify limit for CJK double-byte characters in display_line() to accommodate
36     a test-case rightSideEdgeTest.html provided by TH -TD
37     * add a workaround in LYStrings.c myGetChar() for PDCurses, which may return an
38     ERR value which is not -1 (reports by DK, William McBrine) -TD
39     Index: README
40     --- 2.8.6rel.1/README Sun May 23 15:59:56 2004
41     +++ 2.8.6rel.2/README Thu Oct 12 16:00:01 2006
42     @@ -1,7 +1,7 @@
43    
44     Lynx README file
45    
46     -Lynx Version 2.8.5 is the latest release (February 2004).
47     +Lynx Version 2.8.6 is the latest release (October 2006).
48     See the CHANGES file for a complete record of all changes and bug fixes.
49     New releases are announced on the lynx-dev mailing list (see below).
50    
51     Index: configure
52     --- 2.8.6rel.1/configure Tue Oct 10 16:39:50 2006
53     +++ 2.8.6rel.2/configure Tue Oct 10 16:39:50 2006
54     @@ -1228,7 +1228,7 @@
55    
56     PACKAGE=lynx
57     # $Format: "VERSION=$ProjectVersion$"$
58     -VERSION=2.8.6rel.1
59     +VERSION=2.8.6rel.2
60    
61     test -z "$ALL_LINGUAS" && ALL_LINGUAS=`test -d $srcdir/po && cd $srcdir/po && echo *.po|sed -e 's/\.po//g' -e 's/*//'`
62    
63     Index: configure.in
64     --- 2.8.6rel.1/configure.in Tue Oct 10 16:39:50 2006
65     +++ 2.8.6rel.2/configure.in Tue Oct 10 16:39:50 2006
66     @@ -25,7 +25,7 @@
67     dnl
68     dnl ask PRCS to plug-in the project-version for the configure-script.
69     dnl $Format: "AC_REVISION($ProjectVersion$)"$
70     -AC_REVISION(2.8.6rel.1)
71     +AC_REVISION(2.8.6rel.2)
72    
73     # Save the original $CFLAGS so we can distinguish whether the user set those
74     # in the environment, or whether autoconf added -O and -g options:
75     @@ -57,7 +57,7 @@
76     PACKAGE=lynx
77     dnl ask PRCS to plug-in the project-version for the packages.
78     # $Format: "VERSION=$ProjectVersion$"$
79     -VERSION=2.8.6rel.1
80     +VERSION=2.8.6rel.2
81     AC_SUBST(PACKAGE)
82     AC_SUBST(VERSION)
83     AC_SUBST(DESTDIR)
84     Index: docs/README.metrics
85     --- 2.8.6rel.1/docs/README.metrics Tue Oct 10 16:39:50 2006
86     +++ 2.8.6rel.2/docs/README.metrics Thu Oct 12 16:00:01 2006
87     @@ -32,8 +32,8 @@
88    
89     -------------------------------------------------------------------------------
90    
91     -Here is a count of contributions (from the changelogs) since the start of the
92     -2.8 series:
93     +Here is a count of contributions (from CHANGES and docs/CHANGES2.8) since the
94     +start of the 2.8 series:
95    
96     0.5 AJL
97     3 Al Gilman
98     Index: lynx.cfg
99     --- 2.8.6rel.1/lynx.cfg Mon Sep 18 17:28:28 2006
100     +++ 2.8.6rel.2/lynx.cfg Mon Sep 18 17:28:28 2006
101     @@ -3,10 +3,10 @@
102     # or Lynx_Dir:lynx.cfg (VMS)
103     #
104     # $Format: "#PRCS LYNX_VERSION \"$ProjectVersion$\""$
105     -#PRCS LYNX_VERSION "2.8.6rel.1"
106     +#PRCS LYNX_VERSION "2.8.6rel.2"
107     #
108     # $Format: "#PRCS LYNX_DATE \"$ProjectDate$\""$
109     -#PRCS LYNX_DATE "Tue, 10 Oct 2006 17:15:23 -0700"
110     +#PRCS LYNX_DATE "Thu, 12 Oct 2006 16:00:01 -0700"
111     #
112     # Definition pairs are of the form VARIABLE:DEFINITION
113     # NO spaces are allowed between the pair items.
114     Index: lynx.hlp
115     --- 2.8.6rel.1/lynx.hlp Thu Aug 31 16:37:53 2006
116     +++ 2.8.6rel.2/lynx.hlp Thu Oct 12 16:00:01 2006
117     @@ -947,7 +947,7 @@
118     for message catalogs.
119    
120     2 Notes
121     - This is the Lynx v2.8.5 Release; development is in progress for 2.8.6.
122     + This is the Lynx v2.8.6 Release; development is in progress for 2.8.7.
123    
124     If you wish to contribute to the further development of Lynx, subscribe
125     to our mailing list. Send email to <lynx-dev-request@nongnu.org> with
126     @@ -1004,3 +1004,6 @@
127     Foteos Macrides
128     Worcester Foundation for Biomedical Research
129     Shrewsbury, Massachusetts 01545
130     +
131     + Thomas E. Dickey
132     + <dickey@invisible-island.net>
133     Index: lynx.man
134     --- 2.8.6rel.1/lynx.man Mon Oct 2 12:56:53 2006
135     +++ 2.8.6rel.2/lynx.man Thu Oct 12 16:00:01 2006
136     @@ -1064,7 +1064,7 @@
137     .B NLSPATH
138     This variable, if set, is used as the path prefix for message catalogs.
139     .SH NOTES
140     -This is the Lynx v2.8.5 Release; development is in progress for 2.8.6.
141     +This is the Lynx v2.8.6 Release; development is in progress for 2.8.7.
142     .PP
143     If you wish to contribute to the further development
144     of \fILynx\fR, subscribe to our mailing list. Send email to
145     Index: lynx_help/Lynx_users_guide.html
146     --- 2.8.6rel.1/lynx_help/Lynx_users_guide.html Mon Sep 18 17:28:28 2006
147     +++ 2.8.6rel.2/lynx_help/Lynx_users_guide.html Thu Oct 12 16:00:01 2006
148     @@ -1,13 +1,13 @@
149     <!DOCTYPE html PUBLIC "-//IETF//DTD HTML 3.0//EN">
150     <html>
151     <head>
152     -<title>Lynx Users Guide v2.8.5</title>
153     +<title>Lynx Users Guide v2.8.6</title>
154     <link rev="made" href="mailto:lynx-dev@nongnu.org">
155     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
156     </head>
157    
158     <body>
159     -<h1>Lynx Users Guide v2.8.5</h1>
160     +<h1>Lynx Users Guide v2.8.6</h1>
161    
162     Lynx is a fully-featured <em>World Wide Web</em> (<em>WWW</em>) client
163     for users running cursor-addressable, character-cell display devices (e.g.,
164     @@ -491,7 +491,7 @@
165     in which the user fills in choices as in any ordinary HTML form.
166     <pre>
167    
168     - Options Menu (Lynx Version 2.8.5dev.15)
169     + Options Menu (Lynx Version 2.8.6rel.2)
170    
171     Accept Changes - Reset Changes Left Arrow cancels changes <A
172     HREF="keystrokes/option_help.html">HELP!</A>
173     @@ -566,7 +566,7 @@
174     <A HREF="#lynx.cfg">lynx.cfg</A>.
175     <pre>
176    
177     - Options Menu (Lynx Version 2.8.5rel.1)
178     + Options Menu (Lynx Version 2.8.6rel.2)
179    
180     (E)ditor : emacs
181     (D)ISPLAY variable : aixtest.cc.ukans.edu:0.0
182     @@ -960,7 +960,7 @@
183     <dd>The header string which Lynx sends to HTTP servers to indicate the
184     User-Agent is displayed here. Changes may be disallowed via
185     the <em>-restrictions</em> switch. Otherwise, the header can be
186     - changed temporarily to a string such as <em>L_y_n_x/2.8.5</em>
187     + changed temporarily to a string such as <em>L_y_n_x/2.8.6</em>
188     for access to sites which discriminate against Lynx based on
189     checks for the presence of &quot;Lynx&quot; in the header. If
190     the User-Agent header has been changed, it can
191     @@ -3126,6 +3126,7 @@
192     The 2.8.2 development set was released as v2.8.3 in April 2000.<br>
193     The 2.8.3 development set was released as v2.8.4 in July 2001.<br>
194     The 2.8.4 development set was released as v2.8.5 in February 2004.<br>
195     +The 2.8.5 development set was released as v2.8.6 in October 2006.<br>
196    
197     <p>Since early 1997, the Lynx code has expanded into autoconfigure and
198     PC versions. The branching of the Lynx source base from a single
199     Index: lynx_help/lynx_help_main.html
200     --- 2.8.6rel.1/lynx_help/lynx_help_main.html Sun Oct 10 17:29:46 2004
201     +++ 2.8.6rel.2/lynx_help/lynx_help_main.html Thu Oct 12 16:00:01 2006
202     @@ -27,7 +27,7 @@
203     <h2>Other sources of Lynx help:</h2>
204    
205     <ul>
206     -<li><a href="http://www.hippo.ru/%7Ehvv/lynxcfg_toc.html">lynx.cfg options</a>
207     +<li><a href="http://lynx.isc.org/release/lynx2-8-6/lynx_help/cattoc.html">lynx.cfg options</a>
208     -- a reference for advanced configurations
209     <li><a href="http://www.chass.utoronto.ca/%7Epurslow/lhfb.html">Lynx Help for Beginners</a> -- quick help on many common problems
210     <!-- {li}{a href="http://lynx.isc.org/cgi-bin/fom"}The Lynx FAQ-O-Matic{/a} .. many common queries, some more advanced; users may add answers. -->
211     Index: userdefs.h
212     --- 2.8.6rel.1/userdefs.h Thu Dec 30 04:11:59 2004
213     +++ 2.8.6rel.2/userdefs.h Thu Dec 30 04:11:59 2004
214     @@ -1360,11 +1360,11 @@
215     * the version definition with the Project Version on checkout. Just
216     * ignore it. - kw */
217     /* $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ */
218     -#define LYNX_VERSION "2.8.6rel.1"
219     +#define LYNX_VERSION "2.8.6rel.2"
220     #define LYNX_WWW_HOME "http://lynx.isc.org/"
221     #define LYNX_WWW_DIST "http://lynx.isc.org/current/"
222     /* $Format: "#define LYNX_DATE \"$ProjectDate$\""$ */
223     -#define LYNX_DATE "Tue, 10 Oct 2006 17:15:23 -0700"
224     +#define LYNX_DATE "Thu, 12 Oct 2006 16:00:01 -0700"
225     #define LYNX_DATE_OFF 5 /* truncate the automatically-generated date */
226     #define LYNX_DATE_LEN 11 /* truncate the automatically-generated date */
227