Witold Filipczyk
c25c41bd18
Used add_shell_quoted_to_string instead of enclosing the text with '"'.
...
The code works both with copiousoutput and without it.
2007-02-26 19:51:22 +01:00
Witold Filipczyk
65d7faed61
The real fix for the bug 935.
...
It works for not utf-8 and the code doesn't affect the utf-8 mode.
2007-02-26 19:33:19 +01:00
Witold Filipczyk
e366f5e63f
Revert "bugfix 935: not tested with UTF-8, but you know at least where the bug is."
...
This reverts commit f571cf509d472d47f5c77a46709a6e64da8ee3f6.
2007-02-26 19:28:20 +01:00
Witold Filipczyk
85c137490b
Do not use Wno-always-true twice.
2007-02-26 18:27:29 +01:00
Witold Filipczyk
f571cf509d
bugfix 935: not tested with UTF-8, but you know at least where the bug is.
2007-02-23 22:37:14 +01:00
Witold Filipczyk
1bb2c30f8a
Used the builtin macro RM in place of defined UNINSTALL.
2007-02-23 20:04:38 +01:00
Witold Filipczyk
ac664a81c1
Merge with master except smb.
2007-02-23 18:47:14 +01:00
Kalle Olavi Niemitalo
a5656701ef
Bug 844 doc: Don't ask users to provide a patch, as we already have one.
2007-02-22 11:05:39 +02:00
Kalle Olavi Niemitalo
67ee2205f3
Use -Wno-always-true only if $CC accepts it. GCC 4.1 doesn't.
2007-02-22 10:59:25 +02:00
Witold Filipczyk
d8ffd3b4b6
Do not show always evaluate as true warnings.
2007-02-22 01:44:20 +02:00
Witold Filipczyk
4a7b9415e1
MIME: When there is no % in the handler string (no %s in the mailcap entry)
...
the handler reads data from stdin. I think it only works with copiousoutput.
read_from_popen delayed because of internal errors.
2007-02-21 13:43:16 +01:00
Witold Filipczyk
469481b272
Decode %20 in local filenames and enclose them with '"'.
...
Local files with spaces in filenames wasn't handled properly by MIME handler.
2007-02-21 10:37:51 +01:00
Kalle Olavi Niemitalo
4011a37b8f
NEWS: Comment out the parts that shouldn't be in release.html.
2007-02-21 10:51:21 +02:00
Witold Filipczyk
21fd1fd10f
Fix the memleak. Part II of the 927 bugfix.
2007-02-20 20:53:49 +01:00
Witold Filipczyk
088db2c3de
The fix for the bug 927.
...
When tables were rendered first time html_format_part was called with
document==NULL. <meta http-equiv=Refresh.../> was inside a table,
so document was NULL. Second time the table knew its dimensions
and document was not NULL.
2007-02-20 20:16:10 +01:00
Witold Filipczyk
b8e77e793f
Do not add LUA_CFLAGS to the CPPFLAGS.
2007-02-18 17:14:05 +02:00
Witold Filipczyk
7ce65798be
Old CPPFLAGS was stored in CPPLFAGS_X.
2007-02-18 17:13:37 +02:00
Witold Filipczyk
2a6e5b27f7
Use PERL_CFLAGS only when necessary.
2007-02-18 17:10:24 +02:00
Witold Filipczyk
ca7a68aa76
Do not add GUILE_CFLAGS to the CPPFLAGS.
2007-02-18 17:10:04 +02:00
Witold Filipczyk
cf86e2e72f
Added SEE_CFLAGS to the Makefile.config. Use SEE_CFLAGS only when necessary.
2007-02-18 17:09:32 +02:00
Witold Filipczyk
505d02525f
Use X_CFLAGS only when necessary.
2007-02-18 17:08:33 +02:00
Witold Filipczyk
0f80b8e293
Do not pollute CPPFLAGS by PYTHON_CFLAGS.
2007-02-18 17:08:08 +02:00
Kalle Olavi Niemitalo
944566c00e
NEWS: Local CGI is not new.
...
Pointed out by Witek.
2007-02-18 17:04:07 +02:00
Witold Filipczyk
2a8bff982b
Do not show always evaluate as true warnings.
2007-02-18 09:58:18 +01:00
Witold Filipczyk
dd34591c74
Revert "Added macro foreach_module_builtin. Killed some warnings of gcc-4.2."
...
This reverts commit 99cff6aa7036c90305b71ef0a3c9c85b23c5d341.
2007-02-18 09:44:35 +01:00
Witold Filipczyk
f8c0fe013b
Revert "Killed warnings: uri_cache always evaluate as true"
...
This reverts commit f0717304f00435239ea347032a4caf9b2487c21b.
2007-02-18 09:42:20 +01:00
Kalle Olavi Niemitalo
3651a53e58
do_real_lookup: Assert that ai_addrlen <= sizeof(struct sockaddr_storage).
2007-02-17 22:21:56 +02:00
Witold Filipczyk
dc1b84bafd
Do not add LUA_CFLAGS to the CPPFLAGS.
2007-02-17 18:19:10 +01:00
Witold Filipczyk
c96ec209c1
Old CPPFLAGS was stored in CPPLFAGS_X.
2007-02-17 18:12:53 +01:00
Witold Filipczyk
a35644bf3e
Use PERL_CFLAGS only when necessary.
2007-02-17 18:08:00 +01:00
Witold Filipczyk
e9a2241b1b
Do not add GUILE_CFLAGS to the CPPFLAGS.
2007-02-17 17:54:36 +01:00
Witold Filipczyk
de73f644ba
Added SEE_CFLAGS to the Makefile.config. Use SEE_CFLAGS only when necessary.
2007-02-17 17:52:38 +01:00
Kalle Olavi Niemitalo
447ef9d4dc
Merge with http://elinks.cz/elinks.git
2007-02-17 14:21:16 +02:00
Kalle Olavi Niemitalo
21b197c5e5
NEWS: Mention when pasting from GNU screen clipboard was reverted.
2007-02-17 14:19:46 +02:00
Witold Filipczyk
20048696c8
smb2: Do not use smb_options.
2007-02-17 13:18:42 +01:00
Kalle Olavi Niemitalo
cf32aba65f
BFU doc: Comment on what widget_data.cdata means for WIDGET_TEXT.
...
Inspired by bug 935.
2007-02-17 14:17:24 +02:00
Kalle Olavi Niemitalo
014ab5e1ba
NEWS: Mention bugs 779 and 781, from Bugzilla.
2007-02-17 14:16:03 +02:00
Witold Filipczyk
81ec678499
stpcpy was not used in this file.
2007-02-15 17:25:04 +01:00
Witold Filipczyk
dbd9536297
Use X_CFLAGS only when necessary.
2007-02-15 11:04:09 +01:00
Witold Filipczyk
4992eb2fec
Merge with master
2007-02-12 22:49:18 +01:00
Witold Filipczyk
bb1b67fdab
pl.po: translation was wpdated.
2007-02-12 22:48:42 +01:00
Witold Filipczyk
ff2de17c7c
pl.po: fixed punctuation.
2007-02-12 22:34:06 +01:00
Laurent MONIN
dfb10ad325
French translation was updated.
2007-02-12 16:31:21 +01:00
Witold Filipczyk
8bb34f124f
Merge with master
2007-02-12 13:00:11 +01:00
Kalle Olavi Niemitalo
c64f1c84dc
NEWS: Temporarily mention bug 794.
2007-02-12 01:12:03 +02:00
Kalle Olavi Niemitalo
315f4e0342
doc: cut-clipboard does not merely delete text from clipboard.
2007-02-11 23:34:44 +02:00
Kalle Olavi Niemitalo
763f03f146
get_clipboard_text: Disable pasting from GNU Screen's clipboard.
2007-02-11 20:56:41 +02:00
Kalle Olavi Niemitalo
3caec64c51
doc: Ctrl-Alt- keystrokes can be bound too.
2007-02-11 20:55:58 +02:00
Witold Filipczyk
c2d1952a08
accesskey: start iterating with next link.
...
Rotating between links with the same accesskey works.
2007-02-11 09:21:35 +01:00
Kalle Olavi Niemitalo
9942a4987b
Merge with http://elinks.cz/elinks.git
2007-02-11 05:07:16 +02:00