aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* [w3m-dev 04094] Re: option panel: gettextize select listFumitoshi UKAI2004-07-171-1/+7
| | | | | | * 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-151-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>
* [w3m-dev 04092] remove __CYGWIN__ && LANG == JAFumitoshi UKAI2004-07-151-1/+7
| | | | | | * remove condition LANG == JA && __CYGWIN__ * cygwin_mouse_btn_swapped enabled when before 1.5.x From: WATANABE Katsuyuki <knabe@sannet.ne.jp>
* [w3m-dev 04091] option panel: gettextize select listFumitoshi UKAI2004-07-151-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>
* Debian Bug#259053Fumitoshi UKAI2004-07-131-1/+6
| | | | | * doc/FAQ.html, doc-jp/FAQ.html: ~/.mailcap -> ~/.w3m/mailcap From: Fumitoshi UKAI <ukai@debian.or.jp>
* based on [w3m-dev 04079]Fumitoshi UKAI2004-05-101-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
* [w3m-dev-en 01007]Fumitoshi UKAI2004-05-021-1/+6
| | | | * libwc/Makefile.in (CFLAGS): need @CPPFLAGS@
* cvs versionFumitoshi UKAI2004-05-021-1/+5
|
* w3m 0.5.1release-0-5-1Fumitoshi UKAI2004-04-281-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
* [w3m-dev 04068] install-sh problemFumitoshi UKAI2004-04-261-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>
* [w3m-dev 04073] Re: run configure in another directoryFumitoshi UKAI2004-04-261-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>
* [w3m-dev 04066] --disable-colorFumitoshi UKAI2004-04-221-1/+6
| | | | | * rc.c (load_option_panel): #ifdef USE_COLOR From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>