commit 1f2b30a14c348c0b962d51b90b7f58a76d82d3bc
parent dddec996b71cd2bf550f31e429a1349100561737
Author: inu <inu>
Date: Fri, 7 Apr 2006 13:56:47 +0000
Use the hint instead of US_ASCII in wc_auto_detect.
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,6 +1,12 @@
2006-04-07 Dai Sato <satodai@w3m.jp>
* [w3m-dev-en 01060] Some patches
+ * libwc/detect.c: Use the hint instead of US_ASCII in wc_auto_detect.
+ * Fixes Debian bug #291735: w3m shouldn't "simplify" page's charset
+
+2006-04-07 Dai Sato <satodai@w3m.jp>
+
+ * [w3m-dev-en 01060] Some patches
* Str.h, table.c: Use Strnew_charp() instead of the wrong Strnew().
* Fixes SF bug #895351 Strnew called with argument in table.c.