<?xml version="1.0"?>
<statsTarget><link>http://cia.vc/stats/project/ELinks</link><counters><counter name="forever" lastEventTime="1292261936" firstEventTime="1073733448">15814</counter></counters><metadata><item name="subtitle"><value type="text/plain">None</value></item><item name="description"><value type="text/plain">None</value></item><item name="links-filter"><value type="text/plain">None</value></item><item name="title"><value type="text/plain">Elinks</value></item><item name="url"><value type="text/plain">None</value></item><item name="related-filter"><value type="text/plain">None</value></item></metadata><recentMessages><message>    <generator>        <name>CIA Perl client for Git</name>        <version>1.0</version>    </generator>    <source>        <project>ELinks</project>        <module>elinks</module>    </source>    <timestamp>        1292261924    </timestamp>    <body>        <commit>            <author>ravenexp</author>            <revision>853547a0c423</revision>            <files>   <file>configure.in</file>            </files>            <log> Replace AC_CHECK_FILE with test -f in configure.in.

AC_CHECK_FILE runs target executable and dies when cross-compiling.
It's unnecessary when checking for files in build environment,
simple runtime check will do.

Signed-off-by: Sergey Kvachonok &lt;ravenexp@gmail.com&gt;             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for Git</name>        <version>1.0</version>    </generator>    <source>        <project>ELinks</project>        <module>elinks</module>    </source>    <timestamp>        1292261924    </timestamp>    <body>        <commit>            <author>ravenexp</author>            <revision>d65ca4a7fe96</revision>            <files>   <file>Makefile.config.in</file>   <file>configure.in</file>            </files>            <log> Use autoconf to detect LD reliably.

Target LD is different from ld when cross-compiling, change it together with CC.

Signed-off-by: Sergey Kvachonok &lt;ravenexp@gmail.com&gt;             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for Git</name>        <version>1.0</version>    </generator>    <source>        <project>ELinks</project>        <module>elinks</module>    </source>    <timestamp>        1285337843    </timestamp>    <body>        <commit>            <author>witekfl</author>            <revision>7933724dc817</revision>            <files>   <file>src/document/renderer.c</file>   <file>src/encoding/bzip2.c</file>   <file>src/encoding/deflate.c</file>   <file>src/encoding/encoding.c</file>   <file>src/encoding/encoding.h</file>   <file>src/encoding/lzma.c</file>   <file>src/network/connection.c</file>   <file>src/network/connection.h</file>   <file>src/protocol/http/http.c</file>            </files>            <log> Removed code using pipes for decompression and simplified decompress_data.
Workarounds for sites, which send incorrect data, probably won't work.             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for Git</name>        <version>1.0</version>    </generator>    <source>        <project>ELinks</project>        <module>elinks</module>    </source>    <timestamp>        1284903051    </timestamp>    <body>        <commit>            <author>witekfl</author>            <revision>f93d5ccd800d</revision>            <files>   <file>src/intl/gettext/libintl.c</file>   <file>src/intl/gettext/libintl.h</file>   <file>src/intl/gettext/localcharset.c</file>   <file>src/protocol/uri.c</file>            </files>            <log> Revert &quot;strcpy -&gt; strlcpy.&quot;

This reverts commit 365cbb61be9764e35b820889f2f3206c6c1714f4.
There is no strlcpy in libc.             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for Git</name>        <version>1.0</version>    </generator>    <source>        <project>ELinks</project>        <module>elinks</module>    </source>    <timestamp>        1284903051    </timestamp>    <body>        <commit>            <author>witekfl</author>            <revision>a9c02bbf0105</revision>            <files>   <file>src/intl/gettext/libintl.c</file>            </files>            <log> Additional check whether LANGUAGE is not NULL.             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for Git</name>        <version>1.0</version>    </generator>    <source>        <project>ELinks</project>        <module>elinks</module>    </source>    <timestamp>        1284902257    </timestamp>    <body>        <commit>            <author>witekfl</author>            <revision>365cbb61be97</revision>            <files>   <file>src/intl/gettext/libintl.c</file>   <file>src/intl/gettext/libintl.h</file>   <file>src/intl/gettext/localcharset.c</file>   <file>src/protocol/uri.c</file>            </files>            <log> strcpy -&gt; strlcpy.

