Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-02-02 | sixel and osc5379 image display protocols can be chosen in options | bptato | 1 | -1/+13 | |
2020-09-01 | Space is now entered in URL fields instead of triggering file completion, ↵ | bptato | 1 | -0/+3 | |
old behavior can be toggled via options | |||||
2020-03-11 | Update documents for ssl_forbid_method | Tatsuya Kinoshita | 1 | -1/+1 | |
2019-06-30 | Allow setting User Agent in Siteconf | Azure | 1 | -0/+12 | |
Since Google gives usable search results to Lynx but not to w3m, and many other sites block Lynx but /not/ w3m, we want to be able to set the User Agent string on a per-site basis. | |||||
2018-01-21 | Make temporary directory safely when ~/.w3m is unwritable | Tatsuya Kinoshita | 1 | -0/+5 | |
2018-01-21 | Suppress error messages when ~/.w3m is unwritable | Tatsuya Kinoshita | 1 | -4/+4 | |
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871425 | |||||
2018-01-06 | Fix multi-character character constant for ssl_forbid_method | Tatsuya Kinoshita | 1 | -1/+1 | |
2018-01-06 | Extend ssl_forbid_method to disable TLSv1.1 | se | 1 | -1/+1 | |
Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874218#5 | |||||
2016-03-20 | Fix reverse ordered config parameters | Tatsuya Kinoshita | 1 | -3/+7 | |
2016-03-14 | Update PO strings for extbrowser2..9 | Tatsuya Kinoshita | 1 | -8/+8 | |
2016-03-13 | Add extbrowser4, extbrowser5, ..., and extbrowser9 | Tatsuya Kinoshita | 1 | -3/+21 | |
2015-08-11 | Remove dead assignments flagged by Clang static analysis | David Crosby | 1 | -1/+1 | |
2015-07-25 | Avoid passing null to strlen | Richard Quirk | 1 | -1/+1 | |
2015-04-29 | Update PO strings for display_borders | Tatsuya Kinoshita | 1 | -1/+1 | |
2015-02-02 | New option "display_borders" to display 0 pixel table borders. | Tatsuya Kinoshita | 1 | -0/+3 | |
cf. http://d.hatena.ne.jp/rubikitch/20101120 | |||||
2013-04-08 | Support the siteconf feature | Tatsuya Kinoshita | 1 | -0/+222 | |
Patch to support the siteconf feature, from [w3m-dev 04463] on 2012-06-27, provided by AIDA Shinra. | |||||
2011-05-04 | Adding upstream version 0.5.3upstream/0.5.3 | Tatsuya Kinoshita | 1 | -9/+54 | |
2011-05-04 | Adding upstream version 0.5.2upstream/0.5.2 | Tatsuya Kinoshita | 1 | -25/+56 | |
2011-05-04 | Adding upstream version 0.5.1upstream/0.5.1 | Tatsuya Kinoshita | 1 | -0/+1482 | |
2010-08-20 | Introduce option mailto_options | Ito Hiroyuki | 1 | -1/+13 | |
2010-08-04 | fix conditions for UseGraphicChar | Ito Hiroyuki | 1 | -4/+11 | |
2010-07-26 | * [w3m-dev 04237] [patch] cookie avoid [wrong number of dots] | Ito Hiroyuki | 1 | -1/+8 | |
2010-07-25 | * merge ambiguous width patch | Ito Hiroyuki | 1 | -10/+9 | |
* http://www.j10n.org/files/w3m-cvs-1.914-ambwidth.patch | |||||
2010-07-19 | * [w3m-dev 04321] Re: w3m's bugs from bugs.debian.org | Ito Hiroyuki | 1 | -1/+4 | |
* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329862#20 * table.c (feed_table_tag): check displayLinkNumber. * proto.h: add getLinkNumberStr(). * main.c (do_dump): check displayLinkNumber. * fm.h: add global variable displayLinkNumber. * file.c (getLinkNumberStr): added. (process_input, process_select, HTMLtagproc1): check displayLinkNumber. | |||||
2010-07-19 | * [w3m-dev 04321] Re: w3m's bugs from bugs.debian.org | Ito Hiroyuki | 1 | -1/+4 | |
* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329863#8 * rc.c: Introduce option pseudo_inlines. * fm.h: add global variable pseudoInlines. * file.c (process_img): check q. | |||||
2010-07-19 | * [w3m-dev 04321] Re: w3m's bugs from bugs.debian.org | Ito Hiroyuki | 1 | -3/+5 | |
* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537706#10 * rc.c (interpret_rc): check line->length before call Strchop(). | |||||
2010-07-19 | * [w3m-dev 04321] Re: w3m's bugs from bugs.debian.org | Ito Hiroyuki | 1 | -4/+6 | |
* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=366284#5 * rc.c (init_rc): check config_file is NULL or not. (panel_set_option): check config_file instead of no_rc_dir. | |||||
2010-07-19 | * [w3m-dev 04321] Re: w3m's bugs from bugs.debian.org | Ito Hiroyuki | 1 | -3/+10 | |
* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=261174#10 * terms.c (graph_ok): check UseGraphicChar is GRAPHIC_CHAR_ALL or not. * symbol.c (get_symbol): check UseGraphicChar. * rc.c (graphic_char_str): added. * main.c (sig_chld): use GRAPHIC_CHAR_ASCII and GRAPHIC_CHAR_ALL. * fm.h (GRAPHIC_CHAR_ASCII, GRAPHIC_CHAR_CHARSET, GRAPHIC_CHAR_ALL): added. * fm.h: UseGraphicChar is initialized as GRAPHIC_CHAR_ASCII. | |||||
2010-07-19 | * [w3m-dev 04238] [patch] simple preserve space | Ito Hiroyuki | 1 | -1/+4 | |
* rc.c: Introduce option simple_preserve_space. * fm.h: add global variable SimplePreserveSpace. * file.c (HTMLlineproc0): check SimplePreserveSpace. | |||||
2007-05-23 | [w3m-dev 04155] fix for minpw. | Dai Sato | 1 | -1/+5 | |
2007-05-23 | [w3m-dev 04236] expand display_ins_del to select a type of fontify. | Dai Sato | 1 | -4/+11 | |
2007-05-23 | [w3m-dev 04240] nl_langinfo() requires setlocale() | Dai Sato | 1 | -4/+6 | |
2006-12-10 | [w3m-dev 04184] automatic uncompression in downloading | Dai Sato | 1 | -1/+4 | |
2006-04-07 | Introduce option show_cookie and set it TRUE by default. | Dai Sato | 1 | -1/+4 | |
2006-04-07 | rewind to 10 Feb 2006. | Dai Sato | 1 | -8/+3 | |
2006-04-05 | apply multiple patches on w3m-dev(-en) ML since Jun 2005 to Jan 2006. | Dai Sato | 1 | -3/+8 | |
2004-08-02 | [w3m-dev 04095] build fix when configure with --enable-messagel10n | Fumitoshi UKAI | 1 | -3/+3 | |
* 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 list | Fumitoshi UKAI | 1 | -2/+6 | |
* 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 04091] option panel: gettextize select list | Fumitoshi UKAI | 1 | -17/+25 | |
* 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-04-22 | [w3m-dev 04066] --disable-color | Fumitoshi UKAI | 1 | -1/+3 | |
* rc.c (load_option_panel): #ifdef USE_COLOR From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp> | |||||
2004-03-22 | cleanup LANG==JA | Fumitoshi UKAI | 1 | -58/+1 | |
2003-09-26 | fix indent | Fumitoshi UKAI | 1 | -2/+2 | |
2003-09-26 | conv.c ucs_eucjp.h ucs_latin1.h: deleted | Fumitoshi UKAI | 1 | -2/+2 | |
2003-09-25 | add posubst, compile-time message l10n | Fumitoshi UKAI | 1 | -192/+6 | |
* Makefile.in: @POSUBST@ * acinclude.m4(AC_W3M_M17N): add POSUBST, POLANG --enable-messagel10n * configure.in (W3M_LANG): subst (AM_GET_GNUTEXT): if messagel10n enabled, don't use NLS (AC_OUTOUT): add posubst, chmod +x * menu.c: remove if LANG == JA messages * rc.c: ditto From: Fumitoshi UKAI <ukai@debian.or.jp> | |||||
2003-09-24 | fix indent | Fumitoshi UKAI | 1 | -16/+18 | |
2003-09-24 | gettextize | Fumitoshi UKAI | 1 | -192/+212 | |
* Makefile.in: updated * menu.c: gettextize * rc.c: gettextize * intl/.cvsignore: added * po/.cvsignore: added * po/Makevars: added * po/Makevars.template: removed * po/POTFILES.in: updated * po/w3m.pot: created * po/ja.po: created From: Fumitoshi UKAI <ukai@debian.or.jp> | |||||
2003-09-23 | gettextize initial modifications | Fumitoshi UKAI | 1 | -3/+9 | |
2003-09-22 | fix build problem | Fumitoshi UKAI | 1 | -4/+5 | |
2003-09-22 | merge m17n patch | Fumitoshi UKAI | 1 | -155/+244 | |
add libwc | |||||
2003-09-22 | [w3m-dev 03967] Re: IPv4/IPv6 only option patch | Fumitoshi UKAI | 1 | -1/+3 | |
* NEWS: options: -4, -6 * fm.h (DNS_ORDER_INET_ONLY): added (DNS_ORDER_INET6_ONLY): added (ai_family_order_table): [3]->[7] * main.c (fusage): add -4/-6 (main): -4/-6 mapped to dns_order=4/dns_order=6 * rc.c (dnsorders): add DNS_ORDER_INET_ONLY, DNS_ORDER_INET6_ONLY * url.c (dnsorders): add 3-6 From: Fumitoshi UKAI <ukai@debian.or.jp> |