Dai Sato
ab71462c9f
[w3m-dev 04185] display <em> and <i> elements with bold letters.
2006-12-10 11:06:12 +00:00
Dai Sato
d067996dca
[w3m-dev 04184] automatic uncompression in downloading
2006-12-10 11:01:24 +00:00
Dai Sato
408c926802
accept invalid "set-cookies" headers when "domainName == .hostName".
2006-12-10 10:53:22 +00:00
Dai Sato
dd02a73fcf
add LiveHTTPHeaders-like option: -reqlog.
2006-12-10 10:49:23 +00:00
Fumitoshi UKAI
8010a800b0
mailcap.c (acceptableMimeTypes): change default accept: line
...
w3m should prefer text/html to other text/*.
reported as Debian Bug#374296
2006-08-07 03:10:26 +00:00
Dai Sato
755718c883
avoid decoding when dump_extra option is specified.
2006-06-12 11:51:59 +00:00
Dai Sato
b8f63e0d98
avoid decoding when dump_extra option is specified.
2006-06-10 11:09:06 +00:00
Dai Sato
b91f116976
Show progress status when dump_extra option is specified. [w3m-dev 03992]
2006-06-10 10:01:18 +00:00
Dai Sato
edfba91785
don't delete newlines in hidden values. [w3m-dev 04129]
2006-06-07 03:52:03 +00:00
Dai Sato
4b0c2cecc3
[w3m-dev-en 01067] decode content-encoding in all situations.
2006-05-29 12:54:26 +00:00
Dai Sato
48b920879b
[w3m-dev-en 01057] delete calls to GC from wrap_GC_warn_proc to avoid deadlocks.
2006-05-29 12:42:22 +00:00
Dai Sato
44366cf8a5
[w3m-dev-en 01067] fix unsafe usage of SIGWINCH handler.
2006-05-29 12:28:01 +00:00
Dai Sato
e6af15c579
Add SHIFT-TAB as a default binding for PREV_LINK.
2006-05-29 12:17:24 +00:00
Dai Sato
8b6920fd2a
close textarea when table related tags are found.
2006-04-08 11:51:59 +00:00
Dai Sato
a60d99eb7b
check A tag in HTMLlineproc2body().
2006-04-08 11:33:16 +00:00
Dai Sato
0f51d4c26f
add explanations for .w3m/config and -o option.
2006-04-08 11:26:22 +00:00
Dai Sato
dd7ae6dfb8
[w3m-dev 04150] fix vi_prec_num switching.
2006-04-08 11:21:07 +00:00
Dai Sato
ac67ffe1a2
[w3m-dev 04146] disable HAVE_LANGINFO_CODESET on cygwin
2006-04-08 11:15:57 +00:00
Dai Sato
db790bfd2b
Introduce option show_cookie and set it TRUE by default.
2006-04-07 15:48:56 +00:00
Dai Sato
8396b91227
Replace '\n' (newline) with ' ' (space) in attributes of html tags.
2006-04-07 15:38:42 +00:00
Dai Sato
1014df1820
Add w3mman -l <file> command line argument for viewing of local man files.
2006-04-07 15:33:56 +00:00
Dai Sato
608eca22f6
rewind to 10 Feb 2006.
2006-04-07 15:31:52 +00:00
Dai Sato
75a6671d6c
rewind to 10 Feb 2006.
2006-04-07 15:22:07 +00:00
Dai Sato
a370f5d01d
rewind to 10 Feb 2006.
2006-04-07 15:05:49 +00:00
Dai Sato
d2459cad4d
Add w3mman -l <file> command line argument for viewing of local man files.
2006-04-07 14:59:02 +00:00
Dai Sato
b38dde4772
Use the hint instead of US_ASCII in wc_auto_detect.
2006-04-07 13:56:47 +00:00
Dai Sato
88aaa652d8
Use Strnew_charp(" ") instead of the wrong Strnew(" ").
2006-04-07 13:35:35 +00:00
Dai Sato
22d66ca585
rewind to 10 Feb 2006.
2006-04-07 13:21:11 +00:00
Dai Sato
bc7f9c9026
apply multiple patches on w3m-dev(-en) ML since Jun 2005 to Jan 2006.
2006-04-05 14:18:53 +00:00
Dai Sato
77d7685295
replace pclose passed to localcgi_post/get() with fclose in openURL()
2006-02-10 12:52:23 +00:00
Dai Sato
9d56e4804d
file.c: replace pclose with fclose in the end of uncompress_stream() by Dai Sato
...
CVS ----------------------------------------------------------------------
2006-02-09 12:49:52 +00:00
Fumitoshi UKAI
14db86b5c2
configure.ac: rename from configure.in. this is for autoconf2.50
2005-02-26 17:13:58 +00:00
Fumitoshi UKAI
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
2005-02-26 17:06:44 +00:00
Fumitoshi UKAI
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 >
2005-02-14 16:36:29 +00:00
Fumitoshi UKAI
57d2818318
[w3m-dev 04133] mouse_end() should preced reset_tty()?
...
* terms.c (reset_exit): mouse_end() should precede reset_tty()
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp >
2005-01-18 16:37:58 +00:00
Fumitoshi UKAI
ab1f4c4d96
[w3m-dev 04130] [w3m-dev 04131] [w3m-dev 04132] Multiple challeges in *-Authenticate header
...
* file.c (skip_auth_token): added
(extract_auth_val): ',' is end of token
(extract_auth_param): use skip_auth_token
(AuthDigestCred): parse qop and calc cnonce correctly
(findAuthentication): use skip_auth_token
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp >
2005-01-04 15:51:03 +00:00
Fumitoshi UKAI
0b0ee55a7c
* w3mimg/fb/fb_gdkpixbuf.c (fb_image_load):
...
fix unused variable `i'
* w3mimg/x11/x11_w3mimg.c (x11_load_image):
ditto
2004-11-08 17:14:06 +00:00
Fumitoshi UKAI
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
2004-11-08 17:08:09 +00:00
Fumitoshi UKAI
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 >
2004-11-04 17:25:44 +00:00
Fumitoshi UKAI
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 >
2004-10-13 16:52:49 +00:00
Fumitoshi UKAI
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 >
2004-09-29 15:44:03 +00:00
Fumitoshi UKAI
0b52d7d7d1
[w3m-dev 04104] w3mmail.cgi
...
* scripts/w3mmail.cgi.in: strip ^M
From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp >
2004-08-30 16:32:23 +00:00
Fumitoshi UKAI
7d5328d6d8
[w3m-dev 04099] Re: w3m-img gtk2
...
* w3mimg/fb/fb_gdkpixbuf.c (fb_image_load): fix resize bug
From: Hiroyuki Ito <ZXB01226@nifty.com >
2004-08-16 16:56:39 +00:00
Fumitoshi UKAI
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 >
2004-08-05 18:22:15 +00:00
Fumitoshi UKAI
d16ac274cf
[w3m-dev 04096] w3m-img gtk2
...
* acinclude.m4 (AC_W3M_IMAGE): add USE_GTK2
add --with-imagelib=gtk2
* aclocal.m4 config.guess config.sub configure: regen
* config.h.in: add USE_GTK2
* w3mimg/fb/fb_gdkpixbuf.c: support USE_GTK2
* w3mimg/fb/fb_img.h: add fb_image_init()
* w3mimg/fb/fb_imlib2.h: fb_image_init() stub
* w3mimg/fb/fb_w3mimg.c: call fb_image_init()
* w3mimg/x11/x11_w3mimg.c: support USE_GTK2
From: Fumitoshi UKAI <ukai@debian.or.jp >
2004-08-04 17:32:27 +00:00
Fumitoshi UKAI
a1ca0c89e0
[w3m-dev 04095] build fix when configure with --enable-messagel10n
...
* main.c (main): locale and textdomain initialization if ENABLE_NLS
* menu.c (initMenu): use _() instead of gettext()
* rc.c (show_params): use _() instead of gettext()
From: WATANABE Katsuyuki <knabe@sannet.ne.jp >
2004-08-02 15:40:50 +00:00
Fumitoshi UKAI
8fb6d5aca5
[w3m-dev 04094] Re: option panel: gettextize select list
...
* rc.c (load_option_panel): don't gettext&wc_conv colorstr
several times
From: WATANABE Katsuyuki <knabe@sannet.ne.jp >
2004-07-17 15:28:58 +00:00
Fumitoshi UKAI
4b06a174e4
[w3m-dev 04093] bookmark charset
...
* add global variable: BookmarkCharset.
* main.c:adBmark(): remove condition LANG = JA.
* main.c: buffername encode by BookmarkCharset when add bookmark.
* main.c: BookmarkCharset pass to w3mbookmark.
* w3mbookmark.c: ditto.
From: WATANABE Katsuyuki <knabe@sannet.ne.jp >
2004-07-15 16:44:37 +00:00
Fumitoshi UKAI
055ad4c690
[w3m-dev 04092] remove __CYGWIN__ && LANG == JA
...
* remove condition LANG == JA && __CYGWIN__
* cygwin_mouse_btn_swapped enabled when before 1.5.x
From: WATANABE Katsuyuki <knabe@sannet.ne.jp >
2004-07-15 16:32:38 +00:00
Fumitoshi UKAI
ac3a1a45c6
[w3m-dev 04091] option panel: gettextize select list
...
* rc.c: gettextize option select list.
* rc.c: add gettextize message.
* po/w3m.pot: ditto.
* po/ja.po: ditto.
From: WATANABE Katsuyuki <knabe@sannet.ne.jp >
2004-07-15 16:26:03 +00:00