Witold Filipczyk
4493be5a77
Polish translation was updated.
2007-12-17 20:06:27 +01:00
Witold Filipczyk
789eacc0d9
Polish translation was updated.
2007-12-17 19:06:57 +01:00
Kalle Olavi Niemitalo
9fff802c08
Merge branch 'elinks-0.12' into elinks-0.13
2007-12-16 10:12:08 +02:00
Kalle Olavi Niemitalo
654108c4f9
NEWS: Mention the five new move-* actions.
2007-12-16 01:16:50 +02:00
Kalle Olavi Niemitalo
a307371d9e
Comments about arithmetic in scrolling.
...
(cherry picked from commit 4871ad0643
)
2007-12-16 01:14:08 +02:00
Witold Filipczyk
04387d8d6c
Added function move_cursor_rel_count and used it
...
in move-link-left-line and others, so move-link-left-line ans others
do not use the keyboard prefix.
(cherry picked from commit 8b281e1404
)
(cherry picked from commit 4f2a9eadfc
)
2007-12-16 01:14:02 +02:00
Witold Filipczyk
f33b7dea02
Removed not existent function. Spotted by Kalle.
...
(cherry picked from commit a76ecfb8ca
)
(cherry picked from commit 54cf868429
)
2007-12-16 01:13:53 +02:00
Witold Filipczyk
617e33187d
move-link-up-line and others: changed mode to NAVIGATE_CURSOR_ROUTING when
...
there is no link.
(cherry picked from commit 7db2f8c629
)
(cherry picked from commit f62eca8d92
)
2007-12-16 01:13:46 +02:00
Witold Filipczyk
61eb46e94d
New action: move-cursor-line-start.
...
It moves cursor to the start of the line.
(cherry picked from commit 5ee1d3b2b3
)
(cherry picked from commit 3a87ec55fc
)
2007-12-16 01:13:39 +02:00
Witold Filipczyk
d358810a5f
move-link-prev(next)-line: Typo with cut-n-paste. s/line/last/.
...
(cherry picked from commit 848852b75f
)
(cherry picked from commit 64c385f0db
)
2007-12-16 01:13:32 +02:00
Witold Filipczyk
d1d8c0632a
move-link-up-line: segfault when cursor was below last line.
...
(cherry picked from commit c646c860cd
)
(cherry picked from commit 9561d8d0fd
)
2007-12-16 01:13:25 +02:00
Witold Filipczyk
175f355320
move-link-prev-line: Really fixed.
...
(cherry picked from commit 052f7a93bb
)
(cherry picked from commit 1a9112945b
)
2007-12-16 01:13:18 +02:00
Witold Filipczyk
885adc7a57
move-link-prev-line .. move-link-down-line: Fixed.
...
(cherry picked from commit bb0166279f
)
(cherry picked from commit 27361d141a
)
2007-12-16 01:13:12 +02:00
Witold Filipczyk
f2de26b2d5
Fixed the issue with multiline links.
...
(cherry picked from commit 3555f68059
)
(cherry picked from commit 8863f4335f
)
2007-12-16 01:13:04 +02:00
Witold Filipczyk
a282a98d4a
Avoid segfault.
...
Go to the page with a few lines. Follow a link to a page with more lines.
Move cursor down, do not stay on a link.
Go back and do move-link-prev-line. This caused a segmentation fault.
(cherry picked from commit 888ba87516
)
(cherry picked from commit 1cbd02c141
)
2007-12-16 01:12:57 +02:00
Witold Filipczyk
d830833e62
move-link-down-line, move-link-prev-line, etc.:
...
Change mode to NAVIGATE_LINKWISE to preserve the link position when
going back.
(cherry picked from commit 14b37d0362
)
(cherry picked from commit a594b2a002
)
2007-12-16 01:12:49 +02:00
Witold Filipczyk
cb07a2630c
actions: Fixed moving in frames.
...
(cherry picked from commit 2045574edc
)
(cherry picked from commit 02af6696f5
)
2007-12-16 01:12:41 +02:00
Witold Filipczyk
52dfc92523
viewer: Added new four actions requested by Ligesh.
...
move-link-down-line moves the cursor down to the line with a link.
move-link-up-line moves the cursor up to the line with a link.
move-link-prev-line moves to the previous link horizontally.
move-link-next-line moves to the next link horizontally.
(cherry picked from commit 8259a56e99
)
(cherry picked from commit 2eb3532416
)
2007-12-16 01:12:31 +02:00
Kalle Olavi Niemitalo
f8863183b8
option_types: Add comments to be found by grep.
...
I was looking for code that handles OPT_COMMAND, so I grepped for it,
but did not immediately find this array. Next time, I will.
2007-12-16 01:09:18 +02:00
Kalle Olavi Niemitalo
61341d9237
Bug 822: Show --disable-utf-8 in configure --help.
...
Because features.conf now contains CONFIG_UTF8=yes,
configure --enable-utf-8 is not useful, and it is better
to document configure --disable-utf-8.
Reported by witekfl.
2007-12-16 01:06:48 +02:00
Kalle Olavi Niemitalo
02ffed2fff
Document that GNU Make >= 3.78 is needed, and check it.
...
(cherry picked from commit 4ffbf1faed
)
2007-12-09 08:16:29 +02:00
Kalle Olavi Niemitalo
4ffbf1faed
Document that GNU Make >= 3.78 is needed, and check it.
2007-12-06 23:46:19 +02:00
Miciah Dashiel Butler Masters
a2bc397350
Fix NULL-dereference in document_info_dialog if document not yet loaded
...
It was possible to cause a crash by opening the Document Info box at the
right moment during the loading of a document.
2007-12-01 19:31:23 +00:00
Kalle Olavi Niemitalo
7f5bada6b4
NEWS: Mention the five new move-* actions.
2007-11-25 22:28:19 +02:00
Kalle Olavi Niemitalo
4871ad0643
Comments about arithmetic in scrolling.
2007-11-25 22:28:19 +02:00
Witold Filipczyk
4f2a9eadfc
Added function move_cursor_rel_count and used it
...
in move-link-left-line and others, so move-link-left-line ans others
do not use the keyboard prefix.
(cherry picked from commit 8b281e1404
)
2007-11-25 22:28:18 +02:00
Witold Filipczyk
54cf868429
Removed not existent function. Spotted by Kalle.
...
(cherry picked from commit a76ecfb8ca
)
2007-11-25 22:28:18 +02:00
Witold Filipczyk
f62eca8d92
move-link-up-line and others: changed mode to NAVIGATE_CURSOR_ROUTING when
...
there is no link.
(cherry picked from commit 7db2f8c629
)
2007-11-25 22:28:18 +02:00
Witold Filipczyk
3a87ec55fc
New action: move-cursor-line-start.
...
It moves cursor to the start of the line.
(cherry picked from commit 5ee1d3b2b3
)
2007-11-25 22:28:18 +02:00
Witold Filipczyk
64c385f0db
move-link-prev(next)-line: Typo with cut-n-paste. s/line/last/.
...
(cherry picked from commit 848852b75f
)
2007-11-25 22:28:17 +02:00
Witold Filipczyk
9561d8d0fd
move-link-up-line: segfault when cursor was below last line.
...
(cherry picked from commit c646c860cd
)
2007-11-25 22:28:17 +02:00
Witold Filipczyk
1a9112945b
move-link-prev-line: Really fixed.
...
(cherry picked from commit 052f7a93bb
)
2007-11-25 22:28:17 +02:00
Witold Filipczyk
27361d141a
move-link-prev-line .. move-link-down-line: Fixed.
...
(cherry picked from commit bb0166279f
)
2007-11-25 22:28:17 +02:00
Witold Filipczyk
8863f4335f
Fixed the issue with multiline links.
...
(cherry picked from commit 3555f68059
)
2007-11-25 22:28:16 +02:00
Witold Filipczyk
1cbd02c141
Avoid segfault.
...
Go to the page with a few lines. Follow a link to a page with more lines.
Move cursor down, do not stay on a link.
Go back and do move-link-prev-line. This caused a segmentation fault.
(cherry picked from commit 888ba87516
)
2007-11-25 22:28:16 +02:00
Witold Filipczyk
a594b2a002
move-link-down-line, move-link-prev-line, etc.:
...
Change mode to NAVIGATE_LINKWISE to preserve the link position when
going back.
(cherry picked from commit 14b37d0362
)
2007-11-25 22:28:16 +02:00
Witold Filipczyk
02af6696f5
actions: Fixed moving in frames.
...
(cherry picked from commit 2045574edc
)
2007-11-25 22:28:16 +02:00
Witold Filipczyk
2eb3532416
viewer: Added new four actions requested by Ligesh.
...
move-link-down-line moves the cursor down to the line with a link.
move-link-up-line moves the cursor up to the line with a link.
move-link-prev-line moves to the previous link horizontally.
move-link-next-line moves to the next link horizontally.
(cherry picked from commit 8259a56e99
)
2007-11-25 22:28:15 +02:00
Kalle Olavi Niemitalo
cca6ab7034
Enable asciidoc7compatible mode.
...
AsciiDoc 8 has changed the syntax again and generates e.g. subscripts
where we don't want them. Instead of updating the documents, I'll
just enable a compatibility mode so that ELinks doesn't require
AsciiDoc 8 yet.
2007-11-25 09:09:58 +02:00
Witold Filipczyk
871b4b09dd
bug 978: Python's webbrowser.open_new_tab(URL) works since now.
2007-11-22 19:11:03 +01:00
Witold Filipczyk
588e914470
bug 978: Python's webbrowser.open_new_tab(URL) works since now.
2007-11-22 19:10:45 +01:00
Kalle Olavi Niemitalo
dee220026d
Merge branch 'elinks-0.12' into elinks-0.13
...
Conflicts:
po/fr.po (time stamps only)
2007-11-20 00:41:30 +02:00
Kalle Olavi Niemitalo
cbcc0e8230
NEWS: Bug 975 was not in previous versions.
2007-11-19 22:57:55 +02:00
Kalle Olavi Niemitalo
507f779d8e
NEWS: sync from elinks-0.11
2007-11-11 11:00:26 +02:00
Kalle Olavi Niemitalo
e667c43cd3
Bug 975: Fix int/size_t pointer type mismatch.
...
On machines where sizeof(size_t) > sizeof(int), this could corrupt the stack.
I think -Wno-pointer-sign added by configure hid this bug until now.
STRLEN is correct in Perl 5.6.0 and later, perhaps earlier too.
2007-11-10 19:28:01 +02:00
Laurent MONIN
9297853d20
Fix download led among different sessions, just use are_there_downloads().
...
It is a partial revert of commit d14f79eb2c
.
Most introduced stuff was useless.
2007-11-07 14:01:10 +01:00
Laurent MONIN
b3cfede1c1
Drop @safe parameter of create_download_file().
...
Use new flag DOWNLOAD_EXTERNAL instead.
2007-11-07 13:33:04 +01:00
Laurent MONIN
71ccbe0f8d
Replace resume parameter by more generic flags.
...
Type download_flags_T and enum download_flag were introduced.
2007-11-07 12:57:13 +01:00
Laurent MONIN
cfdbe749e8
Use sizeof() instead hardcoded value in read_from_popen().
2007-11-07 12:12:31 +01:00
Laurent MONIN
cdda2f5acd
Factor out redundant code in download_data_store().
2007-11-07 12:08:36 +01:00