aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pot-update.Dai Sato2007-05-282-5/+9
|
* add datarootdir for Autoconf 2.60 and later.Dai Sato2007-05-272-1/+6
|
* [w3m-dev 04155] fix for minpw.Dai Sato2007-05-2314-20/+243
|
* fix comments.Dai Sato2007-05-231-2/+3
|
* [w3m-dev 04246] delete nsl and dl for cross building.Dai Sato2007-05-233-3/+8
|
* [w3m-dev 04236] expand display_ins_del to select a type of fontify.Dai Sato2007-05-237-185/+430
|
* add checking ssl before digest_auth.Dai Sato2007-05-234-3934/+4355
|
* [w3m-dev 04240] nl_langinfo() requires setlocale()Dai Sato2007-05-236-13/+24
|
* [w3m-dev 03923] avoid extra blanks in pre in table.Dai Sato2007-05-233-44/+20
|
* decoding URLs in correct condition.Dai Sato2007-05-232-4/+9
|
* change char to unsigned char for HTML_DL_COMPACT(133).Dai Sato2007-05-232-3/+8
|
* [w3m-dev 04213] update Unicode charcters' widthDai Sato2007-05-234-7/+16
|
* quote URLs with non-ASCII local directory names. [w3m-dev 04212]Dai Sato2007-04-192-3/+9
|
* avoid conflicts between input_alt and img_alt, and fix calculation of ↵Dai Sato2007-04-194-11/+21
| | | | labeled line numbers when fold_line=1. [w3m-dev 04211]
* display <em> and <i> elements with underline. [w3m-dev 04197]Dai Sato2007-04-192-3/+8
|
* * [SECURITY] fix format string vulnerabilityFumitoshi UKAI2006-12-272-3/+8
| | | | * file.c (inputAnswer) fix format string bug
* [w3m-dev 04185] display <em> and <i> elements with bold letters.Dai Sato2006-12-106-79/+152
|
* [w3m-dev 04184] automatic uncompression in downloadingDai Sato2006-12-106-195/+220
|
* accept invalid "set-cookies" headers when "domainName == .hostName".Dai Sato2006-12-102-2/+15
|
* add LiveHTTPHeaders-like option: -reqlog.Dai Sato2006-12-105-19/+24
|
* mailcap.c (acceptableMimeTypes): change default accept: lineFumitoshi UKAI2006-08-072-7/+12
| | | | | w3m should prefer text/html to other text/*. reported as Debian Bug#374296
* avoid decoding when dump_extra option is specified.Dai Sato2006-06-122-2/+9
|
* avoid decoding when dump_extra option is specified.Dai Sato2006-06-102-4/+9
|
* Show progress status when dump_extra option is specified. [w3m-dev 03992]Dai Sato2006-06-102-2/+9
|
* don't delete newlines in hidden values. [w3m-dev 04129]Dai Sato2006-06-072-13/+35
|
* [w3m-dev-en 01067] decode content-encoding in all situations.Dai Sato2006-05-294-6/+28
|
* [w3m-dev-en 01057] delete calls to GC from wrap_GC_warn_proc to avoid deadlocks.Dai Sato2006-05-292-6/+10
|
* [w3m-dev-en 01067] fix unsafe usage of SIGWINCH handler.Dai Sato2006-05-292-19/+24
|
* Add SHIFT-TAB as a default binding for PREV_LINK.Dai Sato2006-05-295-5/+12
|
* close textarea when table related tags are found.Dai Sato2006-04-082-5/+15
|
* check A tag in HTMLlineproc2body().Dai Sato2006-04-084-6/+30
|
* add explanations for .w3m/config and -o option.Dai Sato2006-04-084-1/+14
|
* [w3m-dev 04150] fix vi_prec_num switching.Dai Sato2006-04-082-7/+20
|
* [w3m-dev 04146] disable HAVE_LANGINFO_CODESET on cygwinDai Sato2006-04-082-2/+13
|
* Introduce option show_cookie and set it TRUE by default.Dai Sato2006-04-074-10/+24
|
* Replace '\n' (newline) with ' ' (space) in attributes of html tags.Dai Sato2006-04-072-2/+12
|
* Add w3mman -l <file> command line argument for viewing of local man files.Dai Sato2006-04-073-17/+46
|
* rewind to 10 Feb 2006.Dai Sato2006-04-073-46/+17
|
* rewind to 10 Feb 2006.Dai Sato2006-04-074-6/+2
|
* rewind to 10 Feb 2006.Dai Sato2006-04-073-6/+2
|
* 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-073-5/+11
|
* rewind to 10 Feb 2006.Dai Sato2006-04-0722-941/+64
|
* apply multiple patches on w3m-dev(-en) ML since Jun 2005 to Jan 2006.Dai Sato2006-04-0533-86/+1000
|
* replace pclose passed to localcgi_post/get() with fclose in openURL()Dai Sato2006-02-102-4/+9
|
* file.c: replace pclose with fclose in the end of uncompress_stream() by Dai SatoDai Sato2006-02-092-3/+8
| | | | CVS ----------------------------------------------------------------------
* configure.ac: rename from configure.in. this is for autoconf2.50Fumitoshi UKAI2005-02-263-3186/+8610
|
* [w3m-dev 04143] Patch for OS/2Fumitoshi UKAI2005-02-264-5/+8
| | | | | | | * config.h.in: ifdef HAVE_SETPGRP * configure.in: define USE_BINMODE_STREAM for *os2-emx* * islang.c: ULONG -> unsigned long * main.c: ULONG -> unsigned long
* [w3m-dev-en 01045] From newbie: problem with w3m-0.5.1 installationFumitoshi UKAI2005-02-144-8601/+3194
| | | | | * acinclude.m4 (AC_W3M_SSL): define USE_SSL after ssl library found From: Fumitoshi UKAI <ukai@debian.or.jp>