index
:
w3m
aito-soft
branch-0-2-5
branch-0-3-2
cvstrunk
debian
debian-jessie
debian-stretch
inu-0-2-2
master
master-deb11
master-jessie
master-stretch
pristine-tar
upstream
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-05-29
delete unused macros, change void to static void. [w3m-dev 04260]
Dai Sato
1
-1
/
+6
2007-05-29
move 'gc' from $LIBS to $LIBGC. [w3m-dev 04259]
Dai Sato
1
-2
/
+8
2007-05-29
add datarootdir for Autoconf 2.60 and later.
Dai Sato
1
-1
/
+9
2007-05-28
pot-update.
Dai Sato
1
-1
/
+5
2007-05-27
add datarootdir for Autoconf 2.60 and later.
Dai Sato
1
-1
/
+5
2007-05-23
[w3m-dev 04155] fix for minpw.
Dai Sato
1
-4
/
+5
2007-05-23
fix comments.
Dai Sato
1
-2
/
+3
2007-05-23
[w3m-dev 04246] delete nsl and dl for cross building.
Dai Sato
1
-1
/
+6
2007-05-23
[w3m-dev 04236] expand display_ins_del to select a type of fontify.
Dai Sato
1
-1
/
+7
2007-05-23
add checking ssl before digest_auth.
Dai Sato
1
-1
/
+7
2007-05-23
[w3m-dev 04240] nl_langinfo() requires setlocale()
Dai Sato
1
-2
/
+8
2007-05-23
[w3m-dev 03923] avoid extra blanks in pre in table.
Dai Sato
1
-1
/
+6
2007-05-23
decoding URLs in correct condition.
Dai Sato
1
-1
/
+6
2007-05-23
change char to unsigned char for HTML_DL_COMPACT(133).
Dai Sato
1
-1
/
+6
2007-05-23
[w3m-dev 04213] update Unicode charcters' width
Dai Sato
1
-1
/
+7
2007-04-19
quote URLs with non-ASCII local directory names. [w3m-dev 04212]
Dai Sato
1
-1
/
+6
2007-04-19
avoid conflicts between input_alt and img_alt, and fix calculation of labeled...
Dai Sato
1
-1
/
+7
2007-04-19
display <em> and <i> elements with underline. [w3m-dev 04197]
Dai Sato
1
-1
/
+6
2006-12-27
* [SECURITY] fix format string vulnerability
Fumitoshi UKAI
1
-1
/
+6
2006-12-10
[w3m-dev 04185] display <em> and <i> elements with bold letters.
Dai Sato
1
-1
/
+7
2006-12-10
[w3m-dev 04184] automatic uncompression in downloading
Dai Sato
1
-1
/
+13
2006-12-10
accept invalid "set-cookies" headers when "domainName == .hostName".
Dai Sato
1
-1
/
+7
2006-12-10
add LiveHTTPHeaders-like option: -reqlog.
Dai Sato
1
-1
/
+7
2006-08-07
mailcap.c (acceptableMimeTypes): change default accept: line
Fumitoshi UKAI
1
-1
/
+7
2006-06-12
avoid decoding when dump_extra option is specified.
Dai Sato
1
-1
/
+6
2006-06-10
avoid decoding when dump_extra option is specified.
Dai Sato
1
-2
/
+7
2006-06-10
Show progress status when dump_extra option is specified. [w3m-dev 03992]
Dai Sato
1
-1
/
+6
2006-06-07
don't delete newlines in hidden values. [w3m-dev 04129]
Dai Sato
1
-1
/
+6
2006-05-29
[w3m-dev-en 01067] decode content-encoding in all situations.
Dai Sato
1
-1
/
+6
2006-05-29
[w3m-dev-en 01057] delete calls to GC from wrap_GC_warn_proc to avoid deadlocks.
Dai Sato
1
-1
/
+6
2006-05-29
[w3m-dev-en 01067] fix unsafe usage of SIGWINCH handler.
Dai Sato
1
-2
/
+7
2006-05-29
Add SHIFT-TAB as a default binding for PREV_LINK.
Dai Sato
1
-1
/
+6
2006-04-08
close textarea when table related tags are found.
Dai Sato
1
-1
/
+6
2006-04-08
check A tag in HTMLlineproc2body().
Dai Sato
1
-1
/
+6
2006-04-08
add explanations for .w3m/config and -o option.
Dai Sato
1
-1
/
+6
2006-04-08
[w3m-dev 04150] fix vi_prec_num switching.
Dai Sato
1
-2
/
+7
2006-04-08
[w3m-dev 04146] disable HAVE_LANGINFO_CODESET on cygwin
Dai Sato
1
-1
/
+6
2006-04-07
Introduce option show_cookie and set it TRUE by default.
Dai Sato
1
-1
/
+7
2006-04-07
Replace '\n' (newline) with ' ' (space) in attributes of html tags.
Dai Sato
1
-1
/
+7
2006-04-07
Add w3mman -l <file> command line argument for viewing of local man files.
Dai Sato
1
-1
/
+7
2006-04-07
Use the hint instead of US_ASCII in wc_auto_detect.
Dai Sato
1
-1
/
+7
2006-04-07
Use Strnew_charp(" ") instead of the wrong Strnew(" ").
Dai Sato
1
-1
/
+7
2006-04-07
rewind to 10 Feb 2006.
Dai Sato
1
-20
/
+1
2006-04-05
apply multiple patches on w3m-dev(-en) ML since Jun 2005 to Jan 2006.
Dai Sato
1
-1
/
+20
2006-02-10
replace pclose passed to localcgi_post/get() with fclose in openURL()
Dai Sato
1
-1
/
+6
2006-02-09
file.c: replace pclose with fclose in the end of uncompress_stream() by Dai Sato
Dai Sato
1
-1
/
+6
2005-02-26
configure.ac: rename from configure.in. this is for autoconf2.50
Fumitoshi UKAI
1
-1
/
+13
2005-02-14
[w3m-dev-en 01045] From newbie: problem with w3m-0.5.1 installation
Fumitoshi UKAI
1
-1
/
+6
2005-01-18
[w3m-dev 04133] mouse_end() should preced reset_tty()?
Fumitoshi UKAI
1
-1
/
+6
2005-01-04
[w3m-dev 04130] [w3m-dev 04131] [w3m-dev 04132] Multiple challeges in *-Authe...
Fumitoshi UKAI
1
-1
/
+10
[next]