* table.c (feed_table_tag): fix ,,,
,
,
,,,
check_rowcol() for
2003-07-10 Fumitoshi UKAI
* w3mimg/fb/fb_img.h (get_image_size): add missing prototypes
* w3mimg/fb/fb.c (fb_clear): unused variable `j'
2003-07-09 Hiroyuki Ito
* [w3m-dev 03935] Re: clear image
* w3mimg/fb/fb.c (fb_get_packed_color): added
(fb_image_pset): use fb_get_packed_color
(fb_image_fill): use fb_get_packed_color
(fb_clear): use tmp to store pixels
2003-07-09 ABE Yuji
* [w3m-dev 03934] Re: clear image
* w3mimg/x11/x11_w3mimg.c (x11_clear): s/FALSE/False/
2003-07-09 Hironori SAKAMOTO
* [w3m-dev 03931] Re: clear image
* w3mimgdisplay.c (ClearImage): offset
* w3mimg/fb/fb.c (fb_clear): memcpy by pixel_size
2003-07-08 Hironori SAKAMOTO
* [w3m-dev 03929] clear image
* image.c (syncImage): added
(drawImage): rewrite using syncImage()
(clearImage): use clear image command (6)
* w3mimgdisplay.c: change protocol
2 => terminate drawing
6 => clear image
(main): '2' calls TermImage()
'6' calls ClearImage()
TermImage() when exit
(TermImage): renamed from ClearImage
(ClearImage): rewritten to call w_op->clear()
* w3mimg.h/w3mimg.h (w3mimg_op): add clear()
* w3mimg/fb/fb.c (fb_clear): added
* w3mimg/fb/fb.h (fb_clear): added
* w3mimg/fb/fb_img.c (fb_image_clear): added
* w3mimg/fb/fb_w3mimg.c (w3mfb_clear): added
(w3mimg_fbopen): initialize wop->clear
* w3mimg/x11/x11_w3mimg.c (x11_clear): added
(w3mimg_x11open): initialize wop->clear
2003-07-08 Hironori SAKAMOTO
* [w3m-dev 03927] deflate
* file.c (compression_decoder): .deflate for application/x-deflate's
extension
2003-06-19 Fumitoshi UKAI
* [w3m-dev 03916] Re: charset attribute of anchor tag
requested by TSUCHIYA Masatoshi
for emacs-w3m
* html.c (ALST_A): add ATTR_CHARSET
(MAXA_A): +1
2003-06-18 ABE Yuji
* [w3m-dev 03914] a fragment in the Referer URI
* url.c (otherinfo): strip URI fragment
2003-06-13 Hiroyuki Ito
* [w3m-dev 03913] fix gif animation support
* w3mimg/fb/fb_gdkpixbuf.c (fb_image_load): fix gif animation
* w3mimg/x11/x11_w3mimg.c (x11_load_image): ditto
2003-05-15 Akinori Ito
* [w3m-dev 03902] Re: table rendering
* table.c (check_relative_width): check n_leftcell
check w <= r
2003-05-14 ABE Yuji
* [w3m-dev 03901] body with status-code 401
* file.c (loadGeneralFile): show page when 401, 407
2003-05-14 Hironori SAKAMOTO
* [w3m-dev 03900] Re: table rendering
* table.c (check_relative_width): j loop starts from 0
2003-05-14 SAKAI Kiyotaka
* [w3m-dev 03899] minor fixes
* acinclude.m4: fix s/SSLCFLAGS/SSL_CFLAGS/
* doc/README: update, fix typo
* doc-jp/FAQ.html: update, fix URL
* doc-jp/README: update
* doc-jp/README.SSL: update
* doc-jp/README.cookie: update
* doc-jp/README.img: update URL
* doc-jp/README.migemo: update
* doc-jp/STORY.html: fix URL
2003-05-14 Akinori Ito
* [w3m-dev 03898] Re: table rendering
* table.c (check_relative_width): added
(set_table_matrix): use check_relative_width
2003-05-13 Hironori SAKAMOTO
* [w3m-dev 03896] html_quote in textarea in frame
* frame.c (createFrameFile): fix html_quote in textarea in frame
2003-05-13 Hironori SAKAMOTO
* [w3m-dev 03895] type=image support of pre_form
* form.c (loadPreFOrm): add image
(preFormUpdateBuffer): add FORM_INPUT_IMAGE
* doc/README.pre_form: update
* doc-jp/README.pre_form: ditto
2003-05-11 Fumitoshi UKAI
* [w3m-dev 03891] Re: urimethodmap and relative URL
* url.c (parseURL2): copy scheme part into pu->file when SCM_UNKNOWN
2003-05-07 Hiroyuki Ito
* [w3m-dev 03889] Progress bar in Download List Panel
* main.c (DownloadListBuffer): calculation in double
2003-05-07 SAKAI Kiyotaka
* [w3m-dev 03888] autodetect ssl
* acinclude.m4 (AC_W3M_SSL): use SSL_*
* configure.in: move AC_W3M_SSL after AC_W3M_EXTLIBS
2003-05-03 Hiroyuki Ito
* [w3m-dev 03887] Re: I-search problem
* main.c (dispincsrch): don't move cursor if not found.
2003-04-27 qhwt@myrealbox.com
* [w3m-dev 03886] Re: POSTing patch (Re: User-Agent for Bonus/2ch.cgi)
* Bonus/2ch.cgi: posting
2003-04-20 qhwt@myrealbox.com
* [w3m-dev 03883] User-Agent for Bonus/2ch.cgi
* Bonus/2ch.cgi: User-Agent
2003-04-19 Fumitoshi UKAI
* [w3m-dev 03882] Re: Bug#189460: w3m: tag is not recognized
* file.c (HTMLtagproc1): add HTML_Q, HTML_N_Q
* html.c (TagMAP): add "q", "/q"
* html.h (HTML_Q): added
(HTML_N_Q): added
* tagtable.tab: add q, /q
2003-04-15 Hironori SAKAMOTO
* [w3m-dev 03880] Re: convert \ -> / in URL
* Bonus/backslash_to_slash.cgi: added
2003-04-15 Masanori Kobayasi
* [w3m-dev 03878] I-search problem
* linein.c (inputLineHistSearch): don't call incrfunc twice
* main.c (dispincsrch): fix search loop problem
2003-04-14 Fumitoshi UKAI
* [w3m-dev 03875] Re: SSL & compressed stream
* file.c (loadGeneralFile): check t_buf != NULL
* url.c (openURL): don't initialize URLFile here
(init_stream): 0 clear URLFile
2003-04-14 Fumitoshi UKAI
* [w3m-dev 03873] SSL & compressed stream
* file.c (loadGeneralFile): always update ssl_certificate
* url.c (openURL): initialize URLFile
2003-04-12 NAKAJIMA Mikio
* [w3m-dev 03872] goodict.cgi
* Bonus/goodict.cgi: adapt new goo dict web page
2003-04-11 Fumitoshi UKAI
* configure.in (AUXBIN_TARGETS): don't reset, move to head
2003-04-10 Fumitoshi UKAI
* [w3m-dev 03870] Re: configure --help
* acinclude.m4 (AC_W3M_IMAGE): fix help message
(AC_W3M_SSL): fix typo
2003-04-09 Fumitoshi UKAI
* [w3m-dev 03865] Re: configure --help
* acinclude.m4 (AC_W3M_ANSI_COLOR): depends USE_COLOR
(AC_W3M_BG_COLOR): depends USE_COLOR
(AC_W3M_W3MMAILER): depends external_uri_loader
* fm.h: undef USE_BG_COLOR ifndef USE_COLOR
2003-04-09 Fumitoshi UKAI
* [w3m-dev 03864] doc/README
* doc/README doc-jp/README: update
2003-04-09 Hironori SAKAMOTO
* [w3m] local cookie string is too easy to guess.
* fm.h (Local_cookie): deleted
* local.c (Local_cookie): static
(writeLocalCookie): localCookie()
(setLocalCookie): deleted
(localCookie): added
* main.c (main): delete srand48(), setLocalCookie()
(adBmark): s/Local_cookie/localCookie()/
* proto.h (setLocalCookie): deleted
(localCookie): added
* rc.c (load_option_panel): s/Local_cookie/localCookie()/
2003-04-08 Fumitoshi UKAI
* [w3m-dev 03858] configure cleanup
* acinclude.m4 configure.in: update
2003-04-08 Fumitoshi UKAI
* [w3m-dev 03856]
* backend.c entity.c fm.h hash.c indep.c indep.h matrix.c
textlist.c: s/"gc.h"//
2003-04-08 ABE Yuji
* [w3m-dev 03849] fix no INET6
* ftp.c: no need ifdef INET6
2003-04-08 Hironori SAKAMOTO
* [w3m-dev 03846] fix use_history
* main.c (main): move loadHistory
2003-04-08 Hironori SAKAMOTO
* [w3m-dev 03844] w3mhelp.cgi update
* scripts/w3mhelp-funcdesc.en.pl.in: add %menu_funcdesc
* scripts/w3mhelp-funcdesc.ja.pl.in: add %menu_funcdesc
update %title
* scripts/w3mhelp-funcname.pl.in: add %menu_funcname
add %menu_keyfunc
* scripts/w3mhelp.cgi.in: modified for menu
link to keymap
2003-04-07 Fumitoshi UKAI
* [w3m-dev 03843] cleanup macros
* config.h.dist config.h.in etc.c file.c fm.h ftp.c linein.c
main.c rc.c:
delete EMACS_LIKE_LINEEDIT, VI_PREC_NUM, LABEL_TOPLINE,
NEXTPAGE_TOPLINE, FTPPASS_HOSTNAMEGEN
use_mark default FALSE
emacs_like_lineedit default FALSE
vi_prec_num default FALSE
add UseHistory, use_history
* NEWS: rc: use_history
2003-04-05 ABE Yuji
* [w3m-dev 03838] W3M_LIBS splitted from LIBS
* Makefile.in (W3M_LIBS): added
* acinclude.m4 (AC_W3M_TERMLIB): use W3M_LIB
(AC_W3M_SSL): ditto
* configure.in (W3M_LIBS): added
2003-04-04 Hiroyuki Ito
* [w3m-dev 03837] Re: gif animation with no delay_time
* w3mimg/fb/fb_gdkpixbuf.c (get_animation_size): add delay
check delay_time
(get_image_size): no need delay time
(fb_image_load): check delay
(draw): no bg
* w3mimg/fb/fb_w3mimg.c (w3mfb_show_image): delete delay skip loop
* w3mimg/x11/x11_w3mimg.c (get_animation_size): add delay
check delay_time
(x11_load_image): check delay
(x11_get_image_size): no need delay time
2003-03-28 Dai Sato
* doc(-jp)/keymap.default: ';' is quoted
2003-03-28 Dai Sato
* Makefile.in: distclean removes core
2003-03-28 Hironori SAKAMOTO
* [w3m-dev 03836] CFLAGS for SSL in configure
* acinclude.m4 (AC_W3M_SSL): add -I$dir/include to CFLAGS
2003-03-28 ABE Yuji
* [w3m-dev 03834] Re: gif animation with no delay_time
* w3mimg/x11/x11_w3mimg.c (x11_load_image): fix delay check
2003-03-27 ABE Yuji
* [w3m-dev 03833] gif animation with no delay_time
* w3mimg/fb/fb_w3mimg.c (w3mfb_show_image): skip delay<=0
* w3mimg/x11/x11_w3mimg.c (x11_image): add delay
(x11_img_new): initialize delay
(x11_load_image): initialize delay
(x11_show_image): jump to last image if delay<=0
2003-03-27 WATANABE Katsuyuki
* [w3m-dev 03831] fix typo
* acinclude.m4 (AC_W3M_LANG): SYSTEM_CODE
* configure.in: fix typo CYGIN
2003-03-27 Hiroyuki Ito
* [w3m-dev 03830] Image size of gif animation
* w3mimg/fb/fb_gdkpixbuf.c (get_animation_size): added
(get_image_size): use get_animation_size()
(fb_image_load): ditto
* w3mimg/x11/x11_w3mimg.c (get_animation_size): added
(x11_load_image): use get_animation_size()
(x11_get_image_size): ditto
2003-03-25 Hiroyuki Ito
* [w3m-dev 03829] w3mimgdisplay -anim
* w3mimgdisplay.c (maxAnim): added, default 100
(main): add --anim option, w_op->max_anim
* w3mimg/w3mimg.h (w3mimg_op): add max_anim
* w3mimg/fb/fb_gdkpixbuf.c (fb_image_load): add max_anim
* w3mimg/fb/fb_img.h (fb_image_load): add max_anim args
* w3mimg/fb/fb_imlib2.c (fb_image_load): add max_anim args
* w3mimg/fb/fb_w3mimg.c (w3mfb_load_image): pass max_anim
* w3mimg/x11/x11_w3mimg.c (x11_load_image): max_anim
2003-03-24 Daiki Ueno
* [w3m-dev 03828] possible typo in nextA
* main.c (nextA): fix typo?
2003-03-22 Fumitoshi UKAI
* [w3m-dev 03827] Re: checking for GC_version... no
* configure.in: add dl for extlibs
2003-03-20 Hironori SAKAMOTO
* [w3m-dev 03825] re-anchor for fold line
* anchor.c (reAnchorPos): fix for fold line
2003-03-20 Fumitoshi UKAI
* [w3m-dev-en 00910] Re: autoconf: env MAKE not respected
* Makefile.in (SET_MAKE): added
(SHELL): added
2003-03-19 Fumitoshi UKAI
* [w3m-dev-en 00908] Re: autoconf: --without-migemo is a nop
* acinclude.m4 (AC_W3M_MIGEMO): dont define USE_MIGEMO
when with_migemo=no
2003-03-14 Hironori SAKAMOTO
* [w3m-dev 03823] Re: etc.c: treatment for "%7E" is added to expandName()
* url.c (parseURL2): file unquote
* etc.c (expandName): revert previous changes
2003-03-14 Fumitoshi UKAI
* [w3m-dev 03822] Re: etc.c: treatment for "%7E" is added to expandName()
* etc.c (expandName): rewrite with strncasecmp
2003-03-14 Fumitoshi UKAI
* [w3m-dev 03821] fix for pmake
* Makefile.in: use $(srcdir)/... instead of $<
2003-03-13 Dai Sato
* etc.c: treatment for "%7E" is added to expandName()
2003-03-13 Fumitoshi UKAI
* [w3m-dev 03819] support cd build && ../configure
* Makefile.in: add VPATH
add MV
use $(top_srcdir), $<, $@
* acinclude.m4 (AC_W3M_VERSION): use $srcdir
* configure.in (AC_W3M_VERSION): move
* mktable.c (main): basename
2003-03-13 Fumitoshi UKAI
* Makefile.in (distclean): added
2003-03-13 Hironori SAKAMOTO
* [w3m-dev 03818] fix autoconf
* Makefile.in (CGIBIN_DIR): added
(AUXBIN_DIR): added
(HELP_DIR): added
(RC_DIR): added
(MAKE_ARGS): added
(TARGET): use $(package)
(MAN1_TARGET): ditto
(install): use $(*_DIR)
* acinclude.m4 (AC_W3M_TERMLIB): added
(AC_W3M_GC): default search prefix /usr /usr/local $HOME
fix searches
(AC_W3M_SSL): fix bugs
* config.h (RC_DIR): remove tailing /
(SYS_MAILCAP): use ETC_DIR
(SYS_MIMETYPES): ditto
(USER_MIMETYPES): homedir
* configure.in: quote
(AC_W3M_TERMLIB): use
* Bonus/oldconfigure.sh: rewrite
2003-03-12 Fumitoshi UKAI
* [w3m-dev 03816] --enable-lynx => --enable-keymap=lynx
* acinclude.m4 (AC_W3M_KEYMAP): --enable-lynx => --enable-keymap=lynx
* Bonus/oldconfigure.sh: ditto
2003-03-12 Yuji Abe
* [w3m-dev 03814] fix autoconf
* acinclude.m4: quote variables
* Bonus/oldconfigure.sh: configure using old config.param
2003-03-12 Hironori SAKAMOTO
* [w3m-dev 03812] fix autoconf
* acinclude.m4 (AC_W3M_IMAGE): default is autodetect x11,fb
2003-03-12 Hironori SAKAMOTO
* [w3m-dev 03810] fix autoconf
* acinclude.m4 (AC_W3M_EXTLIBS): use $dir
(AC_W3M_GC): PREFIX is optional
(AC_W3M_SSL): PREFIX is optional
with_ssl=yes, check usual dirs
use $dir
(AC_W3M_IPv6): use $dir
2003-03-12 Hironori SAKAMOTO
* [w3m-dev 03809] fix autoconf
* acinclude.m4 (AC_W3M_CHECK_VER): accept version like "1.9.13-2"
2003-03-12 Hironori SAKAMOTO
* [w3m-dev 03808] fix autoconf
* acinclude.m4 (AC_W3M_GC): --with-gc takes PREFIX
check include first
(AC_W3M_CHECK_VER): show checking message
(AC_W3M_IMAGE): if gdkpixbuf found, don't check imlib*
2003-03-11 Fumitoshi UKAI
* Makefile.in (MODEL): delete @W3M_TARGET@
* configure.in: AC_SUBST(W3M_TARGET)
2003-03-11 Fumitoshi UKAI