Some of these changes doesn't make sense, but warnings are avoided.             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for Git</name>        <version>1.0</version>    </generator>    <source>        <project>ELinks</project>        <module>elinks</module>    </source>    <timestamp>        1284902257    </timestamp>    <body>        <commit>            <author>witekfl</author>            <revision>d94d9720a10b</revision>            <files>   <file>src/util/file.h</file>            </files>            <log> Use snprintf instead of sprintf. One warning less.             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for Git</name>        <version>1.0</version>    </generator>    <source>        <project>ELinks</project>        <module>elinks</module>    </source>    <timestamp>        1284897515    </timestamp>    <body>        <commit>            <author>witekfl</author>            <revision>cbf70d530440</revision>            <files>   <file>src/document/html/parser/general.c</file>   <file>test/ol.html</file>            </files>            <log> Refactoring: use struct string instead of unsigned char.

It probably doesn't make sense, but there is one warning less on OpenBSD.             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for Git</name>        <version>1.0</version>    </generator>    <source>        <project>ELinks</project>        <module>elinks</module>    </source>    <timestamp>        1284895233    </timestamp>    <body>        <commit>            <author>witekfl</author>            <revision>ac275ee172dc</revision>            <files>   <file>src/viewer/text/search.c</file>            </files>            <log> Compilation fix.

These both variables were unused.             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for Git</name>        <version>1.0</version>    </generator>    <source>        <project>ELinks</project>        <module>elinks</module>    </source>    <timestamp>        1284895233    </timestamp>    <body>        <commit>            <author>witekfl</author>            <revision>d112adc8f3bf</revision>            <files>   <file>src/document/html/parser/link.c</file>            </files>            <log> include libgen.h for basename             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for Git</name>        <version>1.0</version>    </generator>    <source>        <project>ELinks</project>        <module>elinks</module>    </source>    <timestamp>        1284732942    </timestamp>    <body>        <commit>            <author>witekfl</author>            <revision>236f600148dc</revision>            <files>   <file>src/document/document.c</file>            </files>            <log> More headers.

There was a compilation error on OpenBSD, so I guess more includes are required.             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for Git</name>        <version>1.0</version>    </generator>    <source>        <project>ELinks</project>        <module>elinks</module>    </source>    <timestamp>        1284602462    </timestamp>    <body>        <commit>            <author>miciah.masters</author>            <revision>ece4d3dc2deb</revision>            <files>   <file>src/viewer/text/search.c</file>            </files>            <log> fixup_typeahead_match: improve comment

Clarify the comment for fixup_typeahead_match and put it closer to the
relevant code.             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for Git</name>        <version>1.0</version>    </generator>    <source>        <project>ELinks</project>        <module>elinks</module>    </source>    <timestamp>        1284602462    </timestamp>    <body>        <commit>            <author>miciah.masters</author>            <revision>b53e8450d1f2</revision>            <files>   <file>src/viewer/text/search.c</file>            </files>            <log> fixup_typeahead_match: use check_vs

Use check_vs instead of set_pos_x and set_pos_y in fixup_typeahead_match.
This saves us a line of code, and in addition, check_vs does not needlessly
scroll when the link is already in view.             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for Git</name>        <version>1.0</version>    </generator>    <source>        <project>ELinks</project>        <module>elinks</module>    </source>    <timestamp>        1284601265    </timestamp>    <body>        <commit>            <author>miciah.masters</author>            <revision>b1422adf2091</revision>            <files>   <file>NEWS</file>   <file>src/session/session.c</file>   <file>src/viewer/action.c</file>   <file>src/viewer/text/view.c</file>            </files>            <log> Move screen update code into set_kbd_repeat_count

