aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [w3m-dev 04240] nl_langinfo() requires setlocale()Dai Sato2007-05-231-2/+8
|
* [w3m-dev 03923] avoid extra blanks in pre in table.Dai Sato2007-05-231-1/+6
|
* decoding URLs in correct condition.Dai Sato2007-05-231-1/+6
|
* change char to unsigned char for HTML_DL_COMPACT(133).Dai Sato2007-05-231-1/+6
|
* [w3m-dev 04213] update Unicode charcters' widthDai Sato2007-05-231-1/+7
|
* quote URLs with non-ASCII local directory names. [w3m-dev 04212]Dai Sato2007-04-191-1/+6
|
* avoid conflicts between input_alt and img_alt, and fix calculation of ↵Dai Sato2007-04-191-1/+7
| | | | labeled line numbers when fold_line=1. [w3m-dev 04211]
* display <em> and <i> elements with underline. [w3m-dev 04197]Dai Sato2007-04-191-1/+6
|
* * [SECURITY] fix format string vulnerabilityFumitoshi UKAI2006-12-271-1/+6
| | | | * file.c (inputAnswer) fix format string bug
* [w3m-dev 04185] display <em> and <i> elements with bold letters.Dai Sato2006-12-101-1/+7
|
* [w3m-dev 04184] automatic uncompression in downloadingDai Sato2006-12-101-1/+13
|
* accept invalid "set-cookies" headers when "domainName == .hostName".Dai Sato2006-12-101-1/+7
|
* add LiveHTTPHeaders-like option: -reqlog.Dai Sato2006-12-101-1/+7
|
* mailcap.c (acceptableMimeTypes): change default accept: lineFumitoshi UKAI2006-08-071-1/+7
| | | | | w3m should prefer text/html to other text/*. reported as Debian Bug#374296
* avoid decoding when dump_extra option is specified.Dai Sato2006-06-121-1/+6
|
* avoid decoding when dump_extra option is specified.Dai Sato2006-06-101-2/+7
|
* Show progress status when dump_extra option is specified. [w3m-dev 03992]Dai Sato2006-06-101-1/+6
|
* don't delete newlines in hidden values. [w3m-dev 04129]Dai Sato2006-06-071-1/+6
|
* [w3m-dev-en 01067] decode content-encoding in all situations.Dai Sato2006-05-291-1/+6
|
* [w3m-dev-en 01057] delete calls to GC from wrap_GC_warn_proc to avoid deadlocks.Dai Sato2006-05-291-1/+6
|
* [w3m-dev-en 01067] fix unsafe usage of SIGWINCH handler.Dai Sato2006-05-291-2/+7
|
* Add SHIFT-TAB as a default binding for PREV_LINK.Dai Sato2006-05-291-1/+6
|
* close textarea when table related tags are found.Dai Sato2006-04-081-1/+6
|
* check A tag in HTMLlineproc2body().Dai Sato2006-04-081-1/+6
|
* add explanations for .w3m/config and -o option.Dai Sato2006-04-081-1/+6
|
* [w3m-dev 04150] fix vi_prec_num switching.Dai Sato2006-04-081-2/+7
|
* [w3m-dev 04146] disable HAVE_LANGINFO_CODESET on cygwinDai Sato2006-04-081-1/+6
|
* Introduce option show_cookie and set it TRUE by default.Dai Sato2006-04-071-1/+7
|
* Replace '\n' (newline) with ' ' (space) in attributes of html tags.Dai Sato2006-04-071-1/+7
|
* 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-071-1/+7
|
* rewind to 10 Feb 2006.Dai Sato2006-04-071-20/+1
|
* apply multiple patches on w3m-dev(-en) ML since Jun 2005 to Jan 2006.Dai Sato2006-04-051-1/+20
|
* replace pclose passed to localcgi_post/get() with fclose in openURL()Dai Sato2006-02-101-1/+6
|
* file.c: replace pclose with fclose in the end of uncompress_stream() by Dai SatoDai Sato2006-02-091-1/+6
| | | | CVS ----------------------------------------------------------------------
* configure.ac: rename from configure.in. this is for autoconf2.50Fumitoshi UKAI2005-02-261-1/+13
|
* [w3m-dev-en 01045] From newbie: problem with w3m-0.5.1 installationFumitoshi UKAI2005-02-141-1/+6
| | | | | * 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-181-1/+6
| | | | | * 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-041-1/+10
| | | | | | | | | | | *-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-081-1/+8
| | | | | | fix unused variable `i' * w3mimg/x11/x11_w3mimg.c (x11_load_image): ditto
* [w3m-dev 04128] Re: w3mimgdisplayFumitoshi UKAI2004-11-081-1/+13
| | | | | | | | | | | * 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-041-1/+6
| | | | | * 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-131-1/+9
| | | | | | | | * 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-291-1/+7
| | | | | | * 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-301-1/+6
| | | | | * 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-161-1/+6
| | | | | * 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-051-1/+12
| | | | | | | | | | | * 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-041-1/+14
| | | | | | | | | | | | | * 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-021-1/+8
| | | | | | | * 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>