aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* display <em> and <i> elements with underline. [w3m-dev 04197]Dai Sato2007-04-192-3/+8
|
* * [SECURITY] fix format string vulnerabilityFumitoshi UKAI2006-12-272-3/+8
| | | | * file.c (inputAnswer) fix format string bug
* [w3m-dev 04185] display <em> and <i> elements with bold letters.Dai Sato2006-12-106-79/+152
|
* [w3m-dev 04184] automatic uncompression in downloadingDai Sato2006-12-106-195/+220
|
* accept invalid "set-cookies" headers when "domainName == .hostName".Dai Sato2006-12-102-2/+15
|
* add LiveHTTPHeaders-like option: -reqlog.Dai Sato2006-12-105-19/+24
|
* mailcap.c (acceptableMimeTypes): change default accept: lineFumitoshi UKAI2006-08-072-7/+12
| | | | | w3m should prefer text/html to other text/*. reported as Debian Bug#374296
* avoid decoding when dump_extra option is specified.Dai Sato2006-06-122-2/+9
|
* avoid decoding when dump_extra option is specified.Dai Sato2006-06-102-4/+9
|
* Show progress status when dump_extra option is specified. [w3m-dev 03992]Dai Sato2006-06-102-2/+9
|
* don't delete newlines in hidden values. [w3m-dev 04129]Dai Sato2006-06-072-13/+35
|
* [w3m-dev-en 01067] decode content-encoding in all situations.Dai Sato2006-05-294-6/+28
|
* [w3m-dev-en 01057] delete calls to GC from wrap_GC_warn_proc to avoid deadlocks.Dai Sato2006-05-292-6/+10
|
* [w3m-dev-en 01067] fix unsafe usage of SIGWINCH handler.Dai Sato2006-05-292-19/+24
|
* Add SHIFT-TAB as a default binding for PREV_LINK.Dai Sato2006-05-295-5/+12
|
* close textarea when table related tags are found.Dai Sato2006-04-082-5/+15
|
* check A tag in HTMLlineproc2body().Dai Sato2006-04-084-6/+30
|
* add explanations for .w3m/config and -o option.Dai Sato2006-04-084-1/+14
|
* [w3m-dev 04150] fix vi_prec_num switching.Dai Sato2006-04-082-7/+20
|
* [w3m-dev 04146] disable HAVE_LANGINFO_CODESET on cygwinDai Sato2006-04-082-2/+13
|
* Introduce option show_cookie and set it TRUE by default.Dai Sato2006-04-074-10/+24
|
* Replace '\n' (newline) with ' ' (space) in attributes of html tags.Dai Sato2006-04-072-2/+12
|
* Add w3mman -l <file> command line argument for viewing of local man files.Dai Sato2006-04-073-17/+46
|
* rewind to 10 Feb 2006.Dai Sato2006-04-073-46/+17
|
* rewind to 10 Feb 2006.Dai Sato2006-04-074-6/+2
|
* rewind to 10 Feb 2006.Dai Sato2006-04-073-6/+2
|
* Add w3mman -l <file> command line argument for viewing of local man files.Dai Sato2006-04-071-1/+7
|
* Use the hint instead of US_ASCII in wc_auto_detect.Dai Sato2006-04-071-1/+7
|
* Use Strnew_charp(" ") instead of the wrong Strnew(" ").Dai Sato2006-04-073-5/+11
|
* rewind to 10 Feb 2006.Dai Sato2006-04-0722-941/+64
|
* apply multiple patches on w3m-dev(-en) ML since Jun 2005 to Jan 2006.Dai Sato2006-04-0533-86/+1000
|
* replace pclose passed to localcgi_post/get() with fclose in openURL()Dai Sato2006-02-102-4/+9
|
* file.c: replace pclose with fclose in the end of uncompress_stream() by Dai SatoDai Sato2006-02-092-3/+8
| | | | CVS ----------------------------------------------------------------------
* configure.ac: rename from configure.in. this is for autoconf2.50Fumitoshi UKAI2005-02-263-3186/+8610
|
* [w3m-dev 04143] Patch for OS/2Fumitoshi UKAI2005-02-264-5/+8
| | | | | | | * 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
* [w3m-dev-en 01045] From newbie: problem with w3m-0.5.1 installationFumitoshi UKAI2005-02-144-8601/+3194
| | | | | * acinclude.m4 (AC_W3M_SSL): define USE_SSL after ssl library found From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 04133] mouse_end() should preced reset_tty()?Fumitoshi UKAI2005-01-182-3/+8
| | | | | * terms.c (reset_exit): mouse_end() should precede reset_tty() From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
* [w3m-dev 04130] [w3m-dev 04131] [w3m-dev 04132] Multiple challeges in ↵Fumitoshi UKAI2005-01-042-59/+202
| | | | | | | | | | | *-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>
* * w3mimg/fb/fb_gdkpixbuf.c (fb_image_load):Fumitoshi UKAI2004-11-083-5/+14
| | | | | | fix unused variable `i' * w3mimg/x11/x11_w3mimg.c (x11_load_image): ditto
* [w3m-dev 04128] Re: w3mimgdisplayFumitoshi UKAI2004-11-086-6/+23
| | | | | | | | | | | * 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
* [w3m-dev 04117] Re: start attribute and value attribute on ordered listsFumitoshi UKAI2004-11-042-4/+11
| | | | | * file.c (HTMLtagproc1): allow negative value for start attr From: Hiroyuki Ito <ZXB01226@nifty.com>
* Bug#276246: w3m's locale parsing should at least see '@euro' modifierFumitoshi UKAI2004-10-135-1/+84
| | | | | | | | * 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>
* * [w3m-dev 04108] PIPE_BUFFumitoshi UKAI2004-09-292-2/+9
| | | | | | * main.c (pipeBuf): set buf->currentURL.file to prevent segfault by "PIPE_BUF cat;VIEW SOURCE;" From: Hiroyuki Ito <ZXB01226@nifty.com>
* [w3m-dev 04104] w3mmail.cgiFumitoshi UKAI2004-08-302-2/+8
| | | | | * scripts/w3mmail.cgi.in: strip ^M From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
* [w3m-dev 04099] Re: w3m-img gtk2Fumitoshi UKAI2004-08-162-4/+9
| | | | | * w3mimg/fb/fb_gdkpixbuf.c (fb_image_load): fix resize bug From: Hiroyuki Ito <ZXB01226@nifty.com>
* [w3m-dev 04097] Re: w3m-img gtk2Fumitoshi UKAI2004-08-053-74/+62
| | | | | | | | | | | * 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>
* [w3m-dev 04096] w3m-img gtk2Fumitoshi UKAI2004-08-0412-145/+653
| | | | | | | | | | | | | * 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>
* [w3m-dev 04095] build fix when configure with --enable-messagel10nFumitoshi UKAI2004-08-024-7/+16
| | | | | | | * 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>
* [w3m-dev 04094] Re: option panel: gettextize select listFumitoshi UKAI2004-07-172-3/+13
| | | | | | * rc.c (load_option_panel): don't gettext&wc_conv colorstr several times From: WATANABE Katsuyuki <knabe@sannet.ne.jp>
* [w3m-dev 04093] bookmark charsetFumitoshi UKAI2004-07-154-24/+32
| | | | | | | | | * 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>