Make set_kbd_repeat_count update the status bar and link highlighting
iff the repeat count is changed to a different value.

Delete code to do the same updates from do_action and try_prefix_key.

Besides simplifying the code, this change also fixes some issues with
the status bar and link highlighting not being properly updated in some
situations.             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for Git</name>        <version>1.0</version>    </generator>    <source>        <project>ELinks</project>        <module>elinks</module>    </source>    <timestamp>        1284601265    </timestamp>    <body>        <commit>            <author>miciah.masters</author>            <revision>d6bd7987d4d5</revision>            <files>   <file>src/scripting/smjs/action_object.c</file>   <file>src/session/session.c</file>   <file>src/session/session.h</file>   <file>src/viewer/action.c</file>   <file>src/viewer/text/link.c</file>   <file>src/viewer/text/view.c</file>            </files>            <log> Introduce set_kbd_repeat_count

Introduce and use ses_kbd_repeat_count to change
ses-&gt;kbdprefix.repeat_count instead of setting it directly.

This change should not cause any change in behaviour.             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for Git</name>        <version>1.0</version>    </generator>    <source>        <project>ELinks</project>        <module>elinks</module>    </source>    <timestamp>        1284580983    </timestamp>    <body>        <commit>            <author>kon</author>            <revision>e17e5fe43521</revision>            <files>   <file>contrib/mkdist</file>            </files>            <log> mkdist: Don't copy manual.html-chunked.tar.gz             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for Git</name>        <version>1.0</version>    </generator>    <source>        <project>ELinks</project>        <module>elinks</module>    </source>    <timestamp>        1284499612    </timestamp>    <body>        <commit>            <author>miciah.masters</author>            <revision>ffcfe4a86b94</revision>            <files>   <file>AUTHORS</file>   <file>NEWS</file>            </files>            <log> Document previous two patches in AUTHORS and NEWS             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for Git</name>        <version>1.0</version>    </generator>    <source>        <project>ELinks</project>        <module>elinks</module>    </source>    <timestamp>        1284499284    </timestamp>    <body>        <commit>            <author>fabiduc</author>            <revision>83945b677ce7</revision>            <files>   <file>src/config/options.inc</file>   <file>src/viewer/text/view.c</file>            </files>            <log> Add document.browse.scrolling.vertical_overlap

Add an option to specify the number of overlapping lines when scrolling
page by page (0 by default because this is ELinks' current behaviour).

Signed-off-by: Fabienne Ducroquet &lt;fabiduc@gmail.com&gt;             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for Git</name>        <version>1.0</version>    </generator>    <source>        <project>ELinks</project>        <module>elinks</module>    </source>    <timestamp>        1284499284    </timestamp>    <body>        <commit>            <author>fabiduc</author>            <revision>6211b8e725f9</revision>            <files>   <file>src/config/actions-main.inc</file>   <file>src/viewer/action.c</file>   <file>src/viewer/text/view.c</file>   <file>src/viewer/text/view.h</file>            </files>            <log> Add half-page-down and half-page-up commands

Signed-off-by: Fabienne Ducroquet &lt;fabiduc@gmail.com&gt;             </log>        </commit>    </body> </message><message>    <generator>        <name>CIA Perl client for Git</name>        <version>1.0</version>    </generator>    <source>        <project>ELinks</project>        <module>elinks</module>    </source>    <timestamp>        1283979271    </timestamp>    <body>        <commit>            <author>witekfl</author>            <revision>7f164f8633a4</revision>            <files>   <file>src/protocol/ftp/ftp.c</file>            </files>            <log> strtoll instead of strtol to show the filesize of big files in FTP
downloads.             </log>        </commit>    </body> </message></recentMessages></statsTarget>
