aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [w3m-dev 04093] bookmark charsetFumitoshi UKAI2004-07-154-24/+32
| | | | | | | | | * add global variable: BookmarkCharset. * main.c:adBmark(): remove condition LANG = JA. * main.c: buffername encode by BookmarkCharset when add bookmark. * main.c: BookmarkCharset pass to w3mbookmark. * w3mbookmark.c: ditto. From: WATANABE Katsuyuki <knabe@sannet.ne.jp>
* [w3m-dev 04092] remove __CYGWIN__ && LANG == JAFumitoshi UKAI2004-07-158-32/+41
| | | | | | * remove condition LANG == JA && __CYGWIN__ * cygwin_mouse_btn_swapped enabled when before 1.5.x From: WATANABE Katsuyuki <knabe@sannet.ne.jp>
* [w3m-dev 04091] option panel: gettextize select listFumitoshi UKAI2004-07-154-20/+124
| | | | | | | | * 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>
* Debian Bug#259053Fumitoshi UKAI2004-07-133-3/+8
| | | | | * doc/FAQ.html, doc-jp/FAQ.html: ~/.mailcap -> ~/.w3m/mailcap From: Fumitoshi UKAI <ukai@debian.or.jp>
* based on [w3m-dev 04079]Fumitoshi UKAI2004-05-102-3/+12
| | | | | | SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp> * Makefile.in: (libwc/libwc.a): always make in libwc subdir (w3mimg/w3mimg.a): always make in w3mimg subdir
* [w3m-dev-en 01007]Fumitoshi UKAI2004-05-022-2/+7
| | | | * libwc/Makefile.in (CFLAGS): need @CPPFLAGS@
* cvs versionFumitoshi UKAI2004-05-022-3/+7
|
* w3m 0.5.1release-0-5-1Fumitoshi UKAI2004-04-289-70/+92
| | | | | | | | | * version.c.in: update * doc/README: version 0.5, release date, maintainer * doc-jp/README: ditto * NEWS: update * configure.in: version 0.5.1 * po/w3m.pot, ja.po: update-po
* [w3m-dev 04068] install-sh problemFumitoshi UKAI2004-04-263-56/+270
| | | | | | | [w3m-dev 04069] install-sh problem 2 * Makefile.in (MAKE_ARGS): delete INSTALL * install-sh: replace with X Consortium install-sh (from automake) From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
* [w3m-dev 04073] Re: run configure in another directoryFumitoshi UKAI2004-04-266-12/+28
| | | | | | | | | | | | | * Makefile.in (CFLAGS): include dir here (DEFS): delete include dirs (libwc/libwc.a): pass OPTS only (w3mimg/w3mimg.a): pass OPTS only * libwc/Makefile.in (CFLAGS): fixed * w3mimg/Makefile.in (CFLAGS): added (fb x11): pass OPTS only * w3mimg/fb/Makefile.in (CFLAGS): added * w3mimg/x11/Makefile.in (CFLAGS): added From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 04066] --disable-colorFumitoshi UKAI2004-04-222-2/+9
| | | | | * rc.c (load_option_panel): #ifdef USE_COLOR From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
* build error for --enable-m17n --disable-unicodeFumitoshi UKAI2004-04-212-1/+8
| | | | | * libwc/detect.c (wc_create_detect_map): #ifdef USE_UNICODE From: Masao Uebayashi <uebayasi@pultek.co.jp>
* [w3m-dev 04064] authenticationFumitoshi UKAI2004-04-167-219/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes: Bug#:244029: w3m: HTTP basic authentication annoyance * fm.h (auth_cookie): deleted * proto.h (find_auth_cookie): deleted (add_auth_cookie): deleted (add_auth_user_passwd): added (invalidate_auth_user_passwd): added * etc.c (auth_pass): add bad flag delete file (dir_under): deleted (add_auth_pass_entry): add override flag no need to check file (find_auth_pass_entry): delete file check bad flag check uname (find_auth_user_passwd): find by pu->user (add_auth_user_passwd): added (invalidate_auth_user_passwd): added (parsePasswd): add no override ignore file (find_auth): deleted (find_auth_cookie): deleted (dump_auth_cookie): deleted (add_auth_cookie): deleted * file.c (getAuthCookie): add *uname, *pwd rewrite (loadGeneralFile): delete ss, add uname, pwd use add_auth_user_passwd instead of add_auth_cookie * url.c (HTTPrequest): don't authorization here it should be done in getAuthCookie in loadGeneralFile through extra_header * ftp.c (openFTPStream): add uname use find_auth_user_passwd instead of find_auth_cookie use add_auth_user_passwd instead of add_auth_cookie
* [w3m-dev 04063] about MakefileFumitoshi UKAI2004-04-097-19/+32
| | | | | | | | | | | | * Makefile.in (DEFS): use CGIBIN_DIR instead of LIB_DIR (MAKE_ARGS): ditto (distclean): rm -f * config.h.dist: use CGIBIN_DIR instead of LIB_DIR * indep.c (w3m_lib_dir): ditto * scripts/Makefile.in: ditto * scripts/multipart/Makefile.in: ditto * w3mimg/Makefile.in (clearn): remove w3mimg.a From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
* regenerateFumitoshi UKAI2004-04-051-43/+306
|
* [w3m-dev 04049] w3m-cvs-1.914-misc.patchFumitoshi UKAI2004-04-048-13/+133
| | | | | | | | | | | | | | | * Makefile.in (funcname.tab): dont modify when target is unchanged. (CFLAGS): need $(CPPFLAGS)? * config.h.in: add HAVE_STDINT_H, HAVE_INTTYPES_H * configure.in: s/AC_CANONICAL_SYSTEM/AC_CANONICAL_HOST/ don't use AC_CYGWIN don't use $CYGWIN, use $host_os *cygwin* AC_DEFINE in AC_CHECK_HEADER (float.h, sys/select.h) add stdint.h, inttypes.h * etc.c (find_auth_pass_entry): host is case insensitive * libwc/wc_types.h: use stdint.h or inttypes.h * main.c (MAIN); need GC_init() From: AIDA Shinra <shinra@j10n.org>
* Debian Bug#241192 w3m ipv6 FQDN resolution failureFumitoshi UKAI2004-03-312-2/+9
| | | | | * etc.c (FQDN): need to set ai_flags AI_CANONNAME, since we need ai_canonname here.
* [w3m-dev 04050] SSL verifyFumitoshi UKAI2004-03-302-3/+10
| | | | | | * url.c (openSSLHandle): don't load verify locations if both ssl_ca_file and ssl_ca_path is NULL. From: AIDA Shinra <shinra@j10n.org>
* fix search problem on different charset page than display charsetFumitoshi UKAI2004-03-235-35/+41
| | | | | | | | | | | | * proto.h (conv_search_string): added * search.c (migemostr): use conv_search_string (conv_search_string): added * main.c (srchcore): use conv_search_string (reMark): ditto * menu.c (menu_search_forward): ditto (menu_search_backward): ditto (menu_search_next_previous): ditto From: Fumitoshi UKAI <ukai@debian.or.jp>
* rc.c: cleanup LANG==JAFumitoshi UKAI2004-03-231-1/+5
|
* cleanup LANG==JAFumitoshi UKAI2004-03-221-58/+1
|
* * main.c (main): DisplayCharset also follow localeFumitoshi UKAI2004-03-222-3/+9
| | | | From: Fumitoshi UKAI <ukai@debian.or.jp>
* * scripts/w3mhelp.cgi.in: use charset parramterFumitoshi UKAI2004-03-224-4/+15
| | | | | | * scripts/w3mhelp-funcdesc.en.pl.in: add charset * scripts/w3mhelp-funcdesc.ja.pl.in: ditto From: Fumitoshi UKAI <ukai@debian.or.jp>
* rerun aclocal, autoconfFumitoshi UKAI2004-03-221-170/+170
|
* * main.c (main): don't use SystemCharset for default ofFumitoshi UKAI2004-03-222-4/+12
| | | | | DisplayChaset, DocumentCharset From: Fumitoshi UKAI <ukai@debian.or.jp>
* revert the changeFumitoshi UKAI2004-03-212-6/+2
|
* cvs versionFumitoshi UKAI2004-03-211-2/+2
|
* Makefile.in (po): need update-poFumitoshi UKAI2004-03-212-2/+6
| | | | From: Fumitoshi UKAI <ukai@debian.or.jp>
* w3m 0.5release-0-5Fumitoshi UKAI2004-03-215-11/+35
| | | | | | | | * version.c.in: update * doc/README: version 0.5, release date, maintainer * doc-jp/README: ditto * NEWS: update From: Fumitoshi UKAI <ukai@debian.or.jp>
* * Makefile.in (distclean): distclean libwcFumitoshi UKAI2004-03-212-5/+3
|
* * main.c (main): DisplayCharset and DocumentCharset also followFumitoshi UKAI2004-03-212-3/+8
| | | | | locale configuration From: Fumitoshi UKAI <ukai@debian.or.jp>
* scripts/multipart/Makefile.in: add distcleanFumitoshi UKAI2004-03-214-1/+8
| | | | | | scripts/w3mman/Makefile.in: add distclean scripts/Makefile.in: add distclean From: Fumitoshi UKAI <ukai@debian.or.jp>
* libwc/Makefile.in: add distcleanFumitoshi UKAI2004-03-212-1/+8
| | | | From: Fumitoshi UKAI <ukai@debian.or.jp>
* w3mimg/Makefile.in (distclean): rm -f w3mimg.aFumitoshi UKAI2004-03-213-4/+8
| | | | From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 04046]Fumitoshi UKAI2004-03-212-2/+7
| | | | | * configure.in (AC_W3M_IPv6): should check it after ext libs From: Akihiro Sagawa <sagawa@sohgoh.net>
* [w3m-dev 04045]Fumitoshi UKAI2004-03-212-2/+7
| | | | | * Makefile.in (DEFUNS): need $(top_srcdir) From: Akihiro Sagawa <sagawa@sohgoh.net>
* * Makefile.in (install-po): fix for broken sh.Fumitoshi UKAI2004-03-212-2/+7
| | | | From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 04041] spell-miss in configureFumitoshi UKAI2004-03-124-689/+1887
| | | | | | * acinclude.m4 (AC_W3M_M17N): fix help-string suggested by sakane@d4.bsd.nes.nec.co.jp (Yoshinobu Sakane) From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 04038] --disable-m17n problem in form.cFumitoshi UKAI2004-02-052-2/+10
| | | | | * form.c (form_update_line): fix for disable-m17n From: MANTANI Nobutaka <nobutaka@nobutaka.com>
* [w3m-dev 04030] PUSH_TAG macroFumitoshi UKAI2004-01-092-3/+8
| | | | | * table.c (PUSH_TAG): fixed problem in --disable-m17n From: ABE Yuji <cbo46560@pop12.odn.ne.jp>
* [w3m-dev 04025] mismatch message in ja.poFumitoshi UKAI2003-12-082-7/+12
| | | | | * po/ja.po: fix wrong messages From: WATANABE Katsuyuki <knabe@sannet.ne.jp>
* [w3m-dev 04024] fix: drive letterFumitoshi UKAI2003-12-082-4/+20
| | | | | * url.c (parseURL2): fix for SUPPORT_DOS_DRIVE_PREFIX From: WATANABE Katsuyuki <knabe@sannet.ne.jp>
* [w3m-dev 04022] $^Fumitoshi UKAI2003-12-083-4/+12
| | | | | | | * Makefile.in (DEFUNS): added funcname.tab: don't use $^ * w3mimg/Makefile.in (w3mimg.a): don't use $^ From: YONETANI Tomokazu <qhwt@myrealbox.com>
* [w3m-dev 04021] Deeply nested tableFumitoshi UKAI2003-12-082-2/+10
| | | | | * file.c (completeHTMLstream): check obuf->table_level From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
* Bug#217509: segfaults if TERM is not setFumitoshi UKAI2003-12-082-9/+19
| | | | | | * terms.c (check_cygwin_console): check TERM==NULL (set_tty): check TERM==NULL From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 04011] accessing to an `https' URI with a fragment via a proxyFumitoshi UKAI2003-10-222-6/+11
| | | | | | * url.c (HTTPrequestURI): drop fragment (openURL): don't clear pu->label From: ABE Yuji <cbo46560@pop12.odn.ne.jp>
* [w3m-dev 04010] support for deprecated __ss_familyFumitoshi UKAI2003-10-226-15/+190
| | | | | | | * acinclude.m4 (AC_W3M_IPv6): check __ss_family * config.h.in: add HAVE_OLD_SS_FAMILY * ftp.c (ftp_pasv): ifdef HAVE_OLD_SS_FAMILY From: ABE Yuji <cbo46560@pop12.odn.ne.jp>
* [w3m-dev 04009] ./configure --disable-image problemFumitoshi UKAI2003-10-221-2/+2
| | | | | * file.c (loadHTMLstream): if defined(USE_M17N) From: ABE Yuji <cbo46560@pop12.odn.ne.jp>
* OpenLDAP¤ÈActive Directory¤¬µÕ?Fumitoshi UKAI2003-10-215-38/+42
|
* [w3m-dev 03996] HELP_DIR and funcname.tabFumitoshi UKAI2003-10-204-4/+11
| | | | | | * configure.in (HELP_DIR): don't eval * scripts/w3mhelp.cgi: subst @prefix@ for $helpdir From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>