Commit Graph

1238 Commits

Author SHA1 Message Date
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
Fumitoshi UKAI
ecd6374362 Debian Bug#259053
* doc/FAQ.html, doc-jp/FAQ.html: ~/.mailcap -> ~/.w3m/mailcap
From: Fumitoshi UKAI  <ukai@debian.or.jp>
2004-07-13 17:17:39 +00:00
Fumitoshi UKAI
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
2004-05-10 17:45:04 +00:00
Fumitoshi UKAI
c9b1263a85 [w3m-dev-en 01007]
* libwc/Makefile.in (CFLAGS): need @CPPFLAGS@
2004-05-02 16:44:08 +00:00
Fumitoshi UKAI
5ee509c073 cvs version 2004-05-02 16:40:46 +00:00
Fumitoshi UKAI
561d6df426 w3m 0.5.1
* version.c.in: update
* doc/README: version 0.5, release date, maintainer
* doc-jp/README: ditto
* NEWS: update
* configure.in: version 0.5.1
* po/w3m.pot, ja.po: update-po
2004-04-28 18:19:22 +00:00
Fumitoshi UKAI
b91e6ce453 [w3m-dev 04068] install-sh problem
[w3m-dev 04069] install-sh problem 2
* Makefile.in (MAKE_ARGS): delete INSTALL
* install-sh: replace with X Consortium install-sh (from automake)
From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
2004-04-26 17:04:47 +00:00
Fumitoshi UKAI
8d410b5b46 [w3m-dev 04073] Re: run configure in another directory
* Makefile.in (CFLAGS): include dir here
	(DEFS): delete include dirs
	(libwc/libwc.a): pass OPTS only
	(w3mimg/w3mimg.a): pass OPTS only
* libwc/Makefile.in (CFLAGS): fixed
* w3mimg/Makefile.in (CFLAGS): added
	(fb x11): pass OPTS only
* w3mimg/fb/Makefile.in (CFLAGS): added
* w3mimg/x11/Makefile.in (CFLAGS): added
From: Fumitoshi UKAI  <ukai@debian.or.jp>
2004-04-26 17:00:37 +00:00
Fumitoshi UKAI
b0e00c1c8f [w3m-dev 04066] --disable-color
* rc.c (load_option_panel): #ifdef USE_COLOR
From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
2004-04-22 16:34:08 +00:00
Fumitoshi UKAI
58be2bdb6a build error for --enable-m17n --disable-unicode
* libwc/detect.c (wc_create_detect_map): #ifdef USE_UNICODE
From: Masao Uebayashi <uebayasi@pultek.co.jp>
2004-04-21 16:42:17 +00:00