Witold Filipczyk
4a6908c843
Polish translation was updated.
2007-10-03 15:38:32 +02:00
Laurent MONIN
84d97166f5
French translation was updated.
2007-10-03 14:24:21 +02:00
Laurent MONIN
fbff2d9663
Resync .po files
2007-10-03 14:16:53 +02:00
Laurent MONIN
baf2d47a8c
Make copyright info independent from translations.
...
This is an attempt to make it easier to update without
requiring to update all translations.
Copyright info is now set in setup.h using COPYRIGHT_STRING
2007-10-03 11:53:09 +02:00
Laurent MONIN
11e477a63e
ELINKS_HOMEPAGE -> ELINKS_WEBSITE_URL
2007-10-03 11:23:29 +02:00
Laurent MONIN
3f48ae491f
Add an "Authors" entry to the Help menu.
...
It displays the ELinks website's authors page.
2007-10-03 11:16:37 +02:00
Miciah Dashiel Butler Masters
04f1ecc3b5
Merge commit 'origin/master'
2007-09-26 16:28:11 +00:00
Miciah Dashiel Butler Masters
a197bde2f6
Really retry forever when connection.retries = 0
...
This feature has been broken since zas backported it from Links 0.99pre3 2003-04-20.
2007-09-26 16:18:59 +00:00
Miciah Dashiel Butler Masters
aced375440
Really retry forever when connection.retries = 0
...
This feature has been broken since zas backported it from Links 0.99pre3 2003-04-20.
2007-09-26 16:18:24 +00:00
Kalle Olavi Niemitalo
916ba6783a
NEWS: mention bug 972
...
Bug 972 was fixed in this commit, and reported afterwards:
commit b1cc717789
Author: Kalle Olavi Niemitalo <kon@iki.fi>
Date: Fri Jul 20 17:57:01 2007 +0300
Preserve underlines in links when justifying.
I'm not fully updating NEWS yet. Just this one bug.
2007-09-26 08:26:18 +03:00
Laurent MONIN
05fc8f5169
Fix compilation with --disable-css.
...
Compilation failed due to missing DEBUG_CSS test.
This was introduced in commit 98260f7970
2007-09-24 15:32:42 +02:00
Kalle Olavi Niemitalo
5d7e26fc90
GCC 4.2.1 needs -Wno-address, not -Wno-always-true.
2007-09-24 10:29:20 +03:00
Laurent MONIN
27057926b9
Fix compilation with --disable-css.
...
Compilation failed due to missing DEBUG_CSS test.
This was introduced in commit 98260f7970
2007-09-21 11:05:40 +02:00
Laurent MONIN
fec10a1846
Revert "format_html_part(): save and restore renderer_context.last_tag_for_newline too."
...
This reverts commit 60913ba9f9
.
This was a bad move, anchors ceased to function correctly.
Reported by Witekfl.
2007-09-19 09:22:44 +02:00
Laurent MONIN
39d9f669c9
Revert "format_html_part(): save and restore renderer_context.last_tag_for_newline too."
...
This reverts commit 4abce8e363
.
This was a bad move, anchors ceased to function correctly.
Reported by Witekfl.
2007-09-19 09:14:53 +02:00
Laurent MONIN
7b6cb249ed
Fix compilation using --enable-html-highlight.
...
It was broken by commit 09cf904814
.
Reported by witekfl.
2007-09-17 10:54:52 +02:00
Laurent MONIN
b389d1b20e
Revert "Use the new OBJS-unless$(CONFIG_FOO) instead of $(call not,...)"
...
This reverts commit e07354f5d5
.
2007-09-14 17:43:36 +02:00
Kalle Olavi Niemitalo
07535cf886
Define BITTORRENT_NULL_ID in common.c; declare extern in common.h.
...
This change avoids linker warnings when building with Debian tcc
0.9.23-4 + patch from Debian bug 418360:
[LD] src/protocol/bittorrent/lib.o
bittorrent.o: 'BITTORRENT_NULL_ID' defined twice
common.o: 'BITTORRENT_NULL_ID' defined twice
connection.o: 'BITTORRENT_NULL_ID' defined twice
dialogs.o: 'BITTORRENT_NULL_ID' defined twice
peerconnect.o: 'BITTORRENT_NULL_ID' defined twice
peerwire.o: 'BITTORRENT_NULL_ID' defined twice
piececache.o: 'BITTORRENT_NULL_ID' defined twice
tracker.o: 'BITTORRENT_NULL_ID' defined twice
2007-09-14 16:58:16 +02:00
Miciah Dashiel Butler Masters
a46379a931
Move is_in_domain from cookies/cookies.c to protocol/uri.c and export
2007-09-14 16:51:04 +02:00
Jonas Fonseca
e07354f5d5
Use the new OBJS-unless$(CONFIG_FOO) instead of $(call not,...)
2007-09-14 16:48:26 +02:00
Miciah Dashiel Butler Masters
7033247905
Introduce start_document_refreshes()
...
start_document_refreshes() performs the NULL-pointer checks that
previously all callers to start_document_refresh() must perform
and then calls start_document_refresh().
2007-09-14 16:44:04 +02:00
Jonas Fonseca
8e3c2d6042
Move find_tag to document/document
2007-09-14 16:29:13 +02:00
Laurent MONIN
6c6e75a71d
Trim trailing whitespaces.
2007-09-14 15:14:34 +02:00
Laurent MONIN
f0e66866f5
Trim trailing whitespaces.
2007-09-14 15:12:32 +02:00
Jonas Fonseca
890903a65d
Compile fix for commit e876df70d8
2007-09-14 15:08:51 +02:00
Petr Baudis
c1b91c7bf3
document/html: Make HTML parser state transparent
...
Before, *_html_parser_state() operated with struct html_element *. Now, it is
transparent for the renderer (just void *), so that DOM won't have to provide
this struct but will be able to use something internal.
Backported from master.
2007-09-14 15:06:56 +02:00
Petr Baudis
37b20d998c
document/html: Move enum html_special_type from parser.h to renderer.h
...
...since it is renderer interface.
2007-09-14 15:03:14 +02:00
Laurent MONIN
09cf904814
Backport Pasky's changes concerning text_style-related stuff.
...
It partially includes changes made in following commits:
document/html: struct text_attrib_style -> struct text_style
commit e133941206
document: struct format_attr -> struct text_style_format
commit 070d335796
document: Unify text style -> screen attribute handling
commit b66d2bec67
document: Move text_style-related stuff to dedicated format.*
commit db9431465f
2007-09-14 14:59:37 +02:00
Laurent MONIN
286a6a09d8
Add a simple testcase for missing ; in meta refresh content attribute.
2007-09-14 11:56:55 +02:00
Laurent MONIN
ee503f6c00
Prevent internal errors when terminal width or height are very small
...
(1x1 was fatal).
2007-09-14 11:49:03 +02:00
Laurent MONIN
aefe2c0b68
Update french translation.
2007-09-14 10:39:07 +02:00
Laurent MONIN
e9e8639c8d
Improve display of version and features.
...
Wrap on spaces when features are sent to console using -version,
and let Info dialog do the job in interactive mode.
Insert newlines and remove parenthesis in -version and Info box display.
Backported from master branch.
2007-09-14 10:34:42 +02:00
Laurent MONIN
d6bb586a00
format_html_part(): group int variables declarations
2007-09-14 10:11:44 +02:00
Laurent MONIN
60913ba9f9
format_html_part(): save and restore renderer_context.last_tag_for_newline too.
2007-09-14 10:10:37 +02:00
Laurent MONIN
e914ca85fe
Use explicit names for variables in format_html_part().
...
llm -> saved_last_link_to_move
ltm -> saved_last_tag_to_move
ef -> saved_empty_format
lm -> saved_margin
2007-09-14 10:10:09 +02:00
Laurent MONIN
419cd4775e
format_html_part(): group int variables declarations
2007-09-14 10:07:32 +02:00
Laurent MONIN
4abce8e363
format_html_part(): save and restore renderer_context.last_tag_for_newline too.
2007-09-14 09:59:34 +02:00
Laurent MONIN
a6f3323a4b
Use explicit names for variables in format_html_part().
...
llm -> saved_last_link_to_move
ltm -> saved_last_tag_to_move
ef -> saved_empty_format
lm -> saved_margin
2007-09-14 09:55:43 +02:00
Laurent MONIN
75d47ef957
Drop useless goto/label.
2007-09-14 09:41:51 +02:00
Laurent MONIN
73b1f43468
Drop useless goto/label.
2007-09-14 09:26:39 +02:00
Laurent MONIN
6e89b39ed0
Fix get_opt_bool() call and finish backport of process_head() split.
2007-09-12 23:51:43 +02:00
Miciah Dashiel Butler Masters
bd0a6f6f7d
Reflow check_head_for_cache_control
2007-09-12 23:41:37 +02:00
Miciah Dashiel Butler Masters
deb74bd1bd
Factor check_head_for_cache_control out of process_head
2007-09-12 23:41:17 +02:00
Miciah Dashiel Butler Masters
4b297a5b03
Factor check_head_for_refresh out of process_head
2007-09-12 23:38:41 +02:00
Miciah Dashiel Butler Masters
23262b3145
Fix process_head to check for cache-control information even if no refresh
...
Previously, process_head immediately returned if there was no refresh, never giving the cache-control check further down a chance to run.
Also add new tests:
nocache.html
refresh+nocache.html
2007-09-12 23:33:40 +02:00
Laurent MONIN
5b28e89026
Extend Use of LWS() macro to parse_old_meta_refresh().
2007-09-11 17:57:19 +02:00
Laurent MONIN
41ece7a758
Make meta refresh content attribute parsing more tolerant.
...
Simply search for 'url' marker ignoring anything
before it.
ELinks is now able to follow incorrectly written
meta refresh content attribute with missing ; before
url= parameter.
As an example, try http://akkada.tivi.net.pl/
2007-09-11 17:55:10 +02:00
Jonas Fonseca
8dbd38eded
NNTP: Improve listing of articles for groups
...
It now uses ordered list with the message number as the list item
number. Only the message subject and from field are shown.
2007-09-11 17:01:06 +02:00
Jonas Fonseca
0b0222d64f
NNTP: Add support for handling RFC2047 encoded words
...
Code adapted from git's builtin-mailinfo.c file.
2007-09-11 16:59:56 +02:00
Laurent MONIN
78eae9cbf3
French translation was updated.
2007-09-11 15:01:13 +02:00