| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
w3m should prefer text/html to other text/*.
reported as Debian Bug#374296
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
CVS ----------------------------------------------------------------------
|
| |
|
|
|
|
|
| |
* acinclude.m4 (AC_W3M_SSL): define USE_SSL after ssl library found
From: Fumitoshi UKAI <ukai@debian.or.jp>
|
|
|
|
|
| |
* terms.c (reset_exit): mouse_end() should precede reset_tty()
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
|
|
|
|
|
|
|
|
|
|
|
| |
*-Authenticate header
* file.c (skip_auth_token): added
(extract_auth_val): ',' is end of token
(extract_auth_param): use skip_auth_token
(AuthDigestCred): parse qop and calc cnonce correctly
(findAuthentication): use skip_auth_token
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
|
|
|
|
|
|
| |
fix unused variable `i'
* w3mimg/x11/x11_w3mimg.c (x11_load_image):
ditto
|
|
|
|
|
|
|
|
|
|
|
| |
* acinclude.m4 (AC_W3M_IMAGE): check not yes
* aclocal.m4, configure: regen
* w3mimg/fb/fb_gdkpixbuf.c (fb_image_load):
fb_image_fill in case GDK_PIXBUF_FRAME_DISPOSE
* w3mimg/x11/x11_w3mimg.c (get_animation_size):
return n
(x11_load_image):
fill in case GDK_PIXBUF_FRAME_DISPOSE
|
|
|
|
|
| |
* file.c (HTMLtagproc1): allow negative value for start attr
From: Hiroyuki Ito <ZXB01226@nifty.com>
|
|
|
|
|
|
|
|
| |
* config.h (HAVE_LANGINFO_CODESET): added
* configure.in (AM_LANGINFO_CODESET): added
* libwc/charset.c: #include <langinfo.h>
(wc_charset_to_ces): use nl_langinfo(CODESET)
From: Fumitoshi UKAI <ukai@debian.or.jp>
|
|
|
|
|
|
| |
* main.c (pipeBuf): set buf->currentURL.file to prevent
segfault by "PIPE_BUF cat;VIEW SOURCE;"
From: Hiroyuki Ito <ZXB01226@nifty.com>
|
|
|
|
|
| |
* scripts/w3mmail.cgi.in: strip ^M
From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
|
|
|
|
|
| |
* w3mimg/fb/fb_gdkpixbuf.c (fb_image_load): fix resize bug
From: Hiroyuki Ito <ZXB01226@nifty.com>
|
|
|
|
|
|
|
|
|
|
|
| |
* w3mimg/fb/fb_gdkpixbuf.c (draw): no need bg
(get_animation_size): use GTimeVal
(fb_image_load): use GTimeVal
fix for animation
* w3mimg/x11/x11_w3mimg.c (get_animation_size): use GTimeVal
(x11_load_image): use GTimeVal
fix for animation
From: Hiroyuki Ito <ZXB01226@nifty.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* acinclude.m4 (AC_W3M_IMAGE): add USE_GTK2
add --with-imagelib=gtk2
* aclocal.m4 config.guess config.sub configure: regen
* config.h.in: add USE_GTK2
* w3mimg/fb/fb_gdkpixbuf.c: support USE_GTK2
* w3mimg/fb/fb_img.h: add fb_image_init()
* w3mimg/fb/fb_imlib2.h: fb_image_init() stub
* w3mimg/fb/fb_w3mimg.c: call fb_image_init()
* w3mimg/x11/x11_w3mimg.c: support USE_GTK2
From: Fumitoshi UKAI <ukai@debian.or.jp>
|
|
|
|
|
|
|
| |
* main.c (main): locale and textdomain initialization if ENABLE_NLS
* menu.c (initMenu): use _() instead of gettext()
* rc.c (show_params): use _() instead of gettext()
From: WATANABE Katsuyuki <knabe@sannet.ne.jp>
|
|
|
|
|
|
| |
* rc.c (load_option_panel): don't gettext&wc_conv colorstr
several times
From: WATANABE Katsuyuki <knabe@sannet.ne.jp>
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
|
| |
* remove condition LANG == JA && __CYGWIN__
* cygwin_mouse_btn_swapped enabled when before 1.5.x
From: WATANABE Katsuyuki <knabe@sannet.ne.jp>
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
| |
* doc/FAQ.html, doc-jp/FAQ.html: ~/.mailcap -> ~/.w3m/mailcap
From: Fumitoshi UKAI <ukai@debian.or.jp>
|
|
|
|
|
|
| |
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
|
|
|
|
| |
* libwc/Makefile.in (CFLAGS): need @CPPFLAGS@
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
| |
* rc.c (load_option_panel): #ifdef USE_COLOR
From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
|