aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-12-10add LiveHTTPHeaders-like option: -reqlog.Dai Sato1-1/+7
2006-08-07mailcap.c (acceptableMimeTypes): change default accept: lineFumitoshi UKAI1-1/+7
w3m should prefer text/html to other text/*. reported as Debian Bug#374296
2006-06-12avoid decoding when dump_extra option is specified.Dai Sato1-1/+6
2006-06-10avoid decoding when dump_extra option is specified.Dai Sato1-2/+7
2006-06-10Show progress status when dump_extra option is specified. [w3m-dev 03992]Dai Sato1-1/+6
2006-06-07don't delete newlines in hidden values. [w3m-dev 04129]Dai Sato1-1/+6
2006-05-29[w3m-dev-en 01067] decode content-encoding in all situations.Dai Sato1-1/+6
2006-05-29[w3m-dev-en 01057] delete calls to GC from wrap_GC_warn_proc to avoid deadlocks.Dai Sato1-1/+6
2006-05-29[w3m-dev-en 01067] fix unsafe usage of SIGWINCH handler.Dai Sato1-2/+7
2006-05-29Add SHIFT-TAB as a default binding for PREV_LINK.Dai Sato1-1/+6
2006-04-08close textarea when table related tags are found.Dai Sato1-1/+6
2006-04-08check A tag in HTMLlineproc2body().Dai Sato1-1/+6
2006-04-08add explanations for .w3m/config and -o option.Dai Sato1-1/+6
2006-04-08[w3m-dev 04150] fix vi_prec_num switching.Dai Sato1-2/+7
2006-04-08[w3m-dev 04146] disable HAVE_LANGINFO_CODESET on cygwinDai Sato1-1/+6
2006-04-07Introduce option show_cookie and set it TRUE by default.Dai Sato1-1/+7
2006-04-07Replace '\n' (newline) with ' ' (space) in attributes of html tags.Dai Sato1-1/+7
2006-04-07Add w3mman -l <file> command line argument for viewing of local man files.Dai Sato1-1/+7
2006-04-07Use the hint instead of US_ASCII in wc_auto_detect.Dai Sato1-1/+7
2006-04-07Use Strnew_charp(" ") instead of the wrong Strnew(" ").Dai Sato1-1/+7
2006-04-07rewind to 10 Feb 2006.Dai Sato1-20/+1
2006-04-05apply multiple patches on w3m-dev(-en) ML since Jun 2005 to Jan 2006.Dai Sato1-1/+20
2006-02-10replace pclose passed to localcgi_post/get() with fclose in openURL()Dai Sato1-1/+6
2006-02-09file.c: replace pclose with fclose in the end of uncompress_stream() by Dai SatoDai Sato1-1/+6
CVS ----------------------------------------------------------------------
2005-02-26configure.ac: rename from configure.in. this is for autoconf2.50Fumitoshi UKAI1-1/+13
2005-02-14[w3m-dev-en 01045] From newbie: problem with w3m-0.5.1 installationFumitoshi UKAI1-1/+6
* acinclude.m4 (AC_W3M_SSL): define USE_SSL after ssl library found From: Fumitoshi UKAI <ukai@debian.or.jp>
2005-01-18[w3m-dev 04133] mouse_end() should preced reset_tty()?Fumitoshi UKAI1-1/+6
* terms.c (reset_exit): mouse_end() should precede reset_tty() From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
2005-01-04[w3m-dev 04130] [w3m-dev 04131] [w3m-dev 04132] Multiple challeges in ↵Fumitoshi UKAI1-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>
2004-11-08* w3mimg/fb/fb_gdkpixbuf.c (fb_image_load):Fumitoshi UKAI1-1/+8
fix unused variable `i' * w3mimg/x11/x11_w3mimg.c (x11_load_image): ditto
2004-11-08[w3m-dev 04128] Re: w3mimgdisplayFumitoshi UKAI1-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
2004-11-04[w3m-dev 04117] Re: start attribute and value attribute on ordered listsFumitoshi UKAI1-1/+6
* file.c (HTMLtagproc1): allow negative value for start attr From: Hiroyuki Ito <ZXB01226@nifty.com>
2004-10-13Bug#276246: w3m's locale parsing should at least see '@euro' modifierFumitoshi UKAI1-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>
2004-09-29* [w3m-dev 04108] PIPE_BUFFumitoshi UKAI1-1/+7
* main.c (pipeBuf): set buf->currentURL.file to prevent segfault by "PIPE_BUF cat;VIEW SOURCE;" From: Hiroyuki Ito <ZXB01226@nifty.com>
2004-08-30[w3m-dev 04104] w3mmail.cgiFumitoshi UKAI1-1/+6
* scripts/w3mmail.cgi.in: strip ^M From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
2004-08-16[w3m-dev 04099] Re: w3m-img gtk2Fumitoshi UKAI1-1/+6
* w3mimg/fb/fb_gdkpixbuf.c (fb_image_load): fix resize bug From: Hiroyuki Ito <ZXB01226@nifty.com>
2004-08-05[w3m-dev 04097] Re: w3m-img gtk2Fumitoshi UKAI1-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>
2004-08-04[w3m-dev 04096] w3m-img gtk2Fumitoshi UKAI1-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>
2004-08-02[w3m-dev 04095] build fix when configure with --enable-messagel10nFumitoshi UKAI1-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>
2004-07-17[w3m-dev 04094] Re: option panel: gettextize select listFumitoshi UKAI1-1/+7
* rc.c (load_option_panel): don't gettext&wc_conv colorstr several times From: WATANABE Katsuyuki <knabe@sannet.ne.jp>
2004-07-15[w3m-dev 04093] bookmark charsetFumitoshi UKAI1-1/+10
* 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[w3m-dev 04092] remove __CYGWIN__ && LANG == JAFumitoshi UKAI1-1/+7
* 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[w3m-dev 04091] option panel: gettextize select listFumitoshi UKAI1-1/+9
* 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-13Debian Bug#259053Fumitoshi UKAI1-1/+6
* doc/FAQ.html, doc-jp/FAQ.html: ~/.mailcap -> ~/.w3m/mailcap From: Fumitoshi UKAI <ukai@debian.or.jp>
2004-05-10based on [w3m-dev 04079]Fumitoshi UKAI1-1/+8
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-02[w3m-dev-en 01007]Fumitoshi UKAI1-1/+6
* libwc/Makefile.in (CFLAGS): need @CPPFLAGS@
2004-05-02cvs versionFumitoshi UKAI1-1/+5
2004-04-28w3m 0.5.1release-0-5-1Fumitoshi UKAI1-1/+11
* 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-26[w3m-dev 04068] install-sh problemFumitoshi UKAI1-1/+8
[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[w3m-dev 04073] Re: run configure in another directoryFumitoshi UKAI1-1/+14
* 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-22[w3m-dev 04066] --disable-colorFumitoshi UKAI1-1/+6
* rc.c (load_option_panel): #ifdef USE_COLOR From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>