aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New upstream version 0.5.3+git20210102upstream/0.5.3+git20210102upstreamTatsuya Kinoshita2021-01-02232-19937/+33137
|
* Merge branch 'cvstrunk' into upstreamTatsuya Kinoshita2020-09-090-0/+0
|\
| * [w3m-dev 04451] add entity.h to "make clean" target.cvstrunkDai Sato2012-05-221-366/+0
| |
| * [w3m-dev 04451] add entity.h to "make clean" target.Dai Sato2012-05-222-2/+7
| |
| * [w3m-dev 04452] delete words about Boehm GC.Dai Sato2012-05-225-5/+12
| |
| * [w3m-dev 04451] add entity.h to "make clean" target.Dai Sato2012-05-222-2/+6
| |
| * parse META CHARSETDai Sato2012-05-224-8/+19
| |
| * correction: 0.5.2 -> 0.5.3Dai Sato2011-01-171-4/+8
| |
| * w3m 0.5.3 releaserelease-0-5-3Dai Sato2011-01-1510-22/+49
| |
| * * [w3m-dev 04445] Re: Update documents (README.cookie)Ito Hiroyuki2011-01-053-8/+20
| | | | | | | | | | * doc-jp/README.cookie: refer to RFC 2109. * doc/README.cookie: diito.
| * add w3mimg/win/.cvsignore.Ito Hiroyuki2011-01-051-0/+1
| |
| * [w3m-dev 04441] error when 'make install'Ito Hiroyuki2011-01-048-835/+1975
| |
| * * [w3m-dev 04440] Update documents (README.cookie)Ito Hiroyuki2010-12-283-2/+56
| |
| * add documents for options "east_asian_width", "gb18030_as_ucs" and ↵Ito Hiroyuki2010-12-243-1/+23
| | | | | | | | "simple_preserve_space".
| * * w3mimg/win/win_w3mimg.cpp:Ito Hiroyuki2010-12-242-110/+33
| | | | | | | | | | | | remove unused ifdefs. support "-anim" option. support "image_scale".
| * w3mimgdisplay supports Windows console ↵Ito Hiroyuki2010-12-2116-843/+2997
| | | | | | | | (http://www.j10n.org/files/w3m-cvs-1.1040-misc.patch).
| * add documents about some options for w3mimgdisplay.Ito Hiroyuki2010-12-203-1/+19
| |
| * [w3m-dev 04424] http://www.j10n.org/files/w3m-cvs-1.1040-misc.patchIto Hiroyuki2010-12-1510-29/+73
| |
| * [w3m-dev 04419] AC_W3M_EXTLIBS does not check /lib64Ito Hiroyuki2010-12-153-2571/+1553
| |
| * [w3m-dev 04421] Patch to prevent sending Referer: ' header from HTTPS to HTTPIto Hiroyuki2010-12-112-2/+13
| |
| * * [w3m-dev 04414] Re: "normal" bugs from bugs.debian.orgIto Hiroyuki2010-10-113-6/+75
| |
| * [w3m-dev 04393] [patch] locale-related character managementIto Hiroyuki2010-08-2412-57/+4348
| |
| * Introduce option mailto_optionsIto Hiroyuki2010-08-206-291/+340
| |
| * exit code is 1 when an error is occuredIto Hiroyuki2010-08-202-12/+32
| |
| * All elements have the id attribute.Ito Hiroyuki2010-08-144-90/+190
| |
| * Support id attr on span etcIto Hiroyuki2010-08-124-21/+34
| |
| * [w3m-dev 04381] Re: check socklen_tIto Hiroyuki2010-08-111-1/+6
| |
| * * fix typoIto Hiroyuki2010-08-111-2/+2
| |
| * [w3m-dev 04379] check socklen_tIto Hiroyuki2010-08-105-5932/+3272
| |
| * *** empty log message ***Ito Hiroyuki2010-08-091-2/+2
| |
| * * [w3m-dev 04375] Re: "important" bugs from bugs.debian.orgIto Hiroyuki2010-08-092-7/+12
| | | | | | | | | | | | * table.c (feed_table_tag): don't show message when rowspan is greater than ATTR_ROWSPAN_MAX * [w3m-dev 04376] Re: "important" bugs from bugs.debian.org * table.c (feed_table_tag): fix indent
| * https://bugs.launchpad.net/ubuntu/+source/w3m/+bug/131993Ito Hiroyuki2010-08-082-2/+16
| |
| * [w3m-dev 04360] Re: "important" bugs from bugs.debian.orgIto Hiroyuki2010-08-084-6/+20
| |
| * fix conditions for UseGraphicCharIto Hiroyuki2010-08-0411-46/+91
| |
| * [w3m-dev 04363] Re: w3m's bugs from bugs.debian.orgIto Hiroyuki2010-08-034-22/+20
| | | | | | | | | | remove codes for Debian revert manpages
| * * register user name and password for proxy authentication.Ito Hiroyuki2010-08-0311-34/+69
| | | | | | | | * remove option -pauth
| * Revert the change of using ATTR_TITLE if ATTR_ALT is empty.Ito Hiroyuki2010-08-022-9/+9
| |
| * * [w3m-dev 04348] Re: "important" bugs from bugs.debian.orgIto Hiroyuki2010-07-302-7/+21
| | | | | | | | | | | | * file.c (TEXTAREA_ATTR_COL_MAX, TEXTAREA_ATTR_ROWS_MAX): added. (process_textarea): check cur_textarea_size > TEXTAREA_ATTR_COL_MAX and cur_textarea_rows > TEXTAREA_ATTR_ROWS_MAX
| * * [w3m-dev 04345] Re: "important" bugs from bugs.debian.orgIto Hiroyuki2010-07-302-4/+15
| | | | | | | | | | * file.c (HR_ATTR_WIDTH_MAX): added. * file.c (process_hr): check w > HR_ATTR_WIDTH_MAX
| * * [w3m-dev 04237] [patch] cookie avoid [wrong number of dots]Ito Hiroyuki2010-07-266-143/+195
| |
| * * define AC_W3M_SSL_DIGEST_AUTHIto Hiroyuki2010-07-262-18/+23
| |
| * * merge ambiguous width patchIto Hiroyuki2010-07-2517-174/+22236
| | | | | | | | * http://www.j10n.org/files/w3m-cvs-1.914-ambwidth.patch
| * [w3m-dev 04326] suppress compile warnings.Ito Hiroyuki2010-07-241-1/+8
| |
| * suppress compile warnings.Ito Hiroyuki2010-07-241-4/+5
| |
| * * update messages.Ito Hiroyuki2010-07-212-536/+584
| | | | | | | | * use UTF-8.
| * fix url.Ito Hiroyuki2010-07-201-2/+2
| |
| * * url.c (openSSLHandle): add support for TLS SNI (Server NameIndication)Ito Hiroyuki2010-07-202-20/+27
| |
| * * [w3m-dev 04321] Re: w3m's bugs from bugs.debian.orgIto Hiroyuki2010-07-197-10/+67
| | | | | | | | | | | | | | | | | | | | | | * 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.
| * * [w3m-dev 04321] Re: w3m's bugs from bugs.debian.orgIto Hiroyuki2010-07-194-4/+23
| | | | | | | | | | | | | | * 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.
| * * [w3m-dev 04321] Re: w3m's bugs from bugs.debian.orgIto Hiroyuki2010-07-192-4/+12
| | | | | | | | | | * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537706#10 * rc.c (interpret_rc): check line->length before call Strchop().