5441e3a0ae
quote URLs with non-ASCII local directory names. [w3m-dev 04212]
Dai Sato2007-04-19 12:07:02 +00:00
2c5eaafc8e
avoid conflicts between input_alt and img_alt, and fix calculation of labeled line numbers when fold_line=1. [w3m-dev 04211]
Dai Sato2007-04-19 12:00:37 +00:00
7b084101e3
display <em> and <i> elements with underline. [w3m-dev 04197]
Dai Sato2007-04-19 11:42:29 +00:00
d26d1ac387
* [SECURITY] fix format string vulnerability * file.c (inputAnswer) fix format string bug
Fumitoshi UKAI2006-12-27 02:15:24 +00:00
ab71462c9f
[w3m-dev 04185] display <em> and <i> elements with bold letters.
Dai Sato2006-12-10 11:06:12 +00:00
d067996dca
[w3m-dev 04184] automatic uncompression in downloading
Dai Sato2006-12-10 11:01:24 +00:00
408c926802
accept invalid "set-cookies" headers when "domainName == .hostName".
Dai Sato2006-12-10 10:53:22 +00:00
dd02a73fcf
add LiveHTTPHeaders-like option: -reqlog.
Dai Sato2006-12-10 10:49:23 +00:00
8010a800b0
mailcap.c (acceptableMimeTypes): change default accept: line w3m should prefer text/html to other text/*. reported as Debian Bug#374296
Fumitoshi UKAI2006-08-07 03:10:26 +00:00
755718c883
avoid decoding when dump_extra option is specified.
Dai Sato2006-06-12 11:51:59 +00:00
b8f63e0d98
avoid decoding when dump_extra option is specified.
Dai Sato2006-06-10 11:09:06 +00:00
b91f116976
Show progress status when dump_extra option is specified. [w3m-dev 03992]
Dai Sato2006-06-10 10:01:18 +00:00
edfba91785
don't delete newlines in hidden values. [w3m-dev 04129]
Dai Sato2006-06-07 03:52:03 +00:00
4b0c2cecc3
[w3m-dev-en 01067] decode content-encoding in all situations.
Dai Sato2006-05-29 12:54:26 +00:00
48b920879b
[w3m-dev-en 01057] delete calls to GC from wrap_GC_warn_proc to avoid deadlocks.
Dai Sato2006-05-29 12:42:22 +00:00
44366cf8a5
[w3m-dev-en 01067] fix unsafe usage of SIGWINCH handler.
Dai Sato2006-05-29 12:28:01 +00:00
e6af15c579
Add SHIFT-TAB as a default binding for PREV_LINK.
Dai Sato2006-05-29 12:17:24 +00:00
8b6920fd2a
close textarea when table related tags are found.
Dai Sato2006-04-08 11:51:59 +00:00
a60d99eb7b
check A tag in HTMLlineproc2body().
Dai Sato2006-04-08 11:33:16 +00:00
0f51d4c26f
add explanations for .w3m/config and -o option.
Dai Sato2006-04-08 11:26:22 +00:00
dd7ae6dfb8
[w3m-dev 04150] fix vi_prec_num switching.
Dai Sato2006-04-08 11:21:07 +00:00
ac67ffe1a2
[w3m-dev 04146] disable HAVE_LANGINFO_CODESET on cygwin
Dai Sato2006-04-08 11:15:57 +00:00
db790bfd2b
Introduce option show_cookie and set it TRUE by default.
Dai Sato2006-04-07 15:48:56 +00:00
8396b91227
Replace '\n' (newline) with ' ' (space) in attributes of html tags.
Dai Sato2006-04-07 15:38:42 +00:00
1014df1820
Add w3mman -l <file> command line argument for viewing of local man files.
Dai Sato2006-04-07 15:33:56 +00:00
bc7f9c9026
apply multiple patches on w3m-dev(-en) ML since Jun 2005 to Jan 2006.
Dai Sato2006-04-05 14:18:53 +00:00
77d7685295
replace pclose passed to localcgi_post/get() with fclose in openURL()
Dai Sato2006-02-10 12:52:23 +00:00
9d56e4804d
file.c: replace pclose with fclose in the end of uncompress_stream() by Dai Sato CVS ----------------------------------------------------------------------
Dai Sato2006-02-09 12:49:52 +00:00
14db86b5c2
configure.ac: rename from configure.in. this is for autoconf2.50
Fumitoshi UKAI2005-02-26 17:13:58 +00:00
088e2bc30b
[w3m-dev 04143] Patch for OS/2 * config.h.in: ifdef HAVE_SETPGRP * configure.in: define USE_BINMODE_STREAM for *os2-emx* * islang.c: ULONG -> unsigned long * main.c: ULONG -> unsigned long
Fumitoshi UKAI2005-02-26 17:06:44 +00:00
fa58752f06
[w3m-dev-en 01045] From newbie: problem with w3m-0.5.1 installation * acinclude.m4 (AC_W3M_SSL): define USE_SSL after ssl library found From: Fumitoshi UKAI <ukai@debian.or.jp>
Fumitoshi UKAI2005-02-14 16:36:29 +00:00
44c494c8f3
[w3m-dev 04128] Re: w3mimgdisplay * acinclude.m4 (AC_W3M_IMAGE): check not yes * aclocal.m4, configure: regen * w3mimg/fb/fb_gdkpixbuf.c (fb_image_load): fb_image_fill in case GDK_PIXBUF_FRAME_DISPOSE * w3mimg/x11/x11_w3mimg.c (get_animation_size): return n (x11_load_image): fill in case GDK_PIXBUF_FRAME_DISPOSE
Fumitoshi UKAI2004-11-08 17:08:09 +00:00
42508f56c5
[w3m-dev 04117] Re: start attribute and value attribute on ordered lists * file.c (HTMLtagproc1): allow negative value for start attr From: Hiroyuki Ito <ZXB01226@nifty.com>
Fumitoshi UKAI2004-11-04 17:25:44 +00:00
646f90c69a
Bug#276246: w3m's locale parsing should at least see '@euro' modifier * config.h (HAVE_LANGINFO_CODESET): added * configure.in (AM_LANGINFO_CODESET): added * libwc/charset.c: #include <langinfo.h> (wc_charset_to_ces): use nl_langinfo(CODESET) From: Fumitoshi UKAI <ukai@debian.or.jp>
Fumitoshi UKAI2004-10-13 16:52:49 +00:00
863ae727cc
* [w3m-dev 04108] PIPE_BUF * main.c (pipeBuf): set buf->currentURL.file to prevent segfault by "PIPE_BUF cat;VIEW SOURCE;" From: Hiroyuki Ito <ZXB01226@nifty.com>
Fumitoshi UKAI2004-09-29 15:44:03 +00:00
151d79ed87
[w3m-dev 04097] Re: w3m-img gtk2 * w3mimg/fb/fb_gdkpixbuf.c (draw): no need bg (get_animation_size): use GTimeVal (fb_image_load): use GTimeVal fix for animation * w3mimg/x11/x11_w3mimg.c (get_animation_size): use GTimeVal (x11_load_image): use GTimeVal fix for animation From: Hiroyuki Ito <ZXB01226@nifty.com>
Fumitoshi UKAI2004-08-05 18:22:15 +00:00
3d0dc9e971
based on [w3m-dev 04079] SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp> * Makefile.in: (libwc/libwc.a): always make in libwc subdir (w3mimg/w3mimg.a): always make in w3mimg subdir
Fumitoshi UKAI2004-05-10 17:45:04 +00:00
1f3235767e
[w3m-dev 04049] w3m-cvs-1.914-misc.patch * Makefile.in (funcname.tab): dont modify when target is unchanged. (CFLAGS): need $(CPPFLAGS)? * config.h.in: add HAVE_STDINT_H, HAVE_INTTYPES_H * configure.in: s/AC_CANONICAL_SYSTEM/AC_CANONICAL_HOST/ don't use AC_CYGWIN don't use $CYGWIN, use $host_os *cygwin* AC_DEFINE in AC_CHECK_HEADER (float.h, sys/select.h) add stdint.h, inttypes.h * etc.c (find_auth_pass_entry): host is case insensitive * libwc/wc_types.h: use stdint.h or inttypes.h * main.c (MAIN); need GC_init() From: AIDA Shinra <shinra@j10n.org>
Fumitoshi UKAI2004-04-04 16:47:20 +00:00
1586b6b951
Debian Bug#241192 w3m ipv6 FQDN resolution failure * etc.c (FQDN): need to set ai_flags AI_CANONNAME, since we need ai_canonname here.
Fumitoshi UKAI2004-03-31 16:45:39 +00:00
b5bb094440
[w3m-dev 04050] SSL verify * url.c (openSSLHandle): don't load verify locations if both ssl_ca_file and ssl_ca_path is NULL. From: AIDA Shinra <shinra@j10n.org>
Fumitoshi UKAI2004-03-30 18:06:42 +00:00
f8ca559c64
fix search problem on different charset page than display charset * proto.h (conv_search_string): added * search.c (migemostr): use conv_search_string (conv_search_string): added * main.c (srchcore): use conv_search_string (reMark): ditto * menu.c (menu_search_forward): ditto (menu_search_backward): ditto (menu_search_next_previous): ditto From: Fumitoshi UKAI <ukai@debian.or.jp>
Fumitoshi UKAI2004-03-23 16:44:02 +00:00