w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

ChangeLog (295593B)


      1 2011-01-17  Dai Sato <satodai@w3m.jp>
      2 
      3 	* correction: ChangeLog of 2011-01-15 (0.5.2 -> 0.5.3)
      4 
      5 2011-01-15  Dai Sato <satodai@w3m.jp>
      6 
      7 	* w3m 0.5.3
      8 	* version.c.in: update
      9 	* doc/README: version 0.5.3, release date, maintainer
     10 	* doc-jp/README: ditto
     11 	* po/w3m.pot, ja.po: ditto
     12 	* NEWS: update
     13 	* configure.ac: version 0.5.3
     14 	* configure: regenerated
     15 
     16 2011-01-05  SAKAI Kiyotaka <kiyotaka.sakai@ntt-at.co.jp>
     17 
     18 	* [w3m-dev 04445] Re: Update documents (README.cookie)
     19 	* doc-jp/README.cookie: refer to RFC 2109.
     20 	* doc/README.cookie: diito.
     21 
     22 2011-01-05  SAKAI Kiyotaka <kiyotaka.sakai@ntt-at.co.jp>
     23 
     24 	* [w3m-dev 04444] Re: error when 'make install'
     25 	* w3mimg/win/.cvsignore: added.
     26 
     27 2011-01-04  SAKAI Kiyotaka <kiyotaka.sakai@ntt-at.co.jp>
     28 
     29 	* [w3m-dev 04441] error when 'make install'
     30 	* update followig files. ABOUT-NLS Makefile.in acinclude.m4
     31 	aclocal.m4 config.rpath configure configure.ac entity.h install-sh
     32 	po/ChangeLog po/Makefile.in.in po/Rules-quot po/boldquot.sed
     33 	po/en@boldquot.header po/en@quot.header po/insert-header.sin
     34 	po/quot.sed po/remove-potcdate.sin
     35 
     36 2010-12-28  Ito Hiroyuki  <ZXB01226@nifty.com>
     37 
     38 	* [w3m-dev 04440] Update documents (README.cookie)
     39 	* doc/README.cookie: added.
     40 	* doc-jp/README.cookie: add document about cookie_avoid_wrong_number_of_dots.
     41 
     42 2010-12-24  Ito Hiroyuki  <ZXB01226@nifty.com>
     43 
     44 	* [w3m-dev 04439] Update documents (README.m17n)
     45 	* doc-jp/README.m17n: add documents for options "east_asian_width", "gb18030_as_ucs" and "simple_preserve_space".
     46 	* doc/README.m17n: ditto.
     47 
     48 2010-12-24  AIDA Shinra <shinra@j10n.org>
     49 
     50 	* [w3m-dev 04437] Re: Windows版w3mimg、他
     51 	* w3mimg/win/win_w3mimg.cpp: remove unused ifdefs.
     52 	(load, animate): support "-anim" option.
     53 	(show): support "image_scale".
     54 
     55 2010-12-20  AIDA Shinra <shinra@j10n.org>
     56 
     57 	* [w3m-dev 04425] Re: Windows版w3mimg、他
     58 	* w3mimgdisplay: supports Windows console (http://www.j10n.org/files/w3m-cvs-1.1040-misc.patch).
     59 	* image.c: ditto.
     60 	* configure.ac: ditto.
     61 	* config.h.in: ditto.
     62 	* acinclude.m4: ditto.
     63 	* Makefile.in: ditto.
     64 	* w3mimg/w3mimg.h: ditto.
     65 	* w3mimg/w3mimg.c: ditto.
     66 	* w3mimg/Makefile.in: ditto.
     67 	* doc/README.img: ditto.
     68 	* doc-jp/README.img: ditto.
     69 	* w3mimgdisplay.c (main): call "w_op->close(w_op)" before exit.
     70 	* w3mimg/win/win_w3mimg.cpp: added.
     71 	* w3mimg/win/Makefile.in: added.
     72 
     73 2010-12-20  Ito Hiroyuki  <ZXB01226@nifty.com>
     74 
     75 	* doc/README.img: add documents about some options.
     76 	* doc-jp/README.img: ditto.
     77 
     78 2010-12-15  AIDA Shinra <shinra@j10n.org>
     79 
     80 	* [w3m-dev 04424] Windows版w3mimg、他
     81 	* scripts/w3mman/Makefile.in (DESTDIR): removed.
     82 	* scripts/multipart/Makefile.in (DESTDIR): removed.
     83 	* scripts/Makefile.in (DESTDIR): removed.
     84 	* url.c (add_index_file): can specify multiple files as an index file for directories.
     85 	* mktable.c (defhashfunc): fi indent of output.
     86 	* ftp.c (ftp_login): support IPv6.
     87 	* file.c (is_text_type): check if the type is "application/xhtml".
     88 	* Makefile.in (DESTDIR): removed.
     89 	(GC_LIBS): added.
     90 	(EXT_LIBS): use "GC_LIBS".
     91 	(entity.h): depend on entity.tab and mktable$(EXT).
     92 	(indep.o): depend on entity.h
     93 	(mktable$(EXT)): depend on Str.o, hash.o and myctype.o instead of $(ALIB).
     94 
     95 2010-12-15  Kazuhiko <kazuhiko@fdiary.net>
     96 
     97 	* [w3m-dev 04419] AC_W3M_EXTLIBS does not check /lib64
     98 	* acinclude.m4 (AC_W3M_EXTLIBS): search /lib64 and /usr/lib64.
     99 
    100 2010-12-11  theme.of.n@gmail.com
    101 
    102 	* [w3m-dev 04421] Patch to prevent sending `Referer: ' header from HTTPS to HTTP
    103 	* url.c (otherinfo): Don't send Referer: if https:// -> http://
    104 
    105 2010-10-11  d+w3m@vdr.jp
    106 
    107 	* [w3m-dev 04414] Re: "normal" bugs from bugs.debian.org
    108 	* doc/w3m.1: add documents about some options.
    109 	* doc/FAQ.html: fix typo.
    110 
    111 2010-08-24   Karsten Schoelzel <kuser@gmx.de>
    112 
    113 	* [w3m-dev 04393] [patch] locale-related character management
    114 	* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=313365
    115 	* libwc/map/ucs_isalpha.map: added
    116 	* libwc/map/ucs_islower.map: added
    117 	* libwc/map/ucs_isupper.map: added
    118 	* libwc/map/mk_ucs_case_map.pl: added
    119 	* libwc/map/ucs_case.map: added
    120 	* libwc/map/mk_ucs_isdigit_map.pl: added
    121 	* libwc/map/ucs_isdigit.map: added
    122 	* libwc/ucs.c (wc_any_to_ucs): ceck if cc.ccs == WC_CCS_US_ASCII
    123 	(wc_is_ucs_alpha, wc_is_ucs_digit, wc_is_ucs_alnum)
    124 	(wc_is_ucs_lower, wc_is_ucs_upper, wc_ucs_toupper)
    125 	(wc_ucs_tolower, wc_ucs_totitle): added
    126 	* regex.c (match_longchar, match_range_longchar): use wc_any_to_ucs(), wc_ucs_tolower(), wc_ucs_toupper() and wc_ucs_totitle()
    127 	* main.c (nextChar, prevChar, getChar, is_wordchar): added
    128 	(movLW): use prevChar() and is_wordchar()
    129 	(movRW): use nextChar() and is_wordchar()
    130 	(getCurWord): remove 4th parameter
    131 	(getCurWord): use prevChar(), nextChar() and is_wordchar()
    132 
    133 2010-08-20  Karsten Schoelzel <kuser@gmx.de>
    134 
    135 	* [w3m-dev 04401] Re: mailto with options handling
    136 	* rc.c: Introduce option mailto_options
    137 	* main.c (handleMailto): added
    138 	(followA, cmd_loadURL): use handleMailto()
    139 	* fm.h (MAILTO_OPTIONS_USE_W3MMAILER, MAILTO_OPTIONS_IGNORE)
    140 	(MAILTO_OPTIONS_USE_MAILTO_URL): added
    141 
    142 2010-08-20  Ito Hiroyuki  <ZXB01226@nifty.com>
    143 
    144 	* [w3m-dev 04402] Re: "normal" bugs from bugs.debian.org
    145 	* terms.c (reset_exit_with_value, reset_error_exit): added
    146 	(reset_exit): use reset_exit_with_value()
    147 	(ttymode_set, ttymode_reset, set_cc, getTCstr)
    148 	(sleep_till_anykey): use reset_error_exit() instead of reset_exit()
    149 
    150 2010-08-14  "Adam C. Emerson" <azure@azureprime.com>
    151 
    152 	* [w3m-dev 04390]
    153 	* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573789
    154 	* html.c: All elements have the id attribute.
    155 
    156 2010-08-12  Peter J. R. Moulder
    157 
    158 	* [w3m-dev 04384]
    159 	* http://sourceforge.net/tracker/index.php?func=detail&aid=2987194&group_id=39518&atid=425441
    160 	* html.c: some tags have ALST_NOP attribute
    161 	* tagtable.tab: add <span> and </span>
    162 	* html.h (HTML_SPAN, HTML_N_SPAN): added
    163 
    164 2010-08-11  SAKAI Kiyotaka <kiyotaka.sakai@ntt-at.co.jp>
    165 
    166 	* [w3m-dev 04381] Re: check socklen_t
    167 	* ftp.c: fix condition (#ifndef HAVE_SOCKLEN_T)
    168 
    169 2010-08-10  Ito Hiroyuki  <ZXB01226@nifty.com>
    170 
    171 	* [w3m-dev 04379] check socklen_t
    172 	* configure.ac: check socklen_t
    173 	* ftp.c (ftp_login, ftp_pasv): use socklen_t instead of int
    174 
    175 2010-08-09  Ito Hiroyuki  <ZXB01226@nifty.com>
    176 
    177 	* [w3m-dev 04374] Re: "important" bugs from bugs.debian.org
    178 	* table.c (feed_table_tag): don't show message when rowspan is greater than ATTR_ROWSPAN_MAX
    179 	* [w3m-dev 04376] Re: "important" bugs from bugs.debian.org
    180 	* table.c (feed_table_tag): fix indent
    181 
    182 2010-08-08  Steven Harms <ZXB01226@nifty.com>
    183 
    184 	* [w3m-dev 04371] Re: "important" bugs from bugs.debian.org
    185 	* https://bugs.launchpad.net/ubuntu/+source/w3m/+bug/131993
    186 	* table.c (ATTR_ROWSPAN_MAX): added
    187 	(feed_table_tag): maximum value of rowspan is ATTR_ROWSPAN_MAX
    188 
    189 2010-08-08  d+w3m@vdr.jp
    190 
    191 	* [w3m-dev 04360] Re: "important" bugs from bugs.debian.org
    192 	* main.c (main): use DEFAULT_COLS
    193 	(main): the maximum value of the -cols option is MAXIMUM_COLS
    194 	* backend.c (backend): use DEFAULT_COLS
    195 	* fm.h (MAXIMUM_COLS, DEFAULT_COLS): added
    196 
    197 2010-08-04  Ito Hiroyuki  <ZXB01226@nifty.com>
    198 
    199 	* [w3m-dev 04369] Re: w3m's bugs from bugs.debian.org
    200 	* terms.c (graph_ok): fix condition (UseGraphicChar != GRAPHIC_CHAR_DEC)
    201 	* symbol.c (get_symbol): fix condition (UseGraphicChar != GRAPHIC_CHAR_ASCII)
    202 	* rc.c (params1): type of graphic_char option is PI_SEL_C
    203 	* main.c (main): use GRAPHIC_CHAR_ASCII and GRAPHIC_CHAR_DEC instead of FALSE and TRUE
    204 	* fm.h (GRAPHIC_CHAR_ASCII, GRAPHIC_CHAR_DEC, GRAPHIC_CHAR_CHARSET): added
    205 
    206 2010-08-03  d+w3m@vdr.jp
    207 
    208 	* [w3m-dev 04363] Re: w3m's bugs from bugs.debian.org
    209 	* doc/w3m.1: revert option -S
    210 	* doc-jp/w3m.1: revert option -S, -e, -j and -s
    211 	* main.c: remove codes for Debian
    212 
    213 2010-08-03  Ito Hiroyuki  <ZXB01226@nifty.com>
    214 
    215 	* [w3m-dev 04343]
    216 	* file.c (loadGeneralFile): register user name and password for proxy authentication.
    217 	* url.c (HTTPrequest): unused variable seen_proxy_auth was removed
    218 	* fm.h: global variables proxy_auth_cookie and pauth are removed
    219 	* main.c (main): remove option -pauth
    220 	* doc/MANUAL.html: ditto
    221 	* doc-jp/MANUAL.html: ditto
    222 	* doc-jp/w3m.1: ditto
    223 	* doc/w3m.1: ditto
    224 	* doc/README.passwd: added
    225 	* doc-jp/README.passwd: added
    226 
    227 2010-07-31  Tatsuya Kinoshita  <tats@vega.ocn.ne.jp>
    228 
    229 	* [w3m-dev 04350] Re: w3m's bugs from bugs.debian.org
    230 	* file.c (process_img): Revert the change of using ATTR_TITLE if ATTR_ALT is empty.
    231 
    232 2010-07-30  Ito Hiroyuki  <ZXB01226@nifty.com>
    233 
    234 	* [w3m-dev 04348] Re: "important" bugs from bugs.debian.org
    235 	* file.c (TEXTAREA_ATTR_COL_MAX, TEXTAREA_ATTR_ROWS_MAX): added.
    236 	(process_textarea): check cur_textarea_size > TEXTAREA_ATTR_COL_MAX and cur_textarea_rows > TEXTAREA_ATTR_ROWS_MAX
    237 
    238 2010-07-30  Ito Hiroyuki  <ZXB01226@nifty.com>
    239 
    240 	* [w3m-dev 04345] Re: "important" bugs from bugs.debian.org
    241 	* file.c (HR_ATTR_WIDTH_MAX): added.
    242 	(process_hr): check w > HR_ATTR_WIDTH_MAX
    243 
    244 2010-07-26  d+w3m@vdr.jp
    245 
    246 	* [w3m-dev 04237] [patch] cookie avoid [wrong number of dots]
    247 	* rc.c: Introduce option cookie_avoid_wrong_number_of_dots.
    248 	* fm.h: add global variables cookie_avoid_wrong_number_of_dots and Cookie_avoid_wrong_number_of_dots_domains.
    249 	* cookie.c (check_avoid_wrong_number_of_dots_domain): added.
    250 	(add_cookie): use check_avoid_wrong_number_of_dots_domain().
    251 
    252 2010-07-26  Ito Hiroyuki  <ZXB01226@nifty.com>
    253 
    254 	* acinclude.m4: define AC_W3M_SSL_DIGEST_AUTH
    255 
    256 2010-07-25  AIDA Shinra <shinra@j10n.org>
    257 
    258 	* [w3m-dev 04049] Ctrl-C safe resolver
    259 	* fm.h (GRAPHIC_CHAR_ASCII, GRAPHIC_CHAR_CHARSET, GRAPHIC_CHAR_ALL): removed.
    260 	* fm.h: UseGraphicChar is initialized as FALSE.
    261 	* main.c (sig_chld): use TRUE and FALSE instead of GRAPHIC_CHAR_ALL and GRAPHIC_CHAR_ASCII.
    262 	* merge ambiguous width patch ( http://www.j10n.org/files/w3m-cvs-1.914-ambwidth.patch ).
    263 
    264 2010-07-24  Ito Hiroyuki  <ZXB01226@nifty.com>
    265 
    266 	* [w3m-dev 04326] suppress compile warnings
    267 	* file.c (digest_hex): type of the parameter s is "unsigned char *".
    268 	(AuthDigestCred): use unsigned char.
    269 	(ex_efct): type of the function is "static int".
    270 
    271 2010-07-20  Sascha Silbe <sascha-debian-bugs-w3m-1@silbe.org>
    272 
    273 	* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=523159#5
    274 	* url.c (openSSLHandle): add support for TLS SNI (Server Name Indication)
    275 
    276 2010-07-19  Karsten Schoelzel <kuser@gmx.de>
    277 
    278 	* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329862#20
    279 	* table.c (feed_table_tag): check displayLinkNumber.
    280 	* proto.h: add getLinkNumberStr().
    281 	* main.c (do_dump): check displayLinkNumber.
    282 	* fm.h: add global variable displayLinkNumber.
    283 	* file.c (getLinkNumberStr): added.
    284 	(process_input, process_select, HTMLtagproc1): check displayLinkNumber.
    285 
    286 2010-07-19  Karsten Schoelzel <kuser@gmx.de>
    287 
    288 	* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329863#8
    289 	* rc.c: Introduce option pseudo_inlines.
    290 	* fm.h: add global variable pseudoInlines.
    291 	* file.c (process_img): check q.
    292 
    293 2010-07-19  "Trent W. Buck" <twb@cybersource.com.au>
    294 
    295 	* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537706#10
    296 	* rc.c (interpret_rc): check line->length before call Strchop().
    297 
    298 2010-07-19  Karsten Schoelzel <kuser@gmx.de>
    299 
    300 	* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=366284#5
    301 	* rc.c (init_rc): check config_file is NULL or not.
    302 	(panel_set_option): check config_file instead of no_rc_dir.
    303 
    304 2010-07-19  Karsten Schoelzel <kuser@gmx.de>
    305 
    306 	* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=261174#10
    307 	* terms.c (graph_ok): check UseGraphicChar is GRAPHIC_CHAR_ALL or not.
    308 	* symbol.c (get_symbol): check UseGraphicChar.
    309 	* rc.c (graphic_char_str): added.
    310 	* main.c (sig_chld): use GRAPHIC_CHAR_ASCII and GRAPHIC_CHAR_ALL.
    311 	* fm.h (GRAPHIC_CHAR_ASCII, GRAPHIC_CHAR_CHARSET, GRAPHIC_CHAR_ALL): added.
    312 	* fm.h: UseGraphicChar is initialized as GRAPHIC_CHAR_ASCII.
    313 
    314 2010-07-19  Karsten Schoelzel <kuser@gmx.de>
    315 
    316 	* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=185006#22
    317 	* main.c (sig_chld): save exit code to d->err.
    318 	(addDownloadList): initialize d->running and d->err.
    319 	(DownloadListBuffer): check d->err.
    320 
    321 	* fm.h (_DownloadList): add running and err.
    322 
    323 	* file.c (save2tmp): check returned value of Strfputs().
    324 	(doFileSave): exit code is depend on the returned value of save2tmp().
    325 
    326 2010-07-19  d+w3m@vdr.jp
    327 
    328 	* [w3m-dev 04238] [patch] simple preserve space
    329 	* rc.c: Introduce option simple_preserve_space.
    330 	* fm.h: add global variable SimplePreserveSpace.
    331 	* file.c (HTMLlineproc0): check SimplePreserveSpace.
    332 
    333 2010-07-18 Karsten Schoelzel <kuser@gmx.de>
    334 
    335 	http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=242599#21
    336 	* file.c (is_html_type): added.
    337 	(examineFile, loadGeneralFile, _saveBuffer)
    338 	(openGeneralPagerBuffer, reloadBuffer): use is_html_type() instead
    339 	of strcasecmp().
    340 	(loadGeneralFile): set f.guess_tupe
    341 	* display.c (displayBuffer): use is_html_type() instead of strcasecmp().
    342 	* buffer.c (reshapeBuffer): use is_html_type() instead of strcasecmp().
    343 	* backend.c (internal_get): use is_html_type() instead of strcasecmp().
    344 	* main.c (vwSrc, reload, dispI, stopI): use is_html_type() instead of strcasecmp().
    345 	* proto.h: add is_html_type()
    346 	* url.c: add "xhtml" to DefaultGuess.
    347 
    348 2010-07-18 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
    349 
    350 	* [w3m-dev 04286] Re: break textform when buffer back
    351 	* form.c (form_update_line): set line->size
    352 
    353 2010-07-18 d+w3m@vdr.jp
    354 
    355 	* [w3m-dev 04319] Re: w3m's bugs from bugs.debian.org
    356 	* doc/w3m.1: fix typo.
    357 	* doc-jp/w3m.1: update
    358 
    359 2010-07-18 Petr Salinger <Petr.Salinger@seznam.cz>
    360 	* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493486
    361 	* terms.c: fix version check logic for FreeBSD
    362 
    363 2010-07-18 Colin Watson <cjwatson@ubuntu.com>
    364 	* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=325699
    365 	* scripts/w3mman/w3mman2html.cgi.in (Content-Type): "MAN_KEEP_FORMATTING=1"
    366 
    367 2010-07-18  Ludwig Nussel <ludwig.nussel@...e.de>
    368 	* http://www.openwall.com/lists/oss-security/2010/06/14/4
    369 	* istream.c (ssl_check_cert_ident): replace \0 to make full string
    370 	visible to user (CVE-2010-2074).
    371 
    372 2007-06-07  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
    373 
    374 	* [w3m-dev 04279] charset
    375 	* libwc/ces.h, libwc/charset.c: set charset to Shift_JIS, when locale 
    376 	  is japanese, jp_JP.PCK, ja_JP.IBM-932, ja_JP.IBM-943, or windows-31j.
    377 
    378 2007-06-07  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
    379 
    380 	* [w3m-dev 04278] Re: segfault on CentOS4.5/libgc6.8
    381 	* term.c: add handling xterm-incompatible terminals without gpm.
    382 
    383 2007-06-04  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
    384 
    385 	* [w3m-dev 04271] vi_prec_num
    386 	* main.c: make number prefixes working when vi_prec_num=0.
    387 
    388 2007-05-31  Dai Sato <satodai@w3m.jp>
    389 
    390 	* w3m 0.5.2
    391 	* version.c.in: update
    392 	* doc/README: version 0.5.2, release date, maintainer
    393 	* doc-jp/README: ditto
    394 	* po/w3m.pot, ja.po: ditto
    395 	* NEWS: update
    396 	* configure.ac: version 0.5.2
    397 	* configure: regenerated
    398 
    399 2007-05-31  Tsutomu OKADA
    400 
    401 	* [20070530101431@w3mbbs] Re: road to 0.5.2
    402 	* ftp.c: fix typo.
    403 	* main.c, mktable.c, w3mbookmark.c, w3mhelperpanel.c: add GC_INIT().
    404 
    405 2007-05-30  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
    406 
    407 	* [w3m-dev 04266] Bug fix when tab browsing
    408 	* fm.h, main.c: fix for tab browsing.
    409 
    410 2007-05-30  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
    411 
    412 	* [w3m-dev 04265] compile error when #undef USE_BG_COLOR
    413 	* terms.c: add #ifdef __CYGWIN__.
    414 
    415 2007-05-30  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
    416 
    417 	* [w3m-dev 04264] Re: road to 0.5.2
    418 	* po/makefile.in.in, scripts/*/Makefile.in: add datarootdir.
    419 
    420 2007-05-29  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
    421 
    422 	* [w3m-dev 04262] FreeBSD sysmouse (Re: road to 0.5.2)
    423 	* configure.ac: unbreak sysmouse support, pointed out by 
    424 	  Travis Poppe <tlp@lickwid.net>.
    425 	* configure: regenerated.
    426 
    427 2007-05-29  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
    428 
    429 	* [w3m-dev 04260] Warning (Re: road to 0.5.2)
    430 	* main.c, display.c: delete unused macros, change void to static void.
    431 
    432 2007-05-29  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
    433 
    434 	* [w3m-dev 04259] long long (Re: road to 0.5.2)
    435 	* Makefile.in, aclocal.m4: move 'gc' from $LIBS to $LIBGC.
    436 	* configure: regenerated.
    437 
    438 2007-05-29  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
    439 
    440 	* [w3m-dev 04256] Re: road to 0.5.2
    441 	* scripts/Makefile.in, scripts/w3mhelp.cgi.in: add datarootdir.
    442 
    443 2007-05-28  Hideyuki SHIRAI <shirai@meadowy.org>
    444 
    445 	* [w3m-dev 04251] Re: road to 0.5.2
    446 	* po/w3m.pot: pot-update.
    447 
    448 2007-05-27  Hiroyuki Ito <ZXB01226@nifty.com>
    449 
    450 	* [w3m-dev 04252] Re: road to 0.5.2
    451 	* Makefile.in: add datarootdir for Autoconf 2.60 and later.
    452 
    453 2007-05-23  NOKUBI Takatsugu <knok@daionet.gr.jp>
    454 
    455 	* [w3m-dev 04155] w3m mingw patch
    456 	* config.h, configure.ac, etc.c, file.c, ftp.c, indep.c, istream.c, 
    457 	  local.c, main.c, rc.c, terms.c, url.c: fix for minpw, except for
    458 	    deleting nsl and dl from configure.ac.
    459 	* configure: regenerated.
    460 
    461 2007-05-23  Hiroyuki Ito <ZXB01226@nifty.com>
    462 
    463 	* [w3m-dev 04233], [w3m-dev 04236] Re: <del>, <s>, <ins>, and so on
    464 	* file.c, fm.h, po/ja.po, po/w3m.pot, rc.c, table.c:
    465 	    expand display_ins_del to select a type of fontify.
    466 
    467 2007-05-23  Hiroyuki Ito <ZXB01226@nifty.com>
    468 
    469 	* [w3m-dev 04242] Re: Compile error when --without-ssl
    470 	* aclocal.m4, configure.ac: add checking ssl before digest_auth.
    471 	* configure: regenerated.
    472 
    473 2007-05-23  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
    474 
    475 	* [w3m-dev 04240] nl_langinfo() requires setlocale()
    476 	* fm.h, main.c, menu.c, rc.c: add "#ifdef"s.
    477 	* libwc/charset.c: add setlocale() for nl_langinfo().
    478 
    479 2007-05-23  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
    480 
    481 	* [w3m-dev 03923] <pre> in <table>
    482 	* file.c, table.c: avoid extra blanks in pre in table.
    483 
    484 2007-05-23  tamo
    485 
    486 	* [20070121110209@w3mbbs] unnecessary decoding in linein.c
    487 	* linein.c: decoding URLs in correct condition.
    488 
    489 2007-05-23  Tsutomu OKADA
    490 
    491 	* [20061228000713@w3mbbs] avoid warning for file.c
    492 	* html.h: change char to unsigned char for HTML_DL_COMPACT(133).
    493 
    494 2007-05-23  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
    495 
    496 	* [w3m-dev 04213] update Unicode characters' width
    497 	* libwc/ucs.c, libwc/ucs.h, libwc/map/ucs_wide.map: 
    498 	  catch-up to EastAsianWidth-5.0.0.txt.
    499 
    500 2007-04-19  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
    501 
    502 	* [w3m-dev 04212] quote URL of local dir
    503 	* local.c: quote URLs with non-ASCII local directory names.
    504 
    505 2007-04-19  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
    506 
    507 	* [w3m-dev 04211] input type=image
    508 	* file.c, html.[ch]: avoid conflicts between input_alt and img_alt.
    509 	  fix calculation of labeled line numbers when fold_line=1.
    510 
    511 2007-04-19  Hiroyuki Ito  <ZXB01226@nifty.com>
    512 
    513 	* [w3m-dev 04197] Re: italic text
    514 	* fm.h: display <em> and <i> elements with underline.
    515 
    516 2006-12-27  Fumitoshi UKAI  <ukai@debian.or.jp>
    517 
    518 	* [SECURITY] fix format string vulnerability
    519 	* file.c (inputAnswer) fix format string bug
    520 
    521 2006-12-07  Hiroyuki Ito  <ZXB01226@nifty.com>
    522 
    523 	* [w3m-dev 04185] Re: italic text
    524 	* file.c, fm.h, html.c, html.h, tagtable.tab:
    525 	  display <em> and <i> elements with bold letters.
    526 
    527 2006-12-07  Hideyuki SHIRAI  <shirai@meadowy.org>
    528 
    529 	* [w3m-dev 04184] automatic uncompression in downloading
    530 	* rc.c: Add `AutoUncompress'.
    531 	  (params3): Ditto.
    532 	* fm.h: Add `AutoUncompress'.
    533 	* file.c (loadGeneralFile): Check `AutoUncompress' when uncompress
    534 	  data.
    535 	  (HTMLlineproc2body): Ditto.
    536 	* po/w3m.pot: Add new message for `AutoUncompress'.
    537 	* po/ja.po: ditto.
    538 
    539 2006-12-10  Hiroyuki Ito <ZXB01226@nifty.com>
    540 
    541 	* [w3m-dev 04159] Re: Is this mailing list still alive?
    542 	* cookie.c: accept invalid "set-cookies" headers
    543 	  when "domainName == .hostName".
    544 
    545 2006-12-10  noz
    546 
    547 	* [20051124052846@w3mbbs] LiveHTTPHeaders
    548 	* file.c, fm.h, main.c, url.c: add -reqlog option which makes
    549 	  ~/.w3m/request.log like LiveHTTPHeaders of FireFox.
    550 
    551 2006-08-07  Fumitoshi UKAI  <ukai@debian.or.jp>
    552 
    553 	* mailcap.c (acceptableMimeTypes): change default accept: line
    554 	    w3m should prefer text/html to other text/*.
    555 	    reported as Debian Bug#374296
    556 
    557 2006-06-12  Dai Sato  <satodai@w3m.jp>
    558 
    559 	* another fix for [w3m-dev-en 01067] Some more patches
    560 	* file.c (loadBuffer): avoid decoding when dump_extra option is specified.
    561 
    562 2006-06-10  Dai Sato  <satodai@w3m.jp>
    563 
    564 	* fix for [w3m-dev-en 01067] Some more patches
    565 	* file.c (loadGeneralFile): avoid decoding when dump_extra option is specified.
    566 
    567 2006-06-10  Dai Sato  <satodai@w3m.jp>
    568 
    569 	* [w3m-dev 03992] Change to display progress status when dump_extra option is specified
    570 	* file.c (loadHTMLstream): Show progress status when dump_extra option is specified.
    571 
    572 2006-06-07  Dai Sato  <satodai@w3m.jp>
    573 
    574 	* [w3m-dev 04129] handling newlines in form values 
    575 	* parsetagx.c: don't delete newlines in hidden values.
    576 
    577 2006-05-29  Dai Sato  <satodai@w3m.jp>
    578 
    579 	* [w3m-dev-en 01067] Some more patches
    580 	* file.c, html.h, url.c: decode content-encoding in all situations.
    581 
    582 2006-05-29  Dai Sato  <satodai@w3m.jp>
    583 
    584 	* [w3m-dev-en 01067] Some more patches
    585 	* main.c: delete calls to GC from wrap_GC_warn_proc to avoid deadlocks.
    586 
    587 2006-05-29  Dai Sato  <satodai@w3m.jp>
    588 
    589 	* [w3m-dev-en 01067] Some more patches
    590 	* main.c: fix unsafe usages of SIGWINCH handler.
    591 
    592 2006-05-29  Dai Sato  <satodai@w3m.jp>
    593 
    594 	* [w3m-dev-en 01067] Some more patches
    595 	* keybind(_lynx).c, doc(-jp)/keymap.default: add SHIFT-TAB as a default binding for PREV_LINK.
    596 
    597 2006-04-08  Dai Sato  <satodai@w3m.jp>
    598 
    599 	* [w3m-dev 04154] Unclosed textarea in table
    600 	* table.c: close textarea when table related tags found.
    601 
    602 2006-04-08  Dai Sato  <satodai@w3m.jp>
    603 
    604 	* [w3m-dev 04153] NEXT_LINK error
    605 	* anchor.c, filc.c, fm.h: check A tag in HTMLlineproc2body().
    606 
    607 2006-04-08  Dai Sato  <satodai@w3m.jp>
    608 
    609 	* [w3m-dev 04152] [PATCH] Add more explanation for the usage of the option setting panel.
    610 	* doc(-jp)/FAQ.html, doc-jp/MANUAL.html: add explanations for .w3m/config and -o option.
    611 
    612 2006-04-08  Dai Sato  <satodai@w3m.jp>
    613 
    614 	* [w3m-dev 04150] vi-prec_num
    615 	* main.c: fix vi_prec_num switching.
    616 
    617 2006-04-08  Dai Sato  <satodai@w3m.jp>
    618 
    619 	* [w3m-dev 04146] disable HAVE_LANGINFO_CODESET on cygwin
    620 	* configure.ac: avoid AM_LANGINFO_CODESET check for Cygwin.
    621 
    622 2006-04-07  Dai Sato  <satodai@w3m.jp>
    623 
    624 	* [w3m-dev-en 01060] Some patches
    625 	* file.c, fm.h, rc.c: Introduce option show_cookie and set it TRUE by default. If set to FALSE received cookies will not be shown.
    626 	* This fixes Debian bug #253547: w3m: Too slow receiving cookies.
    627 
    628 2006-04-07  Dai Sato  <satodai@w3m.jp>
    629 
    630 	* [w3m-dev-en 01060] Some patches
    631 	* parsetagx.c: Replace '\n' (newline) with ' ' (space) in attributes of html tags instead of ignoring them.
    632 	* Fixes Debian bug #326167: w3m: new lines in hidden form fields are stripped
    633 
    634 2006-04-07  Dai Sato  <satodai@w3m.jp>
    635 
    636 	* [w3m-dev-en 01060] Some patches
    637 	* scripts/w3mman/w3mman*.in: Add w3mman -l <file> command line argument for viewing of local man files.
    638 	* Fixes Debian bug #138805: w3mman -l doesn't work.
    639 
    640 2006-04-07  Dai Sato  <satodai@w3m.jp>
    641 
    642 	* [w3m-dev-en 01060] Some patches
    643 	* libwc/detect.c: Use the hint instead of US_ASCII in wc_auto_detect.
    644 	* Fixes Debian bug #291735: w3m shouldn't "simplify" page's charset
    645 
    646 2006-04-07  Dai Sato  <satodai@w3m.jp>
    647 
    648 	* [w3m-dev-en 01060] Some patches
    649 	* Str.h, table.c: Use Strnew_charp() instead of the wrong Strnew().
    650 	* Fixes SF bug #895351 Strnew called with argument in table.c.
    651 
    652 2006-02-10  Dai Sato  <satodai@w3m.jp>
    653 
    654 	* http://dog.w3m.jp/bbs/spool/until200602.html#20060210153135@keijiwan
    655 	* url.c: replace pclose passed to localcgi_post/get() with fclose in openURL()
    656 
    657 2006-02-09  Dai Sato  <satodai@w3m.jp>
    658 
    659 	* http://vimrc.hp.infoseek.co.jp/w3m-pclose.html
    660 	* file.c: replace pclose with fclose in the end of uncompress_stream()
    661 
    662 2005-02-27  Fumitoshi UKAI  <ukai@debian.or.jp>
    663 
    664 	* configure.ac: rename from configure.in. this is for autoconf2.50
    665 
    666 2005-02-27  NOMIYA Masaru <nomiya@ttmy.ne.jp>
    667 
    668 	* [w3m-dev 04143] Patch for OS/2
    669 	* config.h.in: ifdef HAVE_SETPGRP
    670 	* configure.in: define USE_BINMODE_STREAM for *os2-emx*
    671 	* islang.c: ULONG -> unsigned long
    672 	* main.c: ULONG -> unsigned long
    673 
    674 2005-02-15  Fumitoshi UKAI  <ukai@debian.or.jp>
    675 
    676 	* [w3m-dev-en 01045] From newbie: problem with w3m-0.5.1 installation
    677 	* acinclude.m4 (AC_W3M_SSL): define USE_SSL after ssl library found
    678 
    679 2005-01-19  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
    680 
    681 	* [w3m-dev 04133] mouse_end() should preced reset_tty()?
    682 	* terms.c (reset_exit): mouse_end() should precede reset_tty()
    683 
    684 2005-01-05  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
    685 
    686 	* [w3m-dev 04130] [w3m-dev 04131] [w3m-dev 04132] Multiple challeges in *-Authenticate header
    687 	* file.c (skip_auth_token): added
    688 		(extract_auth_val): ',' is end of token
    689 		(extract_auth_param): use skip_auth_token
    690 		(AuthDigestCred): parse qop and calc cnonce correctly
    691 		(findAuthentication): use skip_auth_token
    692 
    693 2004-11-09  Fumitoshi UKAI  <ukai@debian.or.jp>
    694 
    695 	* w3mimg/fb/fb_gdkpixbuf.c (fb_image_load):
    696 	  fix unused variable `i'
    697 	* w3mimg/x11/x11_w3mimg.c (x11_load_image):
    698 	  ditto
    699 
    700 2004-11-09  Hiroyuki Ito <ZXB01226@nifty.com>
    701 
    702 	* [w3m-dev 04128] Re: w3mimgdisplay
    703 	* acinclude.m4 (AC_W3M_IMAGE): check not yes
    704 	* aclocal.m4, configure: regen
    705 	* w3mimg/fb/fb_gdkpixbuf.c (fb_image_load): 
    706 	   fb_image_fill in case GDK_PIXBUF_FRAME_DISPOSE
    707 	* w3mimg/x11/x11_w3mimg.c (get_animation_size):
    708 	   return n
    709 	  (x11_load_image): 
    710 	   fill in case GDK_PIXBUF_FRAME_DISPOSE
    711 
    712 2004-11-05  Hiroyuki Ito <ZXB01226@nifty.com>
    713 
    714 	* [w3m-dev 04117] Re: start attribute and value attribute on ordered lists
    715 	* file.c (HTMLtagproc1): allow negative value for start attr
    716 
    717 2004-10-14  Fumitoshi UKAI  <ukai@debian.or.jp>
    718 
    719 	* Bug#276246: w3m's locale parsing should at least see '@euro' modifier
    720 	* config.h (HAVE_LANGINFO_CODESET): added
    721 	* configure.in (AM_LANGINFO_CODESET): added
    722 	* libwc/charset.c: #include <langinfo.h>
    723 	       (wc_charset_to_ces): use nl_langinfo(CODESET)
    724 
    725 2004-09-30  Hiroyuki Ito <ZXB01226@nifty.com>
    726 
    727 	* [w3m-dev 04108] PIPE_BUF
    728 	* main.c (pipeBuf): set buf->currentURL.file to prevent
    729 		segfault by "PIPE_BUF cat;VIEW SOURCE;"
    730 
    731 2004-08-31  SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
    732 
    733 	* [w3m-dev 04104] w3mmail.cgi
    734 	* scripts/w3mmail.cgi.in: strip ^M
    735 
    736 2004-08-17  Hiroyuki Ito <ZXB01226@nifty.com>
    737 
    738 	* [w3m-dev 04099] Re: w3m-img gtk2
    739 	* w3mimg/fb/fb_gdkpixbuf.c (fb_image_load): fix resize bug
    740 
    741 2004-08-06  Hiroyuki Ito <ZXB01226@nifty.com>
    742 
    743 	* [w3m-dev 04097] Re: w3m-img gtk2
    744 	* w3mimg/fb/fb_gdkpixbuf.c (draw): no need bg
    745 		(get_animation_size): use GTimeVal
    746 		(fb_image_load): use GTimeVal
    747 				fix for animation
    748 	* w3mimg/x11/x11_w3mimg.c (get_animation_size): use GTimeVal
    749 		(x11_load_image): use GTimeVal
    750 				fix for animation
    751 
    752 2004-08-05  Fumitoshi UKAI  <ukai@debian.or.jp>
    753 
    754 	* [w3m-dev 04096] w3m-img gtk2
    755 	* acinclude.m4 (AC_W3M_IMAGE): add USE_GTK2
    756 		add --with-imagelib=gtk2
    757 	* aclocal.m4 config.guess config.sub configure: regen
    758 	* config.h.in: add USE_GTK2
    759 	* w3mimg/fb/fb_gdkpixbuf.c: support USE_GTK2
    760 	* w3mimg/fb/fb_img.h: add fb_image_init()
    761 	* w3mimg/fb/fb_imlib2.h: fb_image_init() stub
    762 	* w3mimg/fb/fb_w3mimg.c: call fb_image_init()
    763 	* w3mimg/x11/x11_w3mimg.c: support USE_GTK2
    764 
    765 2004-08-03  WATANABE Katsuyuki <knabe@sannet.ne.jp>
    766 
    767 	* [w3m-dev 04095] build fix when configure with --enable-messagel10n
    768 	* main.c (main): locale and textdomain initialization if ENABLE_NLS
    769 	* menu.c (initMenu): use _() instead of gettext()
    770 	* rc.c (show_params): use _() instead of gettext()
    771 
    772 2004-07-18  WATANABE Katsuyuki <knabe@sannet.ne.jp>
    773 
    774 	* [w3m-dev 04094] Re: option panel: gettextize select list
    775 	* rc.c (load_option_panel): don't gettext&wc_conv colorstr 
    776 					several times
    777 
    778 2004-07-16  WATANABE Katsuyuki <knabe@sannet.ne.jp>
    779 
    780 	* [w3m-dev 04093] bookmark charset
    781 	* add global variable: BookmarkCharset.
    782 	* main.c:adBmark(): remove condition LANG = JA.
    783 	* main.c: buffername encode by BookmarkCharset when add bookmark.
    784 	* main.c: BookmarkCharset pass to w3mbookmark.
    785 	* w3mbookmark.c: ditto.
    786 
    787 2004-07-16  WATANABE Katsuyuki <knabe@sannet.ne.jp>
    788 
    789 	* [w3m-dev 04092] remove __CYGWIN__ && LANG == JA
    790 	* remove condition LANG == JA && __CYGWIN__
    791 	* cygwin_mouse_btn_swapped enabled when before 1.5.x 
    792 
    793 2004-07-16  WATANABE Katsuyuki <knabe@sannet.ne.jp>
    794 
    795 	* [w3m-dev 04091] option panel: gettextize select list
    796 	* rc.c: gettextize option select list.
    797 	* rc.c: add gettextize message.
    798 	* po/w3m.pot: ditto.
    799 	* po/ja.po: ditto.
    800 
    801 2004-07-14  Fumitoshi UKAI  <ukai@debian.or.jp>
    802 
    803 	* Debian Bug#259053
    804 	* doc/FAQ.html, doc-jp/FAQ.html: ~/.mailcap -> ~/.w3m/mailcap
    805 
    806 2004-05-11  Fumitoshi UKAI  <ukai@debian.or.jp>
    807 
    808 	* based on [w3m-dev 04079]
    809 	  SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
    810 	* Makefile.in: (libwc/libwc.a): always make in libwc subdir
    811 		(w3mimg/w3mimg.a): always make in w3mimg subdir
    812 
    813 2004-05-03  Fumitoshi UKAI  <ukai@debian.or.jp>
    814 
    815 	* [w3m-dev-en 01007]
    816 	* libwc/Makefile.in (CFLAGS): need @CPPFLAGS@
    817 
    818 2004-05-03  Fumitoshi UKAI  <ukai@debian.or.jp>
    819 
    820 	* version.c.in: cvs version
    821 
    822 2004-04-29  Fumitoshi UKAI  <ukai@debian.or.jp>
    823 
    824 	* w3m 0.5.1
    825 	* version.c.in: update
    826 	* doc/README: version 0.5, release date, maintainer
    827 	* doc-jp/README: ditto
    828 	* NEWS: update
    829 	* configure.in: version 0.5.1
    830 	* po/w3m.pot, ja.po: update-po
    831 
    832 2004-04-27  SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
    833 
    834 	* [w3m-dev 04068] install-sh problem
    835 	 [w3m-dev 04069] install-sh problem 2
    836 	* Makefile.in (MAKE_ARGS): delete INSTALL
    837 	* install-sh: replace with X Consortium install-sh (from automake)
    838 
    839 2004-04-27  Fumitoshi UKAI  <ukai@debian.or.jp>
    840 
    841 	* [w3m-dev 04073] Re: run configure in another directory
    842 	* Makefile.in (CFLAGS): include dir here
    843 		(DEFS): delete include dirs
    844 		(libwc/libwc.a): pass OPTS only
    845 		(w3mimg/w3mimg.a): pass OPTS only
    846 	* libwc/Makefile.in (CFLAGS): fixed
    847 	* w3mimg/Makefile.in (CFLAGS): added
    848 		(fb x11): pass OPTS only
    849 	* w3mimg/fb/Makefile.in (CFLAGS): added
    850 	* w3mimg/x11/Makefile.in (CFLAGS): added
    851 
    852 2004-04-23  SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
    853 
    854 	* [w3m-dev 04066] --disable-color
    855 	* rc.c (load_option_panel): #ifdef USE_COLOR
    856 
    857 2004-04-22  Masao Uebayashi <uebayasi@pultek.co.jp>
    858 
    859 	* fix build error for --enable-m17n --disable-unicode
    860 	* libwc/detect.c (wc_create_detect_map): #ifdef USE_UNICODE
    861 
    862 2004-04-17  Fumitoshi UKAI  <ukai@debian.or.jp>
    863 
    864 	* [w3m-dev 04064] authentication
    865 	 closes: Bug#:244029: w3m: HTTP basic authentication annoyance
    866 	* fm.h (auth_cookie): deleted
    867 	* proto.h (find_auth_cookie): deleted
    868 		(add_auth_cookie): deleted
    869 		(add_auth_user_passwd): added
    870 		(invalidate_auth_user_passwd): added
    871 	* etc.c (auth_pass): add bad flag
    872 			delete file
    873 		(dir_under): deleted
    874 		(add_auth_pass_entry): add override flag
    875 			no need to check file
    876 		(find_auth_pass_entry): delete file
    877 			check bad flag
    878 			check uname
    879 		(find_auth_user_passwd): find by pu->user
    880 		(add_auth_user_passwd): added
    881 		(invalidate_auth_user_passwd): added
    882 		(parsePasswd): add no override
    883 			ignore file
    884 		(find_auth): deleted
    885 		(find_auth_cookie): deleted
    886 		(dump_auth_cookie): deleted
    887 		(add_auth_cookie): deleted
    888 	* file.c (getAuthCookie): add *uname, *pwd
    889 			rewrite
    890 		(loadGeneralFile): delete ss, add uname, pwd
    891 			use add_auth_user_passwd instead of add_auth_cookie
    892 	* url.c (HTTPrequest): don't authorization here
    893 			it should be done in getAuthCookie in loadGeneralFile
    894 			through extra_header
    895 	* ftp.c (openFTPStream): add uname
    896 			use find_auth_user_passwd instead of find_auth_cookie
    897 			use add_auth_user_passwd instead of add_auth_cookie
    898 
    899 2004-04-10  SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
    900 
    901 	* [w3m-dev 04063] about Makefile
    902 	* Makefile.in (DEFS): use CGIBIN_DIR instead of LIB_DIR
    903 		(MAKE_ARGS): ditto
    904 		(distclean): rm -f
    905 	* config.h.dist: use CGIBIN_DIR instead of LIB_DIR
    906 	* indep.c (w3m_lib_dir): ditto
    907 	* scripts/Makefile.in: ditto
    908 	* scripts/multipart/Makefile.in: ditto
    909 	* w3mimg/Makefile.in (clearn): remove w3mimg.a
    910 
    911 2004-04-05  AIDA Shinra <shinra@j10n.org>
    912 
    913 	* [w3m-dev 04049] w3m-cvs-1.914-misc.patch
    914 	* Makefile.in (funcname.tab): dont modify when target is unchanged.
    915 		(CFLAGS): need $(CPPFLAGS)?
    916 	* config.h.in: add HAVE_STDINT_H, HAVE_INTTYPES_H
    917 	* configure.in: s/AC_CANONICAL_SYSTEM/AC_CANONICAL_HOST/
    918 		don't use AC_CYGWIN
    919 		don't use $CYGWIN, use $host_os *cygwin*
    920 		AC_DEFINE in AC_CHECK_HEADER (float.h, sys/select.h)
    921 		add stdint.h, inttypes.h
    922 	* etc.c (find_auth_pass_entry): host is case insensitive
    923 	* libwc/wc_types.h: use stdint.h or inttypes.h
    924 	* main.c (MAIN); need GC_init()
    925 	
    926 2004-04-01  Fumitoshi UKAI  <ukai@debian.or.jp>
    927 
    928 	Debian Bug#241192 w3m ipv6 FQDN resolution failure
    929 	* etc.c (FQDN): need to set ai_flags AI_CANONNAME, since we need
    930 		ai_canonname here. 
    931 
    932 2004-03-31  AIDA Shinra <shinra@j10n.org>
    933 
    934 	* [w3m-dev 04050] SSL verify
    935 	* url.c (openSSLHandle): don't load verify locations if 
    936 		both ssl_ca_file and ssl_ca_path is NULL.
    937 
    938 2004-03-24  Fumitoshi UKAI  <ukai@debian.or.jp>
    939 
    940 	* fix search problem on different charset page than display charset
    941 	* proto.h (conv_search_string): added
    942 	* search.c (migemostr): use conv_search_string
    943 		(conv_search_string): added
    944 	* main.c (srchcore): use conv_search_string
    945 		(reMark): ditto
    946 	* menu.c (menu_search_forward): ditto
    947 		(menu_search_backward): ditto
    948 		(menu_search_next_previous): ditto
    949 
    950 2004-03-23  Fumitoshi UKAI  <ukai@debian.or.jp>
    951 
    952 	* rc.c: cleanup LANG == JA
    953 
    954 2004-03-23  Fumitoshi UKAI  <ukai@debian.or.jp>
    955 
    956 	* main.c (main): DisplayCharset also follow locale
    957 
    958 2004-03-23  Fumitoshi UKAI  <ukai@debian.or.jp>
    959 
    960 	* scripts/w3mhelp.cgi.in: use charset parramter
    961 	* scripts/w3mhelp-funcdesc.en.pl.in: add charset
    962 	* scripts/w3mhelp-funcdesc.ja.pl.in: ditto
    963 
    964 2004-03-22  Fumitoshi UKAI  <ukai@debian.or.jp>
    965 
    966 	* main.c (main): don't use SystemCharset for default of
    967 		DisplayChaset, DocumentCharset
    968 
    969 2004-03-22  Fumitoshi UKAI  <ukai@debian.or.jp>
    970 
    971 	* w3m 0.5
    972 	* version.c.in: update
    973 	* doc/README: version 0.5, release date, maintainer
    974 	* doc-jp/README: ditto
    975 	* NEWS: update
    976 
    977 2004-03-22  Fumitoshi UKAI  <ukai@debian.or.jp>
    978 
    979 	* main.c (main): DisplayCharset and DocumentCharset also follow 
    980 	    locale configuration
    981 	* Makefile.in (distclean): distclean libwc
    982 	* libwc/Makefile.in: add distclean
    983 	* scripts/multipart/Makefile.in: add distclean
    984 	* scripts/w3mman/Makefile.in: add distclean
    985 	* scripts/Makefile.in: add distclean
    986 
    987 2004-03-22  Fumitoshi UKAI  <ukai@debian.or.jp>
    988 
    989 	* w3mimg/Makefile.in (distclean): rm -f w3mimg.a
    990 
    991 2004-03-22  Akihiro Sagawa <sagawa@sohgoh.net>
    992 
    993 	* [w3m-dev 04046]
    994 	* configure.in (AC_W3M_IPv6): should check it after ext libs
    995 
    996 2004-03-22  Akihiro Sagawa <sagawa@sohgoh.net>
    997 
    998 	* [w3m-dev 04045]
    999 	* Makefile.in (DEFUNS): need $(top_srcdir)
   1000 
   1001 2004-03-21  Fumitoshi UKAI  <ukai@debian.or.jp>
   1002 
   1003 	* Makefile.in (install-po): fix for broken sh.
   1004 	  reported in [w3m-dev 04043] Re: w3m 0.5
   1005 
   1006 2004-03-13  Fumitoshi UKAI  <ukai@debian.or.jp>
   1007 
   1008 	* [w3m-dev 04041] spell-miss in configure
   1009 	* acinclude.m4 (AC_W3M_M17N): fix help-string
   1010 		suggested by sakane@d4.bsd.nes.nec.co.jp (Yoshinobu Sakane)
   1011 
   1012 2004-02-06  MANTANI Nobutaka <nobutaka@nobutaka.com>
   1013 
   1014 	* [w3m-dev 04038] --disable-m17n problem in form.c
   1015 	* form.c (form_update_line): fix for disable-m17n
   1016 
   1017 2004-01-10  ABE Yuji <cbo46560@pop12.odn.ne.jp>
   1018 
   1019 	* [w3m-dev 04030] PUSH_TAG macro
   1020 	* table.c (PUSH_TAG): fixed problem in --disable-m17n
   1021 
   1022 2003-12-09  WATANABE Katsuyuki <knabe@sannet.ne.jp>
   1023 
   1024 	* [w3m-dev 04025] mismatch message in ja.po
   1025 	* po/ja.po: fix wrong messages
   1026 
   1027 2003-12-09  WATANABE Katsuyuki <knabe@sannet.ne.jp>
   1028 
   1029 	* [w3m-dev 04024] fix: drive letter
   1030 	* url.c (parseURL2): fix for SUPPORT_DOS_DRIVE_PREFIX
   1031 
   1032 2003-12-09  YONETANI Tomokazu <qhwt@myrealbox.com>
   1033 
   1034 	* [w3m-dev 04022] $^
   1035 	* Makefile.in (DEFUNS): added
   1036 		funcname.tab: don't use $^
   1037 	* w3mimg/Makefile.in (w3mimg.a): don't use $^
   1038 
   1039 2003-12-09  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   1040 
   1041 	* [w3m-dev 04021] Deeply nested table
   1042 	* file.c (completeHTMLstream): check obuf->table_level
   1043 
   1044 2003-10-26  Fumitoshi UKAI  <ukai@debian.or.jp>
   1045 
   1046 	* Bug#217509: segfaults if TERM is not set
   1047 	* terms.c (check_cygwin_console): check TERM==NULL
   1048 		(set_tty): check TERM==NULL
   1049 
   1050 2003-10-23  ABE Yuji <cbo46560@pop12.odn.ne.jp>
   1051 
   1052 	* [w3m-dev 04011] accessing to an `https' URI with a fragment via a proxy
   1053 	* url.c (HTTPrequestURI): drop fragment
   1054 		(openURL): don't clear pu->label
   1055 
   1056 2003-10-23  ABE Yuji <cbo46560@pop12.odn.ne.jp>
   1057 
   1058 	* [w3m-dev 04010] support for deprecated __ss_family
   1059 	* acinclude.m4 (AC_W3M_IPv6): check __ss_family
   1060 	* config.h.in: add HAVE_OLD_SS_FAMILY
   1061 	* ftp.c (ftp_pasv): ifdef HAVE_OLD_SS_FAMILY
   1062 
   1063 2003-10-23  ABE Yuji <cbo46560@pop12.odn.ne.jp>
   1064 
   1065 	* [w3m-dev 04009] ./configure --disable-image problem
   1066 	* file.c (loadHTMLstream): if defined(USE_M17N)
   1067 
   1068 2003-10-22  Fumitoshi UKAI  <ukai@debian.or.jp>
   1069 
   1070 	* [w3m-dev 04006] checking GC_version for libgc
   1071 	 reported by SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
   1072 	* acinclude.m4 (AC_W3M_GC): check GC_init instead of GC_version
   1073 
   1074 2003-10-21  SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
   1075 
   1076 	* [w3m-dev 03996] HELP_DIR and funcname.tab
   1077 	* configure.in (HELP_DIR): don't eval 
   1078 	* scripts/w3mhelp.cgi: subst @prefix@ for $helpdir
   1079 
   1080 2003-10-21  Fumitoshi UKAI  <ukai@debian.or.jp>
   1081 
   1082 	* #include <openssl/...>
   1083 	 suggested by ABE Yuji <cbo46560@pop12.odn.ne.jp>
   1084 	 [w3m-dev 03998] problem about pkg-config check for OpenSSL
   1085 	* html.h: #include <openssl/...>
   1086 	* istream.c: ditto
   1087 	* istream.h: ditto
   1088 	* url.c: ditto
   1089 
   1090 2003-10-20  ABE Yuji <cbo46560@pop12.odn.ne.jp>
   1091 
   1092 	* [w3m-dev 04002] Re: function and w3m-control
   1093 	* url.c (getURLScheme): accept numeric in scheme
   1094 
   1095 2003-10-18  Fumitoshi UKAI  <ukai@debian.or.jp>
   1096 
   1097 	* [w3m-dev 03996] HELP_DIR and funcname.tab
   1098 	  reported by SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
   1099 	* configure.in: don't use posix shell syntax $(..)
   1100 	* funcname.tab: deleted
   1101 
   1102 2003-10-11  Fumitoshi UKAI  <ukai@debian.or.jp>
   1103 
   1104 	* scripts/Makefile.in (w3mhelp-funcname.pl): depends ../funcname.tab
   1105 	* Makefile.in (IMGOBJS): deleted
   1106 		(indep.o): depends on fm.h funcname1.h
   1107 		(IMGDISPLAY): depends on w3mimg/w3mimg.a
   1108 		(w3mimg/w3mimg.a): renamed from w3mimg
   1109 	* acinclude.m4 (AC_W3M_IMAGE): modify IMBOBJS 
   1110 	* w3mimg/Makefile.in (AR): added
   1111 			(RANLIB): added
   1112 			(IMGOBJS): added
   1113 			(w3mimg.a): added
   1114 
   1115 2003-10-11  qhwt@myrealbox.com
   1116 
   1117 	* [w3m-dev 03990] Re: post-m17n merge problem?
   1118 	* Makefile.in (MAN1): need $(top_srcdir)
   1119 			(MAN1_JA): ditto
   1120 			(LOBJS): depends on fm.h funcname1.h
   1121 			(INFLATE): depends on $(ALIB)
   1122 			(libwc/libwc.a): renamed from libwc
   1123 			(IMGDISPLAY): depends on $(IMGOBJS) instead of w3mimg
   1124 				  depends on $(ALIB)
   1125 			(w3mimgdisplay.o): depends on w3mimg/w3mimg.h
   1126 	* acinclude.m4 (AC_W3M_M17N): WCTARGET is libwc/libwc.a
   1127 	* configure.in (HELP_DIR): expand ${prefix}
   1128 
   1129 2003-10-08  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   1130 
   1131 	* [w3m-dev 03985] Re: support for 307 Temporary Redirect
   1132 	* file.c (loadGeneralFile): support 307 Temporary Redirect
   1133 
   1134 2003-10-06  Fumitoshi UKAI  <ukai@debian.or.jp>
   1135 
   1136 	* fix build error --disbable-m17n
   1137 	* config.h.in: undef USE_M17N, USE_UNICODE
   1138 	* etc.c (url_unquote_conv): USE_M17N
   1139 	* file.c (convertLine): USE_M17N
   1140 		(loadHTMLStream): fix ifdef USE_IMAGE->USE_M17N
   1141 		(loadBuffer): fix USE_M17N
   1142 		(getNextPage): fix USE_M17N
   1143 	* fm.h (USE_M17N): don't define USE_M17N in case LANG == JA
   1144 			(this should be done by configure)
   1145 		(wc_ces): dummy typedef
   1146 		(wc_Str_conv): fix non-m17n macro args
   1147 		(wc_Str_conv_strict): ditto
   1148 	* ftp.c (loadFTPDir): fix undefined USE_M17N
   1149 	* mimehead.c (decodeWord): ditto
   1150 		(decodeMIME): ditto
   1151 	* news.c (loadNewsgroup): ditto
   1152 	* proto.h (convertLine): ditto
   1153 		(loadGopherDir): ditto
   1154 		(loadFTPDir): ditto
   1155 		(loadNewsgroup): ditto
   1156 		(decodeWord): ditto
   1157 		(decodeMIME): ditto
   1158 		(url_unquote_conv): ditto
   1159 	* terms.c (SETCH): ditto
   1160 
   1161 2003-10-06  Fumitoshi UKAI  <ukai@debian.or.jp>
   1162 
   1163 	* --with-imagelib request on [w3m-dev 03981]
   1164 	 from Mamoru KOMACHI <usata@sodan.ecc.u-tokyo.ac.jp>
   1165 	* acinclude.m4 (AC_W3M_IMAGE): add --with-imagelib
   1166 
   1167 2003-10-06  Fumitoshi UKAI  <ukai@debian.or.jp>
   1168 
   1169 	* fix problem reported on [w3m-dev 03981]
   1170 	  from Mamoru KOMACHI <usata@sodan.ecc.u-tokyo.ac.jp>
   1171 	* configure.in: add AC_SUBST(HELP_DIR)
   1172 	* Makefile.in (HELP_DIR): use AC_SUBT(HELP_DIR)
   1173 	* scripts/Makefile.in: add PACKAGE, VERSION, DOMAIN
   1174 			use PACKAGE instead of package: 
   1175 			 CGIBIN_DIR,AUXBIN_DIR,CONF_DIR
   1176 			add HELP_DIR
   1177 			add SUBDIRS
   1178 			(install unstall): do $(SUBDIRS)
   1179 	* scripts/multipart/Makefile.in: add PACKAGE,VERSION,DOMAIN
   1180 			use PACKAGE instead of package: 
   1181 			 CGIBIN_DIR,AUXBIN_DIR,CONF_DIR
   1182 			add HELP_DIR
   1183 	* scripts/w3mman/Makefile.in: add PACKAGE,VERSION,DOMAIN
   1184 			use PACKAGE instead of package: 
   1185 			 CGIBIN_DIR,AUXBIN_DIR,CONF_DIR
   1186 			add HELP_DIR
   1187 			add BIN_DIR, MAN1_DIR
   1188 			LIB_TARGETS->CGIBIN_TARGETS
   1189 			fix INSTALL_MAN
   1190 	* scripts/w3mman/w3mman.1.in: 
   1191 			change @LIB_DIR@ to @libexecdir@/@PACKAGE@/cgi-bin/
   1192 
   1193 2003-10-01  Akira TAGOH <at@gclab.org>
   1194 
   1195 	* acinclude.m4 (AC_W3M_SSL): use PKG_CHECK_MODULES
   1196 
   1197 2003-09-29  Fumitoshi UKAI  <ukai@debian.or.jp>
   1198 
   1199 	* Makefile.in (distclean): remove posubst
   1200 	* Makefile.in (functable.c): fix cannot open file `b' for reading
   1201 
   1202 2003-09-27  Fumitoshi UKAI  <ukai@debian.or.jp>
   1203 
   1204 	* funcname.tab: generated from DEFUN
   1205 	* main.c menu.c: use DEFUN
   1206 	* conv.c ucs_eucjp.h ucs_latin1.h: deleted
   1207 
   1208 2003-09-26  Fumitoshi UKAI  <ukai@debian.or.jp>
   1209 
   1210 	* add posubst,  compile-time message l10n
   1211 	* Makefile.in: @POSUBST@
   1212 	* acinclude.m4(AC_W3M_M17N): add POSUBST, POLANG
   1213 		--enable-messagel10n
   1214 	* configure.in (W3M_LANG): subst
   1215 		(AM_GET_GNUTEXT): if messagel10n enabled, don't use NLS
   1216 		(AC_OUTOUT): add posubst, chmod +x
   1217 	* menu.c: remove if LANG == JA messages
   1218 	* rc.c: ditto
   1219 
   1220 2003-09-26  Fumitoshi UKAI  <ukai@debian.or.jp>
   1221 
   1222 	* remove ./intl
   1223 	* configure.in: external fo AM_GNU_GETTEXT
   1224 	* Makefile.in: remove intl, INTLTARGET
   1225 
   1226 2003-09-25  Fumitoshi UKAI  <ukai@debian.or.jp>
   1227 
   1228 	* fix [w3m-dev 03975] Re: gettextize
   1229 	* Makefile.in: add INTLTARGET, NLSTARGET
   1230 		cleanup
   1231 	* configure.in: INTLTARGET=intl,NLSTARGET=po if USE_NLS
   1232 
   1233 2003-09-25  Fumitoshi UKAI  <ukai@debian.or.jp>
   1234 
   1235 	* gettextize
   1236 	* Makefile.in: updated
   1237 	* menu.c: gettextize
   1238 	* rc.c: gettextize
   1239 	* intl/.cvsignore: added
   1240 	* po/.cvsignore: added
   1241 	* po/Makevars: added
   1242 	* po/Makevars.template: removed
   1243 	* po/POTFILES.in: updated
   1244 	* po/w3m.pot: created
   1245 	* po/ja.po: created
   1246 
   1247 2003-09-24  Fumitoshi UKAI  <ukai@debian.or.jp>
   1248 
   1249 	* based on [w3m-dev 03970]
   1250 	  SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
   1251 	* acinclude.m4 (AC_W3M_IMAGE): add IMGTARGETS
   1252 	* w3mimg/Makefile.in (all): use @IMGTARGETS@
   1253 
   1254 2003-09-24  Fumitoshi UKAI  <ukai@debian.or.jp>
   1255 
   1256 	* gettextize initial modifications
   1257 	* configure.in Makefile.in aclocal.m4 config.h.in: 
   1258 		update to support NLS
   1259 	* ABOUT-NLS: added
   1260 	* config.rpath: added
   1261 	* mkinstalldirs: added
   1262 	* intl/: added
   1263 	* po/: added
   1264 	* fm.h: NLS support
   1265 	* main.c (main): add gettext trigger
   1266 
   1267 2003-09-23  Fumitoshi UKAI  <ukai@debian.or.jp>
   1268 
   1269 	* more autoconfisicate
   1270 
   1271 2003-09-23  Fumitoshi UKAI  <ukai@debian.or.jp>
   1272 
   1273 	* merge m17n patch (w3m-0.4.1-m17n-20030308.patch.gz)
   1274 	* add libwc
   1275 
   1276 2003-09-23  Fumitoshi UKAI  <ukai@debian.or.jp>
   1277 
   1278 	* version.c.in: cvs version
   1279 
   1280 2003-09-23  Fumitoshi UKAI  <ukai@debian.or.jp>
   1281 
   1282 	* w3m 0.4.2
   1283 	* version.c.in: update
   1284 	* doc/README: version 0.4.2, release date
   1285 	* doc-jp/README: ditto
   1286 	* NEWS: update
   1287 
   1288 2003-09-23  Fumitoshi UKAI  <ukai@debian.or.jp>
   1289 
   1290 	* [w3m-dev 03967] Re: IPv4/IPv6 only option patch
   1291 	* NEWS: options: -4, -6
   1292 	* fm.h (DNS_ORDER_INET_ONLY): added
   1293 		(DNS_ORDER_INET6_ONLY): added
   1294 		(ai_family_order_table): [3]->[7]
   1295 	* main.c (fusage): add -4/-6
   1296 		(main): -4/-6 mapped to dns_order=4/dns_order=6
   1297 	* rc.c (dnsorders): add DNS_ORDER_INET_ONLY, DNS_ORDER_INET6_ONLY
   1298 	* url.c (dnsorders): add 3-6
   1299 
   1300 2003-09-16  Hiroyuki Ito <hito@crl.go.jp>
   1301 
   1302 	* [w3m-dev 03960] 
   1303 	* acinclude.m4 (AC_W3M_CHECK_VER): fix version check logic
   1304 
   1305 2003-08-30  Fumitoshi UKAI  <ukai@debian.or.jp>
   1306 
   1307 	* [w3m-dev 03958] w3mimgdisplay on jfbterm
   1308 	* w3mimg/fb/fb_w3mimg.c (w3mimg_fbopen): check TERM=jfbterm
   1309 
   1310 2003-08-29  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   1311 
   1312 	* [w3m-dev 03957] Location: from local-CGI
   1313 	* file.c (loadGeneralFile): don't parse header for local file
   1314 		redirected by Location: from local-CGI
   1315 
   1316 2003-08-12  TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
   1317 
   1318 	* [w3m-dev 03950] rel attribute of anchor tag
   1319 	* html.c (ALST_A): add ATTR_REL
   1320 		(MAXA_A): +1
   1321 
   1322 2003-07-27  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   1323 
   1324 	* [w3m-dev 03945] Re: application/xhtml+xml support
   1325 	* Makefile.in (ETC_DIR): added
   1326 		(CONF_DIR): added
   1327 		(DEFS): add CONF_DIR
   1328 		(MAKE_ARGS): add CONF_DIR
   1329 	* config.h.in (SYS_MAILCAP): use CONF_DIR
   1330 		(SYS_URIMETHODMAP): use CONF_DIR
   1331 	* func.c (sys_current_keymap_file): added
   1332 		(interpret_keymap): added
   1333 		(initKeymap): use interpret_keymap
   1334 		(interpret_mouse_action): added
   1335 		(initMouseAction): use interpret_mouse_action
   1336 	* indep.c (w3m_conf_dir): added
   1337 	* indep.h (w3m_conf_dir): added
   1338 	* menu.c (interpret_menu): added
   1339 		(initMenu): use interpret_menu
   1340 	* proto.h (confFile): added
   1341 	* rc.c (init_rc): read config file by interpret_rc
   1342 		(confFile): added
   1343 
   1344 2003-07-23  Takahashi Youichirou <nikuq@hk.airnet.ne.jp>
   1345 
   1346 	* [w3m-dev 03942] Save history
   1347 	* history.c (saveHistory): check tmpfile write error
   1348 
   1349 2003-07-23  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   1350 
   1351 	* [w3m-dev 03941] fix character encoding for 'v'
   1352 	* main.c (vwSrc): use document_code as DisplayCode
   1353 
   1354 2003-07-23  Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
   1355 
   1356 	* [w3m-dev 03939] next/prev visited link
   1357 	* funcname.tab (NEXT_VISITED): added
   1358 		(PREV_VISITED): added
   1359 	* main.c (_nextA): added
   1360 		(_prevA): added
   1361 		(nextVA): added
   1362 		(prevVA): added
   1363 	* proto.h (nextVA): added
   1364 		(prevVA): added
   1365 	* doc/README.func (NEXT_VISITED): added
   1366 		(PREV_VISITED): added
   1367 	* doc-jp/README.func (NEXT_VISITED): added
   1368 		(PREV_VISITED): added
   1369 	* NEWS: func: NEXT_VISITED, PREV_VISITED
   1370 	
   1371 
   1372 2003-07-14  Hiroyuki Ito <hito@crl.go.jp>
   1373 
   1374 	* [w3m-dev 03938] clear region margin
   1375 	* w3mimgdisplay.c (clearMargin): added
   1376 		(GetOption): add -margin
   1377 		(ClearImage): clear margin
   1378 	* w3mi,g/w3mimg.h (w3mimg_op): clear_margin
   1379 	* w3mimg/fb/fb.c (fb_clear): x,y must be >= 0
   1380 	* w3mimg/x11/x11_w3mimg.c (x11_clear): x,y must be >= 0
   1381 
   1382 2003-07-14  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   1383 
   1384 	* [w3m-dev 03937] <center> in <table>
   1385 	* table.c (feed_table_tag): fix <center>,</center>,<div>,</div>,
   1386 				<p>,<br>,<nobr>,</nobr>,<wbr>
   1387 			check_rowcol() for <img>
   1388 
   1389 2003-07-10  Fumitoshi UKAI  <ukai@debian.or.jp>
   1390 
   1391 	* w3mimg/fb/fb_img.h (get_image_size): add missing prototypes
   1392 	* w3mimg/fb/fb.c (fb_clear): unused variable `j'
   1393 
   1394 2003-07-09  Hiroyuki Ito <hito@crl.go.jp>
   1395 
   1396 	* [w3m-dev 03935] Re: clear image
   1397 	* w3mimg/fb/fb.c (fb_get_packed_color): added
   1398 		(fb_image_pset): use fb_get_packed_color
   1399 		(fb_image_fill): use fb_get_packed_color
   1400 		(fb_clear): use tmp to store pixels
   1401 
   1402 2003-07-09  ABE Yuji <cbo46560@pop12.odn.ne.jp>
   1403 
   1404 	* [w3m-dev 03934] Re: clear image
   1405 	* w3mimg/x11/x11_w3mimg.c (x11_clear): s/FALSE/False/
   1406 
   1407 2003-07-09  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   1408 
   1409 	* [w3m-dev 03931] Re: clear image
   1410 	* w3mimgdisplay.c (ClearImage): offset
   1411 	* w3mimg/fb/fb.c (fb_clear): memcpy by pixel_size
   1412 
   1413 2003-07-08  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   1414 
   1415 	* [w3m-dev 03929] clear image
   1416 	* image.c (syncImage): added
   1417 		(drawImage): rewrite using syncImage()
   1418 		(clearImage): use clear image command (6)
   1419 	* w3mimgdisplay.c: change protocol
   1420 		2 => terminate drawing
   1421 		6 => clear image
   1422 		(main): '2' calls TermImage()
   1423 			'6' calls ClearImage()
   1424 			TermImage() when exit
   1425 		(TermImage): renamed from ClearImage
   1426 		(ClearImage): rewritten to call w_op->clear()
   1427 	* w3mimg.h/w3mimg.h (w3mimg_op): add clear()
   1428 	* w3mimg/fb/fb.c (fb_clear): added
   1429 	* w3mimg/fb/fb.h (fb_clear): added
   1430 	* w3mimg/fb/fb_img.c (fb_image_clear): added
   1431 	* w3mimg/fb/fb_w3mimg.c (w3mfb_clear): added
   1432 		(w3mimg_fbopen): initialize wop->clear
   1433 	* w3mimg/x11/x11_w3mimg.c (x11_clear): added
   1434 		(w3mimg_x11open): initialize wop->clear
   1435 
   1436 2003-07-08  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   1437 
   1438 	* [w3m-dev 03927] deflate
   1439 	* file.c (compression_decoder): .deflate for application/x-deflate's
   1440 				extension
   1441 
   1442 2003-06-19  Fumitoshi UKAI  <ukai@debian.or.jp>
   1443 
   1444 	* [w3m-dev 03916] Re: charset attribute of anchor tag
   1445 	 requested by TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
   1446 	 for emacs-w3m
   1447 	* html.c (ALST_A): add ATTR_CHARSET
   1448 		(MAXA_A): +1
   1449 
   1450 2003-06-18  ABE Yuji <cbo46560@pop12.odn.ne.jp>
   1451 
   1452 	* [w3m-dev 03914] a fragment in the Referer URI
   1453 	* url.c (otherinfo): strip URI fragment
   1454 
   1455 2003-06-13  Hiroyuki Ito <hito@crl.go.jp>
   1456 
   1457 	* [w3m-dev 03913] fix gif animation support
   1458 	* w3mimg/fb/fb_gdkpixbuf.c (fb_image_load): fix gif animation
   1459 	* w3mimg/x11/x11_w3mimg.c (x11_load_image): ditto
   1460 
   1461 2003-05-15  Akinori Ito <aito@fw.ipsj.or.jp>
   1462 
   1463 	* [w3m-dev 03902] Re: table rendering
   1464 	* table.c (check_relative_width): check n_leftcell
   1465 				check w <= r
   1466 
   1467 2003-05-14  ABE Yuji <cbo46560@pop12.odn.ne.jp>
   1468 
   1469 	* [w3m-dev 03901] body with status-code 401
   1470 	* file.c (loadGeneralFile): show page when 401, 407
   1471 
   1472 2003-05-14  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   1473 
   1474 	* [w3m-dev 03900] Re: table rendering
   1475 	* table.c (check_relative_width): j loop starts from 0
   1476 
   1477 2003-05-14  SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
   1478 
   1479 	* [w3m-dev 03899] minor fixes
   1480 	* acinclude.m4: fix s/SSLCFLAGS/SSL_CFLAGS/
   1481 	* doc/README: update, fix typo
   1482 	* doc-jp/FAQ.html: update, fix URL
   1483 	* doc-jp/README: update
   1484 	* doc-jp/README.SSL: update
   1485 	* doc-jp/README.cookie: update
   1486 	* doc-jp/README.img: update URL
   1487 	* doc-jp/README.migemo: update
   1488 	* doc-jp/STORY.html: fix URL
   1489 
   1490 2003-05-14  Akinori Ito <aito@fw.ipsj.or.jp>
   1491 
   1492 	* [w3m-dev 03898] Re: table rendering
   1493 	* table.c (check_relative_width): added
   1494 		(set_table_matrix): use check_relative_width
   1495 
   1496 2003-05-13  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   1497 
   1498 	* [w3m-dev 03896] html_quote in textarea in frame
   1499 	* frame.c (createFrameFile): fix html_quote in textarea in frame
   1500 
   1501 2003-05-13  Hironori SAKAMOTO <h-saka@lsi.nec.co.jp>
   1502 
   1503 	* [w3m-dev 03895] type=image support of pre_form
   1504 	* form.c (loadPreFOrm): add image
   1505 		(preFormUpdateBuffer): add FORM_INPUT_IMAGE
   1506 	* doc/README.pre_form: update
   1507 	* doc-jp/README.pre_form: ditto
   1508 
   1509 2003-05-11  Fumitoshi UKAI  <ukai@debian.or.jp>
   1510 
   1511 	* [w3m-dev 03891] Re: urimethodmap and relative URL
   1512 	* url.c (parseURL2): copy scheme part into pu->file when SCM_UNKNOWN
   1513 
   1514 2003-05-07  Hiroyuki Ito <hito@crl.go.jp>
   1515 
   1516 	* [w3m-dev 03889] Progress bar in Download List Panel
   1517 	* main.c (DownloadListBuffer): calculation in double
   1518 
   1519 2003-05-07  SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
   1520 
   1521 	* [w3m-dev 03888] autodetect ssl
   1522 	* acinclude.m4 (AC_W3M_SSL): use SSL_*
   1523 	* configure.in: move AC_W3M_SSL after AC_W3M_EXTLIBS
   1524 
   1525 2003-05-03  Hiroyuki Ito <hito@crl.go.jp>
   1526 
   1527 	* [w3m-dev 03887] Re: I-search problem
   1528 	* main.c (dispincsrch): don't move cursor if not found.
   1529 
   1530 2003-04-27  qhwt@myrealbox.com
   1531 
   1532 	* [w3m-dev 03886] Re: POSTing patch (Re: User-Agent for Bonus/2ch.cgi)
   1533 	* Bonus/2ch.cgi: posting
   1534 
   1535 2003-04-20  qhwt@myrealbox.com
   1536 
   1537 	* [w3m-dev 03883] User-Agent for Bonus/2ch.cgi
   1538 	* Bonus/2ch.cgi: User-Agent
   1539 
   1540 2003-04-19  Fumitoshi UKAI  <ukai@debian.or.jp>
   1541 
   1542 	* [w3m-dev 03882] Re: Bug#189460: w3m: <q> tag is not recognized
   1543 	* file.c (HTMLtagproc1): add HTML_Q, HTML_N_Q
   1544 	* html.c (TagMAP): add "q", "/q"
   1545 	* html.h (HTML_Q): added
   1546 		(HTML_N_Q): added
   1547 	* tagtable.tab: add q, /q
   1548 
   1549 2003-04-15  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   1550 
   1551 	* [w3m-dev 03880] Re: convert \ -> / in URL
   1552 	* Bonus/backslash_to_slash.cgi: added
   1553 
   1554 2003-04-15  Masanori Kobayasi <zap03216@nifty.ne.jp>
   1555 
   1556 	* [w3m-dev 03878] I-search problem
   1557 	* linein.c (inputLineHistSearch): don't call incrfunc twice
   1558 	* main.c (dispincsrch): fix search loop problem
   1559 
   1560 2003-04-14  Fumitoshi UKAI  <ukai@debian.or.jp>
   1561 
   1562 	* [w3m-dev 03875] Re: SSL & compressed stream
   1563 	* file.c (loadGeneralFile): check t_buf != NULL
   1564 	* url.c (openURL): don't initialize URLFile here
   1565 		(init_stream): 0 clear URLFile
   1566 
   1567 2003-04-14  Fumitoshi UKAI  <ukai@debian.or.jp>
   1568 
   1569 	* [w3m-dev 03873] SSL & compressed stream
   1570 	* file.c (loadGeneralFile): always update ssl_certificate 
   1571 	* url.c (openURL): initialize URLFile
   1572 
   1573 2003-04-12  NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>
   1574 
   1575 	* [w3m-dev 03872] goodict.cgi
   1576 	* Bonus/goodict.cgi: adapt new goo dict web page
   1577 
   1578 2003-04-11  Fumitoshi UKAI  <ukai@debian.or.jp>
   1579 
   1580 	* configure.in (AUXBIN_TARGETS): don't reset, move to head
   1581 
   1582 2003-04-10  Fumitoshi UKAI  <ukai@debian.or.jp>
   1583 
   1584 	* [w3m-dev 03870] Re: configure --help
   1585 	* acinclude.m4 (AC_W3M_IMAGE): fix help message
   1586 			(AC_W3M_SSL): fix typo
   1587 
   1588 2003-04-09  Fumitoshi UKAI  <ukai@debian.or.jp>
   1589 
   1590 	* [w3m-dev 03865] Re: configure --help
   1591 	* acinclude.m4 (AC_W3M_ANSI_COLOR): depends USE_COLOR
   1592 		(AC_W3M_BG_COLOR): depends USE_COLOR
   1593 		(AC_W3M_W3MMAILER): depends external_uri_loader
   1594 	* fm.h: undef USE_BG_COLOR ifndef USE_COLOR
   1595 
   1596 2003-04-09  Fumitoshi UKAI  <ukai@debian.or.jp>
   1597 
   1598 	* [w3m-dev 03864] doc/README
   1599 	* doc/README doc-jp/README: update
   1600 
   1601 2003-04-09  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   1602 
   1603 	* [w3m] local cookie string is too easy to guess.
   1604 	* fm.h (Local_cookie): deleted
   1605 	* local.c (Local_cookie): static
   1606 		(writeLocalCookie): localCookie()
   1607 		(setLocalCookie): deleted
   1608 		(localCookie): added
   1609 	* main.c (main): delete srand48(), setLocalCookie()
   1610 		(adBmark): s/Local_cookie/localCookie()/
   1611 	* proto.h (setLocalCookie): deleted
   1612 		(localCookie): added
   1613 	* rc.c (load_option_panel): s/Local_cookie/localCookie()/
   1614 
   1615 2003-04-08  Fumitoshi UKAI  <ukai@debian.or.jp>
   1616 
   1617 	* [w3m-dev 03858] configure cleanup
   1618 	* acinclude.m4 configure.in: update
   1619 
   1620 2003-04-08  Fumitoshi UKAI  <ukai@debian.or.jp>
   1621 
   1622 	* [w3m-dev 03856] <gc.h> 
   1623 	* backend.c entity.c fm.h hash.c indep.c indep.h matrix.c
   1624 	  textlist.c: s/"gc.h"/<gc.h>/
   1625 
   1626 2003-04-08  ABE Yuji <cbo46560@pop12.odn.ne.jp>
   1627 
   1628 	* [w3m-dev 03849] fix no INET6
   1629 	* ftp.c: no need ifdef INET6
   1630 
   1631 2003-04-08  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   1632 
   1633 	* [w3m-dev 03846] fix use_history
   1634 	* main.c (main): move loadHistory
   1635 
   1636 2003-04-08  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   1637 
   1638 	* [w3m-dev 03844] w3mhelp.cgi update
   1639 	* scripts/w3mhelp-funcdesc.en.pl.in: add %menu_funcdesc
   1640 	* scripts/w3mhelp-funcdesc.ja.pl.in: add %menu_funcdesc
   1641 				update %title
   1642 	* scripts/w3mhelp-funcname.pl.in: add %menu_funcname
   1643 				add %menu_keyfunc
   1644 	* scripts/w3mhelp.cgi.in: modified for menu
   1645 				link to keymap
   1646 
   1647 2003-04-07  Fumitoshi UKAI  <ukai@debian.or.jp>
   1648 
   1649 	* [w3m-dev 03843] cleanup macros
   1650 	* config.h.dist config.h.in etc.c file.c fm.h ftp.c linein.c 
   1651 	   main.c rc.c:
   1652 	   delete EMACS_LIKE_LINEEDIT, VI_PREC_NUM, LABEL_TOPLINE, 
   1653 		NEXTPAGE_TOPLINE, FTPPASS_HOSTNAMEGEN
   1654 	   use_mark default FALSE
   1655 	   emacs_like_lineedit default FALSE
   1656 	   vi_prec_num default FALSE
   1657 	   add UseHistory, use_history
   1658 	* NEWS: rc: use_history
   1659 
   1660 2003-04-05  ABE Yuji <cbo46560@pop12.odn.ne.jp>
   1661 
   1662 	* [w3m-dev 03838] W3M_LIBS splitted from LIBS
   1663 	* Makefile.in (W3M_LIBS): added
   1664 	* acinclude.m4 (AC_W3M_TERMLIB): use W3M_LIB
   1665 		(AC_W3M_SSL): ditto
   1666 	* configure.in (W3M_LIBS): added
   1667 
   1668 2003-04-04  Hiroyuki Ito <hito@crl.go.jp>
   1669 
   1670 	* [w3m-dev 03837] Re: gif animation with no delay_time
   1671 	* w3mimg/fb/fb_gdkpixbuf.c (get_animation_size): add delay
   1672 				check delay_time
   1673 		(get_image_size): no need delay time
   1674 		(fb_image_load): check delay 
   1675 		(draw): no bg
   1676 	* w3mimg/fb/fb_w3mimg.c (w3mfb_show_image): delete delay skip loop
   1677 	* w3mimg/x11/x11_w3mimg.c (get_animation_size): add delay
   1678 				check delay_time
   1679 		(x11_load_image): check delay
   1680 		(x11_get_image_size): no need delay time
   1681 
   1682 2003-03-28  Dai Sato <satodai@dog.intcul.tohoku.ac.jp>
   1683 
   1684 	* doc(-jp)/keymap.default: ';' is quoted
   1685 
   1686 2003-03-28  Dai Sato <satodai@dog.intcul.tohoku.ac.jp>
   1687 
   1688 	* Makefile.in: distclean removes core
   1689 
   1690 2003-03-28  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   1691 
   1692 	* [w3m-dev 03836] CFLAGS for SSL in configure
   1693 	* acinclude.m4 (AC_W3M_SSL): add -I$dir/include to CFLAGS
   1694 
   1695 2003-03-28  ABE Yuji <cbo46560@pop12.odn.ne.jp>
   1696 
   1697 	* [w3m-dev 03834] Re: gif animation with no delay_time
   1698 	* w3mimg/x11/x11_w3mimg.c (x11_load_image): fix delay check
   1699 
   1700 2003-03-27  ABE Yuji <cbo46560@pop12.odn.ne.jp>
   1701 
   1702 	* [w3m-dev 03833] gif animation with no delay_time
   1703 	* w3mimg/fb/fb_w3mimg.c (w3mfb_show_image): skip delay<=0
   1704 	* w3mimg/x11/x11_w3mimg.c (x11_image): add delay
   1705 		(x11_img_new): initialize delay
   1706 		(x11_load_image): initialize delay
   1707 		(x11_show_image): jump to last image if delay<=0
   1708 
   1709 2003-03-27  WATANABE Katsuyuki <knabe@sannet.ne.jp>
   1710 
   1711 	* [w3m-dev 03831] fix typo
   1712 	* acinclude.m4 (AC_W3M_LANG): SYSTEM_CODE
   1713 	* configure.in: fix typo CYGIN
   1714 
   1715 2003-03-27  Hiroyuki Ito <hito@crl.go.jp>
   1716 
   1717 	* [w3m-dev 03830] Image size of gif animation
   1718 	* w3mimg/fb/fb_gdkpixbuf.c (get_animation_size): added
   1719 		(get_image_size): use get_animation_size()
   1720 		(fb_image_load): ditto
   1721 	* w3mimg/x11/x11_w3mimg.c (get_animation_size): added
   1722 		(x11_load_image): use get_animation_size()
   1723 		(x11_get_image_size): ditto
   1724 
   1725 2003-03-25  Hiroyuki Ito <hito@crl.go.jp>
   1726 
   1727 	* [w3m-dev 03829] w3mimgdisplay -anim
   1728 	* w3mimgdisplay.c (maxAnim): added, default 100
   1729 		(main): add --anim option, w_op->max_anim
   1730 	* w3mimg/w3mimg.h (w3mimg_op): add max_anim
   1731 	* w3mimg/fb/fb_gdkpixbuf.c (fb_image_load): add max_anim
   1732 	* w3mimg/fb/fb_img.h (fb_image_load): add max_anim args
   1733 	* w3mimg/fb/fb_imlib2.c (fb_image_load): add max_anim args
   1734 	* w3mimg/fb/fb_w3mimg.c (w3mfb_load_image): pass max_anim
   1735 	* w3mimg/x11/x11_w3mimg.c (x11_load_image): max_anim
   1736 
   1737 2003-03-24  Daiki Ueno <ueno@unixuser.org>
   1738 
   1739 	* [w3m-dev 03828] possible typo in nextA
   1740 	* main.c (nextA): fix typo?
   1741 
   1742 2003-03-22  Fumitoshi UKAI  <ukai@debian.or.jp>
   1743 
   1744 	* [w3m-dev 03827] Re: checking for GC_version... no
   1745 	* configure.in: add dl for extlibs
   1746 
   1747 2003-03-20  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   1748 
   1749 	* [w3m-dev 03825] re-anchor for fold line
   1750 	* anchor.c (reAnchorPos): fix for fold line
   1751 
   1752 2003-03-20  Fumitoshi UKAI  <ukai@debian.or.jp>
   1753 
   1754 	* [w3m-dev-en 00910] Re: autoconf: env MAKE not respected
   1755 	* Makefile.in (SET_MAKE): added
   1756 		(SHELL): added
   1757 
   1758 2003-03-19  Fumitoshi UKAI  <ukai@debian.or.jp>
   1759 
   1760 	* [w3m-dev-en 00908] Re: autoconf: --without-migemo is a nop
   1761 	* acinclude.m4 (AC_W3M_MIGEMO): dont define USE_MIGEMO 
   1762 				when with_migemo=no
   1763 
   1764 2003-03-14  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   1765 
   1766 	* [w3m-dev 03823] Re: etc.c: treatment for "%7E" is added to  expandName()
   1767 	* url.c (parseURL2): file unquote
   1768 	* etc.c (expandName): revert previous changes
   1769 
   1770 2003-03-14  Fumitoshi UKAI  <ukai@debian.or.jp>
   1771 
   1772 	* [w3m-dev 03822] Re: etc.c: treatment for "%7E" is added to  expandName()
   1773 	* etc.c (expandName): rewrite with strncasecmp
   1774 
   1775 2003-03-14  Fumitoshi UKAI  <ukai@debian.or.jp>
   1776 
   1777 	* [w3m-dev 03821] fix for pmake
   1778 	* Makefile.in: use $(srcdir)/... instead of $<
   1779 
   1780 2003-03-13  Dai Sato <satodai@dog.intcul.tohoku.ac.jp>
   1781 
   1782 	* etc.c: treatment for "%7E" is added to  expandName()
   1783 
   1784 2003-03-13  Fumitoshi UKAI  <ukai@debian.or.jp>
   1785 
   1786 	* [w3m-dev 03819] support cd build && ../configure
   1787 	* Makefile.in: add VPATH
   1788 			add MV
   1789 			use $(top_srcdir), $<, $@
   1790 	* acinclude.m4 (AC_W3M_VERSION): use $srcdir
   1791 	* configure.in (AC_W3M_VERSION): move
   1792 	* mktable.c (main): basename
   1793 
   1794 2003-03-13  Fumitoshi UKAI  <ukai@debian.or.jp>
   1795 
   1796 	* Makefile.in (distclean): added
   1797 
   1798 2003-03-13  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   1799 
   1800 	* [w3m-dev 03818] fix autoconf
   1801 	* Makefile.in (CGIBIN_DIR): added
   1802 		(AUXBIN_DIR): added
   1803 		(HELP_DIR): added
   1804 		(RC_DIR): added
   1805 		(MAKE_ARGS): added
   1806 		(TARGET): use $(package)
   1807 		(MAN1_TARGET): ditto
   1808 		(install): use $(*_DIR)
   1809 	* acinclude.m4 (AC_W3M_TERMLIB): added
   1810 		(AC_W3M_GC): default search prefix /usr /usr/local $HOME
   1811 			fix searches
   1812 		(AC_W3M_SSL): fix bugs
   1813 	* config.h (RC_DIR): remove tailing /
   1814 		(SYS_MAILCAP): use ETC_DIR
   1815 		(SYS_MIMETYPES): ditto
   1816 		(USER_MIMETYPES): homedir
   1817 	* configure.in: quote
   1818 		(AC_W3M_TERMLIB): use
   1819 	* Bonus/oldconfigure.sh: rewrite
   1820 
   1821 2003-03-12  Fumitoshi UKAI  <ukai@debian.or.jp>
   1822 
   1823 	* [w3m-dev 03816] --enable-lynx => --enable-keymap=lynx 
   1824 	* acinclude.m4 (AC_W3M_KEYMAP): --enable-lynx => --enable-keymap=lynx
   1825 	* Bonus/oldconfigure.sh: ditto
   1826 
   1827 2003-03-12  Yuji Abe <cbo46560@pop12.odn.ne.jp>
   1828 
   1829 	* [w3m-dev 03814] fix autoconf
   1830 	* acinclude.m4: quote variables
   1831 	* Bonus/oldconfigure.sh: configure using old config.param
   1832 
   1833 2003-03-12  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   1834 
   1835 	* [w3m-dev 03812] fix autoconf
   1836 	* acinclude.m4 (AC_W3M_IMAGE): default is autodetect x11,fb
   1837 
   1838 2003-03-12  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   1839 
   1840 	* [w3m-dev 03810] fix autoconf
   1841 	* acinclude.m4 (AC_W3M_EXTLIBS): use $dir
   1842 			(AC_W3M_GC): PREFIX is optional
   1843 			(AC_W3M_SSL): PREFIX is optional
   1844 				with_ssl=yes, check usual dirs
   1845 				use $dir
   1846 			(AC_W3M_IPv6): use $dir
   1847 
   1848 2003-03-12  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   1849 
   1850 	* [w3m-dev 03809] fix autoconf
   1851 	* acinclude.m4 (AC_W3M_CHECK_VER): accept version like "1.9.13-2"
   1852 
   1853 2003-03-12  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   1854 	
   1855 	* [w3m-dev 03808] fix autoconf
   1856 	* acinclude.m4 (AC_W3M_GC): --with-gc takes PREFIX
   1857 				check include first
   1858 		(AC_W3M_CHECK_VER): show checking message
   1859 		(AC_W3M_IMAGE): if gdkpixbuf found, don't check imlib*
   1860 
   1861 2003-03-11  Fumitoshi UKAI  <ukai@debian.or.jp>
   1862 
   1863 	* Makefile.in (MODEL): delete @W3M_TARGET@
   1864 	* configure.in: AC_SUBST(W3M_TARGET)
   1865 
   1866 2003-03-11  Fumitoshi UKAI  <ukai@debian.or.jp>	
   1867 	
   1868 	* which: deleted
   1869 	* makeallmomdel: deleted
   1870 
   1871 2003-03-11  Fumitoshi UKAI  <ukai@debian.or.jp>	
   1872 
   1873 	* [w3m-dev 03804] fix autoconf
   1874 	* acinclude.m4 (AC_W3M_MENU): default enabled
   1875 			(AC_W3M_MOUSE): default enabled
   1876 			(AC_W3M_COOKIE): default enabled
   1877 			(AC_W3M_LANG): can't detect locale here.
   1878 				autoconf set LANG=C
   1879 			(AC_W3M_DIGEST_AUTH): default enabled
   1880 			(AC_W3M_SSL): default enabled
   1881 	* configure.in (AC_W3M_DIGEST_AUTH): added
   1882 
   1883 2003-03-11  Fumitoshi UKAI  <ukai@debian.or.jp>
   1884 
   1885 	* [w3m-dev 03804] fix autoconf
   1886 	* config.h.in (EAMCS_LIKE_LINEEDIT): define
   1887 		(VI_PREC_NUM): define
   1888 		(USE_MARK): define
   1889 		(LABEL_TOPLINE): define
   1890 		(NEXTPAGE_TOPLINE): define
   1891 		(FTPPASS_HOSTNAMEGEN): define
   1892 		(SHOW_PARAMS): define
   1893 		(VIEW_UNSEENOBJECTS): define
   1894 		(ID_EXT): define
   1895 
   1896 2003-03-11  Fumitoshi UKAI  <ukai@debian.or.jp>
   1897 
   1898 	* [w3m-dev 03804] fix autoconf
   1899 	* acinclude.m4 (AC_W3M_MODEL): deleted
   1900 		(AC_W3M_COLOR): default enable
   1901 		(AC_W3M_ANSI_COLOR): default enable
   1902 		(AC_W3M_BG_COLOR): default enable
   1903 		(AC_W3M_SHOW_PARAMS): deleted
   1904 		(AC_W3M_DICT): default enable
   1905 		(AC_W3M_HISTORY): default enable
   1906 		(AC_W3M_VIEW_UNSEENOBJECTS): deleted
   1907 		(AC_W3M_FORMAT_NICE): deleted
   1908 		(AC_W3M_ID_EXT): deleted
   1909 		(AC_W3M_FTPPASS_HOSTNAMEGEN): deleted
   1910 		(AC_W3M_NNTP): default enabled
   1911 		(AC_W3M_LANG): autodetect whether japanese is enabled
   1912 		(AC_W3M_KANJI_SYMBOLS): default enabled
   1913 		(AC_W3M_EMACS_LIKE_LINEEDIT): deleted
   1914 		(AC_W3M_VI_PREC_NUM): deleted
   1915 		(AC_W3M_MARK): deleted
   1916 		(AC_W3M_LABEL_TOPLINE): deleted
   1917 		(AC_W3M_NEXTPAGE_TOPLINE): deleted
   1918 		(AC_W3M_SSL): fix without ssl
   1919 		(AC_W3M_IMAGE): default enabled
   1920 		(AC_W3M_XFACE): check uncompface
   1921 		(AC_W3M_IPv6): enable_ipv6 if inet6 lib found
   1922 	* configure.in (AC_PROG_CPP): added
   1923 
   1924 2003-03-11  Yuji Abe <cbo46560@pop12.odn.ne.jp>
   1925 
   1926 	* [w3m-dev 03803] fix autoconf
   1927 	* acinclude.m4 (AC_W3M_MIGEMO): add missing test
   1928 					needs quote
   1929 		(AC_W3M_SSL): delete x
   1930 
   1931 2003-03-11  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   1932 
   1933 	* [w3m-dev 03802] fix autoconf
   1934 	* acinclude.m4 (AC_W3M_CHECK_VER): warn only
   1935 
   1936 2003-03-11  Yuji Abe <cbo46560@pop12.odn.ne.jp>
   1937 
   1938 	* [w3m-dev 03801] fix autoconf
   1939 	* acinclude.m4 (AC_W3M_BG_COLOR): fix typo
   1940 		(AC_W3M_KANJI_SYMBOLS): check enable_japanese != 'no'
   1941 		(AC_W3M_KEYMAP): needs {}
   1942 		(AC_W3M_EXTLIBS): don't modify libdir, use extlibdir
   1943 		(AC_W3M_SSL): missing x
   1944 		(AC_W3M_IMAGE): add AC_DEFINE(USE_IMAGE)
   1945 	* config.h.in: s/USE_KANJI_SYMBOLS/KANJI_SYMBOLS/
   1946 		add SIZEOF_LONG_LONG
   1947 		don't use //, use /* */
   1948 	* configure.in: add AC_CHECK_SIZEOF(long long, 0)
   1949 
   1950 2003-03-10  Fumitoshi UKAI  <ukai@debian.or.jp>
   1951 
   1952 	* autoconfiscate
   1953 	* Makefile.in: added
   1954 	* acinclude.m4: added
   1955 	* aclocal.m4: added (generated from acinclude.m4 by aclocal)
   1956 	* configure.in: added
   1957 	* config.h.in: added
   1958 	* config.guess: added
   1959 	* config.sub: added
   1960 	* .cvsignore: add Makefile config.cache config.log config.status
   1961 	* configure: generated by autoconf
   1962 	* gc/: deleted
   1963 	* XMakefile: deleted
   1964 	* XXMakefile: deleted
   1965 	* NEWS: autoconficate
   1966 
   1967 2003-03-10  Fumitoshi UKAI  <ukai@debian.or.jp>
   1968 
   1969 	* version.c.in: cvs version
   1970 
   1971 2003-03-07  Fumitoshi UKAI  <ukai@debian.or.jp>
   1972 
   1973 	* w3m 0.4.1
   1974 	* version.c.in: update
   1975 	* doc/README: version 0.4.1, release date
   1976 	* doc-jp/README: ditto
   1977 	* NEWS: update
   1978 
   1979 2003-03-06  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   1980 
   1981 	* [w3m-dev 03794] displayBuffer() when CurrentTab == NULL.
   1982 	* display.c (displayBuffer): check buf
   1983 	* linein.c (inputLineHistSearch): check CurrentTab
   1984 		(next_dcompl): check CurrentTab
   1985 		(_editor): check CurrentTab
   1986 	* main.c (resize_screen): check CurrentTab
   1987 
   1988 2003-03-06  Fumitoshi UKAI  <ukai@debian.or.jp>
   1989 
   1990 	* [w3m-dev 03793] incremental search fix
   1991 	* main.c (dispincsrch): revert sbuf.pos fix
   1992 			start from next position in next forward search
   1993 		(srch): start from next position in forward saerch
   1994 			if not found, restore original position
   1995 		(srch_nxtprv): start from next position in next forward search
   1996 	* search.c (forwardSearch): search from current position
   1997 
   1998 2003-03-06  Fumitoshi UKAI  <ukai@debian.or.jp>
   1999 
   2000 	* [w3m-dev 03792] URL match string
   2001 			incremental search fix
   2002 	* main.c (chkURLBuffer): allow - at end of URL string
   2003 		(dispincsrch): start from current position in case of
   2004 				incremental search
   2005 	* search.c (forwardSearch): found if same position
   2006 		(backwardSearch): ditto
   2007 
   2008 2003-03-03  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2009 
   2010 	* [w3m-dev 03788] UFhalfclose
   2011 	* file.c (UFhalfclose): closeNews() for SCM_NEWS,NNTP
   2012 
   2013 2003-02-28  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2014 
   2015 	* [w3m-dev 03783] pipe to "command1 | command2"
   2016 	* Bonus/utf8.cgi: added
   2017 
   2018 2003-02-27  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2019 
   2020 	* [w3m-dev 03784] ftp directory support
   2021 	* ftp.c (AbortLoading): added
   2022 		(KeyAbort): added
   2023 		(openFTPStream): remove '~' in realpathname?
   2024 		(loadFTPDir): remove '~' in realpathname?
   2025 			keyabort
   2026 			new ex_ftpdir_name_size_date()
   2027 			add symlink information to flist
   2028 		(XD_CTOD): deleted
   2029 		(EX_COUNT_DIGIT): added
   2030 		(ex_ftpdir_name_size_date): add **link
   2031 			accept device file
   2032 			loose date check for localized server
   2033 
   2034 2003-02-27  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2035 
   2036 	* [w3m-dev 03783] pipe to "command1 | command2"
   2037 	* etc.c (myExtCommand): redirect to subshell
   2038 	* main.c (pipeBuf): conv_to_system(cmd)
   2039 			shell_quote()
   2040 			set buf->filename, buf->buffername
   2041 
   2042 2003-02-26  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2043 
   2044 	* [w3m-dev 03782] real linenumber for EDIT and EDIT_SCREEN
   2045 	* main.c (cur_real_linenumber): added
   2046 		(editBf): use cur_real_linenumber instead of CUR_LINENUMBER
   2047 		(editScr): ditto
   2048 
   2049 2003-02-26  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2050 
   2051 	* [w3m-dev 03781] Debian Bug report logs - #181897: w3m submits query urls with "extra"
   2052 	* main.c (_followForm): remove tailling '?'
   2053 
   2054 2003-02-25  Hironori SAKAMOTO <h-saka@lsi.nec.co.jp>
   2055 
   2056 	* [w3m-dev-en 00891] Re: w3m 0.4 has been released!
   2057 	* image.c (getCharSize): set W3M_TTY here, before Imgdisplay invoke
   2058 		(openImgdisplay): no need setting W3M_TTY here
   2059 
   2060 2003-02-25  Fumitoshi UKAI  <ukai@debian.or.jp>
   2061 
   2062 	* version.c.in: cvs version
   2063 
   2064 2003-02-24  Fumitoshi UKAI  <ukai@debian.or.jp>
   2065 
   2066 	* w3m 0.4
   2067 	* version.c.in: update
   2068 	* doc/README: version 0.4, release date
   2069 	* doc-jp/README: ditto
   2070 	* NEWS: update
   2071 
   2072 2003-02-24  patakuti@t3.rim.or.jp
   2073 
   2074 	* [w3m-dev 03772] Compilation error on Cygwin B20.1
   2075 	* terms.c (term_title): use Sprintf() instead of snprintf()
   2076 	* doc-jp/README.cygwin doc/README.cygwin: add note about B20.1
   2077 
   2078 2003-02-21  WATANABE Katsuyuki <knabe@sannet.ne.jp>
   2079 
   2080 	* [w3m-dev 03765] Re: README.cygwin
   2081 	* doc/README.cygwin: translated
   2082 
   2083 2003-02-21  Fumitoshi UKAI  <ukai@debian.or.jp>
   2084 
   2085 	* doc/README: update
   2086 
   2087 2003-02-21  Dai Sato <satodai@dog.intcul.tohoku.ac.jp>
   2088 
   2089 	* [w3m-dev 03762] Re: README.cygwin
   2090 	* doc/README.cygwin: translated
   2091 
   2092 2003-02-21  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2093 
   2094 	* [w3m-dev 03761] eliminate compiler warnings
   2095 	* ftp.c (ftp_login): Str tmp
   2096 	* table.c (feed_table_tag): p is used ifdef ID_EXT 
   2097 
   2098 2003-02-21  WATANABE Katsuyuki <knabe@sannet.ne.jp>
   2099 
   2100 	* [w3m-dev 03760] Re: README.cygwin
   2101 	* doc-jp/README: update
   2102 
   2103 2003-02-19  Fumitoshi UKAI  <ukai@debian.or.jp>
   2104 
   2105 	* 0.4 release candidate 3
   2106 	* version.c.in: update
   2107 
   2108 2003-02-19  Atsushi YOKOYAMA <yoko-a@cmh.fuchu.toshiba.co.jp>
   2109 
   2110 	* [w3m-dev 03758] Re: SVR4 signal behavior
   2111 	* etc.c (reset_signals): use mySignal()
   2112 		(setup_child): ditto
   2113 		(myExec): ditto
   2114 		(mySignal): added, use sigaction if available
   2115 	* fm.h (TRAP_ON): use mySignal
   2116 		(TRAP_OFF): ditto
   2117 	* istream.c (ISclose): ditto
   2118 	* main.c (sig_chld): ditto
   2119 		(main): ditto
   2120 		(do_dump): ditto
   2121 		(resize_hook): ditto
   2122 		(resize_handler): ditto
   2123 		(srchcore): ditto
   2124 		(readsh): ditto
   2125 		(SigAlarm): ditto
   2126 	* proto.h (mySignal): added
   2127 	* terms.c (error_dump): use mySignal()
   2128 		(set_int): ditto
   2129 		(mouse_init): ditto
   2130 
   2131 2003-02-19  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2132 
   2133 	* [w3m-dev 03753] Fixed multipart.cgi
   2134 	* scripts/multipart/multipart.cgi.in: remove w3m-control
   2135 			use input hidden
   2136 			add form_encode
   2137 
   2138 2003-02-18  WATANABE Katsuyuki <knabe@sannet.ne.jp>
   2139 
   2140 	* [w3m-dev 03749] README.cygwin
   2141 	* doc-jp/README.cygwin: added
   2142 	* doc/README: updated
   2143 
   2144 2003-02-17  Fumitoshi UKAI  <ukai@debian.or.jp>
   2145 
   2146 	* 0.4 release candidate 2
   2147 	* version.c.in: update
   2148 
   2149 2003-02-13  Fumitoshi UKAI  <ukai@debian.or.jp>
   2150 
   2151 	* [w3m-dev 03742] Re: Bug##180814: w3m: Missing w3mimgdisplay message at startup
   2152 	* image.c (getCharSize): stderr redirect to omit /bin/sh error message
   2153 
   2154 2003-02-13  Fumitoshi UKAI  <ukai@debian.or.jp>
   2155 
   2156 	* XMakefile (install-core): fix for broken non-POSIX /bin/sh
   2157 
   2158 2003-02-11  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2159 
   2160 	* [w3m-dev-en 00868] fix mark_all_pages
   2161 	* anchor.c (reAnchorAny): next_line process for MarkAllPages
   2162 
   2163 2003-02-11  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2164 
   2165 	* [w3m-dev-en 00867] fix installation problem
   2166 	* XMakefile (install-core): test AUXBIN_TARGETS
   2167 
   2168 2003-02-11  Fumitoshi UKAI  <ukai@debian.or.jp>
   2169 
   2170 	* version.c.in: cvs version
   2171 
   2172 2003-02-11  Fumitoshi UKAI  <ukai@debian.or.jp>
   2173 
   2174 	* 0.4 release candidate 1
   2175         * version.c.in: update
   2176 
   2177 2003-02-09  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2178 
   2179 	* [w3m-dev 03737] local-CGI POST
   2180 	* local.c (localcgi_post): use tmp file
   2181 
   2182 2003-02-08  Hiroyuki Ito <hito@crl.go.jp>
   2183 
   2184 	* [w3m-dev 03736] dirlist sort
   2185 	* scripts/dirlist.cgi.in (right_dir): use cmp for filename comparison
   2186 
   2187 2003-02-07  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2188 
   2189 	* [w3m-dev 03735] Re: make error of checkType arg
   2190 	* etc.c (checkType): delete USE_ANSI_COLOR
   2191 	* file.c (addnewline): macro for USE_ANSI_COLOR
   2192 		(readHeader): rewrite of USE_ANSI_COLOR
   2193 		(HTMLlineproc2body): ditto
   2194 		(addnewline2): ditto
   2195 		(addnewline): ditto
   2196 		(loadBuffer): ditto
   2197 		(getNextPage): ditto
   2198 	* proto.h (checkType): macro for USE_ANSI_COLOR
   2199 
   2200 2003-02-07  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2201 
   2202 	* [w3m-dev 03733] Re: display decoded URL
   2203 	* display.c (make_lastline_link): buf->document_code
   2204 
   2205 2003-02-07  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2206 
   2207 	* [w3m-dev 03732] Re: scroll() is slow ?
   2208 	* configure (use_raw_scroll): added
   2209 		(config.h) use_raw_scroll
   2210 	* config.h.dist (USE_RAW_SCROLL): added
   2211 	* display.c (displayBuffer): ifdef USE_RAW_SCROLL
   2212 	* proto.h (scroll): ifdef USE_RAW_SCROLL
   2213 		(rscroll): ditto
   2214 		(need_clrtoeol): if 0
   2215 		(terms.c): if 0 need_clrtoeol
   2216 		(scroll_raw): ifdef USE_RAW_SCROLL
   2217 
   2218 2003-02-06  Fumitoshi UKAI  <ukai@debian.or.jp>
   2219 
   2220 	* NEWS: rc: decode_url
   2221 
   2222 2003-02-06  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2223 
   2224 	* [w3m-dev 03730] display decoded URL
   2225 	* anchor.c (link_list_panel): support DecodeURL
   2226 	* display.c (make_lastline_link): support DecodeURL
   2227 	* etc.c (url_unquote_conv): added
   2228 	* fm.h (DecodeURL): added
   2229 	* history.c (historyBuffer): support DecodeURL
   2230 	* indep.c (QUOTE_MAP): added
   2231 		(HTML_QUOTE_MAP): added
   2232 		(html_quote_char): deleted
   2233 		(url_quote): use is_url_quote
   2234 		(file_quote): use is_file_quote
   2235 		(is_url_safe): deleted
   2236 		(Str_form_quote): use is_url_unsafe
   2237 		(Str_url_unquote): add safe args
   2238 		(is_shell_safe): delete
   2239 		(shell_quote): use is_shell_unsafe
   2240 	* indep.h (QUOTE_MAP): added
   2241 		(HTML_QUOTE_MAP): added
   2242 		(HTML_QUOTE_MASK): added
   2243 		(SHELL_UNSAFE_MASK): added
   2244 		(URL_QUOTE_MASK): added
   2245 		(FILE_QUOTE_MASK): added
   2246 		(URL_UNSAFE_MASK): added
   2247 		(GET_QUOTE_TYPE): added
   2248 		(is_html_quote): added
   2249 		(is_shell_unsafe): added
   2250 		(is_url_quote): added
   2251 		(is_file_quote): added
   2252 		(is_url_unsafe): added
   2253 		(html_quote_char): added
   2254 		(html_quote_char): deleted
   2255 		(Str_url_unquote): added safe
   2256 		(form_unquote): Str_url_unquote changes
   2257 	* linein.c (_prev): support DecodeURL
   2258 		(_next): ditto
   2259 	* main.c (goURL0): support DecodeURL
   2260 		(_peekURL): ditto
   2261 		(curURL): ditto
   2262 	* map.c (follow_map_panel): support DecodeURL
   2263 		(append_map_info): ditto
   2264 		(append_link_info): ditto
   2265 		(append_frame_info): ditto
   2266 		(page_info_panel): ditto
   2267 	* menu.c (initSelectMenu): delete SCM_LOCAL_CGI
   2268 			support DecodeURL
   2269 		(initSelTabMenu): delete SCM_LOCAL_CGI
   2270 			support DecodeURL
   2271 		(link_menu): support DecodeURL
   2272 	* parsetagx.c (parse_tag): is_html_quote
   2273 	* proto.h (url_unquote_conv): added
   2274 	* rc.c (CMT_DECODE_URL): added
   2275 		(params1): add decode_url
   2276 	* url.c (openURL): Str_url_unquote non safe
   2277 
   2278 2003-02-06  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2279 
   2280 	* [w3m-dev 03729] buf fix of reAnchorNewsheader()
   2281 	* anchor.c (reAnchorAny): check l->bpos
   2282 		 (reAnchorNewsheader): check l->bpos
   2283 					strlen(*q)
   2284 					lineBuf[l->size]
   2285 
   2286 2003-02-06  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2287 
   2288 	* [w3m-dev 03728] IPv6 hostname
   2289 	* url.c (parseURL): rewrite IPv6 address parser
   2290 
   2291 2003-02-04  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2292 
   2293 	* [w3m-dev 03724] Re: view source, edit source
   2294 	* buffer.c (reshapeBuffer): initialize buf->width first
   2295 	* display.c (displayBuffer): no need to check buf>sourcefile
   2296 
   2297 2003-02-01  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2298 
   2299 	* [w3m-dev 03721] PATH_INFO support of local CGI
   2300 	* local.c (CGIFN_DROOT): deleted
   2301 		(CGIFN_LIBDIR): added
   2302 		(CGIFN_MODE): deleted
   2303 		(CGIFN_CONTAIN_SLASH): deleted
   2304 		(check_local_cgi): rewrite
   2305 		(cgi_filename): rewrite
   2306 		(localcgi_post): support PATH_INFO
   2307 	* url.c (openURL): rewrite
   2308 	* Bonus/smb.cgi: use PATH_INFO
   2309 
   2310 2003-02-01  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2311 
   2312 	* [w3m-dev 03720] mark remains
   2313 	* main.c (srchcore): PREC_NUM
   2314 
   2315 2003-01-31  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2316 
   2317 	* [w3m-dev 03719] Re: Too slow when loading big file with fold_line=1
   2318 	* file.c (addnewline): check i <l->len
   2319 
   2320 2003-01-31  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2321 
   2322 	* [w3m-dev 03718] Too slow when loading big file with fold_line=1
   2323 	* etc.c (nextColumn): added
   2324 		(calcPosition): use New_N
   2325 				rewrite with nextColumn
   2326 		(columnLen): added
   2327 	* file.c (addnewline): rewrite with columnLen
   2328 	* proto.h (columnLen): added
   2329 
   2330 2003-01-31  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2331 
   2332 	* [w3m-dev 03717] print newline before exec shell command.
   2333 	* main.c (execsh): print newline
   2334 
   2335 2003-01-31  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2336 
   2337 	* [w3m-dev 03715] initial currentLine when pager mode.
   2338 	* file.c (getNextPage): fix cur
   2339 
   2340 2003-01-31  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2341 
   2342 	* [w3m-dev 03714] -cols 1 -dump -o fold_line=1
   2343 	* file.c (addnewline): check i == 0, i == l->len
   2344 	* fm.h (_INIT_BUFFER_WIDTH): added
   2345 		(INIT_BUFFER_WIDTH): use _INIT_BUFFER_WIDTH
   2346 
   2347 2003-01-31  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2348 
   2349 	* [w3m-dev 03713] search with "$"
   2350 	* search.c (forwardSearch): check l->next && l->next->bpos
   2351 		(backwardSearch): check l->size, l->next && l->next->bpos
   2352 
   2353 2003-01-31  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2354 
   2355 	* [w3m-dev 03712] buf fix of LINE_INFO
   2356 	* main.c (curlno): rewrite
   2357 
   2358 2003-01-30  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2359 
   2360 	* [w3m-dev 03709] Re: view source, edit source
   2361 	* display.c (displayBuffer): INIT_BUFFER_WIDTH
   2362 	* file.c (_saveBuffer): added
   2363 		(saveBuffer): use _saveBuffer
   2364 		(saveBufferBody): added
   2365 	* main.c (vmSrc): saveBufferBody
   2366 	* proto.h (saveBufferBody): added
   2367 
   2368 2003-01-30  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2369 
   2370 	* [w3m-dev-en 00852] Re: Enhancement: content type detection of files
   2371 	* url.c (DefaultGuess): remove upppercases
   2372 		(guessContentTypeFromTable): rewrite, strcasecmp
   2373 
   2374 2003-01-30  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2375 
   2376 	* [w3m-dev 03708] Re: Don't stop loading image when moving to next page.
   2377 	* config.h.dist (lstat): define ifndef HAVE_LSTAT
   2378 	* configure (config.h) ditto
   2379 	* display.c (fmTerm): new loadImage
   2380 		(save_current_buf): only ifdef USE_BUFINFO
   2381 		(displayBuffer): new loadImage
   2382 	* etc.c (setup_child): TrapSignal
   2383 	* file.c (loadGeneralFile): TRAP_OFF, TRAP_ON
   2384 		(loadHTMLstream): ditto
   2385 		(loadGopherDir): ditto
   2386 		(loadBuffer): ditto
   2387 		(loadImageBuffer): ditto
   2388 		(getNextPage): ditto
   2389 		(save2tmp): ditto
   2390 	* fm.h (TrapSignal): added
   2391 		(TRAP_ON): added
   2392 		(TRAP_OFF): added
   2393 	* form.c (HAVE_LSTAT): deleted
   2394 	* frame.c (createFrameFile): TRAP_OFF, TRAP_ON
   2395 	* image.c (image_buffer): added
   2396 		(deleteImage): new loadImage
   2397 		(getAllImage): initialize image_buffer
   2398 		(loadImage): rewrite
   2399 	* main.c (main): new loadImage
   2400 		(checkDownloadList): remove ifdef HAVE_LSTAT
   2401 	* news.c (loadNwesgroup): TRAP_ON, TRAP_OFF
   2402 	* proto.h (loadImage): add buf arg
   2403 	* url.c (openSocket): TRAP_ON, TRAP_OFF
   2404 		(check_no_proxy): TRAP_ON, TRAP_OFF
   2405 
   2406 2003-01-29  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2407 
   2408 	* [w3m-dev 03707] Don't stop loading image when moving to next page.
   2409 	* display.c (save_current_buf): required when defined USE_IMAGE
   2410 		(displayBuffer): stop only buffer changed
   2411 	* image.c (loadImage): IMG_FLAG_START load from maxLoadImage
   2412 
   2413 2003-01-29  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2414 
   2415 	* [w3m-dev 03706] X-Image-URL: support, bug fix of reshapeBuffer()
   2416 	* buffer.c (reshapeBuffer): rewrite
   2417 	* file.c (readHeader): rewrite
   2418 
   2419 2003-01-29  NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>
   2420 
   2421 	* [w3m-dev 03705] goodict.cgi (was: Re: google.cgi (was: Re: keymap key SEARCH string))
   2422 	* Bonus/goodict.cgi: added
   2423 
   2424 2003-01-29  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2425 
   2426 	* [w3m-dev 03700] Re: google.cgi (was: Re: keymap key SEARCH string)
   2427 	* main.c (goURL0): check relative or *url == '#'
   2428 
   2429 2003-01-28  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2430 
   2431 	* [w3m-dev 03689] Re: fold patch
   2432 	* fm.h (BufferPos): add bpos
   2433 	* main.c (save_buffer_position): bpos initialize
   2434 		(resetPos): reset bpos
   2435 
   2436 2003-01-26  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2437 
   2438 	* [w3m-dev 03686] Re: fold patch
   2439 	* buffer.c (writeBufferCache): rewrite
   2440 		(readBufferCache): rewrite
   2441 	* etc.c (calcPosition): short -> int realColumn
   2442 	* fm.h (Line): short -> int len,width,size,bpos,bwidth
   2443 		(BufferPoint): short->int pos
   2444 		(Buffer): short->int currentColumn,pos,visualpos
   2445 		(BufferPos): short->int currentColumn,pos
   2446 	* frame.h (frameset_queue): short->int pos,currentColumn
   2447 	* main.c (clear_mark): short->int pos
   2448 		(dispincsrch): short->int pos
   2449 		(backBf): short->int pos
   2450 		(set_buffer_environ): short->int prev_pos
   2451 
   2452 2003-01-25  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2453 
   2454 	* [w3m-dev 03684] Re: fold patch
   2455 	* file.c (PSIZE): added
   2456 		(HTMLlineproc2body): outc,outp is created by NewAtom_N
   2457 			use PSIZE
   2458 
   2459 2003-01-25  Fumitoshi UKAI  <ukai@debian.or.jp>
   2460 
   2461 	* file.c (getNextPage): no need volatile for code
   2462 
   2463 2003-01-25  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2464 
   2465 	* [w3m-dev 03683] interrupt in getNextPage()
   2466 	* file.c (getNextPage): trap SIGINT
   2467 
   2468 2003-01-25  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2469 
   2470 	* [w3m-dev 03682] open null file on tab
   2471 	* display.c (displayBuffer): if empty, clear()
   2472 
   2473 2003-01-25  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2474 
   2475 	* [w3m-dev 03681] Re: fold patch
   2476 	* buffer.c (reshapeBuffer): buf->pos, sbuf.currentLine fix
   2477 				FoldLine
   2478 	* display.c (arrangeCursor): buf->pos fix
   2479 		(restorePosition): buf->pos fix	
   2480 
   2481 2003-01-24  Fumitoshi UKAI  <ukai@debian.or.jp>
   2482 
   2483 	* NEWS: func: RESHAPE
   2484 		rc: fold_line
   2485 
   2486 2003-01-24  Fumitoshi UKAI  <ukai@debian.or.jp>
   2487 
   2488 	* fix compiler warnings
   2489 	* display.c (displayBuffer): fix suggest parentheses around && within ||
   2490 2003-01-24  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2491 
   2492 	* [w3m-dev 03667] fold patch
   2493 	* anchor.c (reAnchorPos): rewrite
   2494 		(reAnchorWord): delete reseq_anchor()
   2495 		(reAnchorAny): use l->size
   2496 				delete reseq_anchor()
   2497 	* backend.c (internal_get): pass TRUE to saveBuffer
   2498 	* buffer.c (newBuffer): delete n->linelen
   2499 		(reshapeBuffer): rewrite
   2500 	* display.c (displayBuffer): FoldLine
   2501 		(redrawLine): l->bpos
   2502 		(cursorUp0): added
   2503 		(cursorUp): rewrite
   2504 		(cursorDown0): added
   2505 		(cursowDown): rewrite
   2506 		(cursorRight): check l->next
   2507 				l->bwidth
   2508 		(cursorLeft): l->prev && l->bpos
   2509 				l->bwidth
   2510 		(arrangeCursor): buf->currentLine->bwidth
   2511 			buf->cursorX
   2512 	* etc.c (checkType): **oporp
   2513 				rewrite
   2514 		(calcPosition): realColumn allocated by New_reuse
   2515 	* file.c (addnewline): add nlines arg
   2516 		(propBuffer): deleted
   2517 		(colorBuffer): deleted
   2518 		(readHeader): propBuffer
   2519 			FOLD_BUFFER_WIDTH
   2520 		(HTMLlineproc2body): rewrite
   2521 		(addnewline2): added
   2522 		(addnewline): rewrite
   2523 		(loadBuffer): propBuffer, colorBuffer
   2524 		(saveBuffer): cont arg
   2525 		(getNextPage): rewrite
   2526 	* fm.h (LINELEN): 256
   2527 		(FNLEN): deleted
   2528 		(Line): add size, bpos, bwidth
   2529 		(Buffer): delete linelen
   2530 		(INIT_BUFFER_WIDTH): check showLineNum 
   2531 		(FOLD_BUFFER_WIDTH): added
   2532 		(FoldLine): added
   2533 	* funcname.tab (RESHAPE): added
   2534 	* main.c (do_dump): pass FALSE to saveBuffer
   2535 		(nscroll): rewrite
   2536 		(clear_mark): l->size
   2537 		(shiftvisualpos): rewrite
   2538 		(pipeBuf): pass TRUE to saveBuffer
   2539 		(linebeg): check line->prev && line->bpos
   2540 		(linend): check line->next, line->next->bpos
   2541 		(editScr): pass TRUE to saveBuffer
   2542 		(svBuf): pass TRUE to saveBuffer
   2543 		(vmSrc): pass TRUE to saveBuffer
   2544 		(reshape): added
   2545 		(curlno): rewrite
   2546 	* mimehead.c (LINELEN): deleted
   2547 	* proto.h (reshape): added
   2548 		(saveBuffer): add cont arg
   2549 		(cursorUp0): added
   2550 		(cursorDown0): added
   2551 		(checkType): change type oprop, ocolor, delete check_color, len
   2552 	* rc.c (CMT_FOLD_LINE): added
   2553 		(params1): add fold_line
   2554 		(sync_with_option): check PagerMax
   2555 	* search.c (set_mark): l->size
   2556 		(forwardSearch): rewrite
   2557 		(backwardSearch): rewrite
   2558 	* doc/README.func (RESHAPE): added
   2559 	* doc-jp/README.func (RESHAPE): added
   2560 	* scripts/w3mhelp.cgi.in (Buffer operation): add reshape
   2561 
   2562 2003-01-24  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2563 
   2564 	* etc.c (next_status): after = is R_ST_VALUE
   2565 			R_ST_VALUE > => R_ST_NORMAL
   2566 			R_ST_VALUE SP => R_ST_TAG
   2567 		(read_token): R_ST_VALUE
   2568 		(correct_irrtag): R_ST_VALUE
   2569 	* rm.h (R_ST_VALUE): added
   2570 		(ST_IS_REAL_TAG): rewrite
   2571 		(ST_IS_COMMENT): deleted
   2572 		(ST_IS_TAG): deleted
   2573 	* parsetagx.c (parse_tag): skip too long tagname
   2574 				skip too long attrname
   2575 				if attrvalue has quote char, need reconstruct
   2576 				if unknown attr, need reconstruct
   2577 	* table.c (visible_length): R_ST_VALUE
   2578 
   2579 2003-01-24  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2580 
   2581 	* [w3m-dev 03680] showProgress() on fast system
   2582 	* file.c (showProgress): check line len, time
   2583 
   2584 2003-01-24  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2585 
   2586 	* [w3m-dev 03679] Re: cleanup for pipe
   2587 	* etc.c (open_pipe_rw): check stdin, stdout
   2588 	* file.c (uncompress_stream): rewrite
   2589 
   2590 2003-01-23  Fumitoshi UKAI  <ukai@debian.or.jp>
   2591 
   2592 	* [w3m-dev 03678] Re: config.param is clear when configure -help
   2593 	* configure: don't override config.param
   2594 
   2595 2003-01-23  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2596 
   2597 	* [w3m-dev 03677] view source, edit source
   2598 	* buffer.c (discardBuffer): unlink header source
   2599 	* file.c (loadFile): delete skip header
   2600 	* fm.h (BP_SOURCE): deleted
   2601 		(SkipHeader): deleted
   2602 	* main (editBf): cleanup
   2603 		(vmSrc): cleanup
   2604 
   2605 2003-01-23  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2606 
   2607 	* [w3m-dev 03676] cleanup for pipe
   2608 	* etc.c (open_pipe_rw): added
   2609 	* file.c (uncompress_stream): rewrite using open_pipe_rw
   2610 	* image.c (openImgdisplay): rewrite using open_pipe_rw
   2611 	* local.c (localcgi_popen_rw): deleted
   2612 		(localcgi_post): rewrite using open_pipe_rw
   2613 	* proto.h (open_pipe_rw): added
   2614 	* search.c (migemor): initialized to NULL
   2615 		(migemow): initialized to NULL
   2616 		(migemo_pid): initialized to 0
   2617 		(open_migemo): rewrite using open_pipe_rw
   2618 
   2619 2003-01-23  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2620 
   2621 	* [w3m-dev 03675] x-face
   2622 	* file.c (xface2xpm): use getImage()
   2623 		(readHeader): check same file
   2624 		(loadImageBuffer): rewrite
   2625 		(lessopen_stream): shell_quote()
   2626 
   2627 2003-01-23  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2628 
   2629 	* [w3m-dev 03674] -dump problem
   2630 	* file.c (loadGeneralFile): return NULL when dump
   2631 	* main.c (dump_source): deleted
   2632 		(dump_head): deleted
   2633 		(dupm_extra): deleted
   2634 		(do_dump): added
   2635 		(main): singal when dump
   2636 
   2637 2003-01-23  Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
   2638 
   2639 	* [w3m-dev 03671] Re: config.param is clear when configure -help
   2640 	* configure: test -f config.param
   2641 
   2642 2003-01-22  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2643 
   2644 	* [w3m-dev 03665] imlib2 support (on X11)
   2645 	* configure: X11 inline image with Imlib2
   2646 		fix typo in fb/imlib2
   2647 	* w3mimg/x11/x11_w3mimg.c: USE_IMLIB2
   2648 		(x11_load_image): USE_IMLIB2
   2649 		(x11_show_image): USE_IMLIB2
   2650 		(x11_free_image): USE_IMLIB2
   2651 		(x11_get_image_size): USE_IMLIB2
   2652 
   2653 2003-01-22  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2654 
   2655 	* [w3m-dev 03664] config.param is clear when configure -help
   2656 	* configure: config.param created after arg parsing
   2657 
   2658 2003-01-21  Fumitoshi UKAI  <ukai@debian.or.jp>
   2659 
   2660 	* map.c (follow_map_menu): if USE_IMAGE or MENU_MAP
   2661 	* proto.h (follow_map_menu): ditto
   2662 
   2663 2003-01-21  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2664 
   2665 	* [w3m-dev 03660] Re: fputs -> Strfputs
   2666 	* Str.h (Strncmp_charp): paren
   2667 		(Strncasecmp_charp): ditto
   2668 		(Strinsert): ditto
   2669 		(Strshrinkfirst): ditto
   2670 	* display.c (disp_err_message): added
   2671 	* file.c (loadGeneralFile): don't put function in macro arg
   2672 		(saveBuffer): ditto
   2673 	* frame.c (createFrameFile): ditto
   2674 	* proto.h (disp_err_message): macro->function
   2675 	* table.c (pushdata): if data is NULL, use ""
   2676 		(suspend_or_pushdata): if line is NULL, use ""
   2677 	* textlist.h (pushText): don't use (s) twice in a macro
   2678 
   2679 2003-01-21  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2680 
   2681 	* [w3m-dev 03659] Can't download from SSL.
   2682 	* istream.c (ISfileno): case IST_SSL
   2683 
   2684 2003-01-21  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2685 
   2686 	* [w3m-dev 03658] Re: Other user can see local cookie.
   2687 	* fm.h (rc_dir): init(NULL)
   2688 	* rc.c (config_file): deleted
   2689 		(init_rc): use rc_dir
   2690 
   2691 2003-01-21  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2692 
   2693 	* [w3m-dev 03657] fputs -> Strfputs
   2694 	* form.c (form_fputs_decode): use Strfputs()
   2695 
   2696 2003-01-19  Fumitoshi UKAI  <ukai@debian.or.jp>
   2697 
   2698 	* [w3m-dev 03655] Re: file.c:image_source when undef USE_IMAGE
   2699 	* map.c (follow_map_menu): fix warnings
   2700 
   2701 2003-01-19  WATANABE Katsuyuki <knabe@sannet.ne.jp>
   2702 
   2703 	* [w3m-dev 03654] file.c:image_source when undef USE_IMAGE
   2704 	* file.c (readHeader): image_source ifdef USE_IMAGE
   2705 		(loadGeneralFile): ditto
   2706 		(uncompress_stream): ditto
   2707 
   2708 2003-01-19  Fumitoshi UKAI  <ukai@debian.or.jp>
   2709 
   2710 	* [w3m-dev 03653] SourceForge.net: 576032 w3m https crashes with OpenSSL-0.9.7
   2711 	* istream.c (ssl_check_cert_ident): use sk_GENERAL_NAME_free()
   2712 
   2713 2003-01-18  Fumitoshi UKAI  <ukai@debian.or.jp>
   2714 
   2715 	* [w3m-dev 03652] Re: Debian bug #176981
   2716 	* file.c (checkHeader): always remove_space
   2717 		(loadGeneralFile): no need remove_space
   2718 
   2719 2003-01-18  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2720 
   2721 	* [w3m-dev 03651] Debian bug #176981
   2722 	* file.c (checkRedirection): added
   2723 		(loadGeneralFile): check redirection
   2724 				t_buf only is created when it is NULL
   2725 				remove_space
   2726 
   2727 2003-01-18  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2728 
   2729 	* [w3m-dev 03647] expandName() and expandPath()
   2730 	* etc.c (openSecretFile): use expandPath
   2731 		(expandName): rewrite
   2732 		(file_to_url): use expandPath
   2733 	* file.c (_doFileCopy): use expandPath
   2734 		(doFileSave): use expandPath
   2735 	* indep.c (expandPath): rewrite
   2736 	* linein.c (inputLineHistSearch): use expandPath
   2737 		(next_dcompl): use expandPath
   2738 		(doComplete): use expandPath
   2739 	* local.c (set_cgi_environ): rewrite
   2740 	* mailcap.c (loadMailcap): use expandPath
   2741 	* main.c (svBuf): use expandPath
   2742 		(addDownloadList): use expandPath
   2743 	* rc.c (init_rc): use expandPath
   2744 		(rcFile): rewrite
   2745 		(auxbinFile): use expandPath
   2746 		(libFile): use expandPath
   2747 		(etcFile): use expandPath
   2748 		(helpFile): use expandPath
   2749 	* url.c (loadMimeTypes): use expandPath
   2750 		(loadURIMethods): use expandPath
   2751 
   2752 2003-01-18  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2753 
   2754 	* [w3m-dev 03646] setup child process, local CGI
   2755 	* etc.c (reset_signals): static
   2756 				don't ignore SIGUSR1
   2757 		(close_all_fds_except): static
   2758 				DEV_NULL_PATH
   2759 		(setup_child): added
   2760 		(myExec): rewrite
   2761 		(mySystem): rewrite
   2762 	* file.c (readHeader): check image_source
   2763 		(loadGeneralFile): check image_source
   2764 		(doExternal): use setup_child
   2765 		(_doFileCopy): use setup_child
   2766 		(doFileSave): use setup_child
   2767 		(uncompress_stream): check image_source
   2768 				use setup_child
   2769 	* image.c (getCharSize): no need stderr redirect
   2770 		(openImgdisplay): use setup_child
   2771 		(loadImage): use setup_child
   2772 		(getImageSize): no need stderr redirect
   2773 	* local.c (writeLocalCookie): check Local_cookie_file
   2774 		(localcgi_popen_rw): added
   2775 		(localcgi_popen_r): deleted
   2776 		(localcgi_post): rewrite
   2777 		(localcgi_get): deleted
   2778 	* proto.h (localcgi_get): defined by localcgi_post
   2779 		(reset_signals): deleted
   2780 		(close_all_fds_except): deleted
   2781 		(close_all_fds): deleted
   2782 		(setup_child): added
   2783 	* search.c (open_migemo): use setup_child, myExec
   2784 	* w3mimgdisplay.c (main): use DEV_NULL_PATH
   2785 
   2786 2003-01-16  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2787 
   2788 	* [w3m-dev 03644] Re: Other user can see local cookie.
   2789 	* cookie.c (save_cookies): return if no_rc_dir
   2790 	* etc.c (tmpf_base): add cookie
   2791 		(tmpfname): use tmp_dir instead of rc_dir
   2792 	* file.c (loadGeneralFile): cookie is not passed via URL
   2793 	* fm.h (TMPF_COOKIE): incl
   2794 		(MAX_TMPF_TYPE): incl
   2795 		(no_rc_dir): added
   2796 		(tmp_dir): added
   2797 		(config_file): added
   2798 	* local.c (Local_cookie_file): added
   2799 		(writeLocalCookie): added
   2800 		(setLocalCookie): dont set environment LOCAL_COOKIE
   2801 		(localcgi_post): writeLocalCookie
   2802 		(localcgi_get): writeLocalCookie
   2803 	* main.c (config_filename): deleted
   2804 		(cmd_loadURL): arg FormList
   2805 		(main): rewrite config_file, rc
   2806 		(ldhelp): no cookie in URL
   2807 		(cmd_loadURL): arg FormList
   2808 		(goURL0): cmd_loadURL change
   2809 		(cmd_loadBuffer): cmd_loadURL change
   2810 		(adBmark): cookie is posted
   2811 		(follow_map): cmd_loadURL change
   2812 		(linkMn): cmd_loadURL change
   2813 		(reinit): init_rc change
   2814 	* proto.h (create_option_search_table): deleted
   2815 		(init_rc): no args
   2816 	* rc.c (create_option_search_table): static
   2817 		(init_rc): no args
   2818 			rewrite
   2819 		(optionpanel_src1): rewrite
   2820 		(load_option_panel): html_quote
   2821 		(panel_set_option): no_rc_dir
   2822 	* w3mbookmark.c: rewrite
   2823 	* w3mhelperpanel.c: rewrite
   2824 	* scripts/dirlist.cgi.in: rewrite
   2825 	* scripts/w3mhelp.cgi.in: rewrite
   2826 	* scripts/w3mmail.cgi.in: rewrite
   2827 	* scripts/multipart/multipart.cgi.in: rewrite
   2828 
   2829 2003-01-16  Fumitoshi UKAI  <ukai@debian.or.jp>
   2830 
   2831 	* file.c (loadGopherDir): convertLine RAW_MODE
   2832 	* ftp.c (loadFTPDir): ditto
   2833 
   2834 2003-01-16  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2835 
   2836 	* [w3m-dev 03642] Re: cleanup (don't close connection of news server)
   2837 	* local.c (localcgi_post): localcgi_popen_r first
   2838 
   2839 2003-01-16  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2840 
   2841 	* [w3m-dev 03641] Re: cleanup (don't close connection of news server)
   2842 	* ftp.c (ftp_command): fix fwrite arg
   2843 	* news.c (news_command): fix fwrite arg
   2844 
   2845 2003-01-16  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2846 
   2847 	* [w3m-dev 03640] Re: cleanup (don't close connection of news server)
   2848 	* anchor.c (_put_ahchor_news): always conv_str
   2849 		(_put_anchor_all): always conv_str
   2850 	* etc.c (close_all_fds): deleted
   2851 		(close_all_fds_except): added, except fd=f is left open
   2852 	* file.c (guess_filename): added
   2853 		(UFhalfclose): added
   2854 		(convertLine): cleanup_line if not raw mode
   2855 			check uf
   2856 		(readHeader): always convertLine
   2857 		(loadGeneralFile): rewrite
   2858 		(loadGopherDir): return Str, args change to ParsedURL and code
   2859 				rewrite
   2860 		(saveBuffer): always conv_str
   2861 		(_doFileCopy): close_all_fds
   2862 		(doFileSave): close_all_fds_except
   2863 		(uncompress_stream): dup, close_all_fds_except
   2864 	* form.c (form_fputs_decode): always conv_str
   2865 		(input_textarea): convertLine
   2866 	* frame.c (createFrameFile): convertLine
   2867 	* ftp.c (loadFTPDir): arg code
   2868 				rewrite
   2869 		(readFTPDir): convertLine
   2870 	* html.h (UFfileno): added
   2871 	* image.c (loadImage): close_all_fds
   2872 	* indep.h (RAW_MODE): added
   2873 	* local.c (loadLocalDir): return Str
   2874 		(dirBuffer): rewrite
   2875 		(localcgi_popen_r): close_all_fds
   2876 	* main.c (main): check SCM_LOCAL
   2877 			print err_msg
   2878 	* news.c (news_command): args cmd and arg
   2879 		(news_quit): news_command
   2880 		(openNewsStream): news_command
   2881 		(readNewsgroup): deleted
   2882 		(loadNewsgroup): added
   2883 		(closeNews): added
   2884 	* proto.h (loadGopherDir): update
   2885 		(conv_str): define for no JP_CHARSET
   2886 		(readFTPDir): deleted
   2887 		(loadFTPDir): added
   2888 		(readNewsgroup): deleted
   2889 		(loadNewsgroup): added
   2890 		(dirBuffer): deleted
   2891 		(loadLocalDir): added
   2892 		(close_all_fds): defined by close_all_fds_except
   2893 		(close_all_fds_except): added
   2894 
   2895 2003-01-16  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2896 
   2897 	* [w3m-dev 03639] Re: smb.cgi
   2898 	* Bonus/2ch.cgi: change password handling
   2899 	* Bonus/README: update
   2900 	* Bonus/README.eng: ditto
   2901 
   2902 2003-01-12  qhwt@myrealbox.com
   2903 
   2904 	* [w3m-dev 03636] segfault in main.c
   2905 	* main.c (main): check newbuf->currentURL.file
   2906 
   2907 2003-01-12  Fumitoshi UKAI  <ukai@debian.or.jp>
   2908 
   2909 	* Bonus/README.eng: sync with Bonus/README
   2910 
   2911 2003-01-12  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2912 
   2913 	* [w3m-dev 03635] 2ch.cgi
   2914 	* Bonus/2ch.cgi: added
   2915 	* Bonus/README: update
   2916 
   2917 2003-01-12  Fumitoshi UKAI  <ukai@debian.or.jp>
   2918 
   2919 	* Bonus/README.eng: sync with Bonus/README
   2920 
   2921 2003-01-12  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2922 
   2923 	* [w3m-dev 03634] smb.cgi
   2924 	* Bonus/smb.cgi: added
   2925 	* Bonus/README: update
   2926 
   2927 2003-01-12  Fumitoshi UKAI  <ukai@debian.or.jp>
   2928 
   2929 	* ftp.c (ftp_pasv): ftp_command response
   2930 		(readFTPDir): masked declaration of realpathname
   2931 
   2932 2003-01-12  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2933 
   2934 	* [w3m-dev 03633] Re: cleanup (don't close connection of news server)
   2935 	* file.c (FTPhalfclose): deleted
   2936 		(loadGeneralFile): closeFTP when doFileSave is done
   2937 		(_doFileCopy): return int
   2938 		(doFileMove): return int
   2939 		(doFileSave): return int
   2940 	* ftp.c: rewrite
   2941 	* main.c (w3m_exit): disconnectFTP
   2942 	* proto.h (_doFileCopy): return int
   2943 		(doFileMove): return int
   2944 		(doFileSave): return int
   2945 		(openFTP): deleted
   2946 		(openFTPStream): return InputStream
   2947 		(closeFTP): no arg
   2948 		(Ftpfclose): disconnectFTP
   2949 	* url.c (openFTPstream): deleted
   2950 
   2951 2003-01-11  Fumitoshi UKAI  <ukai@debian.or.jp>
   2952 
   2953 	* fix compiler warnings
   2954 	* html.h (UFclose): value computed but not used
   2955 
   2956 2003-01-11  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2957 
   2958 	* [w3m-dev 03632] cleanup (don't close connection of news server)
   2959 	* file.c (loadSomething): remove UFclose nntp:,news:
   2960 		(loadFile): UFclose
   2961 		(loadGeneralFile): always UFclose
   2962 	* html.h (UFclose): only reset when ISclose ==0
   2963 	* istream.c (ISclose): return int
   2964 		(ISfileno): flag IST_UNCLOSE
   2965 	* istream.h (ISclose): return int
   2966 		(IST_UNCLOSE): added
   2967 	* news.c (news_close): reset IST_UNCLOSE
   2968 		(news_open): set IST_UNCLOSE
   2969 
   2970 2003-01-11  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2971 
   2972 	* [w3m-dev 03631] display current form item
   2973 	* form.c (form2str): rewrite
   2974 	* istream.c (ssl_get_certificate): fix typo
   2975 	* map.c (follow_map_panel): valign=top
   2976 		(append_map_info): valign=top
   2977 		(append_link_info): valign=top
   2978 		(append_frame_info): <pre_int>
   2979 				html_quote ssl_certificate
   2980 		(page_info_panel): rewrite, html_quote
   2981 
   2982 2003-01-11  Fumitoshi UKAI  <ukai@debian.or.jp>
   2983 
   2984 	* doc/README.pre_form: update
   2985 	* doc-jp/README.pre_form: ditto
   2986 
   2987 2003-01-11  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2988 
   2989 	* [w3m-dev 03630] improved pre_form
   2990 	* form.c (pre_form): add re_url, name
   2991 		(add_pre_form): add name
   2992 				rewrite
   2993 		(loadPreForm): add "form"
   2994 		(preFormUpdateBuffer): handle re_url
   2995 
   2996 2003-01-11  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   2997 
   2998 	* [w3m-dev 03629] delete tmp file
   2999 	* etc.c (tempfname): always file to delete
   3000 	* file.c (xface2xpm): no need fileToDelete
   3001 		(readHeader): ditto
   3002 		(loadGeneralFile): ditto
   3003 		(loadHTMLBuffer): ditto
   3004 		(loadHTMLString): ditto
   3005 		(loadGopherDir): ditto
   3006 		(loadImageBuffer): ditto
   3007 		(doExternal): rewrite
   3008 		(doFileSave): no need fileToDelete
   3009 		(uncompress_stream): ditto
   3010 	* fm.h (CurrentPid): added
   3011 	* image.c (getImage): cache->touch to delete
   3012 	* local.c (setLocalCookie): use CurrentPid
   3013 		(localcgi_post): fileToDelete
   3014 	* main.c (main): CurrentPid
   3015 		(pipeBuf): no need fileToDelete
   3016 		(query_from_followform): CurrentPid
   3017 		(vmSrc): no need fileToDelete
   3018 
   3019 2003-01-11  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3020 
   3021 	* [w3m-dev 03628] Re: Error occured while reset
   3022 	* file.c (doExternal): bufp = NULL, return 1
   3023 		(uncompress_stream): tempfname fileToDelete
   3024 
   3025 2003-01-11  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3026 
   3027 	* [w3m-dev 03626] Re: relative URL
   3028 	* url.c (parseURL2): copy if scheme is local or local-cgi
   3029 
   3030 2003-01-11  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3031 
   3032 	* [w3m-dev 03625] keymap key SEARCH string
   3033 	* main.c (srch): accept command argument
   3034 		(reMark): accept command argument
   3035 	* Bonus/google.cgi: added
   3036 
   3037 2003-01-11  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3038 
   3039 	* [w3m-dev 03622] Re: Error occured while reset
   3040 	* file.c (uncompress_stream): child process initialized
   3041 	* terms.c (close_tty): close unless stdin,out,err
   3042 		(reset_tty): flush_tty, close_tty
   3043 		(write1): flush_tty
   3044 		(refresh): flush_tty
   3045 		(flush_tty): check ttyf
   3046 
   3047 2003-01-11  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3048 
   3049 	* [w3m-dev 03620] -m option and header
   3050 	* buffer.c (reshapeBuffer): fix reading from stdin
   3051 				fix -m option
   3052 	* display.c (redrawNLine): rewrite
   3053 		(redrawLine): return l instead of l->next
   3054 		(redrawLineImage): ditto
   3055 	* file.c (loadFile): read header even if skip header
   3056 		(loadGeneralFile): read header even if skip header
   3057 	* fm.h (SkipHeader): added
   3058 	* main.c (main): check whether reading from stdin
   3059 			SkipHeader
   3060 
   3061 2003-01-10  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3062 
   3063 	* [w3m-dev 03619] Re: Error occured while reset
   3064 	* file.c (process_img): check image.ext
   3065 		(HTMLlineproc2body): check image.ext
   3066 		(loadImageBuffer): url, ext is in URLFile
   3067 	* frame.c (unloadFrame): no need to push to fileToDelete
   3068 		(copyFrame): no need to reset FB_TODELETE
   3069 		(resetFrameElement): f_body->source, buf->sourcefile
   3070 		(frame_download_source): buf->source
   3071 				buf->sourcefile reset
   3072 	* frame.h (FB_NOCACHE): deleted
   3073 		(FB_TODELETE): deleted
   3074 	* main.c (vmSrc): Currentbuf->sourcefile
   3075 			need_reshape if images exist
   3076 
   3077 2003-01-09  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3078 
   3079 	* [w3m-dev 03617] sourcefile when Content-Encoding: is specified.
   3080 	* file.c (uncompress_stream): add src arg
   3081 		(examineFile): change uncompress_stream
   3082 		(loadGeneralFile): change uncompress_stream
   3083 		(doExternal): src
   3084 		(uncompress_stream): ext
   3085 				tmpfile with same ext
   3086 
   3087 2003-01-09  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3088 
   3089 	* [w3m-dev 03616] Re: data: URL scheme
   3090 	* file.c (loadGeneralFile): check SCM_DATA
   3091 		(loadImageBuffer): newBuffer()
   3092 	* html.h (SCM_DATA): added
   3093 	* indep.c (url_unquote): deleted
   3094 		(Str_url_unquote): renamed from Str_form_unquote
   3095 				+ is decoded is_form only
   3096 	* indep.h (url_unquote): deleted
   3097 		(Str_url_unquote): added
   3098 		(Str_form_unquote): define by Str_url_unquote
   3099 	* main.c (followA): file_unquote
   3100 		(cmd_loadURL): file_unquote
   3101 	* url.c (DefaultPort): add for data:
   3102 		(schemetable): add "data"
   3103 		(DefaultFile): SCM_FTPDIR
   3104 		(parseURL): scheme copied from current
   3105 		(parseURL2): SCM_DATA
   3106 			check SCM_FTP, SCM_FTPDIR
   3107 		(_parsedURL2Str): add data in scheme_str
   3108 			handle SCM_DATA
   3109 			SCM_FTPDIR
   3110 		(openURL): file_unquote
   3111 			handle SCM_DATA
   3112 
   3113 2003-01-08  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3114 
   3115 	* [w3m-dev 03611] relative URL
   3116 	* news.c (openNewsStream): don't skip '/' for nntp:
   3117 		(readNewsgroup): cleanup
   3118 	* url.c (parseURL): don't copy user & password
   3119 		(parseURL2): fix for group, don't copy user & password
   3120 
   3121 2003-01-07  Fumitoshi UKAI  <ukai@debian.or.jp>
   3122 
   3123 	* fix build warnings
   3124 	* url.c (parseURL2): fix comparison between pointer and integer
   3125 	* news.c (readNewsgroup): variable `scheme',`group',`list' might be clobbered by `longjmp' or `vfork'
   3126 
   3127 2003-01-07  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3128 
   3129 	* [w3m-dev 03610] Re: news:<newsgroup>
   3130 	* anchor.c (_put_anchor_news): check '<'
   3131 		(reAnchorNewsheader): added
   3132 	* file.c (loadSomething): Subject: as buffername
   3133 		(checkHeader): check buf->document_header
   3134 		(loadGeneralFile): reAnchorNewsheader
   3135 	* html.h (SCM_NNTP_GROUP): added
   3136 	* main.c (main): delete USE_NNTP in switch (newbuf->real_scheme)
   3137 		(chkNMIDBuffer): lowercase in url_like_pat
   3138 	* news.c (add_news_message): add scheme, group as arg
   3139 		(openNewsStream): check SCM_NNTP_GROUP
   3140 				check current_news.host
   3141 		(readNewsgroup): rewrite to support nntp:,news: extension
   3142 	* proto.h (reAnchorNewsheader): added
   3143 	* url.c (DefaultPort): add 119 for nntp group
   3144 		(parseURL2): rewrite to support nntp:,news: extension
   3145 		(_parsedURL2Str): add for SCM_NNTP_GROUP
   3146 		(openURL): rewrite to support nntp:,news: extension
   3147 
   3148 2002-12-28  Fumitoshi UKAI  <ukai@debian.or.jp>
   3149 
   3150 	* fix build errors
   3151 	* display.c (make_lastline_message): fix error for undef JP_CHARSET
   3152 	* news.c (readNewsgroup: `code' always required
   3153 
   3154 	* gcc -Wall -Werror clean
   3155 	* file.c (loadHTMLstream): unused variable `p'
   3156 	* news.c (news_command): unused variable `c'
   3157 		(news_open): unused variable `tmp'
   3158 		(readNewsgroup): volatile page, qgroup, flag, start, end
   3159 				uninitialized variable `page'
   3160 	* url.c (openURL): unused variable `fw', `r', `stream'
   3161 
   3162 2002-12-28  Fumitoshi UKAI  <ukai@debian.or.jp>
   3163 
   3164 	* rc: nntpserver, nntpmode, max_news
   3165 
   3166 2002-12-28  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3167 
   3168 	* [w3m-dev 03608] news:<newsgroup>
   3169 	* XMakefile (LSRCS): add news.c
   3170 		(LOBJS): add news.o
   3171 	* file.c (loadSOmething): don't UFclose() for nntp/news
   3172 		(readHeader): remove . at beginning of line for news
   3173 			img link to file:
   3174 		(loadGeneralFile): add SCM_NEWS_GROUP
   3175 			don't UFclose() for nntp/news
   3176 		(loadHTMLstream): . line check for news
   3177 		(loadBuffer): . line check for news
   3178 	* fm.h (NNTP_server): added
   3179 		(NNTP_mode): added
   3180 		(MaxNewsMessage): added
   3181 	* html.h (SCM_NEWS_GROUP): added
   3182 	* main.c (main): NNTP_server or NNTPSERVER
   3183 			NNTP_mode or NNTPMODE
   3184 			add SCM_NEWS_GROUP
   3185 		(followA): remove news:..@.. check
   3186 		(cmd_loadURL): remove news:...@.. check
   3187 		(w3m_exit): disconnectNews
   3188 	* proto.h (openNewsStream): added
   3189 		(readNewsgroup): added
   3190 		(disconnectNews): added
   3191 	* rc.c (CMT_NNTP_SERVER): added
   3192 		(CMT_NNTP_MODE): added
   3193 		(CMT_MAX_NEWS): added
   3194 		(params9): add nntpserver, nntpmode, max_news
   3195 	* url.c (DefaultPort): add 119 for news group
   3196 		(parseURL2): news:..@... is SCM_NEWS_GROUP
   3197 		(_parsedURL2Str): add news for SCM_NEWS_GROUP
   3198 		(openURL): cleanup SCM_NEWS
   3199 			add SCM_NEWS_GROUP
   3200 	* news.c: added
   3201 	
   3202 2002-12-28  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3203 
   3204 	* [w3m-dev 03607] mymktime: time zone support
   3205 	* etc.c (get_zone): added
   3206 		(mymktime): parse timezone
   3207 
   3208 2002-12-28  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3209 
   3210 	* [w3m-dev 03606] Re: clean up displayBuffer()
   3211 	* main.c (followA): B_FORCE_REDRAW
   3212 		(follow_map): ditto
   3213 
   3214 2002-12-27  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3215 
   3216 	* [w3m-dev 03604] http response code and content-type
   3217 	* file.c (loadGeneralFile): don't guessContentType if http errors
   3218 
   3219 2002-12-26  Hiroyuki Ito <hito@crl.go.jp>
   3220 
   3221 	* [w3m-dev 03602] Re: w3mimgdisplay core dump
   3222 	* w3mimgdisplay.c (DrawImage): check load_image, imageBuf[n].pixmap
   3223 	* w3mimg/fb/fb_w3mimg.c (w3mfb_show_image): check img->pixmap
   3224 	* w3mimg/x11/x11_w3mimg.c (x11_show_image): check img->pixmap
   3225 
   3226 2002-12-26  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3227 
   3228 	* [w3m-dev 03601] Re: meta refresh
   3229 	* main.c (LastEvent): added
   3230 		(pushEvent): add to LastEvent
   3231 
   3232 2002-12-26  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3233 
   3234 	* [w3m-dev 03600] Re: meta refresh
   3235 	* main.c (main): move add_download_list
   3236 
   3237 2002-12-25  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3238 
   3239 	* [w3m-dev 03598] restore cursor when download list panel is updated.
   3240 	* main.c (stopDownload): delete->replace
   3241 		(ldDL): use DownloadListBuffer()
   3242 
   3243 2002-12-25  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3244 
   3245 	* [w3m-dev 03597] Re: meta refresh
   3246 	* main.c (Event): next, linked list
   3247 		(N_EVENT_QUEUE): deleted
   3248 		(eventQueue): deleted
   3249 		(n_event_queue): deleted
   3250 		(CurrentEvent): added
   3251 		(main): event processing, add CurrentEvent linked list
   3252 		(pushEvent): add Event to CurrentEvent
   3253 		(SigAlarm): Currentbuf->event
   3254 	* proto.h (pushEvent): rename args
   3255 
   3256 2002-12-25  Hiroaki Shimotsu <shim@d5.bs1.fc.nec.co.jp>
   3257 
   3258 	* [w3m-dev 03596] LIST
   3259 	* anchor.c (link_list_panel): check internal
   3260 
   3261 2002-12-25  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3262 
   3263 	* [w3m-dev 03595] tolower, toupper
   3264 	* Str.c (Strlower): TOLOWER
   3265 		(Strupper): TOUPPER
   3266 	* backend.c: delete ctype.h
   3267 	* etc.c (gethtmlcmd): TOLOWER
   3268 	* file.c (readHeader): TOLOWER
   3269 		(checkOverWrite): TOLOWER
   3270 		(guess_charset): TOLOWER
   3271 	* ftp.c: delete ctype.h
   3272 	* indep.c (strcasecmp): TOLOWER
   3273 		(strncasecmp): TOLOWER
   3274 		(strcasematch): TOLOWER
   3275 	* istream.c: include myctype.h
   3276 		(ssl_get_certificate): TOLOWER
   3277 	* mailcap.c (mailcapMatch): TOLOWER
   3278 	* main.c (_quitfm): TOLOWER
   3279 	* menu.c (accesskey_menu): TOLOWER
   3280 	* mimehead.c: include myctype.h
   3281 		(decodeWord): TOUPPER
   3282 	* mktable.c: delete ctype.h, include myctype.h
   3283 		(main): IS_SPACE
   3284 	* myctype.h: delete ctype.h
   3285 		(TOLOWER): added
   3286 		(TOUPPER): added
   3287 	* parsetagx.c (parse_tag): TOLOWER
   3288 	* rc.c (str_to_bool): TOLOWER
   3289 		(str_to_color): TOLOWER
   3290 	* regex.c: delete ctype.h, include myctype.h
   3291 		(TOLOWER): added
   3292 		(TOUPPER): added
   3293 		(regmatch1): TOLOWER
   3294 		(matchWhich): TOLOWER, TOUPPER
   3295 
   3296 2002-12-22  Fumitoshi UKAI  <ukai@debian.or.jp>
   3297 
   3298 	* mimehead.c (decodeWord): don't use toupper() (requires ctype.h)
   3299 
   3300 2002-12-22  ABE Yuji <cbo46560@pop12.odn.ne.jp>
   3301 
   3302 	* [w3m-dev 03594] mime decode with encoding named 'b' & 'q'
   3303 	* mimehead.c (decodeWord): toupeer(method)
   3304 
   3305 2002-12-22  Fumitoshi UKAI  <ukai@debian.or.jp>
   3306 
   3307 	* file.c (discardline): not used
   3308 
   3309 2002-12-22  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3310 
   3311 	* [w3m-dev 03593] Re: segmentation fault when <title> exist after <img>
   3312 	* file.c (cur_title): added
   3313 		(save_obuf): deleted
   3314 		(process_title): added
   3315 		(process_n_title): added
   3316 		(feed_title): added
   3317 		(HTMLtagproc1): rewrite HTML_TITLE, HTML_N_TITLE, 
   3318 				HTML_TITLE_ALT, HTML_N_HEAD, HTML_HEAD
   3319 		(HTMLlineproc0): check RB_TITLE
   3320 		(completeHTMLstream): add RB_TITLE
   3321 		(loadHTMLstream): initialize cur_title
   3322 
   3323 2002-12-21  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3324 
   3325 	* [w3m-dev 03590] segmentation fault when <title> exist after <img>
   3326 	* file.c (save_line): deleted
   3327 		(save_prevchar): deleted
   3328 		(save_obuf): added
   3329 		(HTMLtagproc1): bcopy save_obuf
   3330 
   3331 2002-12-20  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3332 
   3333 	* [w3m-dev 03588] include time.h in ftp.c
   3334 	* ftp.c: include <time.h>
   3335 
   3336 2002-12-19  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3337 
   3338 	* [w3m-dev 03583] w3mman
   3339 	* scripts/w3mman/README: W3MMAN_W3M, W3MMAN_MAN
   3340 	* scripts/w3mman/w3mman.1.in: add ENVIRONMENT
   3341 	* scripts/w3mman/w3mman.in: $ENV{'W3MMAN_W3M'}, $ENV{'W3MMAN_MAN'}
   3342 	* scripts/w3mman/w3mman2html.cgi.in: $ENV{'W3MMAN_MAN'}
   3343 					hyphenation
   3344 
   3345 2002-12-19  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3346 
   3347 	* [w3m-dev 03582] add config options graphic_char and use_proxy
   3348 	* NEWS: rc: graphic_char, use_proxy
   3349 	* fm.h (Do_no_use_proxy): macro using use_proxy
   3350 		(use_proxy): added
   3351 		(no_graphic_char): deleted
   3352 		(UseGraphicChar): added
   3353 	* main.c (main): UseGraphicChar, use_proxy
   3354 	* rc.c (CMT_GRAPHIC_CHAR): added
   3355 		(CMT_USE_PROXY): added
   3356 		(params1): graphic_char
   3357 		(params4): use_proxy
   3358 	* terms.c (graph_ok): UseGraphicChar
   3359 
   3360 2002-12-19  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3361 
   3362 	* [w3m-dev 03581] MARK_URL, MARK_WORD
   3363 	* main.c (chkWORD): accept ()[]{}&|;*?$ as anchor
   3364 
   3365 2002-12-19  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3366 
   3367 	* [w3m-dev 03580] Re: clean up displayBuffer()
   3368 	* main.c (main): force redraw
   3369 
   3370 2002-12-19  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3371 
   3372 	* [w3m-dev 03579] Re: clean up displayBuffer()
   3373 	* display.c (displayBuffer): re calcTabPos() when force or image redraw
   3374 	* main.c (_mark): force redraw
   3375 		(reinit): redraw image
   3376 	* search.c (backwardSearch): found_last
   3377 
   3378 2002-12-19  Fumitoshi UKAI  <ukai@debian.or.jp>
   3379 
   3380 	* [w3m-dev 03584] Re: meta refresh
   3381 	* main.c (DefaultAlarm): fix initialize value
   3382 
   3383 2002-12-19  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3384 
   3385 	* [w3m-dev 03578] meta refresh
   3386 	* file.c (getMetaRefreshParam): do nothing if refresh_interval < 0
   3387 		(HTMLtagproc1): rewrite refresh
   3388 		(HTMLlineproc2body): add HTML_META
   3389 	* fm.h (BP_RELOAD): deleted
   3390 		(Buffer): add event
   3391 		(AL_IMPLICIT_DONE): deleted
   3392 		(AL_ONCE): deleted
   3393 		(AL_RESTORE): deleted
   3394 		(AlarmEvent): added
   3395 	* main.c (AlarmEvent): deleted
   3396 		(PrevAlarm): deleted
   3397 		(DefaultAlarm): added
   3398 		(CurrentAlarm): point to DefaultAlarm
   3399 		(main): CurrentKeyData, CurrentCmdData
   3400 			handle Currentbuf->event
   3401 		(SigAlarm): CurrentAlarm is pointer
   3402 		(copyAlarmEvent): deleted
   3403 		(setAlarm): setAlarmEvent pass &DefaultAlarm
   3404 		(setAlarmEvent): arg event
   3405 		(ldDL): no BP_RELOAD
   3406 	* proto.h (setAlarmEvent): arg event
   3407 
   3408 2002-12-18  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3409 
   3410 	* [w3m-dev 03577] incorrect table width
   3411 	* table.c (dv2sv): fix move direction
   3412 		(set_integered_width): ditto
   3413 		(check_table_height): ditto
   3414 		(feed_table_tag): ditto
   3415 
   3416 2002-12-17  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3417 
   3418 	* [w3m-dev 03576] Re: news support
   3419 	* anchor.c (_put_anchor_news): convert to document code and quote
   3420 		(_put_anchor_all): convert to document code
   3421 	* main.c (chkNMIDBuffer): change url_like_pat
   3422 
   3423 2002-12-15  Fumitoshi UKAI  <ukai@debian.or.jp>
   3424 
   3425 	* NEWS: rc: preserve_timestamp
   3426 
   3427 2002-12-15  Takahashi Youichirou <nikuq@hk.airnet.ne.jp>
   3428 
   3429 	* [w3m-dev 03574] Re: preserve timestamp
   3430 	* ftp.c (getFtpModtime): don't call localtime,gettime in same expr
   3431 
   3432 2002-12-15  Fumitoshi UKAI  <ukai@debian.or.jp>
   3433 
   3434 	* [w3m-dev 03573] Re: Bug#172851: w3m: In form, takes hostname as baseref for relative URI action
   3435 	* url.c (parseURL): if empty is URL, base URL is used
   3436 
   3437 2002-12-15  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3438 
   3439 	* [w3m-dev 03571] base=0 -> 10 in toNumber()
   3440 	* parsetagx.c (toNumber): strtol base=10
   3441 
   3442 2002-12-15  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3443 
   3444 	* [w3m-dev 03570] meta tag in frame
   3445 	* frame.c (createFrameFile): fix meta equiv parse in frame
   3446 
   3447 2002-12-15  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3448 
   3449 	* [w3m-dev 03569] Re: preserve timestamp
   3450 	* file.c (loadGeneralFile): PresetveTimestamp
   3451 		(_doFileCopy): is_pipe, PreserveTimestamp
   3452 		(doFileSave): PreserveTImestamp
   3453 	* fm.h (PreserveTimestamp): added
   3454 	* rc.c (CMT_PRESERVE_TIMESTAMP): added
   3455 		(params3): add preserve_timestamp
   3456 
   3457 2002-12-15  Takahashi Youichirou <nikuq@hk.airnet.ne.jp>
   3458 
   3459 	* [w3m-dev 03568] Re: preserve timestamp
   3460 	* etc.c (USE_COOKIE): moved
   3461 	* file.c (utime.h): include
   3462 		(setModtime): added
   3463 		(loadGeneralFile): set f.modtime
   3464 		(_doFileCopy): setModtime()
   3465 		(doFileSave): setModtime()
   3466 	* ftp.c (getFtpModtime): added
   3467 		(openFTP): pass URLFile, set modtime
   3468 	* html.h (URLFile): add modtime
   3469 	* proto.h (openFTP): arg URLFile *uf
   3470 		(mymktime): always
   3471 	* url.c (init_stream): initialize modtime
   3472 		(openFTPStream): pass URLFile 
   3473 		(openURL): openFTPStream
   3474 	
   3475 2002-12-13  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3476 
   3477 	* [w3m-dev 03567] default keybinding
   3478 	* doc-jp/keymap.default (C-q,C-t,(,),+,-,D,L,T,m,r,{,|,},
   3479 				M-c,M-k,M-l,M-m,M-o,M-t): assign
   3480 	* doc/keymap.default: ditto
   3481 	* keybind.c: ditto
   3482 	* doc-jp/keymap.lynx (C-q,C-t,C-u,(,),,,.,;,D,L,T,W,[,],
   3483 				m,r,w,{,|,},M-<,M->,M-W,M-c,M-g,
   3484 				M-k,M-l,M-m,M-n,M-o,M-p,M-t,M-w): assign
   3485 	* doc/keymap.lynx: ditto
   3486 	* keybind_lynx.c: ditto
   3487 	* doc-jp/menu.default (Main): Select,SelectTab,TAB_LINK
   3488 	* doc/menu.default: ditto
   3489 
   3490 2002-12-13  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3491 
   3492 	* [w3m-dev 03566] configure prefix
   3493 	* configure: add X prefix for expr args
   3494 
   3495 2002-12-13  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3496 
   3497 	* [w3m-dev 03564] clean up displayBuffer()
   3498 	* display.c (delayed_msg): static
   3499 		(drawAnchorCursor): static
   3500 		(redrawBuffer): define
   3501 		(redrawNLine): static
   3502 		(redrawLine): static
   3503 		(redrawLineRegion): static
   3504 		(do_effects): static
   3505 		(do_color): static
   3506 		(make_lastline_link): added
   3507 		(make_lastline_message): added
   3508 		(displayBuffer): rewrite with make_lastline_message()
   3509 		(drawAnchorCursor0): added
   3510 		(drawAnchorCursor): added
   3511 	* main.c (main): remove onA()
   3512 		(keyPressEventProc): remove onA()
   3513 		(disp_srchresult): static
   3514 			disp_message TRUE
   3515 		(isrch): remove onA()
   3516 		(srch): displayBuffer
   3517 			remove onA()
   3518 		(srch_nxtprv): remove onA()
   3519 		(pipeBuf): disp_message TRUE
   3520 		(pipesh): disp_message TRUE
   3521 		(readsh): disp_message TRUE
   3522 		(_mark): dispBuffer
   3523 		(_followForm): break, always dispBuffer
   3524 		(drawAnchorCursor0): deleted
   3525 		(drawAnchorCursor): deleted
   3526 		(onA): deleted
   3527 		(anchorMn): delete onA()
   3528 		(svBuf): displayBuffer B_NORMAL
   3529 		(reload): disp_err_message TRUE
   3530 			displayBuffer
   3531 		(rFrame): displayBuffer
   3532 		(invoke_browser): displayBuffer
   3533 		(extbrz): disp_err_message TRUE
   3534 		(process_mouse): onA -> displayBuffer
   3535 		(movMs): delete onA()
   3536 		(menuMs): onA -> displayBuffer
   3537 		(closeTMs): disp_message TRUE
   3538 		(wrapToggle): disp_message TRUE
   3539 		(execdict): disp_message TRUE
   3540 		(SigAlarm): displayBuffer, delete onA
   3541 		(reinit): displayBuffer
   3542 	* map.c (getCurrentMapLabel): deleted
   3543 		(retrieveCurrentMapArea): added
   3544 	* proto.h (redrawBuffer): deleted
   3545 		(redrawNLine): deleted
   3546 		(redrawLine): deleted
   3547 		(redrawLineRegion): deleted
   3548 		(do_effects): deleted
   3549 		(do_color): deleted
   3550 		(message_list): deleted
   3551 		(getCurrentMapLabel): deleted
   3552 		(retrieveCurrentMapArea): added
   3553 
   3554 2002-12-13  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3555 
   3556 	* [w3m-dev 03563] Directory Traversal Vulnerabilities in FTP Clients
   3557 	* file.c (guess_save_name): pass guess_filename
   3558 
   3559 2002-12-13  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3560 
   3561 	* [w3m-dev 03562] #undef BUFINFO
   3562 	* config.h.dist (BUFINFO): undef
   3563 	* configure (use_bufinfo): n
   3564 	* main.c (saveBufferInfo): ifdef USE_BUFINFO
   3565 	* proto.h (reloadBuffer): if 0
   3566 		(saveBufferInfo): ifdef USE_BUFINFO
   3567 
   3568 2002-12-12  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3569 
   3570 	* [w3m-dev 03559] Re: use select instead of signal for loading images
   3571 	* fm.h (Buffer): add image_loaded
   3572 	* image.c (W3M_SIGIMG): deleted
   3573 		(image_lock): deleted
   3574 		(need_load_image): deleted
   3575 		(load_image_handler): deleted
   3576 		(load_image_next): deleted
   3577 		(getAllImage): check image_loaded
   3578 		(loadImage): delete image_lock
   3579 			delete IMG_FLAG_NEXT
   3580 	* main.c (main): check image_loaded
   3581 	* proto.h (sleep_till_anykey): return int
   3582 	* terms.c (sleep_till_anykey): return int
   3583 
   3584 2002-12-12  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3585 
   3586 	* [w3m-dev 03558] long title is displayed over tab region
   3587 	* display.c (redrawNLine): check l < 0
   3588 				use addnstr
   3589 
   3590 2002-12-11  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3591 
   3592 	* [w3m-dev 03554] Re: Undo/Redo
   3593 	* doc/README.func (REDO): added
   3594 			(UNDO): added
   3595 	* doc-jp/README.func (REDO): added
   3596 			(UNDO): added
   3597 	* scripts/w3mhelp.cgi.in: (Page/Cursor motion): add undoPos, redoPos
   3598 
   3599 2002-12-11  Fumitoshi UKAI  <ukai@debian.or.jp>
   3600 
   3601 	* NEWS: func: REDO, UNDO
   3602 
   3603 2002-12-11  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3604 
   3605 	* [w3m-dev 03553] Undo/Redo
   3606 	* fm.h (Buffer): add undo
   3607 		(BufferPos): added
   3608 	* funcname.tab (REDO): added
   3609 			(UNDO): added
   3610 	* main.c (save_buffer_position): added
   3611 		(main): save_buffer_position
   3612 		(resetPos): added
   3613 		(undoPos): added
   3614 		(redoPos): added
   3615 	* proto.h (undoPos): added
   3616 		(redoPos): added
   3617 
   3618 2002-12-11  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3619 
   3620 	* [w3m-dev 03552] Re: link list
   3621 	* menu.c (accesskey_menu): check hseq
   3622 		(list_menu): check hseq
   3623 
   3624 2002-12-11  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3625 
   3626 	* [w3m-dev 03551] Re: External URI loader
   3627 	* file.c (loadGeneralFile): fix SCM_UNKNONWN
   3628 
   3629 2002-12-10  Fumitoshi UKAI  <ukai@debian.or.jp>
   3630 
   3631 	* NEWS: func: LIST, LIST_MENU, MOVE_LIST_MENU
   3632 
   3633 2002-12-10  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3634 
   3635 	* [w3m-dev 03549] link list
   3636 	* anchor.c (addMultirowsImg): add a->slave
   3637 		(getAnchorText): arg AnchorList *al
   3638 		(link_list_panel): added
   3639 	* funcname.tab (LIST): added
   3640 		(LIST_MENU): added
   3641 		(MOVE_LIST_MENU): added
   3642 	* main.c (anchorMn): added
   3643 		(accessKey): use anchorMn()
   3644 		(listMn): added
   3645 		(movlistMn): added
   3646 		(linkLst): added
   3647 	* map.c (searchMapList): not static
   3648 	* menu.c (accesskey_menu): pass AnchorList to getAnchorText()
   3649 		(lmKeys): added
   3650 		(lmKeys2): added
   3651 		(nlmKeys): added
   3652 		(nlmKeys2): added
   3653 		(lmGoto): added
   3654 		(lmSelect): added
   3655 		(list_menu): added
   3656 	* proto.h (linkLst): added
   3657 		(listMn): added
   3658 		(movlistMn): added
   3659 		(list_menu): added
   3660 		(searchMapList): added
   3661 		(getAnchorText): arg AnchorList *al
   3662 		(link_list_panel): added
   3663 	* doc/README.func (LIST): added
   3664 		(LIST_MENU): added
   3665 		(MOVE_LIST_MENU): added
   3666 	* doc-jp/README.func (LINK_MENU): fix message
   3667 		(LIST): added
   3668 		(LIST_MENU): added
   3669 		(MOVE_LIST_MENU): added
   3670 	* scripts/w3mhelp.cgi.in (Page/Cursor motion): add movlistMn
   3671 		(Hyperlink operation): add linkLst linkMn
   3672 
   3673 2002-12-10  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3674 
   3675 	* [w3m-dev 03548] close anchor before <img align=...>
   3676 	* file.c (process_img): use div_int
   3677 		(process_hr): use div_int
   3678 		(process_idattr): don't close_anchor
   3679 		(CLOSE_A): added
   3680 		(HTMLtagproc1): </p> close anchor
   3681 		  <dl>,<ul>,<ol>,<blockquote>,<li>,<dt>,<dd> close anchor
   3682 		  <noframes> close anchor
   3683 		  <pre> close anchor
   3684 		  <center> close anchor
   3685 		  <div> close anchor
   3686 		  add DIV_INT
   3687 		  <form> close anchor
   3688 	* html.c (TagMAP): add div_int
   3689 	* html.h (HTML_DIV_INT): added
   3690 		(HTML_N_DIV_INT): added
   3691 	* tagtable.tab (div_int): added
   3692 			(/div_int): added
   3693 
   3694 2002-12-10  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3695 
   3696 	* [w3m-dev 03544] Can't display "1&2" in table
   3697 	* file.c (HTMLlineproc0): continue -> R_ST_NORMAL
   3698 
   3699 2002-12-10  Fumitoshi UKAI  <ukai@debian.or.jp>
   3700 
   3701 	* file.c (loadGeneralFile): missing `{', fix indent for SCM_UNKNOWN
   3702 	* main.c (set_buffer_environ): unused variables `prev_col'
   3703 
   3704 2002-12-10  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3705 
   3706 	* [w3m-dev 03543] External URI loader (Debian closes: Bug#169962)
   3707 	* file.c (loadGeneralFile): rewrite SCM_UNKNOWN
   3708 
   3709 2002-12-10  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3710 
   3711 	* [w3m-dev 03542] news support
   3712 	* file.c (loadGeneralFile): NNTP as well as NEWS
   3713 	* indep.c (url_unquote_char): check % hex hex
   3714 		(url_unquote): unquote except \0, \n, \r
   3715 
   3716 2002-12-10  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3717 
   3718 	* [w3m-dev 03541] Re: W3M_LINE_NO / W3M_CURRENT_COLUMN
   3719 	* main.c (goLine): check searchKeyData()
   3720 		(set_buffer_environ): W3M_CURRENT_*
   3721 
   3722 2002-12-07  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3723 
   3724 	* [w3m-dev 03536] <del>, <s>
   3725 	* file.c (HTMLtagproc1): <s>..</s> is [S:...:S]
   3726 		(HTMLtagproc0): <del> will delete <table>
   3727 	* fm.h (RB_S): added
   3728 	* html.c (TagMAP): <s>,</s>
   3729 			move <internal>, </internal>
   3730 	* html.h (HTML_S): added
   3731 		(HTML_N_S): added
   3732 		(HTML_INTERNAL): renumed
   3733 		(HTML_N_INTERNAL): ditto
   3734 		(MAX_HTMLTAG): add 2
   3735 	* rc.c (CMT_DISP_INS_DEL): update
   3736 	* table.c (feed_table_tag): add HTML_S, HTML_N_S
   3737 	* table.h (TBLM_S): added
   3738 		(TBLM_ANCHOR): renum
   3739 	* tagtable.tab: (strike, s): HTML_S
   3740 		(/strike, /s): HTML_N_S
   3741 
   3742 2002-12-07  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3743 
   3744 	* [w3m-dev 03535] close anchor, quote <
   3745 	* file.c (HTMLtagproc1): close_anchor
   3746 	* frame.c (createFrameFile): quote <
   3747 
   3748 2002-12-07  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3749 
   3750 	* [w3m-dev 03534] cleanup file.c
   3751 	* file.c (HTMLlineproc2body): cleanup
   3752 
   3753 2002-12-06  Fumitoshi UKAI  <ukai@debian.or.jp>
   3754 
   3755 	* version.c.in: w3m/0.3.2.2+cvs
   3756 	* NEWS: 0.3.2.2
   3757 
   3758 2002-12-06  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3759 
   3760 	* security fix
   3761 	* file.c (process_img): html_quote()
   3762 
   3763 2002-12-06  Takahashi Youichirou <nikuq@hk.airnet.ne.jp>
   3764 
   3765 	* [w3m-dev 03530] save history
   3766 	* history.c (saveHistory): save tmpfile and rename
   3767 
   3768 2002-12-06  Fumitoshi UKAI  <ukai@debian.or.jp>
   3769 
   3770 	* NEWS: func: ACCESSKEY, LINK_MENU
   3771 
   3772 2002-12-06  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3773 
   3774 	* [w3m-dev 03529] Support of title, accesskey of anchor
   3775 	* anchor.c (putAnchor): arg title, key 
   3776 				initialize slave
   3777 		(registerHref): arg title, key
   3778 		(registerName): title = NULL, key = '\0'
   3779 		(registerForm): title = NULL, key = '\0'
   3780 		(_put_anchor_news): title = NULL, key = '\0'
   3781 		(_put_anchor_all): title = NULL, key = '\0'
   3782 		(addMultirowsImg): register title, accesskey
   3783 		(addMultirowsForm): title = NULL, key = '\0'
   3784 		(getAnchorText): added
   3785 	* display.c (displayBuffer): show title if any
   3786 	* file.c (set_breakpoint): use bcopy
   3787 		(back_to_breakpoint): use bcopy
   3788 		(flushline): s/anchor/anchor.url/
   3789 			     s/anchor_hseq/anchor.hseq/
   3790 			     s/anchor_target/anchor.target/
   3791 			     add anchor.*
   3792 		(close_effect0): s/anchor/anchor.url/
   3793 				s/anchor_hseq/anchor.hseq/
   3794 		(close_anchor): use bzero
   3795 		(process_img): ATTR_TITLE, 
   3796 		(HTMLtagproc1): s/anchor/anchor.url/
   3797 				target, referer, title, accesskey, hseq
   3798 		(HTMLlineproc2body): ATTR_TITLE, ATTR_ACCESSKEY
   3799 		(init_henv): use bzero
   3800 	* fm.h (Anchor): add title, accesskey, slave
   3801 		(Breakpoint): use Anchor
   3802 		(struct readbuffer): use Anchor
   3803 	* funcname.tab (ACCESSKEY): added
   3804 		(LINK_MENU): added
   3805 	* html.c (ALST_A): add ATTR_TITLE, ATTR_ACCESSKEY
   3806 		(ALST_IMG): add ATTR_TITLE
   3807 		(ALST_IMG_ALT): add ATTR_TITLE
   3808 		(AttrMAP): add accesskey, renum
   3809 	* html.h (ATTR_ACCESSKEY): added
   3810 		(ATTR_*): renum 50->60
   3811 	* main.c (linkMn): added
   3812 		(accessKey): added
   3813 	* menu.c (LinkMenu): deleted
   3814 		(LinkV): deleted
   3815 		(initLinkMenu): deleted
   3816 		(lmGoURL): deleted
   3817 		(popupMenu): delete initLinkMenu()
   3818 		(initMenu): delete Link
   3819 		(link_menu): added
   3820 		(accesskey_menu): added
   3821 	* proto.h (linkMn): added
   3822 		(link_menu): added
   3823 		(accessKey): added
   3824 		(accesskey_menu): added
   3825 		(putAnchor): arg title, key
   3826 		(registerHref): arg title, key
   3827 		(registerImg): arg title
   3828 		(getAnchorText): added
   3829 	* doc/README.func (ACCESSKEY): added
   3830 			(LINK_MENU): added
   3831 	* doc-jp/README.func (ACCESSKEY): added
   3832 			(LINK_MENU): added
   3833 	* scripts/w3mhelp.cgi.in (Hyperlink operation): add linkMn accessKey
   3834 
   3835 2002-12-06  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3836 
   3837 	* [w3m-dev 03528] area without alt
   3838 	* map.c (getCurrentMapLabel): when a->alt is empty 
   3839 
   3840 2002-12-06  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3841 
   3842 	* [w3m-dev 03527] fix frame.c
   3843 	* frame.c (createFrameFile): move need_reconstruct
   3844 
   3845 2002-12-06  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3846 
   3847 	* [w3m-dev 03526] Re: fix doc*/README.func, w3mhelp.cgi.in
   3848 	* scripts/w3mhelp.cgi.in: (load_keymap): 
   3849 			always upcase ESC,SPC,TAB,DEL,UP,DOWN,RIGHT,LEFT
   3850 
   3851 2002-12-05  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3852 
   3853 	* [w3m-dev 03525] Re: sync option
   3854 	* func.c (initKeymap): delete check force, keymap_initialized
   3855 
   3856 2002-12-05  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3857 
   3858 	* [w3m-dev 03524] fix doc*/README.func, w3mhelp.cgi.in
   3859 	* doc/README.func (REINIT): added
   3860 	* doc-jp/README.func (REINIT): added
   3861 	* scripts/w3mhelp.cgi.in (Page/Cursor motion): 
   3862 				add moveR1 movL1 movD1 movU1 ldown1 lup1
   3863 		(File/Stream operation): add pipeBuf
   3864 		(Miscellany): add dispVer execCmd reinit
   3865 		(load_keymap): rewrite
   3866 		(norm_key): rewrite
   3867 	
   3868 2002-12-05  Fumitoshi UKAI  <ukai@debian.or.jp>
   3869 
   3870 	* NEWS: rc: display_ins_del
   3871 
   3872 2002-12-05  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3873 
   3874 	* [w3m-dev 03523] Re: del/ins
   3875 	* file.c (HTMLtagproc1): check displayInsDel, RB_DEL
   3876 	* fm.h (RB_DEL): added
   3877 		(displayInsDel): added
   3878 	* rc.c (CMT_DISP_INS_DEL): added
   3879 		(display_ins_del): added
   3880 	* table.c (feed_table_tag): check displayInsDel, TBLM_DEL
   3881 	* table.h (TBLM_DEL): added
   3882 		(TBLM_ANCHOR): renum
   3883 		(struct table_mode): unsigned int pre_mode
   3884 
   3885 2002-12-05  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3886 
   3887 	* [w3m-dev 03522] newline around <pre>..</pre>
   3888 	* file.c (HTMLtagproc1): break before <pre>/after </pre> if necessary
   3889 
   3890 2002-12-05  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3891 
   3892 	* [w3m-dev 03521] sync option
   3893 	* display.c (redrawNLine): calcTabPos()
   3894 	* func.c (initKeymap): return if keymap_initialized
   3895 	* main.c (calcTabPos): no more static
   3896 		(main): move sync_with_option, initCookie, setLocalCookie
   3897 			move backend
   3898 			move initKeymap, initMouseAction, initMenu
   3899 			remove calcTabPos
   3900 			add displayBuffer
   3901 		(numTab): static
   3902 		(deleteTab): delete calcTabPos
   3903 		(moveTab): delete calcTabPos
   3904 	* proto.h (calcTabPos): added
   3905 		
   3906 2002-12-05  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3907 
   3908 	* [w3m-dev-en 00841] Re: w3m segfaults if the terminal is not writable
   3909 	* terms.c (reset_tty): don't close stderr
   3910 
   3911 2002-12-04  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3912 
   3913 	* [w3m-dev 03516] Re: 2 stroke keybinding
   3914 	* func.c (keymap_initialized): initialized to FALSE
   3915 		(setKeymap): push KeyData
   3916 
   3917 2002-12-04  Fumitoshi UKAI  <ukai@debian.or.jp>
   3918 
   3919 	* NEWS: 2 stroke keybinding
   3920 		func: MULTIMAP
   3921 
   3922 2002-12-04  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3923 
   3924 	* [w3m-dev 03515] 2 stroke keybinding
   3925 	* func.c (setKeymap): add map
   3926 				K_MULTI support
   3927 		(getKey2): added
   3928 		(getKey): rewrite to use getKey2()
   3929 	* func.h (K_MULTI): added
   3930 		(MULTI_KEY): added
   3931 	* funcname.tab (MULTIMAP): added
   3932 	* main.c (escKeyProc): added
   3933 		(escmap): rewrite to use escKeyProc()
   3934 		(escbmap): rewrite to use escKeyProc()
   3935 		(escdmap): rewrite to use escKeyProc()
   3936 		(multimap): added
   3937 	* proto.h (multimap): added
   3938 
   3939 2002-12-04  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3940 
   3941 	* [w3m-dev 03514] Effect of tab title
   3942 	* display.c (redrawNLine): rewrite, do without clrtoeolx()
   3943 
   3944 2002-12-04  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3945 
   3946 	* [w3m-dev 03512] Re: HTML parser
   3947 	* table.c (feed_table_tag): HTML_N_SELECT, HTML_N_CAPTION
   3948 
   3949 2002-12-04  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3950 
   3951 	* [w3m-dev 03510] waiting time when cookie was rejected.
   3952 	* file.c (readHeader): display cookie warnings for only 1 sec 
   3953 
   3954 2002-12-04  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   3955 
   3956 	* [w3m-dev 03509] HTML parser
   3957 	* file.c (close_textarea): delete
   3958 		(HTMLtagproc1): rewrite 
   3959 				delete HTML_EOL
   3960 				move HTML_LISTING, HTML_N_LISTING
   3961 				add HTML_PRE_PLAIN, HTML_N_PRE_PLAIN
   3962 				add HTML_PLAINTEXT
   3963 				end_tag
   3964 		(HTMLlineproc0): s/str/line/
   3965 				rewrite
   3966 		(completeHTMLstream): </textarea> if necessary
   3967 	* fm.h (struct readbuffer): delete ignore_tag
   3968 				add end_tag
   3969 		(RB_XMPMODE): deleted
   3970 		(RB_LSTMODE): deleted
   3971 		(RB_SCRIPT): added
   3972 		(RB_STYLE): added
   3973 		(RB_*): renumber
   3974 		(R_ST_EOL): added
   3975 		(R_ST_*): renumber
   3976 		(ST_IS_TAG): check R_ST_EOL
   3977 	* form.c (form_fputs_decode): remove <eol> handling
   3978 	* frame.c (newFrame): remove_space()
   3979 		(CASE_TABLE_TAG): added
   3980 		(createFrameFile): rewrite
   3981 	* html.c (TagMAP): delete eol
   3982 			add pre_plain, /pre_plain
   3983 	* html.h (HTML_EOL): deleted
   3984 		(HTML_PRE_PLAIN): added
   3985 		(HTML_N_PRE_PLAIN): added
   3986 	* table.c (visible_length): rewrite
   3987 		(visible_length_plain): added
   3988 		(maximum_visible_length_plain): added
   3989 		(do_refill): R_ST_EOL
   3990 		(table_close_select): end_tag
   3991 		(table_close_textarea): end_tag
   3992 		(TAG_ACTION_PLAIN): added
   3993 		(feed_table_tag): rewrite
   3994 		(feed_table): rewrite
   3995 	* table.h (TBLM_*) reassign
   3996 		(struct table_mode): delete ignore_tag
   3997 				add end_tag
   3998 	* tagtable.tab (eol): deleted
   3999 			(pre_plain): added
   4000 			(/pre_plain): added
   4001 
   4002 2002-12-03  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4003 
   4004 	* [w3m-dev 03505] Re: coredump when ssl error
   4005 	* file.c (loadGeneralFile): term_raw(), SIGINT before retry
   4006 
   4007 2002-12-03  AIDA Shinra <aida-s@jcom.home.ne.jp>
   4008 
   4009 	* [w3m-dev 03504] coredump when ssl error
   4010 	* file.c (loadGeneralFile): term_raw, SIGINT
   4011 
   4012 2002-12-03  Fumitoshi UKAI  <ukai@debian.or.jp>
   4013 
   4014 	* remove ununsed variables
   4015 	* file.c (addLink): unused variable `t'
   4016 	* menu.c (lmGoURL): unused variable `pu'
   4017 
   4018 2002-12-03  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4019 
   4020 	* [w3m-dev 03501] link tag support
   4021 	* buffer.c (reshapeBuffer): initialize formlist, linklist,
   4022 					maplist, hmarklist, imarklist
   4023 	* file.c (addLink): added
   4024 		(HTMLlineproc2body): add HTML_LINK
   4025 		(loadHTMLstream): use HTMLlineproc0 not in R_ST_NORMAL
   4026 		(reloadBuffer): initialize linklist, maplist, 
   4027 				hmarklist, imarklist
   4028 	* fm.h (LINK_TYPE_NONE): added
   4029 		(LINK_TYPE_REL): added
   4030 		(LINK_TYPE_REV): added
   4031 		(LinkList): added
   4032 		(Buffer): add linklist
   4033 	* html.c (ALST_LINK): added
   4034 		(TagMAP): add link
   4035 		(AtrMAP): add rel, rev, title
   4036 	* html.h (HTML_LINK): added
   4037 		(ATTR_REL): added
   4038 		(ATTR_REV): added
   4039 		(ATTR_TITLE): added
   4040 	* map.c (append_map_info): anchor
   4041 		(append_link_info): added
   4042 		(page_info_panel): append_link_info
   4043 	* menu.c (LinkMenu): added
   4044 		(linkV): added
   4045 		(initLinkMenu): added
   4046 		(lmGoURL): added
   4047 		(popupMenu): initLinkMenu()
   4048 		(initMenu): w3mMenuList new 4
   4049 				add "Link"
   4050 	* tagtable.tab (link): added
   4051 
   4052 2002-11-29  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4053 
   4054 	* [w3m bug] internal tag
   4055 	* display.c (loadHTMLstream): HTMLlineproc0 internal
   4056 
   4057 2002-11-29  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4058 
   4059 	* [w3m-dev 03498] Re: parse <!-- ... --> in <script>
   4060 	* file.c (HTMLlineproc0): tag in textarea
   4061 	* frame.c (createFrameFile): fix comment processing in frame
   4062 
   4063 2002-11-28  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4064 
   4065 	* [w3m-dev 03497] incorrect image size
   4066 	* image.c (getImageSize): invoke w3mimgdiplay -size instead of "5;..."
   4067 	* w3mimgdisplay.c (defined_size): added
   4068 			(main): if defined_size get_image_size()
   4069 			(GetOption): -size
   4070 
   4071 2002-11-28  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4072 
   4073 	* [w3m-dev 03496] parse <!-- ... --> in <script>
   4074 	* etc.c (read_token): check <pre>
   4075 	* file.c (HTMLlineproc0): remove comment processing
   4076 			check pre mode
   4077 			comment processing move
   4078 
   4079 2002-11-28  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4080 
   4081 	* [w3m-dev 03495] local CGI can't work
   4082 	* local.c: #include "hash.h"
   4083 		(set_environ): env string put in hash
   4084 
   4085 2002-11-28  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4086 
   4087 	* [w3m-dev 03494] Number of line is few when pager mode.
   4088 	* display.c (redrawLine): buf->rootY
   4089 
   4090 2002-11-28  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4091 
   4092 	* [w3m-dev 03493] scroll menu
   4093 	* menu.c (mLineU): added
   4094 		(mLineD): added
   4095 		(MenuKeymap): C-r, C-s, J, K
   4096 		(mouse_scroll_line): added
   4097 		(process_mMouse): drag
   4098 			BTN4, BTN5
   4099 	* doc-jp/README.menu: update
   4100 
   4101 2002-11-27  Fumitoshi UKAI  <ukai@debian.or.jp>
   4102 
   4103 	* version.c.in: w3m/0.3.2.1+cvs
   4104 
   4105 2002-11-27  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4106 
   4107 	* [w3m-dev 03491] Re: case insensitive regexp search
   4108 	* regex.c (matchWhich): tolower
   4109 
   4110 2002-11-27  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4111 
   4112 	* use local_cookie for support local-cgi commands
   4113 	* file.c (loadGeneralFile): pass Local_cookie to DirBufferCommand
   4114 	* fm.h (Local_cookie): Str
   4115 	* local.c (setLocalCookie): Str, set_environ()
   4116 		(set_cgi_environ): remove LOCAL_COOKIE
   4117 	* main.c (ldhelp): pass Local_cookie
   4118 		(adBmark): ditto
   4119 	* rc.c (optionpanel_src1): cookie
   4120 		(load_option_panel): pass Local_cookie
   4121 	* w3mbookmark.c (main): check Local_cookie
   4122 	* w3mhelperpanel (main): ditto
   4123 	* scripts/dirlist.cgi.in: ditto
   4124 	* scripts/w3mhelp.cgi.in: ditto
   4125 	* scripts/multipart/multipart.cgi.in: ditto
   4126 
   4127 2002-11-27  Fumitoshi UKAI  <ukai@debian.or.jp>
   4128 
   4129 	* frame.c (createFrameFile): html_quote()
   4130 
   4131 2002-11-27  Hiroyuki Ito <hito@crl.go.jp>
   4132 
   4133 	* [w3m-dev 03488] meta refresh in frame
   4134 	* file.c (getMetaRefreshParam): added
   4135 		(HTMLtagproc1): use getMetaRefreshParam()
   4136 	* frame.c (createFrameFile): check meta refresh
   4137 	* proto.h (getMetaRefreshProgram): added
   4138 
   4139 2002-11-27  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4140 
   4141 	* w3m 0.3.2.1 security fix
   4142 	* frame.c (createFrameFile): html_quote()
   4143 
   4144 2002-11-27  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4145 
   4146 	* [w3m-dev 03486] fix of displayLineInfo
   4147 	* display.c (displayBuffer): don't divide by 0
   4148 
   4149 2002-11-26  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4150 
   4151 	* [w3m-dev 03485] fix mouse menu position
   4152 	* main.c (do_mouse_action): use anchor_map is no active_map
   4153 			check top left corner
   4154 		(FRAME_WIDTH): added
   4155 		(menuMs): adjust cursorX using FRAME_WIDTH
   4156 
   4157 2002-11-26  Fumitoshi UKAI  <ukai@debian.or.jp>
   4158 
   4159 	* NEWS: func: CLOSE_TAB_MOUSE, MENU_MOUSE, MOVE_MOUSE, TAB_MOUSE
   4160 
   4161 2002-11-26  Fumitoshi UKAI  <ukai@debian.or.jp>
   4162 
   4163 	* doc/README.mouse_menu: deleted
   4164 	* doc/README.mouse: added
   4165 	* doc-jp/README.mouse_menu: deleted
   4166 	* doc-jp/README.mouse: added
   4167 
   4168 2002-11-26  Fumitoshi UKAI  <ukai@debian.or.jp>
   4169 
   4170 	* map.c (follow_map_menu): MapArea *a is used ifdef MENU_MAP
   4171 	* func.c (initMouseAction): remove unsed variables: x, width, map
   4172 
   4173 2002-11-26  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4174 
   4175 	* [w3m-dev 03478] mouse action configuration
   4176 	* display.c (displayBuffer): mouse_menu -> mouse_action.menu_str
   4177 				mouse_action.lastline_str
   4178 			(redrawNLine): mouse_menu -> mouse_action.menu_str
   4179 	* fm.h (MouseMenuMap): deleted
   4180 		(MouseActionMap): added
   4181 		(MouseAction): added
   4182 		(mouse_action): added
   4183 	* func.c (default_mouse_action): added
   4184 		(setMouseAction0): added
   4185 		(setMouseAction1): added
   4186 		(setMouseAction2): added
   4187 		(initMouseMenu): deleted
   4188 		(initMouseAction): added
   4189 	* funcname.tab (CLOSE_TAB_MOUSE): added
   4190 		(MENU_MOUSE): added
   4191 		(MOVE_MOUSE): added
   4192 		(TAB_MOUSE): added
   4193 	* main.c (main): initMouseMenu() -> initMouseAction()
   4194 			mouse_menu -> mouse_action
   4195 		(posTab): mouse_menu -> mouse_action
   4196 			check y > LastTab->y
   4197 		(mouse_menu_action): deleted
   4198 		(do_mouse_action): added
   4199 		(process_mouse): mouse_menu -> mouse_action
   4200 			do_mouse_action()
   4201 		(movMs): added
   4202 		(menuMs): added
   4203 		(tabMs): added
   4204 		(closeTMs): added
   4205 		(reinit): initMouseMenu() -> initMouseAction()
   4206 			resource: MOUSE_MENU -> MOUSE
   4207 		(calcTabPos): mouse_menu -> mouse_action
   4208 	* menu.c (mainMn): mouse_menu -> mouse_action
   4209 		(selMn): mouse_menu -> mouse_action
   4210 		(tabMn): mouse_menu -> mouse_action
   4211 		(initMenu): add SelectTag to w3mMenuList
   4212 	* proto.h (movMs): added
   4213 		(menuMs): added
   4214 		(tabMs): added
   4215 		(closeTMs): added
   4216 		(initMouseMenu): deleted
   4217 		(initMouseAction): added
   4218 	* rc.c (sync_with_option): initMouseMenu() -> initMouseAction()
   4219 	* doc/README.func (CLOSE_TAB_MOUSE): added
   4220 		(MENU_MOUSE): added
   4221 		(MOVE_MOUSE): added
   4222 		(TAB_MOUSE): added
   4223 	* doc-jp/README.func (CLOSE_TAB_MOUSE): added
   4224 		(MENU_MOUSE): added
   4225 		(MOVE_MOUSE): added
   4226 		(TAB_MOUSE): added
   4227 
   4228 2002-11-26  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4229 
   4230 	* [w3m-dev 03476] Re: Bug#170506: w3m: Unable to use mozilla bugzilla
   4231 	* file.c (HTMLtagproc1): initialize ignore_tag in table_mode
   4232 		(HTMLtagproc0): check table_level
   4233 	* table.c (feed_table_tag): set mode->ignore_tag
   4234 	* table.h (struct table_mode): add ignore_tag
   4235 
   4236 2002-11-25  Fumitoshi UKAI  <ukai@debian.or.jp>
   4237 
   4238 	* [w3m-dev 03471] Re: SETPGRP()
   4239 	* configure: SETPGRP() always defined
   4240 	* proto.h (close_all_fds): added
   4241 		(myExec): #ifdef HAVE_SETPGRP
   4242 	* etc.c (close_all_fds): added
   4243 		(myExec): #ifdef HAVE_SETPGRP
   4244 		(mySystem): #ifndef -> #ifdef
   4245 	* file.c (_doFileCopy): delete #ifdef HAVE_SETPGRP
   4246 		(doFileSave): ditto
   4247 	* image.c (openImgdisplay): delete #ifdef HAVE_SETPGRP
   4248 				use close_all_fds()
   4249 	* search.c (open_migemo): ditto
   4250 
   4251 2002-11-23  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4252 
   4253 	* [w3m-dev 03466] Re: background download when external viewer
   4254 	* file.c (doExternal): UFclose(&uf);
   4255 
   4256 2002-11-23  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4257 
   4258 	* [w3m-dev 03464] Re: case insensitive regexp search
   4259 	  (rewrite [w3m-dev 03462] by Hiroyuki Ito <hito@crl.go.jp>)
   4260 	* regex.c (matchWhich): add int
   4261 		(newRegex0): igncase
   4262 		(regmatch1): matchWhich with re->mode & RE_IGNCASE
   4263 		(matchWhich): add igncase
   4264 
   4265 2002-11-23  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4266 
   4267 	* [w3m-dev 03459] background download when external viewer
   4268 	* etc.c (myExec): added
   4269 		(mySystem): rewrite to use myExec()
   4270 	* file.c (doExternal): run background if BackgroundExtViewer
   4271 	* proto.h (myExec): added
   4272 
   4273 2002-11-23  Fumitoshi UKAI  <ukai@debian.or.jp>
   4274 
   4275 	* doc/README.mouse_menu: delete column 10 limit
   4276 	* doc-jp/README.mouse_menu: ditto
   4277 
   4278 2002-11-23  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4279 
   4280 	* [w3m-dev 03458] Re: mouse menu
   4281 	* display.c (displayBuffer): nTab2 -> nTab, mouse_menu
   4282 	* fm.h (nTab2): deleted
   4283 		(MouseMenuMap): added
   4284 		(MouseMenu): added
   4285 		(LIMIT_MOUSE_MENU): added
   4286 	* func.c (initMouseMenu): delete mouse_menu_map initialization
   4287 			conv_from_system
   4288 			mouse_menu->width
   4289 	* main.c (main): mouse_menu->in_action = FALSE
   4290 		(posTab): check mouse_menu
   4291 		(mouse_menu_action): add y arg
   4292 			mouse_menu_width check
   4293 		(process_mouse): nTab2 -> nTab, mouse_menu
   4294 		(nTabLine): deleted
   4295 		(calcTabPos): check mouse_menu
   4296 	* menu.c (mainMn): x, y
   4297 		(selMn): mouse_menu check
   4298 		(tabMn): mosue_menu check
   4299 	* proto.h (nTabLine): deleted
   4300 
   4301 2002-11-22  Fumitoshi UKAI  <ukai@debian.or.jp>
   4302 
   4303 	* NEWS: options: -N
   4304 
   4305 2002-11-22  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4306 
   4307 	* [w3m-dev 03457] open URL of command line on each new tabs
   4308 	* main.c (delBuffer): static
   4309 		(fusage): -N
   4310 		(main): add open_new_tab for -N
   4311 
   4312 2002-11-22  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4313 
   4314 	* [w3m-dev 03456] tiling of tab
   4315 	* display.c (displayBuffer): use LastTab->y
   4316 		(redrawNLine): fix column calculation
   4317 	* fm.h (TabBuffer): add x1, x2, y
   4318 	* main.c (calcTabPos): added
   4319 		(main): calcTabPos()
   4320 		(mouse_scroll_line): rewrite
   4321 		(process_mouse): use LastTab->y
   4322 		(_newT): calcTabPos()
   4323 		(calcTabPos): added
   4324 		(deleteTab): calcTabPos()
   4325 		(moveTab): calcTabPos()
   4326 
   4327 2002-11-22  Fumitoshi UKAI  <ukai@debian.or.jp>
   4328 
   4329 	* doc/README.mouse_menu: added
   4330 	* doc-jp/README.mouse_menu: added
   4331 
   4332 2002-11-22  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4333 
   4334 	* [w3m-dev 03455] mouse menu
   4335 	* configure (config.h): MOUSE_FILE
   4336 	* display.c (displayBuffer): nTab -> nTab2, N_TAB -> nTabLine()
   4337 		(redrawNLine): nTab -> nTab2, N_TAB -> nTabLine()
   4338 				mouse_menu support
   4339 	* fm.h (nTab2): added
   4340 		(N_TAB): deleted
   4341 		(NO_TABBUFFER): added
   4342 		(struct _MouseMenu): added
   4343 		(mouse_menu_map): added
   4344 		(mouse_menu): added
   4345 	* func.c (initMouseMenu): added
   4346 	* main.c (main): initMouseMenu()
   4347 		(posTab): mouse_menu support
   4348 		(mouse_menu_action): added
   4349 		(process_mouse): mouse_menu support
   4350 		(reinit): initMouseMenu()
   4351 		(nTabLine): added
   4352 		(moveTab): check NO_TABBUFFER
   4353 	* proto.h (nTabLine): added
   4354 		(initMouseMenu): added
   4355 	* rc.c (sync_with_option): initMouseMenu()
   4356 
   4357 2002-11-22  Fumitoshi UKAI  <ukai@debian.or.jp>
   4358 
   4359 	* NEWS: func: NEXT, PREV
   4360 
   4361 2002-11-22  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4362 
   4363 	* [w3m-dev 03454] next / previous buffer
   4364 	* funcname.tab (NEXT): added
   4365 			(PREV): added
   4366 	* main.c (nextBf): added
   4367 		(prevBf): added
   4368 	* proto.h (nextBf): added
   4369 		(prevBf): added
   4370 	* doc/README.func (NEXT): added
   4371 			(PREV): added
   4372 	* doc-jp/README.func (NEXT): added
   4373 			(PREV): added
   4374 	* scripts/w3mhelp.cgi.in (Buffer operation): nextBf prevBf
   4375 
   4376 2002-11-20  Fumitoshi UKAI  <ukai@debian.or.jp>
   4377 
   4378 	* NEWS: rc: image_map_list
   4379 
   4380 2002-11-20  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4381 
   4382 	* [w3m-dev 03452] image map
   4383 	* display.c (displayBuffer): use getCurrentMapLabel()
   4384 	* fm.h (MapArea): delete ifdef MENU_MAP
   4385 		(image_map_list): added
   4386 	* main.c (followA): don't call retrieveCurrentImg() ifdef USE_IMAGE
   4387 		use retrieveCurrentMap() ifndef USE_IMAGE
   4388 		(_followForm): indent
   4389 		(drawAnchorCursor0): add AnchorList
   4390 		(drawAnchorCuror): pass AnchorList to drawAnchorCursor0
   4391 		(follow_map): follow_map_panel
   4392 	* map.c (searchMapList): added
   4393 		(nearestMapArea): n, min default value to -1
   4394 		(searchMapArea): added
   4395 		(getCurrentMapLabel): added
   4396 		(getMapXY): moved
   4397 		(retrieveCurrentMap): added
   4398 		(follow_map_menu): parsed_tagarg -> name
   4399 				rewrite to search map list/area
   4400 		(follow_map_panel): parsed_tagarg -> name
   4401 				rewrite to search map list/area
   4402 		(newMapArea): delete ifdef MENU_MAP
   4403 		(append_map_info): added
   4404 		(page_info_panel): append_map_info
   4405 	* proto.h (follow_map_menu): parsed_tagarg -> name
   4406 		(follow_map_panel): parsed_tagarg -> name
   4407 		(getCurrentMapLabel): added
   4408 		(retrieveCurrentMap): added
   4409 	* rc.c (CMT_IMAGE_MAP_LIST): added
   4410 		(image_map_list): added
   4411 
   4412 2002-11-20  Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
   4413 
   4414 	* [w3m-dev 03450] Re: cygwin console on Win9X
   4415 	* terms.c (mouse_init): ifdef __CYGWIN__
   4416 		(mouse_end): ditto
   4417 
   4418 2002-11-19  Fumitoshi UKAI  <ukai@debian.or.jp>
   4419 
   4420 	* ftp.c (ftp_fclose): void return 
   4421 
   4422 2002-11-19  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4423 	
   4424 	* [w3m-dev 03444] download from ftp.
   4425 	* file.c (FTPhalfclose: static
   4426 		(loadGeneralFile): UFclose
   4427 				FTPhalfclose for SCM_FTP
   4428 				UFclose before signal back
   4429 		(loadImageBuffer): UFclose before signal back
   4430 		(openGeneralPagerBuffer): UFclose
   4431 	* ftp.c (ftp_fclose): added
   4432 		(Ftpfclose): dont read response(), but ftp_fclose()
   4433 		(FtpBye): ftp_fclose()
   4434 
   4435 2002-11-19  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4436 
   4437 	* [w3m-dev 03449] Add DOWNLOAD_LIST to doc*/README.func and scripts/w3mhelp.cgi.in
   4438 	* doc-jp/README.func (DOWNLOAD_LIST): added
   4439 	* doc/README.func (DOWNLOAD_LIST): added
   4440 	* scripts/w3mhelp.cgi.in (Miscellany): add ldDL
   4441 
   4442 2002-11-19  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4443 
   4444 	* [w3m-dev 03448] Some fixes
   4445 	* url.c (KeyAbort): SIGNAL_RETURN
   4446 	* .cvsginore: delete w3mimgsize
   4447 	* scripts/.cvsignore: delete xface2xbm
   4448 	* scripts/xface2xbm.in: deleted
   4449 
   4450 2002-11-19  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4451 
   4452 	* [w3m-dev 03447] Re: Open download list panel on new tab
   4453 	* main.c (download_action): buffer management deleted
   4454 		(ldDL): buffer management moved here
   4455 
   4456 2002-11-19  Fumitoshi UKAI  <ukai@debian.or.jp>
   4457 
   4458 	* NEWS: rc: open_tab_dl_list
   4459 
   4460 2002-11-19  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4461 
   4462 	* [w3m-dev 03446] Open download list panel on new tab
   4463 	* fm.h (open_tab_dl_list): added
   4464 	* main.c (download_action): buffer delete when download done
   4465 		(ldDL): open buf in new tab if open_tab_dl_list
   4466 	* rc.c (CMT_OPEN_TAB_DL_LIST): added
   4467 		(open_tab_dl_list): added
   4468 
   4469 2002-11-19  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4470 
   4471 	* [w3m-dev 03445] download list for "w3m foo.tar.gz"
   4472 	* main.c (main): display download list
   4473 
   4474 2002-11-19  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4475 
   4476 	* [w3m-dev 03443] Can't display "echo only_one_line | w3m"
   4477 	* display.c (redrawNLine): check 1st line
   4478 
   4479 2002-11-16  Fumitoshi UKAI  <ukai@debian.or.jp>
   4480 
   4481 	* [w3m-dev 03442] Re: setting form on loading
   4482 	* form.c (preFormUpdateBuffer): ifdef MENU_SELECT
   4483 
   4484 2002-11-16  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4485 
   4486 	* [w3m-dev 03441] charset of save file
   4487 	* file.c (_doFileCopy): use conv_from_system()
   4488 		(doFileSave): conv_from_system()
   4489 	* main.c (DownloadListBuffer): conv_from_system()
   4490 
   4491 2002-11-16  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4492 
   4493 	* [w3m-dev 03440] Re: restore alarm event
   4494 	* fm.h (BP_RELOAD): added
   4495 		(DOWNLOAD_LIST_TITLE): added
   4496 	* main.c (main): if BP_RELOAD, do reload
   4497 		(reload): if buffer is DOWNLOAD_LIST, ldDL()
   4498 		(DownloadListBuffer): rewrite with DOWNLOAD_LIST_TITLE
   4499 		(download_action): delete "update"
   4500 				don't delete prev buffer
   4501 		(ldDL): rewrite to do reload
   4502 
   4503 2002-11-16  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4504 
   4505 	* [w3m-dev 03439] restore alarm event
   4506 	* fm.h (AL_RESTORE): added
   4507 	* main.c (alarm_sec): deleted
   4508 		(alarm_status): deleted
   4509 		(alarm_buffer): deleted
   4510 		(alarm_event): deleted
   4511 		(AlarmEvent): added
   4512 		(CurrentAlarm): added
   4513 		(PrevAlarm): added
   4514 		(main): rewrite with CurrentAlarm
   4515 		(SigAlarm): rewrite with CurrentAlarm
   4516 		(copyAlarmEvent): added
   4517 		(setAlarm): if AL_RESTORE, copy back from PrevAlarm
   4518 			rewrite with CurrentAlarm
   4519 
   4520 2002-11-16  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4521 
   4522 	* [w3m-dev 03438] Re: segmentation fault by large complex table.
   4523 	* table.c (check_table_height): check MAXROWCELL
   4524 	* table.h (MAXROWCELL): added
   4525 
   4526 2002-11-16  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4527 
   4528 	* [w3m-dev 03437] Re: Check image size
   4529 	* fm.h (MAX_IMAGE_SIZE): changed to 2048
   4530 
   4531 2002-11-16  Hiroyuki Ito <hito@crl.go.jp>
   4532 
   4533 	* [w3m-dev 03436] Check image size
   4534 	* file.c (process_img): check w > MAX_IMAGE_SIZE
   4535 		(HTMLlineproc2body): check w,h > MAX_IMAGE_SIZE
   4536 	* fm.h (MAX_IMAGE_SIZE): added
   4537 	* image.c (getImageSize): check w,h,width,height > MAX_IMAGE_SIZE
   4538 
   4539 2002-11-16  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4540 
   4541 	* [w3m-dev 03435] save image with SAVE
   4542 	* buffer.c (discardBuffer): check image
   4543 	* file.c (loadImageBuffer): add st
   4544 			IMG_FLAG_DONE_REMOVE
   4545 			s/sourcefile/mailcap_source/
   4546 	* fm.h (IMG_FLAG_DONT_REMOVE): added
   4547 	* image.c (drawImage): & IMG_FLAG_LOADED
   4548 		(deleteImage): & IMG_FLAG_DONT_REMOVE
   4549 		(showImageProgress): & IMG_FLAG_LOADED
   4550 		(getImage): & IMG_FLAG_LOADED
   4551 		(getImageSize): & IMG_FLAG_LOADED
   4552 	* main.c (vmSrc): delete ifdef USE_IMAGE
   4553 
   4554 2002-11-16  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4555 
   4556 	* [w3m-dev 03434] Re: cygwin console on Win9X
   4557 	* terms.c (cygwin_mouse_btn_swapped): ifdef USE_MOUSE
   4558 		(lastConMouse): deleted
   4559 		(check_win9x): static
   4560 		(read_win32_console): static
   4561 		(GetConsoleHwnd): static
   4562 		(cygwin_version): ifdef USE_MOUSE, static
   4563 		(check_cygwin_console): static
   4564 		(NEED_XTERM_ON): added
   4565 		(NEED_XTERM_OFF): added
   4566 		(NEED_CYGWIN_ON): added
   4567 		(NEED_CYGWIN_OFF): added
   4568 		(XTERM_TITLE): static char[]
   4569 		(SCREEN_TITLE): static char[]
   4570 		(CYGWIN_TITLE): static char[]
   4571 		(term_title): check title_str
   4572 	* terms.h (LASTLINE): added
   4573 		(is_xterm): deleted
   4574 		(enable_win9x_console_input): extern
   4575 		(disable_win9x_console_input): extern
   4576 		(NEED_XTERM_ON): deleted
   4577 		(NEED_XTERM_OFF): deleted
   4578 
   4579 2002-11-16  WATANABE Katsuyuki <katsuyuki_1.watanabe@toppan.co.jp>
   4580 
   4581 	* [w3m-dev 03433] cygwin console on Win9X
   4582 	* configure (config.h): SUPPORT_WIN9X_CONSOLE_MBCS
   4583 	* linein.c (inputLineHistSearch): enable_win9x_console_input()
   4584 					disable_win9x_console_input()
   4585 	* main.c (mouse): cygin_mouse_btn_swapped
   4586 	* terms.c (is_xterm): static
   4587 		(isLocalConsole): added
   4588 		(cygwin_mouse_btn_swapped): added
   4589 		(check_win32_console): deleted
   4590 		(check_win9x): added
   4591 		(init_win32_console_handle): check ttyslot()
   4592 		(enable_win9x_console_input): added
   4593 		(disable_win9x_console_input): added
   4594 		(read_win32_console_input): delete ifdef MOUSE
   4595 		(cmp_tv): deleted
   4596 		(subtract_tv): deleted
   4597 		(GetConsoleHwnd): added
   4598 		(cygwin_version): added
   4599 		(select_or_poll_win32_console): deleted
   4600 		(check_cygwin_console): added
   4601 		(select_win32_console): deleted
   4602 		(set_tty): check_cygin_console()
   4603 		(term_title): SetConsoleTitle()
   4604 		(CYGWIN_ON): added
   4605 		(CYGIN_OFF): added
   4606 		(mouse_init): NEED_CYGWIN_ON
   4607 		(mouse_end): NEED_CYGWIN_OFF
   4608 	* terms.h (cygwin_mouse_btn_swapped): added
   4609 		(enable_win9x_console_input): added
   4610 		(disable_win9x_console_input): added
   4611 		(NEED_CYGWIN_ON): added
   4612 		(NEED_CYGWIN_OFF): added
   4613 
   4614 2002-11-16  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4615 
   4616 	* [w3m-dev 03432] Re: tab browser
   4617 	* display.c (displayBuffer): s/buf->LINES/LASTLINES/ in cygwin
   4618 
   4619 2002-11-16  Fumitoshi UKAI  <ukai@debian.or.jp>
   4620 
   4621 	* NEWS: func: DOWNLOAD_LIST
   4622 
   4623 2002-11-16  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4624 
   4625 	* [w3m-dev 03431] save file by background process
   4626 	* file.c (loadGeneralFile): use _doFileCopy()
   4627 		(_doFileCopy): renamed from doFileCopy()
   4628 				lock
   4629 				fork & save
   4630 		(doFileSave): lock
   4631 				fork & save
   4632 	* fm.h (DownloadList): added
   4633 		(FirstDL): added
   4634 		(LastDL): added
   4635 	* form.c (struct internal_action): add download
   4636 	* funcname.tab (DOWNLOAD_LIST): added
   4637 	* html.h (URLFile): add url
   4638 	* main.c (dump_extra): add add_download_list
   4639 		(main): add_download_list, ldDL()
   4640 		(_quitfm): added
   4641 		(quitfm): rewrite with _quitfm()
   4642 		(qquitfm): ditto
   4643 		(w3m_exit): stopDownload()
   4644 		(addDownloadList): added
   4645 		(checkDownloadList): added
   4646 		(convert_size3): added
   4647 		(DownloadListBuffer): added
   4648 		(download_action): added
   4649 		(stopDownload): added
   4650 		(ldDL): added
   4651 	* proto.h (ldDL): added
   4652 		(convert_size): added
   4653 		(convert_size2): added
   4654 		(doFileCopy): deleted
   4655 		(_doFileCopy): added
   4656 		(addDownloadList): added
   4657 		(stopDownload): added
   4658 		(checkDownloadList): added
   4659 		(download_action): added
   4660 	* url.c (openURL): save url in uf
   4661 
   4662 2002-11-15  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4663 
   4664 	* [w3m-dev 03430] disable display of alarm command
   4665 	* main.c (SigAlarm): remove display_message_nsec()
   4666 		(setAlarm): show sec
   4667 
   4668 2002-11-15  Fumitoshi UKAI  <ukai@debian.or.jp>
   4669 
   4670 	* NEWS: env,rc: https_proxy
   4671 
   4672 2002-11-15  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4673 
   4674 	* [w3m-dev 03429] https proxy
   4675 	* fm.h (HTTPS_proxy): added
   4676 		(HTTPS_proxy_parsed): added
   4677 	* main.c (main): check https_proxy
   4678 	* rc.c (CMT_HTTPS_PROXY): added
   4679 		(https_proxy): added
   4680 		(parse_proxy): HTTPS_proxy
   4681 	* url.c (openURL): for HTTPS, use HTTPS_proxy
   4682 		(schemeToProxy): HTTPS_proxy_parsed
   4683 
   4684 2002-11-14  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4685 
   4686 	* [w3m-dev 03428] install manual as w3m.exe.1 on Cygwin
   4687 	* XMakefile (MAN1_TARGET): added
   4688 		(HELP_TARGET): added
   4689 		(install): use MAN1_TARGET, HELP_TARGET
   4690 		(uninstall): use MAN1_TARGET, uninstall HELP_TARGET
   4691 
   4692 2002-11-14  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4693 
   4694 	* [w3m-dev 03427] Re: Select the nearest map area as default.
   4695 	* map.c (newMapArea): accept sign chars
   4696 			if points is not enough, return as SHAPE_UNKNOWN
   4697 
   4698 2002-11-14  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4699 
   4700 	* [w3m-dev 03425] charset of title
   4701 	* display.c (displayBuffer): buffername converted to system coding
   4702 					for term title
   4703 
   4704 2002-11-14  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4705 
   4706 	* [w3m-dev 03424] Content length
   4707 	* file.c (loadGeneralFile): current_content_length before do_download
   4708 		(save2tmp): current_content_length move before return
   4709 
   4710 2002-11-12  Fumitoshi UKAI  <ukai@debian.or.jp>
   4711 
   4712 	* [w3m-dev 03422] Re: setting form on loading
   4713 	* form.c (loadPreForm): initialize name
   4714 			check textarea, name for /textarea
   4715 
   4716 2002-11-12  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4717 
   4718 	* [w3m-dev 03418] Re: tab browser
   4719 	* display.c (redrawNLine): s/clrtoeol/clrtoeolx/
   4720 				move rootY
   4721 
   4722 2002-11-12  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4723 
   4724 	* [w3m-dev 03417] install_w3mimgdisplay
   4725 	* configure: define install_w3mimgdisplay 
   4726 			after use_w3mimg_fb determined
   4727 
   4728 2002-11-12  Akira TAGOH <at@gclab.org>
   4729 
   4730 	* [w3m-dev 03415] fix a build issue for 64bit arch
   4731 	* gcmain.c: deleted
   4732 	* main.c: no need gcmain.c
   4733 		s/MAIN/main/
   4734 	* mktable.c: ditto
   4735 	* w3mbookmark.c: ditto
   4736 	* w3mhelperpanel.c: ditto
   4737 
   4738 2002-11-12  Fumitoshi UKAI  <ukai@debian.or.jp>
   4739 
   4740 	* doc/w3m.1: update
   4741 	* doc-jp/w3m.1: update
   4742 	* NEWS: update: -show-option
   4743 
   4744 2002-11-12  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4745 
   4746 	* [w3m-dev 03414] Re: show parameter
   4747 	* main.c (fusage): add -show-option
   4748 		(MAIN): check -show-option
   4749 
   4750 2002-11-12  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4751 
   4752 	* [w3m-dev 03413] Re: setting form on loading
   4753 	* form.c (loadPreForm): add textarea
   4754 		(preFormUpdateBuffer): submit if value is matched as well
   4755 				case FORM_TEXTAREA
   4756 				case FORM_SELECT ifdef MENU_SELECT
   4757 
   4758 2002-11-12  Yuji Abe <cbo46560@pop12.odn.ne.jp>
   4759 
   4760 	* [w3m-dev 03411] do AUXBIN_TARGETS
   4761 	* scripts/Makefile (all): add AUXBIN_TARGETS
   4762 			(clean): add AUXBIN_TARGETS
   4763 
   4764 2002-11-12  AIDA Shinra <aida-s@jcom.home.ne.jp>
   4765 
   4766 	* [w3m-dev 03408] edit From in w3mail.cgi 
   4767 	* scripts/w3mmail.cgi.in: edit from as well
   4768 
   4769 2002-11-12  AIDA Shinra <aida-s@jcom.home.ne.jp>
   4770 
   4771 	* [w3m-dev 03408] fix Bug#87472
   4772 	    MOUSE_SCROLL_LINE should be a run-time option
   4773 	* fm.h (relative_wheel_scroll): added
   4774 		(fixed_wheel_scroll_count): added
   4775 		(relative_wheel_scroll_ratio): added
   4776 	* main.c (mouse_scroll_line): added
   4777 		(process_mouse): s/MOUSE_SCROLL_LINE/mouse_scroll_line()/
   4778 	* menu.c (MOUSE_SCROLL_LINE): deleted
   4779 	* terms.h (MOUSE_SCROLL_LINE): deleted
   4780 	* rc.c (CMT_RELATIVE_WHEEL_SCROLL): added
   4781 		(CMT_RELATIVE_WHEEL_SCROLL_RATIO): added
   4782 		(CMT_FIXED_WHEEL_SCROLL_COUNT): added
   4783 		(wheelmode): added
   4784 		(params3): add relative_wheel_scroll,
   4785 				relative_wheel_scroll_ratio,
   4786 				fixed_wheel_scroll_count
   4787 	* NEWS: updated
   4788 
   4789 2002-11-12  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4790 
   4791 	* [w3m-dev 03407] char GlobalKeymap -> unsigned char GlobalKeymap
   4792 	* fm.h (GlobalKeymap): char->unsigned char
   4793 		(EscKeymap): ditto
   4794 		(EscBKeymap): ditto
   4795 		(EscDKeymap): ditto
   4796 		(PcKeymap): ditto
   4797 	* keybind.c: ditto
   4798 	* keybind_lynx.c: ditto
   4799 
   4800 2002-11-12  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4801 
   4802 	* [w3m-dev 03406]
   4803 	* scripts/Makefile: add AUXBIN_DIR
   4804 			update LIB_DIR, HELP_DIR
   4805 			xface2xpm installed in AUXBIN_DIR
   4806 	* scripts/multipart/Makefile: update LIB_DIR
   4807 	* scripts/w3mman/Makefile: update LIB_DIR
   4808 
   4809 2002-11-12  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4810 
   4811 	* [w3m-dev 03405] Re: tab browser
   4812 	* main.c (moveTab): B_FORCE_REDRAW
   4813 
   4814 2002-11-10  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4815 
   4816 	* [w3m-dev 03401] w3mhelp.cgi
   4817 	* proto.h (tabMn): nulcmd ifndef USE_MENU
   4818 	* scripts/w3mhelp-funcdesc.en.pl.in: add LINEEDIT:EDITOR
   4819 	* scripts/w3mhelp-funcdesc.ja.pl.in: add LINEEDIT:EDITOR
   4820 					Tab operation
   4821 	* scripts/w3mhelp-funcname.pl.in: add LINEEDIT:EDITOR C-o
   4822 	* scripts/w3mhelp.cgi.in: add tabA in Hyperlink operation
   4823 				add tabURL, tabrURL in File/Stream operation
   4824 				add Tab operation
   4825 				add lineedit_editor in Line edit mode
   4826 	
   4827 2002-11-10  NOMIYA Masaru <nomiya@ttmy.ne.jp>
   4828 
   4829 	* [w3m-dev 03399]
   4830 	* XMakefile: ;; -> ;
   4831 
   4832 2002-11-10  Fumitoshi UKAI  <ukai@debian.or.jp>
   4833 
   4834 	* [w3m-dev 03398] auxbindir
   4835 	* XMakefile: EXT_TARGETS -> LIB_TARGETS, AUXBIN_TARGETS
   4836 	* config.h.dist: add AUXBIN_DIR
   4837 			LIB_DIR is cgi-bin
   4838 	* configure: add -auxbindir
   4839 			add AUXBIN_DIR
   4840 			LIB_DIR is cgi-bin
   4841 			EXT_TARGETS -> LIB_TARGETS, AUXBIN_TARGETS
   4842 	* file.c (compression_decoder): libfile_p -> auxbin_p
   4843 		(check_command): libfile_p -> auxbin_p
   4844 				use w3m_auxbin_dir() instead of w3m_lib_dir()
   4845 		(acceptableEncoding): libfile_p -> auxbin_p
   4846 		(xface2xpm): use auxbinFile() instead of libFile()
   4847 		(uncompress_stream): libfile_p -> auxbin_p
   4848 				use auxbinFile() instead of libFile()
   4849 	* image.c (getCharSize): use w3m_auxbin_dir() instead of w3m_lib_dir()
   4850 		(openImgdisplay): use w3m_auxbin_dir() instead of w3m_lib_dir()
   4851 	* indep.c (w3m_auxbin_dir): added
   4852 	* indep.h (w3m_auxbin_dir): added
   4853 	* proto.h (auxbinFile): added
   4854 	* rc.c (auxbinFile): added
   4855 		(libFile): #if 0, no longer used
   4856 		(helpFile): used only #ifndef USE_HELP_CGI
   4857 	* NEWS: separate auxbindir and libdir (local-CGI, file:///$LIB/)
   4858 
   4859 2002-11-09  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4860 
   4861 	* [w3m-dev 03396] Re: meta refresh problem
   4862 	* main.c (MAIN): AL_IMPLICIT -> alarm_status
   4863 		(SigAlarm): AL_IMPLICIT -> alarm_status
   4864 
   4865 2002-11-09  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4866 
   4867 	* [w3m-dev 03391] use editor when input at last line
   4868 	* linein.c (_editor): added
   4869 
   4870 2002-11-09  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4871 
   4872 	* [w3m-dev 03390] some fixes related with form
   4873 	* form.c (input_textarea): goto input_end
   4874 			unlink(tmpf);
   4875 	* main.c (_followForm): s/TEXT/Password/
   4876 
   4877 2002-11-09  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4878 
   4879 	* [w3m-dev 03388] meta refresh problem
   4880 	* fm.h (AL_IMPLICIT_DONE): 3->4
   4881 		(AL_ONCE): 8
   4882 		(AL_IMPLICIT_ONCE): (AL_IMPLICIT|AL_ONCE)
   4883 	* main.c (MAIN): & AL_IMPLICIT, & AL_IMPLICIT_DONE
   4884 		(SigAlarm): & AL_IMPLICIT, & AL_IMPLICIT_DONE, & AL_ONCE
   4885 		(setAlaramEvent): & AL_IMPLICIT
   4886 
   4887 2002-11-09  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4888 
   4889 	* [w3m-dev 03387] Re: tab browser
   4890 	* buffer.c (newBuffer): buf->LINES initialize
   4891 		(gotoLine): use buf->LINES
   4892 		(gotoRealLine): use buf->LINES
   4893 	* display.c (displayBuffer): check by buf->LINES
   4894 		(redrawNLine): buf->LINES
   4895 		(redrawLine): buf->LINES
   4896 		(redrawLineImage): no need buf->rootY
   4897 		(cursorDown): buf->LINES
   4898 		(arrangeCursor): buf->LINES
   4899 	* etc.c (columnSkip): buf->LINES
   4900 		(lineSkip): buf->LINES
   4901 		(currentLineSkip): buf->LINES
   4902 	* fm.h (Buffer): add LINES
   4903 	* main.c (nscroll): Currentbuf->LINES
   4904 		(pgFore): Currentbuf->LINES
   4905 		(pgBack): Currentbuf->LINES
   4906 		(ctrCsrV): Currentbuf->LINES
   4907 		(movD): Currentbuf->LINES
   4908 		(movU): Currentbuf->LINES
   4909 		(_goLine): Currentbuf->LINES
   4910 		(drawAnchorCursor): Currentbuf->LINES
   4911 		(setOpt): B_REDRAW_IMAGE
   4912 		(newT): B_REDRAW_IMAGE
   4913 		(closeT): B_REDRAW_IMAGE
   4914 		(nextT): B_REDRAW_IMAGE
   4915 		(prevT): B_REDRAW_IMAGE
   4916 		(moveTab): B_NORMAL
   4917 
   4918 2002-11-09  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4919 
   4920 	* [w3m-dev 03386] Re: Interrupt in no_proxy_check()
   4921 	* file.c (getAuthCookie): term_cbreak()
   4922 		(loadGeneralFile): term_cbreak()
   4923 				term_raw()
   4924 				preFormUpdateBuffer() before term_raw()
   4925 		(loadHTMLstream): term_raw()
   4926 
   4927 2002-11-07  Katsumi@yamaoka.cc
   4928 
   4929 	* [w3m-dev 03385] install-sh typo
   4930 	* install-sh: s/'/"/
   4931 
   4932 2002-11-07  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4933 
   4934 	* [w3m-dev 03383] Select the nearest map area as default.
   4935 	* fm.h (MapArea): add center_x, center_y
   4936 	* map.c (nearestMapArea): added
   4937 		(follow_map_menu): initial by nearestMapArea()
   4938 		(newMapArea): set center_x, center_y
   4939 
   4940 2002-11-07  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4941 
   4942 	* [w3m-dev 03382] Interrupt in no_proxy_check()
   4943 	* url.c (check_no_proxy): SIGINT trap by KeyAbort
   4944 
   4945 2002-11-06  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4946 
   4947 	* [w3m-dev 03380] fix configure
   4948 	* configure: s/INSTALL_W3MIMGDISPLAY/install_w3mimgdisplay/
   4949 			already define
   4950 	* config.h.dist (INSTALL_W3MIMGDISPLAY): added
   4951 
   4952 2002-11-06  Fumitoshi UKAI  <ukai@debian.or.jp>
   4953 
   4954 	* [w3m-dev 03379] setuid w3mimgdisplay and check console tty
   4955 	* XMakefile: w3mimgdisplay install by INSTALL_W3MIMGDISPLAY
   4956 	* configure: ask setuid w3mimgdisplay
   4957 		(w3mimgdisplay_setuid): added
   4958 		(INSTALL_W3MIMGDISPLAY): added
   4959 	* etc.c (mySystem): close until FOPEN_MAX
   4960 	* image.c (openImgdisplay): setenv W3M_TTY
   4961 			stderr to /dev/null
   4962 			close until FOPEN_MAX
   4963 	* install-sh: -o, -g for owner, group
   4964 	* proto.h (ttyname_tty): added
   4965 	* search.c (open_migemo): stderr to /dev/null
   4966 			close until FOPEN_MAX
   4967 	* terms.c (ttyname_tty): added
   4968 	* w3mimgdisplay.c: include <sys/types.h>, <unistd.h>
   4969 			W3MIMGDISPLAY_SETUID
   4970 			stderr to /dev/null
   4971 	* w3mimg/w3mimg.c: include <sys/types.h>, <unistd.h>
   4972 			W3MIMGDISPLAY_SETUID
   4973 	* w3mimg/fb/fb_w3mimg.c (check_tty_console): added
   4974 	
   4975 2002-11-06  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4976 
   4977 	* [w3m-dev 03377] sync_with_option
   4978 	* etc.c (loadPassword): reset passwords
   4979 	* form.c (loadPreForm): reset PreForm
   4980 	* main.c (option_assigned): deleted
   4981 		(parse_proxy): deleted
   4982 		(MAIN): move initCookie(), setLocalCookie() 
   4983 			  after sync_with_option()
   4984 			delete parseURL for *_proxy
   4985 			s/WrapSearch/WrapDefault/
   4986 			move initKeymap(), initMenu() after setupscreen()
   4987 			sync_with_option() after init_rc()
   4988 	* rc.c (pre_form_file): move in params9 (network settting)
   4989 		(sync_with_option): initKeymap(), initMenu() is done
   4990 				if fmInitialized
   4991 		(init_rc): delete sync_with_option()
   4992 
   4993 2002-11-06  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   4994 
   4995 	* [w3m-dev 03375] NULL check of CurrentTab
   4996 	* display.c (disp_message_nsec): check CurrentTab
   4997 	* file.c (doExternal): check CurrentTab
   4998 	* image.c (loadImage): check CurrentTab
   4999 
   5000 2002-11-06  Fumitoshi UKAI  <ukai@debian.or.jp>
   5001 
   5002 	* [w3m-dev 03374] disable_secret_security_check
   5003 	* etc.c (openSecurityFile): disable_secret_security_check
   5004 	* fm.h (disable_secret_security_check): added
   5005 	* rc.c (CMT_DISABLE_SECRET_SECURITY_CHECK): added
   5006 		(disable_secret_security_check): added
   5007 	* NEWS: rc: disable_secret_security_check
   5008 
   5009 2002-11-06  Fumitoshi UKAI  <ukai@debian.or.jp>
   5010 
   5011 	* NEWS: update
   5012 
   5013 2002-11-06  Fumitoshi UKAI  <ukai@debian.or.jp>
   5014 
   5015 	* rc.c (CMT_PRE_FORM_FILE): added
   5016 		(pre_form_file): added
   5017 
   5018 2002-11-06  Fumitoshi UKAI  <ukai@debian.or.jp>
   5019 	
   5020 	* doc-jp/README.tab: added [w3m-dev 03372]
   5021 	* doc/README.tab: brief translation
   5022 
   5023 2002-11-06  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   5024 
   5025 	* [w3m-dev 03372] tab browser
   5026 	* display.c (displayBuffer): add ny
   5027 				rootY offset by tab
   5028 				tab line
   5029 		(cursorDown): offset rootY
   5030 		(arrangeCursor): offset rootY
   5031 	* etc.c (columnSkip): offset rootY
   5032 		(lineSkip): offset rootY
   5033 		(currentLineSkip): offset rootY
   5034 	* file.c (HTMLlineproc2body): ATTR_TARGET
   5035 	* fm.h (MapArea): add target
   5036 		(Buffer): add rootY
   5037 		(TabBuffer): added
   5038 		(Currentbuf): comment out
   5039 		(Firstbuf): comment out
   5040 		(CurrentTab): added
   5041 		(FirstTab): added
   5042 		(LastTab): added
   5043 		(open_tab_blank): added
   5044 		(close_tab_back): added
   5045 		(nTab): added
   5046 		(TabCols): added
   5047 		(N_TAB): added
   5048 		(Currentbuf): CurrentTab->currentBuffer
   5049 		(Firstbuf): CurrentTab->firstBuffer
   5050 	* funcname.tab (CLOSE_TAB): added
   5051 		(NEW_TAB): added
   5052 		(NEXT_TAB): added
   5053 		(PREV_TAB): added
   5054 		(TAB_GOTO): added
   5055 		(TAB_GOTO_RELATIVE): added
   5056 		(TAB_LEFT): added
   5057 		(TAB_LINK): added
   5058 		(TAB_MENU): added
   5059 		(TAB_RIGHT): added
   5060 	* html.c (ALST_AREA): add ATTR_TARGET
   5061 	* image.c (showImageProgress): offset rootY
   5062 	* main.c (_newT): added
   5063 		(followTab): added
   5064 		(moveTab): added
   5065 		(check_target): added
   5066 		(MAIN): init tab related values
   5067 			buf => tab
   5068 		(nscroll): offset rootY
   5069 		(pgFore): offset rootY
   5070 		(pgBack): offset rootY
   5071 		(ctrCsrV): offset rootY
   5072 		(_movD): offset rootY
   5073 		(_movU): offset rootY
   5074 		(_goLine): offset rootY
   5075 		(_mark): offset rootY
   5076 		(followA): check target
   5077 		(_followForm): offset rootY
   5078 		(drawAnchorCursor0): offset rootY
   5079 		(drawAnchorCursor): offset rootY
   5080 		(backBf): check close_tab_back
   5081 		(follow_map): rewrite for tab, check target
   5082 		(posTab): added
   5083 		(process_mouse): tab operation
   5084 				offset rootY
   5085 		(deleteFiles): for all buffers in all tabs
   5086 		(newTab): added
   5087 		(newT): added
   5088 		(numTab): added
   5089 		(deleteTab): added
   5090 		(closeT): added
   5091 		(nextT): added
   5092 		(prevT): added
   5093 		(followTab): added
   5094 		(tabA): added
   5095 		(tabURL0): added
   5096 		(tabURL): added
   5097 		(tabrURL): added
   5098 		(moveTab): added
   5099 		(tabR): added
   5100 		(tabL): added
   5101 	* map.c (follow_map_menu): return MapArea
   5102 		(newMapArea): add target args
   5103 	* menu.c (SelTabMenu): added
   5104 		(SelTabV): added
   5105 		(initSelTabMenu): added
   5106 		(smChTab): added
   5107 		(smDelTab): added
   5108 		(MainMenuItem): add Select Tab
   5109 					on New Tab
   5110 		(popupMenu): add initSelTabMenu()
   5111 				offset rootY
   5112 		(mainMn): offset rootY
   5113 		(selMn): offset rootY
   5114 		(initSelectMenu): offset rootY
   5115 		(tabMn): added
   5116 	* proto.h (newT): added
   5117 		(closeT): added
   5118 		(nextT): added
   5119 		(prevT): added
   5120 		(tabA): added
   5121 		(tabURL): added
   5122 		(tabrURL): added
   5123 		(tabR): added
   5124 		(tabL): added
   5125 		(newTab): added
   5126 		(deleteTab): added
   5127 		(follow_map_menu): return MapArea
   5128 		(newMapArea): add target arg
   5129 		(tabMn): added
   5130 	* rc.c (CMT_OPEN_TAB_BLANK): added
   5131 		(CMT_CLOSE_TAB_BACK): added
   5132 		(open_tab_blank): added
   5133 		(close_tab_back): added
   5134 	* doc/README.func (CLOSE_TAB): added
   5135 		(NEW_TAB): added
   5136 		(NEXT_TAB): added
   5137 		(PREV_TAB): added
   5138 		(TAB_GOTO): added
   5139 		(TAB_GOTO_RELATIVE): added
   5140 		(TAB_LEFT): added
   5141 		(TAB_LINK): added
   5142 		(TAB_MENU): added
   5143 		(TAB_RIGHT): added
   5144 	* doc-jp/README.func: ditto doc/README.func
   5145 
   5146 2002-11-06  Fumitoshi UKAI  <ukai@debian.or.jp>
   5147 
   5148 	* doc-jp/README.pre_form: added [w3m-dev 03373]
   5149 	* doc/README.pre_form: brief translation
   5150 
   5151 2002-11-06  Fumitoshi UKAI  <ukai@debian.or.jp>
   5152 
   5153 	* etc.c (PASS_IS_READABLE_MSG): deleted
   5154 		(FILE_IS_READABLE_MSG): added
   5155 		(openPasswdFile): deleted
   5156 		(openSecretFile): delete error_msg arg
   5157 		(loadPasswd): use openSecretFile()
   5158 	* form.c (next_token): delete unused static decl
   5159 		(FILE_IS_READABLE_MSG): deleted
   5160 		(loadPreForm): no need pass error_msg
   5161 	* proto.h (openSecretFile): delete error_msg arg
   5162 
   5163 2002-11-06  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   5164 
   5165 	* [w3m-dev 03373] setting form on loading
   5166 	* config.h.dist (PRE_FORM_FILE): added
   5167 	* configure (PRE_FORM_FILE): added
   5168 	* etc.c (openPasswdFile): define by openSecretFile()
   5169 		(openSecretFile): renamed, not static
   5170 	* file.c (loadGeneralFile): preFOrmUpdateBuffer()
   5171 	* fm.h (Buffer): add submit
   5172 		(pre_form_file): added
   5173 	* form.c (struct pre_form_item): added
   5174 		(struct pre_form): added
   5175 		(next_token): added
   5176 		(PreForm): added
   5177 		(add_pre_form): added
   5178 		(add_pre_form_item): added
   5179 		(loadPreForm): added
   5180 		(preFormUpdateBuffer): added
   5181 	* frame.c (renderFrame): add preFormUpdateBuffer()
   5182 	* main.c (MAIN): buf->submit check
   5183 	* proto.h (preFormUpdateBuffer): added
   5184 		(openSecretFile): added
   5185 		(loadPreForm): added
   5186 	* rc.c (sync_with_option): add loadPreForm()
   5187 	
   5188 2002-11-06  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   5189 
   5190 	* [w3m-dev 03371] segmentation fault by large complex table.
   5191 	* table.c (bsearch_2short): indexarry char to short
   5192 		(bsearch_double): ditto
   5193 		(dv2sv): ditto
   5194 		(table_rule_width): ditto
   5195 		(set_integrated_width): ditto
   5196 		(check_table_height): ditto
   5197 		(feed_table_tag): ditto
   5198 	* table.h (struct table_cell): index, eindex char to short
   5199 
   5200 2002-11-05  Fumitoshi UKAI  <ukai@debian.or.jp>
   5201 
   5202 	* w3m 0.3.2
   5203 	* version.c.in: update
   5204 	* doc/README: version 0.3.2, release date
   5205 	* doc-jp/README: ditto
   5206 	* NEWS: update
   5207 
   5208 2002-11-05  Fumitoshi UKAI  <ukai@debian.or.jp>
   5209 
   5210 	* scripts/w3mhelp.cgi.in: add chkWORD
   5211 
   5212 2002-11-04  Fumitoshi UKAI  <ukai@debian.or.jp>
   5213 
   5214 	* [w3m-dev-en 00827] Re: w3m-cvs segfaults on news://<mid> URLs
   5215 	* url.c (openURL): check pu->file for news:
   5216 
   5217 2002-10-31  Fumitoshi UKAI  <ukai@debian.or.jp>
   5218 
   5219 	* fix compilation warnings
   5220 	* w3mimgdisplay.c: add #include <string.h> for strlen, strcmp
   5221 	* w3mimg/fb/fb.c: add #include <string.h> for memset
   5222 	* w3mimg/fb/fb_w3mimg.c: add #include <string.h> for memset
   5223 
   5224 2002-10-31  Fumitoshi UKAI  <ukai@debian.or.jp>
   5225 
   5226 	* 0.3.2 release candidate 4
   5227 	* version.c.in: update
   5228 
   5229 2002-10-31  Fumitoshi UKAI  <ukai@debian.or.jp>
   5230 
   5231 	* [w3m-dev 03365] ~/.netrc support
   5232 	* etc.c (add_auth_pass_entry): add netrc arg
   5233 			add new entry to tail
   5234 		(find_auth_pass_entry): ent->host == NULL is "default"
   5235 		(loadPasswd): rewrite with next_token, parsePasswd, 
   5236 				openPasswdFile
   5237 				load ~/.netrc
   5238 		(next_token): added
   5239 		(parsePasswd): added
   5240 		(openPasswdFile): added
   5241 	* ftp.c (openFTP): use find_auth_user_passwd
   5242 	* NEWS: ~/.netrc
   5243 
   5244 2002-10-31  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   5245 
   5246 	* [w3m-dev 03363] refresh download
   5247 	* file.c (HTMLtagproc1): alarm is implicit once
   5248 	* fm.h (AL_IMPLICIT_ONCE): added
   5249 	* main.c (searchKeyData): reset CurrentKeyData, CurrentCmdData
   5250 		(SigAlarm): CurrentCmdData is saved to data
   5251 			message displayed on AL_EXPLICIT
   5252 			clear alarm when AL_IMPLICIT_ONCE
   5253 		(setAlarmEvent): AL_IMPLICIT_ONCE
   5254 
   5255 2002-10-31  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   5256 
   5257 	* [w3m-dev 03362] Re: support for http://user:pass@www.url.com
   5258 	* etc.c (loadPasswd): accept host, passwd
   5259 
   5260 2002-10-31  Fumitoshi UKAI  <ukai@debian.or.jp>
   5261 
   5262 	* [w3m-dev 03359] support for http://user:pass@www.url.com
   5263 	* etc.c (find_auth_user_passwd): use ParsedURL for args
   5264 		use user and passwd if these are defined in ParsedURL
   5265 	* file.c (getAuthCookie): change find_auth_user_passwd()
   5266 	* proto.h (find_auth_user_passwd): change prototype
   5267 	* NOTE: http://user:pass@www.url.com is NOT RECOMMENDED
   5268 		for security reasons.
   5269 
   5270 2002-10-30  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   5271 
   5272 	* [w3m-dev 03357] tab in <pre> in <ul>,<ol>,...
   5273 	* file.c (HTMLlineproc2): check indent for tabstop
   5274 
   5275 2002-10-30  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   5276 
   5277 	* [w3m-dev 03354] display current line number
   5278 	* display.c (displayBuffer): %3d -> %d
   5279 
   5280 2002-10-29  Fumitoshi UKAI  <ukai@debian.or.jp>
   5281 
   5282 	* 0.3.2 release candidate 3
   5283 	* version.c.in: update
   5284 
   5285 2002-10-29  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   5286 
   5287 	* [w3m-dev 03352] w3mimgsize is not necessary.
   5288 	* XMakefile (IMGSIZE): removed
   5289 	* config.h.dist (IMGSIZE): removed
   5290 	* configure (imgtarget): remove IMGSIZE
   5291 		(config.h): remove IMGSIZE
   5292 	* rc.c (CMT_IMGSIZE): removed
   5293 	* doc/README.img: remove imgsize
   5294 	* w3mimgsize.c: removed
   5295 
   5296 2002-10-28  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   5297 
   5298 	* [w3m-dev 03351] w3m core dump
   5299 	* table.c (feed_table_tag): fix rendering problem (maybe security hole?)
   5300 
   5301 2002-10-28  Fumitoshi UKAI  <ukai@debian.or.jp>
   5302 
   5303 	* [w3m-dev-en 00796]
   5304 	* configure: expand here. ($var in Makefile is $v + ar)
   5305 	* XMakefile: clean w3mimg/**/*.o
   5306 
   5307 2002-10-28  Fumitoshi UKAI  <ukai@debian.or.jp>
   5308 
   5309 	* [w3m-dev-en 00795]
   5310 	* configure: IMLIB_CONFIG, IMLIB2_CONFIG, GDKPIXBUF_CONFIG
   5311 	* rc.c (CMT_DISP_IMAGE): need if not defined USE_IMAGE
   5312 
   5313 2002-10-27  Fumitoshi UKAI  <ukai@debian.or.jp>
   5314 
   5315 	* 0.3.2 release candidate 2
   5316 	* version.c.in: update
   5317 
   5318 2002-10-26  Fumitoshi UKAI  <ukai@debian.or.jp>
   5319 
   5320 	* [w3m-dev-en 00788]
   5321 	* fm.h (displayImage): FALSE ifndef USE_IMAGE
   5322 	* rc.c (displayImage): display_image even if USE_IMAGE undefined
   5323 		(sync_with_options): display_image is forced to be FALSE 
   5324 				ifndef USE_IMAGE
   5325 
   5326 2002-10-26  Fumitoshi UKAI  <ukai@debian.or.jp>
   5327 
   5328 	* [w3m-dev-en 00783] hsaka@mth.biglobe.ne.jp (Hironori SAKAMOTO)
   5329 	  add display_lineinfo option
   5330 	* display.c (displayBuffer): check displayLineInfo
   5331 	* fm.h (displayLineInfo): added
   5332 	* rc.c (CMT_DISPLINEINFO): added
   5333 		(display_lineinfo): added
   5334 	* NEWS (rc: display_lineinfo): add
   5335 
   5336 2002-10-26  Fumitoshi UKAI  <ukai@debian.or.jp>
   5337 
   5338 	* [w3m-dev-en 00781] "Clemens Fischer" <ino-waiting@gmx.net>
   5339 	  zope doesn't recognize implied *LWS in accept-language
   5340 	* rc.c (sync_with_option): remove optional LWS
   5341 
   5342 2002-10-26  Fumitoshi UKAI  <ukai@debian.or.jp>
   5343 
   5344 	* [w3m-dev-en 00780] "Carlo E. Prelz" <fluido@fluido.as>
   5345 	  always print on screen the relative position
   5346 	* display.c (displayBuffer): relative position
   5347 
   5348 2002-10-26  Fumitoshi UKAI  <ukai@debian.or.jp>
   5349 
   5350 	* 0.3.2 release candidate 1
   5351 	* version.c.in: update
   5352 
   5353 2002-10-26  Gary Johnson <garyjohn@spk.agilent.com>
   5354 
   5355 	* [w3m-dev-en 00777] patch to fix w3m-0.3.1 word break problem
   5356 	* file.c (is_period_char): 
   5357 		0x203A - SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
   5358 		(is_beginning_char):
   5359 		0x2018 - LEFT SINGLE QUOTATION MARK
   5360 		0x2039 - SINGLE LEFT-POINTING ANGLE QUOTATION MARK
   5361 		(is_word_char): add several chars ifndef JP_CHARSET
   5362 			add ':' and '*'
   5363 
   5364 2002-10-17  Hiroyuki Ito <hito@crl.go.jp>
   5365 
   5366 	* [w3m-dev 03342]
   5367 	* doc/README.img: updated
   5368 	* doc-jp/README.img: updated
   5369 
   5370 2002-10-17  Daiki Ueno <ueno@unixuser.org>
   5371 
   5372 	* [w3m-dev 03341] white space is needed to close an empty-element tag
   5373 	* parsetagx.c (parse_tag): extract tagname until '/'
   5374 
   5375 2002-10-11  Fumitoshi UKAI  <ukai@debian.or.jp>
   5376 
   5377 	* [w3m-dev 03339] Re: Debian Bug#164098 w3m: <sup> is not properly supported
   5378 	* file.c (HTMLtagproc1): HTML_SUP, HTML_N_SUP, HTML_SUB, HTML_N_SUB
   5379 	* html.c (TagMAP): sup, /sup, sub, /sub
   5380 	* html.c (HTML_SUP): added
   5381 		(HTML_N_SUP): added
   5382 		(HTML_SUB): added
   5383 		(HTML_N_SUB): added
   5384 	* table.c (feed_table_tag): HTML_SUP, HTML_N_SUP, HTML_SUB, HTML_N_SUB
   5385 	* tagtable.tab (sup): added
   5386 		(/sup): added
   5387 		(sub): added
   5388 		(/sub): added
   5389 
   5390 2002-10-11  Hiroyuki Ito <hito@crl.go.jp>
   5391 
   5392 	* [w3m-dev 03337] delete unused functions in fb.c etc. (Re: canna patch)
   5393 	* w3mimg/fb/fb.c (fb_image_rotate): delete
   5394 		(fb_frame_rotate): delete
   5395 		(fb_pset): delete
   5396 		(fb_get_color): delete
   5397 		(fb_clear): delete
   5398 		(fb_cmap_disp): delete
   5399 		(fb_fscrn_disp): delete
   5400 		(fb_vscrn_disp): delete
   5401 	* w3mimg/fb/fb.h (fb_image_rotate): delete
   5402 		(fb_frame_rotate): delete
   5403 		(fb_pset): delete
   5404 		(fb_get_color): delete
   5405 		(fb_clear): delete
   5406 		(fb_cmap_disp): delete
   5407 		(fb_fscrn_disp): delete
   5408 		(fb_vscrn_disp): delete
   5409 	* w3mimg/fb/fb_img.c (fb_image_draw_simple): delete
   5410 	* w3mimg/fb/fb_img.h (fb_image_draw_simple): delete
   5411 
   5412 	* w3mimg/fb/license.txt: removed, follow w3m license
   5413 
   5414 2002-10-09  AIDA Shinra <aida-s@jcom.home.ne.jp>
   5415 
   5416 	* [w3m-dev 03336] proxy check for https authorization:
   5417 	* url.c (HTTPrequest): check CONNECT request for ssl
   5418 
   5419 2002-10-06  Hiroyuki Ito <hito@crl.go.jp>
   5420 
   5421 	* [w3m-dev 03333] x11 image animation
   5422 	* w3mimg/x11/x11_w3mimg.c (struct x11_image): added
   5423 		(x11_img_new): added
   5424 		(resize_image): added
   5425 		(x11_load_image): rewrite GdkPixbuf
   5426 		(x11_show_image): rewrite GdkPixbuf
   5427 		(x11_free_image): rewrite GdkPixbuf
   5428 
   5429 2002-10-02  Yuji Abe <cbo46560@pop12.odn.ne.jp>
   5430 
   5431 	* [w3m-dev 03332] Re: hang up when seeing web page that contains xbm file
   5432 	* w3mimg/x11/x11_w3mimg.c (x11_load_image): transparent support
   5433 
   5434 2002-10-02  Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
   5435 
   5436 	* [w3m-dev 03331] Re: hang up when seeing web page that contains	 xbm file
   5437 	* configure: check gdk-pixbuf-config existence
   5438 
   5439 2002-10-01  Yuji Abe <cbo46560@pop12.odn.ne.jp>
   5440 
   5441 	* [w3m-dev 03330] Re: hang up when seeing web page that contains xbm file
   5442 	* w3mimg/x11/x11_w3mimg.c (x11_load_image): scaling
   5443 
   5444 2002-09-30  Yuji Abe <cbo46560@pop12.odn.ne.jp>
   5445 
   5446 	* [w3m-dev 03327] gdk-pixbuf support for w3m-img/x11
   5447 	* configure (use_w3mimg_x11) Imlib1 or GdkPixbuf
   5448 		check gdkpixbuf
   5449 	* w3mimg/x11/x11_w3mimg.c (USE_GDKPIXBUF): added
   5450 		(x11_init): USE_GDKPIXBUF
   5451 		(x11_load_image): USE_GDKPIXBUF
   5452 		(x11_get_image_size): USE_GDKPIXBUF
   5453 
   5454 2002-09-30  qhwt@myrealbox.com
   5455 
   5456 	* [w3m-dev 03325] Re: hang up when seeing web page that contains xbm file
   5457 	* w3mimgdisplay.c (main): always return response 
   5458 				even if size is unknown
   5459 
   5460 2002-09-29  Hiroaki Shimotsu <shim@d5.bs1.fc.nec.co.jp>
   5461 
   5462 	* [w3m-dev 03323] EDITOR
   5463 	* main.c (MAIN): use not_null()
   5464 
   5465 2002-09-29  AIDA Shinra <aida-s@jcom.home.ne.jp>
   5466 
   5467 	* Re: [w3m-dev 03320] Re: Passwords
   5468 	* etc.c (dir_under): same path is ok
   5469 	* file.c (loadGeneralFile): if missing, return NULL
   5470 		ssl cert already checked
   5471 	* html.h (URLFILE): add ssl_certificate
   5472 	* istream.c (ssl_get_certificate): change args
   5473 	* istream.h (ssl_get_certificate): ditto
   5474 	* url.c (openSSLHandle): add p_cert
   5475 		ssl certificate check here
   5476 		(HTTPrequest): auth_cookie fix
   5477 
   5478 2002-09-25  Fumitoshi UKAI  <ukai@debian.or.jp>
   5479 
   5480 	* [w3m-dev 03321] Bug#162104: file descriptors 1 and 2 are closed rather than reopened to /dev/null
   5481 	* etc.c (mySystem): fd 0,1,2 redirect /dev/null, close all other fds
   5482 
   5483 2002-09-25  AIDA Shinra <aida-s@jcom.home.ne.jp>
   5484 
   5485 	* [w3m-dev 03319] mailto
   5486 	* main.c (followA): mailto
   5487 	* main.c (cmd_loadURL): mailto
   5488 	* url.c (_parsedURL2Str): mailto: query
   5489 
   5490 2002-09-25  AIDA Shinra <aida-s@jcom.home.ne.jp>
   5491 
   5492 	* [w3m-dev 03318] Re: Passwords
   5493 	* etc.c (struct auth_path): added
   5494 		(passwords): added
   5495 		(dir_under): added
   5496 		(add_auth_pass_entry): added
   5497 		(find_auth_pass_entry): added
   5498 		(find_auth_user_passwd): added
   5499 		(loadPasswd): added
   5500 		(find_auth): dir_under()
   5501 		(add_auth_cookie): check file
   5502 	* file.c (find_auth_user_passwd): removed
   5503 		(getAuthCookie): use delText()
   5504 				check proxy
   5505 		(get_auth_cookie): removed
   5506 		(loadGeneralFile): auth_pu
   5507 	* proto.h (schemeToProxy): added
   5508 		(get_auth_cookie): removed
   5509 		(loadPasswd): added
   5510 		(find_auth_user_passwd): added
   5511 	* rc.c (sync_with_option): loadPasswd()
   5512 	* textlist.c (delValue): added
   5513 	* textlist.h (delValue): added
   5514 		(delText): added
   5515 	* url.c (HTTPrequest): seen_www_auth
   5516 		(schemeToProxy): added
   5517 
   5518 2002-09-11  Fumitoshi UKAI  <ukai@debian.or.jp>
   5519 
   5520 	* [w3m-dev 03312] Re: Passwords
   5521 	* config.h.dist: PASSWD_FILE
   5522 	* file.c (find_auth_user_passwd): return if passwd_file == NULL
   5523 
   5524 2002-09-11  Yuuichi Teranishi <teranisi@gohome.org>
   5525 
   5526 	* [w3m-dev 03311] Re: Passwords
   5527 	* configure (config.h): default PASSWD_FILE
   5528 	* fm.h (passwd_file): default PASSWD_FILE
   5529 
   5530 2002-09-11  Fumitoshi UKAI  <ukai@debian.or.jp>
   5531 
   5532 	* [w3m-dev 03307] add password_file support
   5533 	* file.c (find_auth_user_passwd): added
   5534 	* fm.h (passwd_file): added
   5535 	* rc.c (CMT_PASSWDFILE): added
   5536 		(passwdfile): added
   5537 
   5538 2002-09-09  Hiroyuki Ito <hito@crl.go.jp>
   5539 
   5540 	* [w3m-dev 03300] framebuffer: 8bit color support
   5541 	* w3mimg/fb/fb.c: support FB_VISUAL_PSEUDOCOLOR 256 colors
   5542 
   5543 2002-09-09  Hironori SAKAMOTO <h-saka@lsi.nec.co.jp>
   5544 
   5545 	* [w3m-dev 03299] remove file before copying (install-sh)
   5546 	* install-sh: remove file before copying
   5547 
   5548 2002-09-09  Hironori SAKAMOTO <h-saka@lsi.nec.co.jp>
   5549 
   5550 	* [w3m-dev 03298] [ -f instead of [ -e (configure)
   5551 	* configure: use test -f instead of test -e
   5552 
   5553 2002-09-09  Hironori SAKAMOTO <h-saka@lsi.nec.co.jp>
   5554 
   5555 	* [w3m-dev 03297] TERM=mlterm
   5556 	* terms.c (w3m_term_info_list): add mlterm
   5557 
   5558 2002-09-09  Hironori SAKAMOTO <h-saka@lsi.nec.co.jp>
   5559 
   5560 	* [w3m-dev 03296] fix configure (strtoq)
   5561 	* configure (strtoq): fix missing semicolon
   5562 
   5563 2002-09-06  Fumitoshi UKAI  <ukai@debian.or.jp>
   5564 
   5565 	* [w3m-dev 03292] Re: load file at cursor
   5566 	* anchor.c (reAnchorPos): added
   5567 		(reAnchorWord): added
   5568 		(reAnchorAny): rewrite to use reAnchorPos()
   5569 	* funcname.tab (MARK_WORD): added
   5570 	* keybind.c (;) MARK_WORD
   5571 	* main.c (getCurWord): added
   5572 		(chkWORD): added
   5573 		(is_wordchar): added
   5574 		(getCurWord): added
   5575 		(GetWord): rewrite to use getCurWord()
   5576 	* proto.h (chkWORD): added
   5577 		(reAnchorWord): added
   5578 	* doc/README.func: add MARK_WORD
   5579 	* doc/keymap.default: add MARK_WORD
   5580 	* doc-jp/README.func: add MARK_WORD
   5581 	* doc-jp/keymap.default: add MARK_WORD
   5582 	* NEWS: add MARK_WORD
   5583 
   5584 2002-08-28  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   5585 
   5586 	* [w3m-dev 03291] parsetagx.c:toNumber()
   5587 	* parsetagx.c (toNumber): don't parse non-number value as 0, 
   5588 	                            just ignore
   5589 
   5590 2002-08-28  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   5591 
   5592 	* [w3m-dev 03290] Re: Forward: Bug#157098: wrong file presentation on large files
   5593 	* indep.c (strtoclen): need defined()
   5594 
   5595 2002-08-21  Fumitoshi UKAI  <ukai@debian.or.jp>
   5596 
   5597 	* Debian Bug#157098: wrong file presentation on large files
   5598 	  from "Eduard Bloch" <blade@debian.org>
   5599 	* configure (clen_t): added
   5600 			(HAVE_STRTOLL): added
   5601 			(HAVE_STRTOQ): added
   5602 			(HAVE_ATOLL): added
   5603 			(HAVE_ATOQ): added
   5604 	* config.h.dist: ditto
   5605 	* file.c (current_content_length): s/int/clen_t/
   5606 		(loadGeneralFile): s/atoi/strtoclen/
   5607 		(convert_size): s/int/clen_t/
   5608 		(convert_size2): s/int/clen_t/
   5609 		(showProgress): s/int/clen_t/
   5610 		(loadHTMLstream): s/int/clen_t/ linelen, trbyte
   5611 		(loadBuffer): ditto
   5612 		(getNextPage): s/int/clen_t/ linelen
   5613 		(save2tmp): s/int/clen_t/ linelen, trbye
   5614 		(_MoveFile): s/int/clen_t/ linelen, trbye
   5615 	* fm.h (_Buffer): s/int/clen_t/ linelen, trbye
   5616 	* ftp.c (size_int2str): s/long/clen_t/
   5617 		(ex_ftpdir_name_size_date): s/long/clen_t/
   5618 	* indep.c (strtoclen): added
   5619 	* indep.h (strtoclen): added
   5620 	* proto.h (showProgress): s/int/clen_t/
   5621 
   5622 2002-07-31  Fumitoshi UKAI  <ukai@debian.or.jp>
   5623 
   5624 	* Debian Bug#154766: w3m-img: support DirectColor framebuffer visuals?
   5625 	  from Colin Watson <cjwatson@debian.org>
   5626 	* w3mimg/fb/fb.c (fb_open): accept FB_VISUAL_DIRECTCOLOR
   5627 
   5628 2002-07-30  Hiroyuki Ito <hito@crl.go.jp>
   5629 
   5630 	* [w3m-dev 03282] Re: w3m-img for framebuffer update
   5631 	* w3mimg/fb/fb.c (fb_image_new): ignore no image
   5632 					calloc multiple images
   5633 			(fb_image_fill): added
   5634 			(fb_image_draw): width, height fix
   5635 			(fb_image_rotate): fix typo
   5636 			(fb_image_copy): added
   5637 			(fb_frame_new): added
   5638 			(fb_freme_free): added
   5639 			(fb_frame_rotate): added
   5640 	* w3mimg/fb/fb.h (FB_IMAGE): add num, id, delay
   5641 			(fb_frame_new): added
   5642 			(fb_frame_free): added
   5643 			(fb_frame_rotate): added
   5644 	* w3mimg/fb/fb_gdkpixbuf.c (get_image_size): animation support
   5645 			(fb_image_load): animation support
   5646 			(draw): add bg, x, y, w, h args
   5647 	* w3mimg/fb/fb_img.h (fb_image_load): return FB_IMAGE**
   5648 	* w3mimg/fb/fb_imlib2.c (fb_image_load): return FB_IMAGE**
   5649 	* w3mimg/fb/fb_w3mimg.c (w3mfb_show_image): animation support
   5650 
   5651 2002-07-23  Hiroyuki Ito <hito@crl.go.jp>
   5652 
   5653 	* [w3m-dev 03280] w3m-img without w3mimgsize
   5654 	* fm.h (Imagesize): deleted
   5655 	* image.c (getImageSize): rewrite to use w3mimgdisplay 
   5656 		instead of w3mimgsize
   5657 	* rc.c (params1): remove imgsize, merged to imgdisplay
   5658 
   5659 2002-07-23  Hiroyuki Ito <hito@crl.go.jp>
   5660 	
   5661 	* [w3m-dev 03279] w3m-img for framebuffer update
   5662 	  http://homepage3.nifty.com/slokar/fb/w3mfb.patch.gz
   5663 	* w3mimg/fb/readme.txt: update
   5664 	* w3mimg/fb/fb.c: update
   5665 	* w3mimg/fb/fb.h: update
   5666 	* w3mimg/fb/fb_gdkpixbuf.c: update
   5667 	* w3mimg/fb/fb_img.c: update
   5668 	* w3mimg/fb/fb_img.h: update
   5669 	* w3mimg/fb/fb_imlib2.c: update
   5670 	* w3mimg/fb/fb_w3mimg.c: update
   5671 	* w3mimg/fb/fb_gdkpixbuf.h: deleted
   5672 	* w3mimg/fb/fb_imlib2.h: deleted
   5673 	* w3mimg/w3mimg.h (w3mimg_op): add get_image_size()
   5674 	* w3mimg/x11/x11_w3mimg.c: update
   5675 	* w3mimgdisplay.c (main): use get_image_size()
   5676 	* w3mimgsize.c (main): use get_image_size()
   5677 
   5678 2002-07-19  Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
   5679 
   5680 	* [w3m-dev 03277] compile error on Solaris7
   5681 	* w3mimg/w3mimg.c: include <stdio.h> for NULL
   5682 
   5683 2002-07-19  Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
   5684 
   5685 a	* [w3m-dev 03276] compile error on EWS4800
   5686 	* file.c (extract_auth_val): fix warnings
   5687 	* w3mimg/w3mimg.c: include <stdlib.h>
   5688 
   5689 2002-07-18  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   5690 
   5691 	* [w3m-dev 03275] fix of multipart.cgi
   5692 	* scripts/multipart/multipart.cgi.in: check REQUEST_METHOD first
   5693 					need $count for POST
   5694 
   5695 2002-07-18  Fumitoshi UKAI  <ukai@debian.or.jp>
   5696 
   5697 	* w3mimgdisplay.c (main): '5' for w3mimgsize
   5698 
   5699 2002-07-18  Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
   5700 
   5701 	* [w3m-dev 03270] Re: w3m-img for framebuffer merged
   5702 	* w3mimg/x11/x11_w3mimg.c (w3mimg_x11open): unsigned int nchildren
   5703 
   5704 2002-07-18  Fumitoshi UKAI  <ukai@debian.or.jp>
   5705 
   5706 	* XMakefile (w3mimg/w3mimg): added
   5707 		(w3img/fb) fixed
   5708 	* w3mimg/w3mimg.h (w3mimg_open): deleted to avoid compilation warnings
   5709 	* w3mimg/w3mimg.c: added
   5710 	* configure (imgobjs): add w3mimg/w3mimg.o 
   5711 
   5712 2002-07-18  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   5713 
   5714 	* [w3m-dev 03272] Re: w3m-img for framebuffer merged (Re:  Re: w3m-img for framebuffer)
   5715 	* XMakefile (w3mimg/x11): chdir
   5716 		(w3mimg/fb): chdir
   5717 
   5718 2002-07-18  Fumitoshi UKAI  <ukai@debian.or.jp>
   5719 
   5720 	* [w3m-dev 03273] Re: w3m-img for framebuffer merged
   5721 	* configure (use_w3mimg_fb): check linux, use test -c
   5722 
   5723 2002-07-18  Fumitoshi UKAI  <ukai@debian.or.jp>
   5724 
   5725 	* merge w3m-img for framebuffer support
   5726 	* w3mimg/w3mimg.h: created
   5727 	* w3mimg/x11/x11_w3mimg.c: created
   5728 	* w3mimg/fb/fb_w3mimg.c: created
   5729 	* w3mimgsize.c w3mimgdisplay.c: modified
   5730 	* configure: modified
   5731 	* XMakefile: modified
   5732 	* config.h.dist: updated
   5733 
   5734 2002-07-18  ZXB01226@nifty.com
   5735 
   5736 	* w3m-img for framebuffer support
   5737 	* http://homepage3.nifty.com/slokar/fb/
   5738 	* w3mimg/fb/fb.c w3mimg/fb/fb.h 
   5739 	  w3mimg/fb/fb_img.c w3mimg/fb/fb_img.h
   5740 	  w3mimg/fb/fb_gdkpixbuf.c w3mimg/fb/fb_gdkpixbuf.h
   5741 	  w3mimg/fb/fb_imlib2.c w3mimg/fb/fb_imlib.h
   5742 	  w3mimg/fb/readme.txt w3mimg/fb/license.txt: added
   5743 
   5744 2002-07-18  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   5745 
   5746 	* [w3m-dev 03263] fix lastA segfault
   5747 	* main.c (lastA): fix lastA segfault when no anchor found
   5748 
   5749 2002-07-18  Fumitoshi UKAI  <ukai@debian.or.jp>
   5750 
   5751 	* version.c.in: cvs version
   5752 
   5753 2002-07-16  Fumitoshi UKAI  <ukai@debian.or.jp>
   5754 
   5755 	* w3m 0.3.1
   5756 	* version.c.in: update
   5757 	* doc/README: version 0.3, release date
   5758 	* doc-jp/README: ditto
   5759 	* NEWS: update
   5760 
   5761 2002-07-12  WATANABE Katsuyuki <katsuyuki_1.watanabe@toppan.co.jp>
   5762 
   5763 	* [w3m-dev 03255] update cygwin info
   5764 	* doc-jp/README: update
   5765 	* doc/README: update
   5766 	* doc-jp/README.cygwin: deleted
   5767 	* doc/README.cygwin: deleted
   5768 
   5769 2002-07-10  SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
   5770 
   5771 	* [w3m-dev 03240] doc-jp update
   5772 	* doc-jp/MANUAL.html: update
   5773 	* doc-jp/README: update
   5774 	* doc-jp/README.SSL: update
   5775 	* doc-jp/README.img: update
   5776 
   5777 2002-07-10  Fumitoshi UKAI  <ukai@debian.or.jp>
   5778 
   5779 	* gc/: import gc6.1alpha5
   5780 
   5781 2002-07-09  Dai Sato <satodai@dog.intcul.tohoku.ac.jp>
   5782 
   5783 	* delete old mail addresses of aito-san from docs
   5784 	* delete old ftp site from w3m-doc/install.html.in
   5785 
   5786 2002-07-01  Dai Sato <satodai@dog.intcul.tohoku.ac.jp>
   5787 
   5788 	* [w3m-dev 03235] topA/lastA with prec_num
   5789 	* main.c: add prec_num to topA() and lastA()
   5790 
   5791 2002-06-24  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   5792 
   5793 	* [w3m-dev 03233] "obuf->flag |= RB_IGNORE_P" after <body> tag
   5794 	* file.c (HTMLtagproc1): no need RB_IGNORE_P after <body> tag
   5795 
   5796 2002-06-18  Dai Sato <satodai@dog.intcul.tohoku.ac.jp>
   5797 
   5798 	* [w3m-dev 03215] Re: Boehm GC 6.1alpha5
   5799 	* XMakefile: add "base_lib gc.a" for making GC
   5800 
   5801 2002-06-18  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   5802 
   5803 	* [w3m-dev 03212] lstat() in form.c
   5804 	* form.c: define lstat unless HAVE_LSTAT
   5805 		(form_write_from_file): always check lstat()
   5806 
   5807 2002-06-17  Dai Sato <satodai@dog.intcul.tohoku.ac.jp>
   5808 
   5809 	* [w3m-dev 03214] strtoul() in frame.c
   5810 	* frame.c (parseFrameSetLength): strtoul() -> strtol()
   5811 
   5812 2002-06-10  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   5813 
   5814 	* [w3m-dev-en 00752] Re: tab completion weirdness in w3m 0.3
   5815 	* file.c (doFileCopy): same fix as [w3m-dev-en 00751]
   5816 
   5817 2002-06-10  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   5818 
   5819 	* [w3m-dev-en 00751] Re: tab completion weirdness in w3m 0.3
   5820 	* main.c (svBuf): unescape spaces when input is filename
   5821 	* proto.h (unescape_spaces): added
   5822 
   5823 2002-06-08  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   5824 
   5825 	* [w3m-dev 03207] strchr(), strcasecmp(), and strncasecmp()
   5826 	* etc.c (strchr): removed
   5827 		(strcasecmp): removed
   5828 		(strncasecmp): removed
   5829 	* indep.c (strchr): moved, cast
   5830 		(strcasecmp): moved, fix the case that s1 = ""
   5831 		(strncasecmp): moved, fix the case that s1 is shorter than s2
   5832 	* indep.h (strchr): added
   5833 		(strcasecmp): added
   5834 		(strncasecmp): added
   5835 
   5836 2002-06-06  Fumitoshi UKAI  <ukai@debian.or.jp>
   5837 
   5838 	* [w3m-dev 03206] Re: dict
   5839 	* main.c (execdict): quote word
   5840 
   5841 2002-06-06  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   5842 
   5843 	* [w3m-dev 03204] INET6
   5844 	* main.c (fversion): s/USE_INET6/INET6/
   5845 
   5846 2002-06-06  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
   5847 
   5848 	* [w3m-dev 03203] dict
   5849 	* main.c (execdict): fix loadGeneralFile()
   5850 
   5851 2002-06-02  Tushar Samant <scribble@pobox.com>
   5852 
   5853 	* [w3m-dev-en 00748] PATCH: Reinitialize w3m while running
   5854 	* funcname.tab (INIT_MAILCAP): deleted
   5855 		(REINIT): added
   5856 	* main.c (config_filename): added
   5857 		(reinit): added
   5858 	* proto.h (reinit): added
   5859 	* rc.c (rc_initialized): deleted
   5860 	* w3mhelperpanel.c (editMailcap): use REINIT MAILCAP
   5861 
   5862 2002-06-02  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   5863 
   5864 	* [w3m-dev 03200] Re: New configuration option ``keymap_file'' and new command ``DEFINE_KEY''
   5865 	* fm.h: add <sts/stat.h>, unistd.h>
   5866 	* fm.h (keymap_file): added
   5867 	* func.c (keymap_initialized): added
   5868 		(current_keymap_file): added
   5869 		(setKeymap): added
   5870 		(initKeymap): rewrite to use setKeymap()
   5871 	* funcname.tab (DEFINE_KEY): added
   5872 	* main.c (MAIN): initKeymap(TRUE)
   5873 		(defKey): added
   5874 	* proto.h (defKey): added
   5875 		(setKeymap): added
   5876 		(initKeymap): add force param
   5877 	* rc.c (CMT_KEYMAP_FILE): added
   5878 		(params3): add keymap_file
   5879 		(sync_with_option): add initKeymap(FALSE)
   5880 	* doc/README.func (DEFINE_KEY): added
   5881 	* doc-jp/README.func: (DEFINE_KEY): added
   5882 	* scripts/w3mhelp.cgi.in: add defKey
   5883 	* NEWS:
   5884 		func: DEFINE_KEY
   5885 		rc: keymap_file
   5886 
   5887 2002-06-02  Hiroaki Shimotsu <shim@d5.bs1.fc.nec.co.jp>
   5888 
   5889 	* [w3m-dev 03196] C-w
   5890 	* linein.c (inputLineHistSearch) move_word changed
   5891 	* linein.c (setStrType): add space to termchar
   5892 
   5893 2002-05-15  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   5894 
   5895 	* [w3m-dev 03191] typo in file.c:extract_auth_val()?
   5896 	* file.c (extract_auth_val): s/177/0177/
   5897 
   5898 2002-05-15  Tsutomu OKADA <okada@furuno.co.jp>
   5899 
   5900 	* [w3m-dev 03190] a tiny patch for configure
   5901 	* configure (ask_choice): reset default value
   5902 
   5903 2002-04-27  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   5904 
   5905 	* [w3m-dev 03185] Re: cmd_mark in main.c, rev 1.60 broke unmark?
   5906 	* main.c (cmd_mark): deleted
   5907 		(_mark): xor PE_MARK
   5908 		(reMark): or PE_MARK
   5909 
   5910 2002-04-27  Fumitoshi UKAI  <ukai@debian.or.jp>
   5911 
   5912 	* scripts/.cvsignore: add xface2xpm
   5913 
   5914 2002-04-26  Tushar Samant <scribble@pobox.com>
   5915 	
   5916 	* [w3m-dev-en 00733] Submission: "English" patch
   5917 	* rc.c: update english
   5918 
   5919 2002-04-25  Fumitoshi UKAI  <ukai@debian.or.jp>
   5920 
   5921 	* [w3m-dev-en 00730] Re: Patch for a more flexible dictionary lookup
   5922 	* NEWS: rc: use_dictcommand, dictcommand
   5923 	* main.c (execdict): use url_quote_conv() instead of cURLcode()
   5924 	* proto.h (cURLcode): deleted
   5925 	* doc-jp/README.dict: updated
   5926 
   5927 2002-04-25  Tushar Samant <scribble@pobox.com>
   5928 
   5929 	* [w3m-dev-en 00729] Re: Patch for a more flexible dictionary lookup
   5930 	* config.h.dist (DICT): define
   5931 	* configure (use_dict): default y
   5932 	* fm.h (DICTCMD): deleted
   5933 		(UseDictCommand): added
   5934 		(DictCommand): added
   5935 	* main.c (execdict): rewrite to use DictCommand, loadGeneralFile()
   5936 	* rc.c (CMT_USE_DICTCOMMAND): added
   5937 		(CMT_DICTCOMMAND): added
   5938 		(params1): use_dictcommand, dictcommand added
   5939 	* doc/README.dict: updated
   5940 
   5941 2002-04-21  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   5942 
   5943 	* [w3m-dev 03181] KEYBIND_SRC was not passed to scripts/Makefile
   5944 	* Makefile (all-scripts): pass KEYBIND_SRC
   5945 
   5946 2002-04-17  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   5947 
   5948 	* [w3m-dev 03178] Parser of ``cols'' and ``rows''
   5949 	* frame.c (parseFrameSetLength): added
   5950 		(newFrameSet): use parseFrameSetLength()
   5951 
   5952 2002-04-17  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   5953 
   5954 	* [w3m-dev 03177] SIGUSR1 --> W3M_SIGIMG in image.c
   5955 	* image.c (W3M_SIGIMG): added
   5956 		(load_image_handler): s/SIGUSR1/W3M_SIGIMG/
   5957 		(load_image_next): ditto
   5958 		(loadImage): ditto
   5959 
   5960 2002-04-17  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   5961 
   5962 	* [w3m-dev 03176] no Content-Type in http response header
   5963 	* file.c (loadGeneralFile): guess content-type from filename
   5964 
   5965 2002-04-09  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   5966 
   5967 	* [w3m-dev 03169] Can't calculate table height if number of cells > 20.
   5968 	* table.c (check_table_height): change row, rowspan, indexarray, height
   5969 			from array to pointer
   5970 
   5971 2002-04-09  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   5972 
   5973 	* [w3m-dev 03167] xface2xbm -> xface2xpm (current imlib can't handle XBM)
   5974 	* configure: s/XFACE2XBM/XFACE2XPM/
   5975 	* config.h.dist: ditto
   5976 	* file.c (xface2xpm): renamed from xface2xbm
   5977 			modified for xpm
   5978 		(readHeader): s/xface2xbm/xface2xpm/
   5979 	* scripts/Makefile (LIB_TARGETS): s/xface2xbm/xface2xpm/
   5980 	* scripts/xface2xpm.in: added
   5981 
   5982 2002-03-30  Fumitoshi UKAI  <ukai@debian.or.jp>
   5983 
   5984 	* [w3m-dev 03162] Re: "ttp:" is marked instead of "http:" by MARL_URL
   5985 	* main.c (chkURLBuffer): "mailto" removed when USE_W3MMAILER
   5986 		in this case, chkExternalURIBuffer() will mark mailto: URL.
   5987 
   5988 2002-03-30  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   5989 
   5990 	* [w3m-dev 03160] Re: "ttp:" is marked instead of "http:" by MARL_URL
   5991 	* NEWS: mark_all_pages
   5992 	* anchor.c (reAnchorAny): check MarkAllPages
   5993 	* fm.h (MarkAllPages): added
   5994 	* rc.c (CMT_MARK_ALL_PAGES): added
   5995 		(mark_all_pages): added
   5996 
   5997 2002-03-30  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   5998 
   5999 	* [w3m-dev 03159] "ttp:" is marked instead of "http:" by MARL_URL
   6000 	* main.c (chkURLBuffer): check internal URLs first
   6001 
   6002 2002-03-28  Fumitoshi UKAI  <ukai@debian.or.jp>
   6003 
   6004 	* terms.c (set_tty): s/term_info/w3m_term_info/g;
   6005 		struct term_info is defined in FreeBSD's sys/consio.h
   6006 		reported by KOIE Hidetaka <hide@koie.org>
   6007 
   6008 2002-03-28  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6009 
   6010 	* [w3m-dev 03146] Re: header option
   6011 	* main.c (make_optional_header_string): cleanups
   6012 
   6013 2002-03-28  Yuuichi Teranishi <teranisi@gohome.org>
   6014 
   6015 	* [w3m-dev 03145] header option
   6016 	* main.c (MAIN): hide args for security
   6017 
   6018 2002-03-23  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   6019 
   6020 	* [w3m-dev 03140] Forward: Bug#139305: 
   6021 	   w3m: EXTERN_LINK does not work if href ends with ampersand
   6022 	* main.c (invoke_browser): check bg by browser
   6023 
   6024 2002-03-21  Fumitoshi UKAI  <ukai@debian.or.jp>
   6025 
   6026 	* terms.c (term_title): use ttyf instead of stderr
   6027 
   6028 2002-03-20  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6029 
   6030 	* [w3m-dev 03137] Re: w3mman.1
   6031 	* XMakefile (MAN1): added
   6032 		    (MAN1_JA): added
   6033 		    (install-core): install man
   6034 		    (install-scripts): pass MAN_DIR
   6035 		    (uninstall): uninstall man, pass MAN_DIR to subdirs
   6036 	* config.h.dist (MAN_DIR): added
   6037 			(MAN1_DIR): added
   6038 			(MAN1_JA_DIR): added
   6039 	* configure: -mandir
   6040 		  (config.h): add MAN_DIR, MAN1_DIR, MAN1_JA_DIR
   6041 	* scripts/w3mman/Makefile (MAN1_DIR): added
   6042 
   6043 2002-03-20  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6044 
   6045 	* [w3m-dev 03136] Add COMMAND to execute multiple commands
   6046 	* fm.h (CurrentMenuData): deleted
   6047 		(CurrentCmdData): added
   6048 	* func.c (getKey): check next char of ^
   6049 		(getWord): get word until ';'
   6050 		(getQWord): rewrite using Str
   6051 	* funcname.tab (COMMAND): added
   6052 	* main.c (MAIN): delete CurrentMenuData
   6053 			initialize CurrentCmdData
   6054 		(searchKeyData): use CurrentCmdData
   6055 		(execCmd): added
   6056 		(SigAlarm): delete CurrentMenuData, use CurrentCmdData
   6057 	* menu.c (action_menu): delete CurrentMenuData, use CurrentCmdData
   6058 	* proto.h (execCmd): added
   6059 	* doc/README.func (ALARM): capitalize
   6060 			(COMMAND): added
   6061 	* doc-jp/README.func (COMMAND): added
   6062 
   6063 2002-03-20  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6064 
   6065 	* [w3m-dev 03135] commit of [w3m-dev 03006] is incomplete.
   6066 	* file.c (HTMLlineproc2body): check form_int fid attr
   6067 			update forms[]
   6068 			fix buf->formlist
   6069 
   6070 2002-03-16  Fumitoshi UKAI  <ukai@debian.or.jp>
   6071 
   6072 	* part of [w3m-dev-en 00713] contrib: unofficial "current page info" patch, updated for w3m-0.3
   6073 	  by Moritz Barsnick <barsnick@gmx.net>
   6074 	* map.c (page_info_panel): s/line/lines/
   6075 				s/byte/bytes/
   6076 				anchor for URL of current anchor
   6077 
   6078 2002-03-16  Fumitoshi UKAI  <ukai@debian.or.jp>
   6079 
   6080 	* -title support
   6081 	  modified [w3m-dev-en 00710] contrib: unofficial "xterm title" patch, updated for w3m-0.3
   6082 	  by Moritz Barsnick <barsnick@gmx.net>
   6083 	* NEWS: -title
   6084 	* fm.h (displayTitleTerm): added
   6085 	* proto.h (term_title): added
   6086 	* main.c (fusage): add -title
   6087 		(MAIN): add -title
   6088 		(quitfm): term_title("")
   6089 	* display.c (displayBuffer): term_title()
   6090 	* terms.c (title_str): added
   6091 		(TERM_INFO): added
   6092 		(term_info): modified from mouse_term_info
   6093 		(term_info_list): modified from xterm_mouse_term
   6094 				add "screen"
   6095 		(set_tty): check displayTitleTerm
   6096 		(term_title): added
   6097 
   6098 2002-03-16  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6099 
   6100 	* [w3m-dev 03132] Re: Reload image
   6101 	* file.c (loadGeneralFile): b->type = "text/html"
   6102 	* file.c (loadImageBuffer): comment out getImageSize()
   6103 				image_flag = IMG_FLAG_AUTO
   6104 	* file.c (openGeneralPagerBuffer): buf->type = "text/html"
   6105 	* frame.c (resetFrameElement): if (buf->mailcap_source) ...
   6106 	* frame.c (frame_download_source): if (buf->mailcap_source) ...
   6107 	* main.c (vwSrc): #ifdef USE_IMAGE
   6108 
   6109 2002-03-16  Fumitoshi UKAI  <ukai@debian.or.jp>
   6110 
   6111 	* [w3m-dev 03133] Re: w3mman.1
   6112 	* scripts/w3mman/Makefile (MAN1_TARGETS): added
   6113 			(MAN_TARGETS): use $(MAN_TARGETS)
   6114 			(INSTALL_MAN): added
   6115 			(install): use $MAN1_TARGETS, $(INSTALL_MAN)
   6116 	* scripts/w3mman/w3mman2html.cgi.in: $PAGER='cat'
   6117 
   6118 2002-03-15  Fumitoshi UKAI  <ukai@debian.or.jp>
   6119 
   6120 	* scripts/.cvsignore: add xface2xbm
   6121 
   6122 2002-03-15  Fumitoshi UKAI  <ukai@debian.or.jp>
   6123 
   6124 	* [w3m-dev 03130] w3mman.1
   6125 	* scripts/w3mman/.cvsignore: add w3mman.1
   6126 	* scripts/w3mman/Makefile (MAN_DIR): added
   6127 		(MAN_TARGETS): added
   6128 		(all): add $(MAN_TARGETS)
   6129 		(.in): replace @LIB_DIR@
   6130 		(install): install $(MAN_TARGETS)
   6131 		(uninstall): uninstall $(MAN_TARGETS)
   6132 		(clean): clean $(MAN_TARGETS)
   6133 	* scripts/w3mman/w3mman.1.in: added
   6134 	* scripts/w3mman/w3mman2html.cgi.in: undef $PAGER
   6135 
   6136 2002-03-15  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6137 
   6138 	* [w3m-dev 03129] Re: X-Face
   6139 	* configure (use_xface): ask
   6140 	* fm.h (_Buffer): add header_source
   6141 	* buffer.c (reshapeBuffer): fix reshape when reading stdin with image
   6142 			fix disappearing header when reading stdin
   6143 	* file.c (xface2xbm): check file existence
   6144 	* file.c (readHeader): save to tmp file
   6145 			X-Face when activeImage & displayImage
   6146 	* main.c (dispI): comment out checking content type
   6147 	* main.c (stopI): ditto
   6148 	* scripts/xface2xbm.in: update compface URL
   6149 			read from file $XF
   6150 			write to file $XBM
   6151 
   6152 2002-03-15  Fumitoshi UKAI  <ukai@debian.or.jp>
   6153 
   6154 	* proto.h (readHeader): added
   6155 
   6156 2002-03-14  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6157 
   6158 	* [w3m-dev 03127] X-Face
   6159 	* NEWS: X-Face support
   6160 	* configure (use_xface): added
   6161 	* config.h.dist (USE_XFACE): added
   6162 		(XFACE2XBM): added
   6163 	* file.c (xface2xbm): added
   6164 		(readHeader): X-Face: handling
   6165 	* scripts/Makefile (LIB_TARGETS): add xface2xbm
   6166 	* scripts/xface2xbm.in: added
   6167 
   6168 2002-03-14  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6169 
   6170 	* [w3m-dev 03126] reshapeBuffer() and -m option
   6171 	* buffer.c (reshapeBuffer): fix reshapeBuffer() in case of -m option
   6172 
   6173 2002-03-14  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6174 
   6175 	* [w3m-dev 03125] w3m -m < image
   6176 	* file.c (openGeneralPagerBuffer): use internal viewer for -m option
   6177 
   6178 2002-03-13  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6179 
   6180 	* [w3m-dev 03116] Re: aligned block in <td align="center">
   6181 	* file.c (flushline): align if align="align"
   6182 	* fm.h (RB_LEFT): change value
   6183 	       (RB_ALIGN): include RB_LEFT
   6184 	       (RB_INTABLE): added
   6185 	* table.c (do_refill): obuf.flag |= RB_INTABLE
   6186 
   6187 2002-03-11  WATANABE Katsuyuki <katsuyuki_1.watanabe@toppan.co.jp>
   6188 
   6189 	* [w3m-dev 03110] Re: gopher broken
   6190 	* file.c (loadGeneralFile): #ifdef USE_GOPHER
   6191 
   6192 2002-03-11  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6193 
   6194 	* [w3m-dev 03106] Re: displayBuffer
   6195 	* display.c (displayBuffer): revert previous changes
   6196 	* file.c (process_img): remove space in src attribute
   6197 
   6198 2002-03-10  Rei FURUKAWA <furukawa@tcp-ip.or.jp>
   6199 
   6200 	* [w3m-dev 03096] displayBuffer 
   6201 	* display.c (displayBuffer): buf->need_reshape = 0 to prevent recursive
   6202 			displayBuffer calls
   6203 
   6204 2002-03-09  Fumitoshi UKAI  <ukai@debian.or.jp>
   6205 
   6206 	* [w3m-dev 03095] Re: gopher broken 
   6207 		(Re: Bug#137287: w3m: segfault on gopher://xxxx.xxx URI)
   6208 	* file.c (loadGopherDir): html_quote(url_quote_conv())
   6209 
   6210 2002-03-09  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6211 
   6212 	* [w3m-dev 03092] Reload image
   6213 	* file.c (loadImageBuffer): cache->index = 0
   6214 
   6215 2002-03-09  Fumitoshi UKAI  <ukai@debian.or.jp>
   6216 
   6217 	* [w3m-dev 03093] Re: gopher broken 
   6218 		(Re: Bug#137287: w3m: segfault on gopher://xxxx.xxx URI)
   6219 	* file.c (loadGopherDir): fix ->ptr
   6220 		q should be url_quote()
   6221 	* url.c (openURL): url_unquote() for gopher selector
   6222 
   6223 2002-03-09  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6224 
   6225 	* [w3m-dev 03090] Re: gopher broken 
   6226 		(Re: Bug#137287: w3m: segfault on gopher://xxxx.xxx URI)
   6227 	* file.c (loadGeneralFile): if loadGopherDir, type is real_type
   6228 	* file.c (loadGopherDir): rewrite to use loadHTMLstream()
   6229 
   6230 2002-03-08  Fumitoshi UKAI  <ukai@debian.or.jp>
   6231 
   6232 	* [w3m-dev 03088] gopher broken 
   6233 		(Re: Bug#137287: w3m: segfault on gopher://xxxx.xxx URI)
   6234 	* file.c (form_max): initial value should be -1
   6235 	* file.c (loadGopherDir): </A>
   6236 
   6237 2002-03-08  YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
   6238 
   6239 	* [w3m-dev 03087] vi +1 emptyfile
   6240 	* etc.c (myEditor): line > 1
   6241 
   6242 2002-03-06  Christian Weisgerber <w3m-dev-en@mips.inka.de>
   6243 
   6244 	* [w3m-dev-en 00699]
   6245 	* configure: define SETPGRP() instead of setpgrp()
   6246 	* etc.c (mySystem): use SETPGRP() instead of setpgrp()
   6247 	* image.c (openImgdisplay): ditto
   6248 	* search.c (open_migemo): ditto
   6249 	* url.c: revert changes by Dai Sato on 2002-02-01
   6250 		since stdio.h and config.h is included with this order
   6251 		in fm.h
   6252 
   6253 2002-03-06  Fumitoshi UKAI  <ukai@debian.or.jp>
   6254 
   6255 	* version.c.in: 0.3+cvs
   6256 
   6257 2002-03-06  Fumitoshi UKAI  <ukai@debian.or.jp>
   6258 
   6259 	* w3m 0.3
   6260 	* version.c.in: update
   6261 	* doc/README: version 0.3, release date
   6262 	* doc-jp/README: ditto
   6263 	* NEWS: update
   6264 
   6265 2002-03-06  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6266 
   6267 	* [w3m-dev 03084] A temporary file remains when pipe + 'v'
   6268 	* proto.h (saveBufferDelNum): deleted
   6269 	* file.c (saveBufferDelNum): deleted
   6270 	* file.c (saveBuffer): saveBufferDelNum() renamed 
   6271 	* main.c (vwSrc): tmpfname() recorded as fileToDelete
   6272 			use saveBuffer() instead of saveBufferDelNum()
   6273 
   6274 2002-03-04  Fumitoshi UKAI  <ukai@debian.or.jp>
   6275 
   6276 	* doc-jp/MANUAL.html: add note about file:/cgi-bin
   6277 	* doc/MANUAL.html: ditto
   6278 
   6279 2002-03-01  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6280 
   6281 	* [w3m-dev 03073] frame + image
   6282 	* file.c (loadGeneralFile): w3m_dump & ~DUMP_FRAME
   6283 	* file.c (loadImageBuffer): comment out if (frame_source)
   6284 
   6285 2002-03-01  Fumitoshi UKAI  <ukai@debian.or.jp>
   6286 
   6287 	* [w3m-dev 03072] Proxy-Authorization (Re:  Re: https through proxy)
   6288 	* file.c (loadGeneralFile) delete Proxy-Authorization set here
   6289 	* fm.h (HR_FLAG_PROXY): added
   6290 	* main.c (MAIN): need "Basic " for proxy_auth_cookie
   6291 	* url.c (HTTPrequest): add seen_proxy_auth
   6292 		if proxy and no Proxy-Authorization: header seen and
   6293 		has proxy_auth_cookie, use it
   6294 	* url.c (openURL): hr->flag |= HR_FLAG_PROXY
   6295 	
   6296 	* file.c (loadGeneralFile) comment indent fix
   6297 	* html.c (TagMAP): ditto
   6298 
   6299 2002-02-28  Fumitoshi UKAI  <ukai@debian.or.jp>
   6300 
   6301 	* [w3m-dev 03070] Re: https through proxy
   6302 	* url.c (openURL): pass extra_header (Proxy-Authorization:)
   6303 
   6304 2002-02-26  Fumitoshi UKAI  <ukai@debian.or.jp>
   6305 
   6306 	* [w3m-dev 03067] Re: https through proxy
   6307 	* file.c (loadGeneralFile): comment out ssl_get_certificate here
   6308 
   6309 2002-02-26  Fumitoshi UKAI  <ukai@debian.or.jp>
   6310 
   6311 	* [w3m-dev-en 00691] Re: w3m 0.2.5.1 fails to recognize '<dt id="XXX">'
   6312 	* html.c: ATTR_CORE for dt, dd, blockquote, caption 
   6313 
   6314 2002-02-26  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6315 
   6316 	* [w3m-dev 03064] Re: SELECTED form value
   6317 	* form.c (formResetBuffer): set inititial value
   6318 
   6319 2002-02-23  HIDAI Ken-ichi <hidai@nmn.jp>
   6320 
   6321 	* [w3m-dev 03060] doc-jp/README.migemo
   6322 	* doc-jp/README.migemo: added
   6323 
   6324 2002-02-23  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6325 
   6326 	* [w3m-dev 03059] table + hborder + rowspan + valign=bottom
   6327 	* table.c (renderTable): add case BORDER_NOWIN:
   6328 
   6329 2002-02-20  Fumitoshi UKAI  <ukai@debian.or.jp>
   6330 
   6331 	* [w3m-dev 03057] Re: Bug#134350: w3m: Forgets (http auth) login information upon reload (or almost anything else)
   6332 	* etc.c (find_auth): add `file'
   6333 			check file as well
   6334 	* etc.c (find_auth_cookie): add `file'
   6335 	* etc.c (add_auth_cookie): add `file'
   6336 	* file.c (AuthBasicCred): add "Basic "
   6337 	* file.c (AuthDigestCred): add "Digest "
   6338 	* file.c (getAuthCookie): if h_auth == NULL, get recorded cookie
   6339 	* file.c (get_auth_cookie): get recorded cookie
   6340 	* file.c (loadGeneralFile): don't clear add_auth_cookie_flag 
   6341 				by redirection
   6342 		add_auth_cookie if authorization is required and passed 
   6343 	* fm.h (auth_cookie): add file
   6344 	* ftp.c (openFTP): follow change auth_cookie
   6345 	* proto.h (get_auth_cookie): added
   6346 	* proto.h (find_auth_cookie): add `file'
   6347 	* proto.h (add_auth_cookie): add `file'
   6348 	* url.c (openURL): get_auth_cookie
   6349 
   6350 2002-02-20  Fumitoshi UKAI  <ukai@debian.or.jp>
   6351 
   6352 	* [w3m-dev 03058] mailer
   6353 	* NEWS: rc: mailer
   6354 	* fm.h (Mailer): change default
   6355 	* main.c (MAIN): $MAILER will be used as "mailer"
   6356 	* main.c (followA): if "mailer" defined & simple mailto: URL, 
   6357 		use mailer instead of w3mmail.cgi
   6358 	* main.c (cmd_loadURL): ditto
   6359 	* rc.c (params6): remove ifndef USE_W3MMAILER
   6360 
   6361 2002-02-15  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6362 
   6363 	* [w3m-dev 03056] DISPLAY_IMAGE, STOP_IMAGE don't work.
   6364 	* main.c (dispI): fix DISPLAY_IMAGE
   6365 	* main.c (stopI): fix STOP_IMAGE
   6366 
   6367 2002-02-14  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6368 
   6369 	* [w3m-dev 03055] LIB_DIR -> w3m_lib_dir()
   6370 	* image.c (getCharSize): s/LIB_DIR/w3m_lib_dir()/
   6371 	* image.c (openImgdisplay): ditto
   6372 	* image.c (getImageSize): ditto
   6373 
   6374 2002-02-14  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6375 
   6376 	* [w3m-dev 03048] garbage of images on the right edge of termical.
   6377 	* display.c (redrawLineImage): fix width calculation
   6378 
   6379 2002-02-14  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6380 
   6381 	* [w3m-dev 03053] Re: SSL indicator
   6382 	* main.c (dump_extra): Output SSL certificate.
   6383 
   6384 2002-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
   6385 
   6386 	* [w3m-dev 03038] LDFLAGS
   6387 	* XMakefile: refer to LDFLAGS when linking
   6388 	* configure: add -ldflags=*
   6389 
   6390 2002-02-12  Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
   6391 
   6392 	* [w3m-dev 03036]
   6393 	* display.c (displayBuffer): ifdef USE_SSL
   6394 
   6395 2002-02-10  Fumitoshi UKAI  <ukai@debian.or.jp>
   6396 
   6397 	* [w3m-dev 03034] check buf
   6398 	* frame.c (frame_download_source): buf->ssl_certificate can be used
   6399 			only if buf != NULL && buf != NO_BUFFER
   6400 
   6401 2002-02-10  Fumitoshi UKAI  <ukai@debian.or.jp>
   6402 
   6403 	* [w3m-dev 03033] SSL indicator
   6404 	* display.c (displayBuffer): show SSL indicator
   6405 
   6406 2002-02-08  Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
   6407 
   6408 	* [w3m-dev 03025] fix image loading on EWS4800
   6409 	* image.c (loadImage): exit if symlink failed
   6410 			exit if fopen failed
   6411 
   6412 2002-02-08  Fumitoshi UKAI  <ukai@debian.or.jp>
   6413 
   6414 	* [w3m-dev 03022] SSL certificates of frame body
   6415 	* frame.h (frame_body): add ssl_certificate
   6416 	* frame.c (frame_download_source): save ssl_certificate
   6417 	* map.c (append_frame_info): display ssl_certificate of frame_body
   6418 
   6419 2002-02-08  Fumitoshi UKAI  <ukai@debian.or.jp>
   6420 
   6421 	* [w3m-dev 03021] Bug#132934: w3m should recognize file:/uris
   6422 				in chkURLBuffer function
   6423 	* main.c (chkURLBuffer): add "file:" 
   6424 
   6425 2002-02-08  Yuji Abe <cbo46560@pop12.odn.ne.jp>
   6426 
   6427 	* [w3m-dev 03017] URI scheme is case insensitive
   6428 	* url.c (searchURIMethods): s/strcmp/strcasecmp/
   6429 
   6430 2002-02-08  Tsutomu Okada <okada@furuno.co.jp>
   6431 
   6432 	* [w3m-dev 03011] segmentation fault on <input> tag without <form>
   6433 	* file.c (process_input): tmp initialization fix
   6434 
   6435 2002-02-07  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6436 
   6437 	* [emacs-w3m:02733] for emacs-w3m better rendering with inline image
   6438 	* main.c (MAIN): activeImage = TRUE when -halfdump & display_image=1
   6439 
   6440 2002-02-07  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6441 
   6442 	* [w3m-dev 03006] fix form order in table
   6443 	* file.c (process_form): static
   6444 			fix form index order
   6445 			method should be quoted
   6446 	* file.c (process_form): added
   6447 	* file.c (HTMLlineproc2body): add form_id
   6448 	* html.c (ALST_FORM_INT): added
   6449 	* html.c (form_int): update
   6450 
   6451 2002-02-07  Fumitoshi UKAI  <ukai@debian.or.jp>
   6452 
   6453 	* [w3m-dev 03005] fix Bad cert ident
   6454 	* istream.c (ssl_match_cert_ident): added
   6455 	* istream.c (ssl_check_cert_ident): use ssl_match_cert_ident()
   6456 
   6457 2002-02-07  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6458 
   6459 	* [w3m-dev 02999] don't ask accept bad cert when background downloading
   6460 	* file.c (getAuthCookie): if QuietMessage, return NULL
   6461 	* file.c (inputAnswer): if QuietMessage, input "n"
   6462 
   6463 2002-02-05  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6464 
   6465 	* [w3m-dev 02991] form support in w3m -halfdump foo.html|w3m -halfload
   6466 	* fm.h (DUMP_HALFEXTRA): deleted
   6467 	* proto.h (process_select): return Str
   6468 	* file.c (process_img): process_form() fix
   6469 	* file.c (process_input): process_form() fix
   6470 	* file.c (process_select): return Str
   6471 				process_form() fix
   6472 	* file.c (process_textarea): process_form() fix
   6473 	* file.c (process_form): support -halfdump
   6474 	* file.c (HTMLtagproc1): delete case HTML_FORM_INT, HTML_N_FORM_INT
   6475 				process_{form,select,textarea}() fix
   6476 	* file.c (HTMLlineproc2body): support -halfload
   6477 				HTML_INTERNAL, HTML_N_INTERNAL,
   6478 				HTML_FORM_INT, HTML_FORM_INT,
   6479 				HTML_TEXTAREA_INT, HTML_N_TEXTAREA_INT,
   6480 				HTML_SELECT_INT, HTML_N_SELECT_INT,
   6481 				HTML_OPTION_INT, HTML_TITLE_ALT
   6482 	* file.c (print_internal_information): fix -halfdump
   6483 	* file.c (loadHTMLstream): no DUMP_HALFEXTRA
   6484 	* html.h: add HTML_INTERNAL, HTML_N_INTERNAL, 
   6485 			HTML_SELECT_INT, HTML_N_SELECT_INT,
   6486 			HTML_OPTION_INT, HTML_TEXTAREA_INT, HTML_N_TEXTAREA_INT
   6487 	* html.c (ALST_TEXTAREA_INT): added
   6488 	* html.c (ALST_SELECT_INT): added
   6489 	* html.c: add <internal>, </internal>, <select_int>, </select_int>
   6490 		<option_int>, <textarea_int>, </textarea_int>
   6491 	* main.c (MAIN): delete -halfdump_extra
   6492 		dont output <pre> by -halfdump
   6493 	* table.c (feed_table_tag): process_{form,select}() fix
   6494 		add case HTML_INTERNAL, HTML_N_INTERNAL,
   6495 		    HTML_SELECT_INT, HTML_N_SELECT_INT,
   6496 		    HTML_OPTION_INT, HTML_TEXTAREA_INT, HTML_N_TEXTAREA_INT,
   6497 	* tagtable.tab: add internal, /internal, select_int, /select_int
   6498 		option_int, textarea_int, /textarea_int
   6499 
   6500 2002-02-05  Fumitoshi UKAI  <ukai@debian.or.jp>
   6501 
   6502 	* [w3m-dev 02990]
   6503 	* file.c (doFileCopy): use Strfgets() instead of fgets()
   6504 	* file.c (doFileSave): ditto
   6505 
   6506 2002-02-05  Fumitoshi UKAI  <ukai@debian.or.jp>
   6507 
   6508 	* [w3m-dev 02989]
   6509 	* file.c (inputAnswer): use Strfgets() instead of fgets()
   6510 
   6511 2002-02-04  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
   6512 
   6513 	* [w3m-dev 02986]
   6514 	* file.c (print_internal_information): Don't print boundaries.
   6515           Use henv->f instead of stdout.
   6516 	
   6517 2002-02-04  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6518 
   6519 	* [w3m-dev 02984] inline image improvements and cleanups
   6520 	* config.h.dist (HAVE_SYMLINK) added
   6521 	* config.h.dist (HAVE_LSTAT): added
   6522 	* configure: symlink() check
   6523 	* configure: lstat() check
   6524 	* fm.h (maxLoadImage): added
   6525 	* form.c (form_write_from_file): s/HAVE_READLINK/HAVE_LSTAT/
   6526 	* image.c: include <sys/stat.h>
   6527 	* image.c (MAX_LOAD_IMAGE): default 8
   6528 	* image.c (max_load_image): deleted
   6529 	* image.c (n_load_image): added
   6530 	* image.c (showImageProgress): added
   6531 	* image.c (loadImage): check load image count
   6532 			s/HAVE_READLINK/HAVE_LSTAT/ (HAVE_SYMLINK)
   6533 			showImageProgress
   6534 	* local.c: include <sys/stat.h>
   6535 		s/HAVE_READLINK/HAVE_LSTAT/
   6536 	* rc.c (CMT_MAX_LOAD_IMAGE): added
   6537 	* rc.c (max_load_image): added
   6538 	* doc/README.img: update
   6539 	* doc-jp/README.img: update
   6540 	
   6541 	* file.c (process_img): pre_int fix
   6542 
   6543 2002-02-04  Fumitoshi UKAI  <ukai@debian.or.jp>
   6544 
   6545 	* [w3m-dev 02985] inputAnswer() and no "ssl_forbid_method"
   6546 	* file.c (inputAnswer): buf size is 80
   6547 	* url.c (openSSLHandle): if old_ssl_forbid_method == ssl_forbid_method
   6548 			ssl path is not modified
   6549 
   6550 2002-02-04  Fumitoshi UKAI <ukai@debian.or.jp>
   6551 
   6552 	* [w3m-dev 02980] Re: code_to_str not found ifndef JP_CHARSET
   6553 	* backend.c (get_mime_charset_name): used only ifdef JP_CHARSET
   6554 
   6555 2002-02-04  Kazuhiko <kazuhiko@archi.kyoto-u.ac.jp>
   6556 
   6557 	* [w3m-dev 02979] code_to_str not found ifndef JP_CHARSET
   6558 	* file.c (print_internal_information): ifdef JP_CHARSET
   6559 
   6560 2002-02-03  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6561 
   6562 	* [w3m-dev 02967] parallel image downloading
   6563 	* fm.h (ImageCache): add touch, pid
   6564 	* image.c (getCharSize): retry fscanf
   6565 	* image.c (drawImage): retry fflush
   6566 	* image.c (MAX_LOAD_IMAGE): added, default 4
   6567 	* image.c (image_cache): change to ImageCache**
   6568 	* image.c (image_lock): added
   6569 	* image.c (load_image_handler): signal SIGUSR1
   6570 	* image.c (load_image_next): signal SIGUSR1
   6571 	* image.c (loadImage): parallel image downloading
   6572 	* image.c (getImage): initialize touch, pid
   6573 	* image.c (getImageSize): return value is TRUE or FALSE
   6574 			retry fscanf
   6575 
   6576 2002-02-03  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6577 
   6578 	* [w3m-dev 02970] multiple -lnsl -lsocket
   6579 	* configure: merge bsdlib and extlib detection, use extlib only
   6580 		add ldflags to extlib
   6581 		(SYS_LIBRARIES): remove extlib
   6582 		(LOCAL_LIBRARIES): exlib only
   6583 
   6584 2002-02-03  TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
   6585 
   6586 	* [w3m-dev 02964] Print data of forms when halfdump option is set
   6587 	* backend.c (print_headers): print w3m-current-url and w3m-base-url
   6588 	* backend.c (print_formlist): deleted
   6589 	* backend.c (internal_get): remove "if (buf->formlist) {}"
   6590 	* file.c (print_internal_information): added
   6591 	* file.c (loadHTMLstream): if halfdump, print_internal_information
   6592 				if w3m_backend, print_internal_information
   6593 	* fm.h (DUMP_HALFEXTRA): added
   6594 	* main.c (-halfdump_extra): added
   6595 
   6596 2002-02-01  Dai Sato  <satodai@dog.intcul.tohoku.ac.jp>
   6597 
   6598 	* [w3m-dev 02972] #include "config.h"
   6599 	* url.c, mktable.c: fix the order of including files
   6600 
   6601 2002-02-01  Fumitoshi UKAI  <ukai@debian.or.jp>
   6602 
   6603 	* [w3m-dev 02968] fix problem with Netscape-Enterprise WWW-authenticate
   6604 	* file.c (findAuthentication): token is case insensitive
   6605 
   6606 2002-02-01  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6607 
   6608 	* [w3m-dev 02961] halfdump image is not consistent
   6609 	* file.c (flushline): check f
   6610 	* file.c (do_blankline): fix blanklink conditions
   6611 
   6612 2002-02-01  Fumitoshi UKAI  <ukai@debian.or.jp>
   6613 
   6614 	* gcc -Wall -Werror safe
   6615 	* anchor.c (addMultirowsImg): unused variable: fi
   6616 	* display.c (redrawLineImage): unused variable: ncol
   6617 	* file.c (process_img): uninitialized variables: r2, ni, w0, i0, ismap
   6618 			unused variable: url, ext
   6619 	* file.c (loadHTMLstream): need volatile image_flag
   6620 	* image.c (image_index): int
   6621 	* image.c (getCharSize): need prototype
   6622 	* image.c (getImage): uninitialized variable: key
   6623 			return NULL
   6624 	* map.c (follow_map_menu): used only USE_IMAGE: px, py, map
   6625 	* map.c (newMapArea): used only USE_IMAGE: p, i, max
   6626 	* proto.h (addMultirowsImg): added
   6627 	* w3mimgdisplay.c (main): format string fix
   6628 	* w3mimgdisplay.c (DrawImage): need (Pixmap) cast
   6629 
   6630 	* inflate.c: indent
   6631 
   6632 2002-02-01  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6633 
   6634 	* w3m-img merge (w3m-0.2.4+cvs-1.278-img-2.2.patch.gz)
   6635 	* NEWS: w3m-img merge
   6636 	* .cvsignore: add w3mimgdisplay, w3mimgsize
   6637 	* XMakefile: add image.c to SRCS 
   6638 		     add image.o to OBJS
   6639 	             add IMGDISPLAY, IMGSIZE
   6640 	* config.h.dist: USE_IMAGE, IMGSIZE, IMGDISPLAY
   6641 	* configure: add find_imlib
   6642 			ask use_image
   6643 		(config.h) add $imgtarget to EXT_TARGETS
   6644 			   $def_use_image
   6645 			   IMGSIZE, IMGDISPLAY
   6646 	* fm.h (MAX_IMAGE): added
   6647 	* fm.h (DEFAULT_PIXEL_PER_CHAR): fix for USE_IMAGE
   6648 	* fm.h (DEFAULT_PIXEL_PER_LINE): added
   6649 	* fm.h (B_REDRAW_IMAGE): added
   6650 	* fm.h (IMG_FLAG_SKIP): added
   6651 	* fm.h (IMG_FLAG_AUTO): added
   6652 	* fm.h (IMG_FLAG_START): added
   6653 	* fm.h (IMG_FLAG_STOP): added
   6654 	* fm.h (IMG_FLAG_NEXT): added
   6655 	* fm.h (IMG_FLAG_UNLOADED): added
   6656 	* fm.h (IMG_FLAG_LOADED): added
   6657 	* fm.h (IMG_FLAG_ERROR): added
   6658 	* fm.h (MapArea): added
   6659 	* fm.h (MapList): s/urls/alts/, add area
   6660 	* fm.h (ImageCache): added
   6661 	* fm.h (Image): added
   6662 	* fm.h (Anchor): add image
   6663 	* fm.h (Buffer): add imarklist, image_flag, need_reshape
   6664 	* fm.h (RG_FRAME_SRC): added
   6665 	* fm.h (ALIGN_MIDDLE): added
   6666 	* fm.h (ALIGN_TOP): added
   6667 	* fm.h (ALIGN_BOTTOM): added
   6668 	* fm.h (QuietMessage): added
   6669 	* fm.h (Imgdisplay): added
   6670 	* fm.h (Imgsize): added
   6671 	* fm.h (activeImage): added
   6672 	* fm.h (displayImage): added
   6673 	* fm.h (autoImage): added
   6674 	* fm.h (useExtImageViewer): added
   6675 	* fm.h (image_source): added
   6676 	* fm.h (view_unseenobject): change default if USE_IMAGE
   6677 	* fm.h (set_pixel_per_char): added
   6678 	* fm.h (pixel_per_line): added
   6679 	* fm.h (set_pixel_per_line): added
   6680 	* fm.h (image_scale): added
   6681 	* proto.h (dispI): added
   6682 	* proto.h (stopI): added
   6683 	* proto.h (deleteImage): added
   6684 	* proto.h (getAllImage): added
   6685 	* proto.h (loadImage): added
   6686 	* proto.h (getImage): added
   6687 	* proto.h (getImageSize): added
   6688 	* proto.h (process_img): add width arg
   6689 	* proto.h (loadImageBuffer): added
   6690 	* proto.h (follow_map_menu): add a_img arg
   6691 	* proto.h (getMapXY): added
   6692 	* proto.h (newMapArea): added
   6693 	* proto.h (touch_cursor): added
   6694 	* proto.h (cURLcode): added
   6695 	* proto.h (initImage): added
   6696 	* proto.h (termImage): added
   6697 	* proto.h (addImage): added
   6698 	* proto.h (drawImage): added
   6699 	* proto.h (clearImage): added
   6700 	* anchor.c (addMultirowsImg): added
   6701 	* buffer.c (discardBuffer): deleteImage if USE_IMAGE
   6702 	* buffer.c (reshapeBuffer): buf->need_reshape check
   6703 	* display.c (fmTerm): if activeImage, stop load image
   6704 	* display.c (fmInit): if displayImage, initImage
   6705 	* display.c (image_touch): added
   6706 	* display.c (draw_image_flag): added
   6707 	* display.c (redrawLineImage): added
   6708 	* display.c (displayBuffer): buf->need_reshape = TRUE
   6709 				mode == B_REDRAW_IMAGE
   6710 				image flag checks
   6711 				force redraw image in mode == B_REDRAW_IMAGE
   6712 				displayBuffer if need reshape
   6713 				drawImage
   6714 	* display.c (redrawNLine): redrawLineImage
   6715 	* display.c (redrawLineImage): added
   6716 	* display.c (disp_message_nsec): return immediately if QuietMessage
   6717 	* etc.c (reset_signals): ignore SIGUSR1
   6718 	* file.c (frame_source): added
   6719 	* file.c (_MoveFile): added
   6720 	* file.c (cur_baseURL): added
   6721 	* file.c (cur_document_code): added
   6722 	* file.c (cur_iseq): added
   6723 	* file.c (loadGeneralFile): fix fmInitialized and prevtrap checks
   6724 				save cur_baseURL
   6725 				image_source load
   6726 				loadImageBuffer for "image/*"
   6727 				frame_source flag
   6728 				fix b->type when proc is loadImageBuffer
   6729 	* file.c (process_img): add width arg
   6730 			parse height and width attr, align
   6731 			fix for inline-image
   6732 	* file.c (process_input): fix for form <input type="image">
   6733 	* file.c (HTMLtagproc1): pass h_env->limit to process_img()
   6734 			fix <img_alt> for inline-image
   6735 			save cur_baseURL
   6736 	* file.c (HTMLlineproc2body): fix <img_alt> for inline-image
   6737 	* file.c (loadHTMLstream): fix for inline-image
   6738 			fix fmInitialized and prevtrap checks
   6739 			save cur_document_code
   6740 			save image_flag
   6741 	* file.c (loadGopherDir): save cur_document_code
   6742 			fix fmInitialized and prevtrap checks
   6743 	* file.c (loadImageBuffer): added for inline-image
   6744 	* file.c (save2tmp): fix fmInitialized and prevtrap checks
   6745 	* frame.c (frame_download_source): set RG_FRAME_SRC flag
   6746 			image check
   6747 	* funcname.tab (DISPLAY_IMAGE): added
   6748 	* funcname.tab (STOP_IMAGE): added
   6749 	* html.c (ALST_IMG): add align, ismap
   6750 	* html.c (ALST_AREA): add shape, coords
   6751 	* html.c (ALST_IMG_ALT): add width, height, usemap, ismap, hseq,
   6752 				xoffset, yoffset, top_margin, bottom_margin
   6753 	* html.c (AttrMap): add shape, coords, ismap, xoffset, yoffset
   6754 	* html.h (ATTR_SHAPE): added
   6755 	* html.h (ATTR_COORDS): added
   6756 	* html.h (ATTR_ISMAP): added
   6757 	* html.h (ATTR_XOFFSET): added
   6758 	* html.h (ATTR_YOFFSET): added
   6759 	* html.h (ATTR_TOP_MARGIN): added
   6760 	* html.h (ATTR_BOTTOM_MARGIN): added
   6761 	* html.h (SHAPE_UNKNOWN): added
   6762 	* html.h (SHAPE_DEFAULT): added
   6763 	* html.h (SHAPE_RECT): added
   6764 	* html.h (SHAPE_CIRCLE): added
   6765 	* html.h (SHAPE_POLY): added
   6766 	* image.c: added
   6767 	* main.c (fversion): add USE_IMAGE
   6768 	* main.c (fusage): -ppl option
   6769 	* main.c (MAIN): set_pixel_per_char if ppc specified
   6770 			-ppl option
   6771 			loadImage
   6772 	* main.c (pushBuffer): deleteImage
   6773 	* main.c (quitfm): termImage
   6774 	* main.c (selBuf): deleteImage
   6775 	* main.c (followA): fix for inline-image and map area
   6776 	* main.c (query_from_followform): getMapXY()
   6777 	* main.c (setOpt): displayBuffer B_REDRAW_IMAGE
   6778 	* main.c (follow_map): fix calculate x, y
   6779 	* main.c (dispI): added
   6780 	* main.c (stopI): added
   6781 	* map.c: include <math.h>
   6782 	* map.c (inMapArea): added
   6783 	* map.c (follow_map_menu): add a_img arg to handle inline-image
   6784 	* map.c (follow_map_panel): use MapArea
   6785 	* map.c (getMapXY): added
   6786 	* map.c (newMapArea): added
   6787 	* menu.c (smChBuf): deleteImage
   6788 	* parsetagx.c (toAlign): align top, bottom, middle
   6789 	* rc.c (P_SCALE): added
   6790 	* rc.c (CMT_PIXEL_PER_LINE): added
   6791 	* rc.c (CMT_DISP_IMAGE): added
   6792 	* rc.c (CMT_AUTO_IMAGE): added
   6793 	* rc.c (CMT_EXT_IMAGE_VIEWER): added
   6794 	* rc.c (CMT_IMAGE_SCALE): added
   6795 	* rc.c (CMT_IMGDISPLAY): added
   6796 	* rc.c (CMT_IMGSIZE): added
   6797 	* rc.c (show_param): P_PIXELS
   6798 	* rc.c (set_param): P_PIXELS
   6799 	* rc.c (sync_with_option): initImage
   6800 	* rc.c (to_str): P_PIXELS
   6801 	* table.c (feed_table_tag): fix <img> for inline-image
   6802 	* tagtable.tab (image): added
   6803 	* terms.c (wgetch): retry read when EINTR or EAGAIN
   6804 	* terms.c (touch_cursor): added
   6805 	* w3mimgdisplay.c: added
   6806 	* w3mimgsize.c: added
   6807 	* doc/README.func (DISPLAY_IMAGE): added
   6808 	* doc/README.func (STOP_IMAGE): added
   6809 	* doc/README.img: added
   6810 	* doc-jp/README.func (DISPLAY_IMAGE): added
   6811 	* doc-jp/README.func (STOP_IMAGE): added
   6812 	* doc-jp/README.img: added
   6813 	* scripts/w3mhelp.cgi.in: show dispI, stopI
   6814 	* scripts/multipart/multipart.cgi.in: inline image support
   6815 	
   6816 2002-02-01  Fumitoshi UKAI  <ukai@debian.or.jp>
   6817 
   6818 	* version.c.in: 0.2.5+cvs
   6819 
   6820 2002-01-31  Fumitoshi UKAI  <ukai@debian.or.jp>
   6821 
   6822 	* w3m 0.2.5
   6823 	* version.c.in: update
   6824 	* doc/README: version 0.2.5, release date
   6825 	* doc-jp/README: ditto
   6826 	* NEWS: update
   6827 
   6828 2002-01-31  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6829 
   6830 	* [w3m-dev 02960] inflate without memmove()
   6831 	* inflate.c: rewrite without memmove()
   6832 
   6833 2002-01-31  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   6834 
   6835 	* inflate.c: support raw deflate without zlib header
   6836 
   6837 2002-01-31  Fumitoshi UKAI  <ukai@debian.or.jp>
   6838 
   6839 	* [w3m-dev 02955] compression_decoders error message
   6840 	* file.c (uncompress_stream): redirect stderr 
   6841 	* inflate.c (main): print error message
   6842 
   6843 2002-01-31  Fumitoshi UKAI  <ukai@debian.or.jp>
   6844 
   6845 	* [w3m-dev 02949] fix for #undef USE_MIGEMO
   6846 	* main.c (dispincsrch): need #ifdef USE_MIGEMO
   6847 
   6848 2002-01-31  Fumitoshi UKAI <ukai@debian.or.jp>
   6849 
   6850 	* [w3m-dev 02946] toggle migemo
   6851 	* fm.h (migemo_active): added
   6852 	* proto.h (inputLineHistSearch): add arg `prop' to incrfunc()
   6853 	* linein.c (inputLineHistSearch): ditto
   6854 	* main.c (isrch): ditto
   6855 	* main.c (dispincsrch): ditto
   6856 			C-\ toggle migemo
   6857 			underline when migemo is active
   6858 	* search.c (migemo_active): deleted
   6859 	* search.c (migemo_running): added
   6860 	* search.c (init_migemo): migemo_running
   6861 	* search.c (migemostr): ditto
   6862 	* search.c (forwardSearch): migemo_active > 0
   6863 	* search.c (backwardSearch): ditto
   6864 
   6865 2002-01-31  Fumitoshi UKAI  <ukai@debian.or.jp>
   6866 
   6867 	* [w3m-dev 02942] Digest qop=auth support
   6868 	* file.c (http_auth): add request to cred() arg
   6869 	* file.c (AuthBasicCred): ditto
   6870 	* file.c (AuthDigestCred): ditto
   6871 	* file.c (AuthDigestCred): support algorithm=MD5, MD5-sess
   6872 			qop=auth, auth-int
   6873 	* file.c (qstr_unquote): return NULL if input is NULL
   6874 	* file.c (none_auth_param): added
   6875 	* file.c (findAuthentication): skip weak or unknown auth
   6876 	* file.c (getAuthCookie): add request to arg
   6877 	* file.c (loadGeneralFile): add request to getAuthCookie()
   6878 
   6879 2002-01-31  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6880 
   6881 	* [w3m-dev 02934] add auth cookie with unquoted realm
   6882 	* file.c (loadGeneralFile): need unquote realm
   6883 
   6884 2002-01-31  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6885 
   6886 	* [w3m-dev 02933] segmentation fault when w3m -dump https:
   6887 	* file.c (readHeader): use inputAnswer()
   6888 	* file.c (getAuthCookie): remove term_cbreak()
   6889 	* file.c (checkOverWrite): use inputAnswer()
   6890 	* file.c (inputAnswer): added
   6891 	* istream.c (ssl_get_certificate): use inputAnswer()
   6892 	* main.c (qquitfm): change prompt 
   6893 	* proto.h (inputAnswer): added
   6894 
   6895 2002-01-30  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6896 
   6897 	* [w3m-dev 02931] use POST in multipart.cgi
   6898 	* scripts/multipart/multipart.cgi.in: support POST method
   6899 
   6900 2002-01-30  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6901 
   6902 	* [w3m-dev 02930] Re: fixed w3mmail.cgi
   6903 	* scripts/w3mmail.cgi.in (lang_header_default): [=_?] should be encoded
   6904 	* scripts/w3mmail.cgi.in (lang_body_default): '=' should be encoded
   6905 
   6906 2002-01-30  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6907 
   6908 	* [w3m-dev 02929] Re: fixed w3mmail.cgi
   6909 	* file.c (openPagerBuffer): use content_charset as document_code
   6910 	* file.c (getNextPage): code is document_code or DocumentCode
   6911 
   6912 2002-01-30  Fumitoshi UKAI  <ukai@debian.or.jp>
   6913 
   6914 	* [w3m-dev 02928] RFC2617: HTTP Digest authentication
   6915 	* NEWS: RFC2617: HTTP Digest authentication
   6916 	* config.h.dist (USE_DIGEST_AUTH): added
   6917 	* configure (use_digest_auth): added, enabled when openssl found
   6918 				(because it used openssl/md5.h)
   6919 	* file.c (auth_param): added
   6920 	* file.c (http_auth): added
   6921 	* file.c (extract_auth_val): added
   6922 	* file.c (qstr_unquote): added
   6923 	* file.c (extract_auth_param): added
   6924 	* file.c (get_auth_param): added
   6925 	* file.c (AuthBasicCred): added
   6926 	* file.c (digest_hex): added
   6927 	* file.c (AuthDigestCred): added
   6928 	* file.c (basic_auth_param): added
   6929 	* file.c (digest_auth_param): added
   6930 	* file.c (www_auth): added
   6931 	* file.c (findAuthentication): added
   6932 	* file.c (getAuthCookie): rewrite, use http_auth
   6933 	* file.c (loadGeneralFile): HRequest hr
   6934 	* file.c (loadGeneralFile): use findAuthentication, new getAuthCookie
   6935 	* proto.h (HTTPrequestMethod): added
   6936 	* proto.h (HTTPrequestURI): added
   6937 	* proto.h (openURL): add `hr' arg
   6938 	* url.c (HTTPrequestMethod): added
   6939 	* url.c (HTTPrequestURI): added
   6940 	* url.c (HTTPrequest): use HTTPrequestMethod and HTTPrequestURI
   6941 	* url.c (openURL): add `hr' arg
   6942 
   6943 2002-01-30  SASAKI Takeshi <sasaki@ct.sakura.ne.jp>
   6944 
   6945 	* [w3m-dev 02927] mailto: POST method with w3mmail.cgi
   6946 	* file.c (loadGeneralFile): pass request even if SCM_UNKNOWN 
   6947 			(for external URI loader)
   6948 	* scripts/w3mmail.cgi.in: support POST method
   6949 
   6950 2002-01-30  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6951 
   6952 	* [w3m-dev 02926] fixed w3mmail.cgi
   6953 	* scripts/w3mmail.cgi.in: dont MIME encode for preview
   6954 	* scripts/w3mmail.cgi.in (lang_body): add 7bit/8bit flag arg
   6955 	* scripts/w3mmail.cgi.in: fix hidden from value
   6956 	* scripts/w3mmail.cgi.in (lang_setup): check $LC_ALL, $LC_CTYPE
   6957 	* scripts/w3mmail.cgi.in (lang_header_default): fix MIME encode word
   6958 
   6959 2002-01-30  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6960 
   6961 	* [w3m-dev 02920] don't use inttypes.h and/or stdint.h
   6962 	* mktable.c: remove inttypes.h, uintptr_t, use unsigned long instead
   6963 	* configure: remove inttypes.h detection
   6964 	* config.h.dist: remove HAVE_INTTYPES_H
   6965 
   6966 2002-01-29  Fumitoshi UKAI  <ukai@debian.or.jp>
   6967 
   6968 	* [w3m-dev 02921] use inttypes.h instead of stdint.h
   6969 	* configure: check inttypes.h instead of stdint.h
   6970 	* config.h.dist: s/STDINT_H/INTTYPES_H/
   6971 	* mktable.c: use inttypes.h instead of stdint.h
   6972 
   6973 2002-01-28  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6974 
   6975 	* [w3m-dev 02919] no need of width
   6976 	* scripts/w3mmail.cgi.in: no need width=80 for header field name
   6977 
   6978 2002-01-28  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6979 
   6980 	* [w3m-dev 02919] wrong table width calculation
   6981 	* table.c (set_table_matrix0): refine width calculation
   6982 
   6983 2002-01-28  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6984 
   6985 	* [w3m-dev 02918] fixed scripts/w3mmail.cgi.in
   6986 	* scripts/w3mmail.cgi.in: add width=80 for header field name
   6987 	* scripts/w3mmail.cgi.in (url_unquote): use pack instead of chr
   6988 
   6989 2002-01-27  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6990 
   6991 	* [w3m-dev 02914]
   6992 	* history.c (copyHist): added
   6993 	* history.h (copyHist): ditto
   6994 	* main.c (goURL0): copyHist(URLHist), push current and anchor URLs
   6995 		default set by DefaultURLString
   6996 
   6997 2002-01-26  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   6998 
   6999 	* [w3m-dev 02913] wrong table width calculation
   7000 	* table.c (set_table_matrix0): refine width calculation
   7001 
   7002 2002-01-26  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7003 
   7004 	* [w3m-dev 02875] rendering a table with inconsistent colspan,rowspan
   7005 	* table.c (feed_table_tag): don't clear HTT_X|HTT_Y 
   7006 		instead, if set these flags, break the loop
   7007 
   7008 2002-01-26  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7009 
   7010 	* [w3m-dev 02909] wrong table width calculation (sf.net Bug#506949)
   7011 	* table.c (correct_table_matrix4): added
   7012 	* table.c (set_table_matrix0): use correct_table_matrix4()
   7013 
   7014 2002-01-25  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7015 
   7016 	* [w3m-dev 02908] document code of frame
   7017 	* frame.c (renderFrame): save document_code if JP_CHARSET
   7018 
   7019 2002-01-25  Fumitoshi UKAI  <ukai@debian.or.jp>
   7020 
   7021 	* [w3m-dev 02904]
   7022 	* rc.c (N_STR): use cpp stringification
   7023 
   7024 2002-01-25  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7025 
   7026 	* [w3m-dev 02902] mouse inactive after calling some command with ALARM.
   7027 	* main.c (SigAlarm): mouse_inactive() and mouse_active()
   7028 
   7029 2002-01-25  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7030 
   7031 	* [w3m-dev 02901] Default URL for GOTO*
   7032 	* fm.h (DEFAULT_URL_*): added
   7033 	* fm.h (DefaultURLString): added
   7034 	* main.c (cmd_loadURL): add arg `referer'
   7035 	* main.c (goURL0): 2nd arg is `relative' flag
   7036 		check DefaultURLString
   7037 		if relative, then current and referer is set
   7038 	* main.c (ldhelp): cmd_loadURL arg changes
   7039 	* main.c (deletePrevBuf): ditto
   7040 	* main.c (cmd_loadBuffer): ditto
   7041 	* main.c (adBmark): ditto
   7042 	* main.c (follow_map): ditto
   7043 	* rc.c (CMT_DEFAULT_URL): added
   7044 	* rc.c (defaulturls): added
   7045 	* rc.c (params9): add "default_url"
   7046 
   7047 2002-01-25  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7048 
   7049 	* [w3m-dev 02901] DNS_ORDER_*
   7050 	* fm.h (DNS_ORDER_*): added
   7051 	* rc.c (dnsorders): use N_S(DNS_ORDER_*)
   7052 
   7053 2002-01-25  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7054 	
   7055 	* [w3m-dev 02901] ACCEPT_BAD_COOKIE_*
   7056 	* file.c (readHeader): accept_bad_cookie is one of ACCEPT_BAD_COOKIE_*
   7057 	* fm.h (PERHAPS): deleted
   7058 	* fm.h (ACCEPT_BAD_COOKIE_*): added
   7059 	* rc.c (n_s): added
   7060 	* rc.c (N_S): added
   7061 	* rc.c (badcookiestr): use N_S(ACCEPT_BAD_COOKIE_*)
   7062 
   7063 2002-01-24  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7064 
   7065 	* [w3m-dev 02896] fid attr value should be in sequence
   7066 	* table.c (feed_table_tag): s/line/""/ for HTML_FORM,HTML_N_FORM
   7067 
   7068 2002-01-24  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7069 
   7070 	* [w3m-dev 02894] Re: goURL
   7071 	* file.c (HTMLtagproc1): s/goURL/gorURL/
   7072 	* keybind.c (EscKeymap): M-u = GOTO_RELATIVE
   7073 	* keybind_lynx.c (EscKeymap): ditto
   7074 	* doc/keymap.default: ditto
   7075 	* doc/keymap.lynx: ditto
   7076 	* doc-jp/keymap.default: ditto
   7077 	* doc-jp/keymap.lynx: ditto
   7078 	* main.c (MAIN): add $HTTP_HOME or $WWW_HOME to history 
   7079 	* main.c (MAIN): add history even if it is local file or local cgi
   7080 	* main.c (goURL0): change args, def_url -> current
   7081 	* main.c (goURL0): delete ParsedURL *b_url
   7082 	* main.c (goURL0): add Buffer *cur_buf
   7083 	* main.c (goURL0): if current is supplied, use its URL as default
   7084 	* main.c (goURL0): add URL to history if loadURL succeeded
   7085 	* main.c (goURL): change args for goURL0()
   7086 	* main.c (gorURL): ditto
   7087 
   7088 2002-01-23  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7089 
   7090 	* [w3m-dev 02889] fix scripts/multipart/multipart.cgi.in
   7091 	* scripts/multipart/multipart.cgi.in: return "" instead of next
   7092 
   7093 2002-01-23  Fumitoshi UKAI  <ukai@debian.or.jp>
   7094 
   7095 	* [w3m-dev 02885] Re: goURL
   7096 	* funcname.tab (GOTO_RELATIVE): added
   7097 	* main.c (goURL0): renamed from goURL
   7098 		don't add http:// here, if base URL is NULL, cmd_loadURL()
   7099 		will add http:// when necessary
   7100 	* main.c (goURL): go to URL with current URL
   7101 	* main.c (gorURL): go to relative URL
   7102 	* proto.h (gorURL): added
   7103 	* doc/README.func (GOTO_RELATIVE): added
   7104 	* doc-jp/README.func (GOTO_RELATIVE): ditto
   7105 
   7106 2002-01-22  Fumitoshi UKAI  <ukai@debian.or.jp>
   7107 
   7108 	* [w3m-dev-en 00670] GOTO behavior change
   7109 	* main.c (goURL): default URL is current URL
   7110 		if retry_http specified, and inputed URL is not absolute URL
   7111 		add http:// to top of url
   7112 	
   7113 	* linein.c (InputKeymap): C-w as backword-kill-word
   7114 
   7115 2002-01-22  Fumitoshi UKAI  <ukai@debian.or.jp>
   7116 
   7117 	* [w3m-dev 02880] URI_PATTERN
   7118 	* url.c (URI_PATTERN): better match for % hex hex
   7119 	* url.c (chkExternalURIBuffer): don't use URI_PATTERN as format string
   7120 
   7121 2002-01-22  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7122 
   7123 	* [w3m-dev 02879] reset signals
   7124 	* etc.c (reset_signals): added
   7125 	* etc.c (mySystem): use reset_signals()
   7126 	* file.c (uncompress_stream): use reset_signals()
   7127 	* proto.h (reset_signals): added
   7128 	* search.c (init_migemo): kill by SIGKILL
   7129 	* search.c (open_migemo): use reset_signals()
   7130 
   7131 2002-01-22  Fumitoshi UKAI  <ukai@debian.or.jp>
   7132 
   7133 	* url.c (URI_PATTERN): remove \
   7134 
   7135 2002-01-22  Fumitoshi UKAI  <ukai@debian.or.jp>
   7136 
   7137 	* [w3m-dev 02878] fix regexp [-...], [...-], []...]
   7138 	* regexp.c (newRegex0): if first char is `-' or ']' after '[', 
   7139 		it isn't meta char.
   7140 		if last char in [..] is `-', it isn't meta char.
   7141 
   7142 2002-01-22  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7143 
   7144 	* [w3m-dev 02877] some fixes for urimethodmap
   7145 	* config.h.dist (RC_DIR): remove tailing /
   7146 	* configure (mailer): if use_w3mmailer = y, don't ask mailer
   7147 	* configure (RC_DIR): remove tailing /
   7148 	* fm.h (Mailer): ifndef USE_W3MMAILER
   7149 	* main.c (MAIN): ifndef USE_W3MMAILER getenv("MAILER")
   7150 	* rc.c ("mailer"): ifndef USE_W3MMAILER
   7151 	* regex.c (newRegex0): \ escape kanji chars
   7152 	* url.c (searchURIMethods): need escape for - 
   7153 	* scripts/w3mmail.cgi.in: move $url, $qurl
   7154 	* scripts/w3mmail.cgi.in: url_unquote $to
   7155 
   7156 2002-01-21  Fumitoshi UKAI  <ukai@debian.or.jp>
   7157 
   7158 	* [w3m-dev 02876] w3mmail.cgi.in backport from w3mmee
   7159 	* action='file://$0'
   7160 	* don't add \n to $body's tail
   7161 	* $body =~ s/\r+\n/\n/g;
   7162 	* s/@cmd/@opt/
   7163 	* url_unquote: + should be unquote too
   7164 
   7165 2002-01-18  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7166 
   7167 	* [w3m-dev 02873] delete "decode MIME-body" in doc{,-jp}/README
   7168 	* doc-jp/README: delete "decode MIME-body"
   7169 	* doc/README: ditto
   7170 
   7171 2002-01-18  Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
   7172 
   7173 	* [w3m-dev 02872] EWS4800 sh doesn't work ${param-word}
   7174 	* configure (use_migemo): change migemo URL
   7175 	* configure (def_migemo_command): fix for EWS4800
   7176 	* configure (def_image_viewer): ditto
   7177 	* configure (def_audio_player): ditto
   7178 
   7179 2002-01-18  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7180 
   7181 	* [w3m-dev 02871] ignore SIGCHLD (for at least EWS4800)
   7182 	* search.c (open_migemo): signal(SIGCHLD, SIG_IGN);
   7183 
   7184 2002-01-18  Fumitoshi UKAI  <ukai@debian.or.jp>
   7185 
   7186 	* [w3m-dev 02870] don't kill migemo by SIGINT 
   7187 	* main.c (w3m_exit): init_migemo() to kill migemo 
   7188 	* search.c: #include <unistd.h>
   7189 	* search.c (migemo_active): added
   7190 	* search.c (migemo_pid): added
   7191 	* search.c (init_migemo): migemo_active = use_migemo
   7192 	* search.c (init_migemo): kill migemo_pid
   7193 	* search.c (open_migemo): s/pid/migemo_pid/
   7194 	* search.c (open_migemo): setpgrp()
   7195 	* search.c (open_migemo): s/use_migemo/migemo_active/
   7196 	* search.c (migemostr): ditto
   7197 	* search.c (forwardSearch): ditto
   7198 	* search.c (backwardSearch): ditto
   7199 
   7200 2002-01-17  Fumitoshi UKAI  <ukai@debian.or.jp>
   7201 
   7202 	* [w3m-dev 02867] mark URL for external URIs
   7203 	* main.c (chkURLBuffer): chkExternalURIBuffer()
   7204 	* proto.h (chkExternalURIBuffer): added
   7205 	* url.c (chkExternalURIBuffer): added
   7206 
   7207 2002-01-17  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7208 
   7209 	* [w3m-dev 02866]
   7210 	* search.c: #include <signal.h>
   7211 	* search.c (open_migemo): ignore SIG_INT for migemo process
   7212 	* search.c (open_migemo): close_tty()
   7213 	* search.c (open_migemo): use execl() instead of system()
   7214 	
   7215 2002-01-17  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7216 
   7217 	* [w3m-dev 02865]
   7218 	* search.c (open_migemo): add flush_tty()
   7219 
   7220 2002-01-17  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7221 
   7222 	* [w3m-dev 02864] def_migemo_command
   7223 	* configure (def_migemo_command): default is
   7224 		migemo -t egrep /usr/local/share/migemo/migemo-dict
   7225 
   7226 2002-01-17  Fumitoshi UKAI  <ukai@debian.or.jp>
   7227 
   7228 	* [w3m-dev 02863] discard migemo error message
   7229 	* search.c (open_migemo): close stderr
   7230 
   7231 2002-01-17  Fumitoshi UKAI  <ukai@debian.or.jp>
   7232 
   7233 	* [w3m-dev 02862] SIGPIPE for migemo support
   7234 	* main.c (SigPipe): added
   7235 	* main.c (MAIN): signal(SIGPIPE, )
   7236 	* search.c: #include <errno.h>
   7237 	* search.c (migemostr): check fflush() error
   7238 	* search.c (migemostr): check result string (empty is err)
   7239 	* search.c (migemostr): if error occured, disable use_migemo
   7240 
   7241 2002-01-17  Fumitoshi UKAI  <ukai@debian.or.jp>
   7242 
   7243 	* [w3m-dev 02861] IPv6 configuration check
   7244 	* configure: force "#define INET6" if socket(AF_INET6, SOCK_STREAM, 0)
   7245 			failed but use_ipv6=y in config.param
   7246 
   7247 2002-01-17  Fumitoshi UKAI  <ukai@debian.or.jp>
   7248 
   7249 	* [w3m-dev 02859]
   7250 	* config.h.dist (DEF_MIGEMO_COMMAND): added
   7251 	* configure (DEF_MIGEMO_COMMAND): added
   7252 	* fm.h (migemo_command): initial value is DEF_MIGEMO_COMMAND
   7253 	* main.c (migemostr): remove here, move search.c
   7254 	* main.c (srchcore): dont migemostr() here
   7255 	* proto.h (init_migemo): added
   7256 	* rc.c (sync_with_option): init_migemo()
   7257 	* search.c (init_migemo): added
   7258 	* search.c (open_migemo): added
   7259 	* search.c (migemostr): communicate background migemo
   7260 	* search.c (forwardSearch): if regexCompile for migemostr failed, 
   7261 		try original str
   7262 	* search.c (backwardSearch): ditto
   7263 
   7264 2002-01-17  Fumitoshi UKAI  <ukai@debian.or.jp>
   7265 
   7266 	* [w3m-dev 02855]
   7267 	* main.c (dispincsrch): for C-s C-s, revert some changes
   7268 
   7269 2002-01-17  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7270 
   7271 	* [w3m-dev 02854] highlight for incremental search
   7272 	* NEWS: highlight for incremental search
   7273 	* display.c (EFFECT_MARK_START): added
   7274 	* display.c (EFFECT_MARK_END): added
   7275 	* display.c (EFFECT_MARK_START_C): added
   7276 	* display.c (EFFECT_MARK_END_C): added
   7277 	* display.c (EFFECT_MARK_START_M): added
   7278 	* display.c (EFFECT_MARK_END_M): added
   7279 	* display.c: define_effect for MARK_{START,END}
   7280 	* display.c (mark_mode): added
   7281 	* display.c (redrawLine): if mark_mode
   7282 	* display.c (do_effects): do_effect2(PE_MARK, ...)
   7283 	* display.c (do_effects): do_effect1(PE_MARK, ...)
   7284 	* fm.h (P_EFFECT): changed to 0x01ff
   7285 	* fm.h (PE_MARK): moved
   7286 	* fm.h (mark_color): added
   7287 	* linein.c (inputLineHistSearch): incrfunc(int ch, Str str)
   7288 	* main.c (clear_mark): added
   7289 	* main.c (dispincsrch): remove arg `x', `y'
   7290 	* main.c (dispincsrch): move SAVE_BUFPOSITION()
   7291 	* main.c (srch): if (result & SR_FOUND) clear_mark()
   7292 	* main.c (cmd_mark): PE_MARK
   7293 	* main.c (nextMk): s/PM_MARK/PE_MARK/
   7294 	* main.c (prevMk): s/PM_MARK/PE_MARK/
   7295 	* proto.h (inputLineHistSearch): change prototype incfunc()
   7296 	* rc.c (CMT_MARK_COLOR): added
   7297 	* rc.c (params2): add "mark_color"
   7298 	* search.c (set_mark): added
   7299 	* search.c (forwardSearch): use set_mark()
   7300 	* search.c (backwardSearch): use set_mark()
   7301 
   7302 2002-01-16  Tsutomu Okada <okada@furuno.co.jp>
   7303 
   7304 	* [w3m-dev 02851]
   7305 	* regex.c (newRegex0): fix return NULL;
   7306 
   7307 2002-01-16  Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
   7308 
   7309 	* [w3m-dev 02847]
   7310 	* menu.c (initSelectMenu): use /* */ instead of //
   7311 
   7312 2002-01-16  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7313 
   7314 	* [w3m-dev 02846]
   7315 	* regex.c (newRegex0): check msg
   7316 
   7317 2002-01-16  Fumitoshi UKAI  <ukai@debian.or.jp>
   7318 
   7319 	* [w3m-dev 02845]
   7320 	* regex.c (newRegex0): check regex->storage[STORAGE_MAX]
   7321 
   7322 2002-01-16  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7323 
   7324 	* [w3m-dev 02843] w3mmail.cgi.in update
   7325 	* scripts/w3mmail.cgi.in: add $SENDMAIL_OPT
   7326 		change html
   7327 
   7328 2002-01-16  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7329 
   7330 	* [w3m-dev 02841] migemo patch
   7331 	* NEWS: migemo support
   7332 	* config.h.dist (USE_MIGEMO): added
   7333 	* configure: add use_migemo
   7334 	* fm.h (use_migemo): added
   7335 	* fm.h (migemo_command: added
   7336 	* main.c (fversion): add "migemo"
   7337 	* main.c (migemostr): added
   7338 	* main.c (srchcore): if use_migemo, use migemostr
   7339 	* rc.c (CMT_USE_MIGEMO): added
   7340 	* rc.c (CMT_MIGEMO_COMMAND): added
   7341 	* rc.c (params3): add use_migemo, migemo_command
   7342 
   7343 2002-01-16  Fumitoshi UKAI  <ukai@debian.or.jp>
   7344 
   7345 	* main.c (fversion): add "external-uri-loader,w3mmailer"
   7346 
   7347 2002-01-16  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7348 
   7349 	* [w3m-dev 02840]
   7350 	* scripts/w3mmail.cgi.in: use LOCAL_COOKIE
   7351 	* scripts/w3mmail.cgi.in: no need HTTP response header
   7352 	* scripts/w3mmail.cgi.in: fix typo $nkf_NKF
   7353 	* scripts/w3mmail.cgi.in: eval { use NKF; } is perl5ism
   7354 	* scripts/multipart/multipart.cgi.in: ditto
   7355 
   7356 2002-01-16  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7357 
   7358 	* [w3m-dev 02835]
   7359 	* rc.c: move label_topline, nextpage_topline from param3 to param1
   7360 		param7 is SSL Setting
   7361 
   7362 2002-01-15  Fumitoshi UKAI  <ukai@debian.or.jp>
   7363 
   7364 	* [w3m-dev 02834] mailto: use external program
   7365 	* NEWS: use w3mmail.cgi for mailto: URL
   7366 	* configure: add use_w3mmailer
   7367 	* frame.c (createFrameFile): ifndef USE_W3MMAILER
   7368 	* main.c (followA): ifndef USE_W3MMAILER
   7369 	* main.c (cmd_loadURL): ifndef USE_W3MMAILER
   7370 	* url.c (schemetable): ifndef USE_W3MMAILER, mailto: become SCM_UNKNOWN
   7371 	* url.c (parseURL2): ifndef USE_W3MMAILER
   7372 	* url.c (_parsedURL2Str): ifndef USE_W3MMAILER
   7373 	* url.c (default_urimethods): added
   7374 	* url.c (searchURIMethods): check default_urimethods
   7375 	* scripts/Makefile: add w3mmail.cgi
   7376 	* scritps/w3mmail.cgi.in: added
   7377 	* scripts/.cvsignore: ignore w3mmail.cgi
   7378 
   7379 2002-01-15  Fumitoshi UKAI  <ukai@debian.or.jp>
   7380 
   7381 	* file.c (loadGeneralFile): return NULL, not NO_BUFFER
   7382 
   7383 2002-01-15  Fumitoshi UKAI  <ukai@debian.or.jp>
   7384 
   7385 	* [w3m-dev 02833] ssl_forbid_method in SSL Setting
   7386 	* rc.c (params7): ssl_forbid_method moved here
   7387 	* rc.c (params8): ssl_forbid_method removed here
   7388 	* rc.c (sections): params7 ifdef USE_SSL
   7389 
   7390 2002-01-15  Fumitoshi UKAI  <ukai@debian.or.jp>
   7391 
   7392 	* [w3m-dev 02832] external URI loader support
   7393 	* NEWS: support external URI loader
   7394 	* config.h.dist (USE_EXTERNAL_URI_LOADER): added
   7395 	* config.h.dist (USER_URIMETHODMAP): added
   7396 	* config.h.dist (SYS_URIMETHODMAP): added
   7397 	* configure: ask use_external_uri_loader
   7398 	* file.c (loadGeneralFile): return NO_BUFFER, not NULL
   7399 	* file.c (loadGeneralFile): add SCM_UNKNOWN for USE_EXTERNAL_URI_LOADER
   7400 	* fm.h (urimethodmap_files): added
   7401 	* menu.c (initSelectMenu): SCM_UNKNOWN comment out
   7402 	* proto.h (initURIMethods): added
   7403 	* proto.h (searchURIMethods): added
   7404 	* rc.c (CMT_URIMETHODMAP): added
   7405 	* rc.c (params6): add urimethodmap
   7406 	* rc.c (sync_with_option): add initURIMethods()
   7407 	* url.c (parseURL): if SCM_UNKNOWN, url is saved in pu->file
   7408 	* url.c (_parsedURL2Str): if SCM_UNKNOWN, url is in pu->file
   7409 	* url.c (urimethods): added
   7410 	* url.c (loadURIMethods): added
   7411 	* url.c (initURIMethods): added
   7412 	* url.c (searchURIMethods): added
   7413 
   7414 2002-01-13  Fumitoshi UKAI  <ukai@debian.or.jp>
   7415 
   7416 	* [w3m-dev 02828]
   7417 	* url.c (_parsedURL2Str): add '/' at the end when scheme is SCM_FTPDIR
   7418 
   7419 2002-01-12  Fumitoshi UKAI  <ukai@debian.or.jp>
   7420 
   7421 	* [w3m-dev 02829]
   7422 	* file.c (loadGeneralFile): return NO_BUFFER
   7423 	* file.c (loadGeneralFile): if ssl_get_certificate() fails, 
   7424 			no buffer created
   7425 	* istream.c (ssl_certificate_validity): deleted
   7426 	* istream.c (ssl_set_certificate_validity): ditto
   7427 	* istream.c (accept_this_site): added
   7428 	* istream.c (ssl_accept_this_site): ditto
   7429 	* istream.c (ssl_check_cert_ident): 1st arg is `X509 *'
   7430 	* istream.c (ssl_get_certificate): 2nd arg is `char *hostname'
   7431 			cert check code moved here from openSSLHandle()
   7432 	* url.c (free_ssl_ctx): accept_this_site initialized
   7433 	* url.c (openSSLHandle): remove cert check code here
   7434 	
   7435 2002-01-12  Fumitoshi UKAI  <ukai@debian.or.jp>
   7436 
   7437 	* [w3m-dev 02827]
   7438 	* scripts/Makefile: use sed instead of /bin/sh while read; echo loop
   7439 
   7440 2002-01-12  Fumitoshi UKAI  <ukai@debian.or.jp>
   7441 
   7442 	* [w3m-dev 02823]
   7443 	* scripts/Makefile: don't use read -r 
   7444 			because Solaris 8 for x86 doesn't work
   7445 
   7446 2002-01-12  Fumitoshi UKAI  <ukai@debian.or.jp>
   7447 
   7448 	* [w3m-dev 02822] Print FTP directory list for -dump_extra option
   7449 	* file.c (loadGeneralFile): remove FTPDIRtmp, use readFTPDir() instead
   7450 		save to buf->sourcefile for -dump_extra
   7451 	* ftp.c (FTPDIRtmp): deleted
   7452 	* ftp.c (openFTP): delete readFTPDir() part
   7453 	* ftp.c (readFTPDir): added
   7454 	* proto.h (readFTPDir): added
   7455 
   7456 2002-01-11  Akinori Ito <aito@fw.ipsj.or.jp>
   7457 
   7458 	* [w3m-dev 02819]
   7459 	* regex.c (RegexMatch): loop condition changed (from < to <= )
   7460 	* regex.c (regmatch_iter): end condition changed (from >= to >)
   7461 	* search.c (forwardSearch): next search fix
   7462 
   7463 2002-01-11  Fumitoshi UKAI  <ukai@debian.or.jp>
   7464 
   7465 	* [w3m-dev 02818]
   7466 	* regex.c (regmatch_iter): return 0 if out of range
   7467 
   7468 2002-01-11  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7469 
   7470 	* [w3m-dev 02817]
   7471 	* menu.c (menuBackwardSearch): new regexMatch()
   7472 
   7473 2002-01-11  aito@fw.ipsj.or.jp
   7474 
   7475 	* [w3m-dev 02815]
   7476 	* cookie.c (domain_match): use new regex
   7477 	* main.c (chkURLBuffer): use new regex
   7478 	* main.c (chkNMIDBuffer): use new regex
   7479 	* menu.c (menuForwardSearch): new regexMatch()
   7480 	* regex.c (RegexMatch): negative length means whole string
   7481 	* regex.c (RegexMatch): new regmatch()
   7482 	* regex.c (regmatch_sub_anytime): add 5th arg `char *'
   7483 	* regex.c (regmatch_iter): add 4th arg `char *'
   7484 	* regex.c (regmatch): add 3rd arg `char *'
   7485 	* url.c (openSocket): use new regex
   7486 
   7487 2002-01-10  aito@fw.ipsj.or.jp
   7488 
   7489 	* [w3m-dev 02811] new regexp implementation
   7490 	* regex.h: remove defines
   7491 	* regex.h: struct regexchar, struct regex
   7492 	* regex.c: include stdio.h, stdlib.h, string.h, config.h
   7493 	* regex.c: remove include fm.h
   7494 	* regex.c (NULL JP_CHARSET IS_ALPHA IS_KANJI1): define unless defined
   7495 	* regex.c (RE_*) define
   7496 	* regex.c (st_ptr): deleted
   7497 	* regex.c (regmatch): remove 4th arg `int'
   7498 	* regex.c (newRegex0): rewrite, based on old newRegex
   7499 	* regex.c (newRegex): use newRegex0()
   7500 	* regex.c (RegexMatch): rewrite
   7501 	* regex.c (struct MatchingContext1): added
   7502 	* regex.c (struct MatchingContext2): added
   7503 	* regex.c (YIELD): added
   7504 	* regex.c (regmatch_sub_anytime): added
   7505 	* regex.c (regmatch_iter): added
   7506 	* regex.c (regmatch): use regmatch_iter()
   7507 	* regex.c (regmatch1): rewrite
   7508 	* regex.c (lc2c): add 2nd arg `len', rewrite
   7509 
   7510 2002-01-10  Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
   7511 
   7512 	* [w3m-dev 02810]
   7513 	* scripts/Makefile: read -r
   7514 	* scripts/w3mhelp.cgi.in: fix bugs displaying "C-" only in some case
   7515 
   7516 2002-01-08  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7517 
   7518 	* [w3m-dev 02794]
   7519 	* url.c (parseURL): cleanup
   7520 	* url.c (parseURL2): file_unquote(pu->file)
   7521 
   7522 2002-01-07  Fumitoshi UKAI  <ukai@debian.or.jp>
   7523 
   7524 	* version.c.in: 0.2.4+cvs
   7525 
   7526 2002-01-07  Fumitoshi UKAI  <ukai@debian.or.jp>
   7527 
   7528 	* w3m 0.2.4
   7529 	* version.c.in: update
   7530 	* doc/README: version 0.2.4, release date
   7531 	* doc-jp/README: ditto
   7532 	* NEWS: update
   7533 
   7534 2002-01-06  Fumitoshi UKAI <ukai@debian.or.jp>
   7535 
   7536 	* [w3m-dev 02781] Re: Bug#127883: w3m tries to use xv as default
   7537 	* config.h.dist (DEF_IMAGE_VIEWER): added
   7538 	* config.h.dist (DEF_AUDIO_PLAYER): added
   7539 	* configure (def_image_viewer): added
   7540 	* configure (def_audio_player): added
   7541 	* configure (DEF_IMAGE_VIEWER): added
   7542 	* configure (DEF_AUDIO_PLAYER): added
   7543 	* mailcap.c (DefaultMailcap): use DEF_IMAGE_VIEWER, DEF_AUDIO_PLAYER
   7544 
   7545 2002-01-05  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7546 
   7547 	* [w3m-dev 02779] `;' is valid in URL
   7548 	* main.c (chkURLBuffer): add ; 
   7549 
   7550 2001-12-28  Fumitoshi UKAI  <ukai@debian.or.jp>
   7551 
   7552 	* [w3m-dev 02772]
   7553 	* istream.c (ssl_get_certificate): show certificate subject and issuer
   7554 	* istream.c (ssl_check_cert_ident): add missing NULL for Strcat_m_charp
   7555 	* url.c (openSSLHandle): close(sock) and SSL_free(handle) on failure
   7556 
   7557 2001-12-28  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7558 
   7559 	* [w3m-dev 02770] form element outside <form>..</form>
   7560 	* main.c (_followForm): check whether parent action is "none"
   7561 	* form.c (internal_action): add "none"
   7562 	* form.c (do_internal): check internal_action[i].rout
   7563 	* file.c (process_input): check cur_form_id
   7564 	* file.c (process_select): ditto
   7565 	* file.c (process_textarea): ditto
   7566 	
   7567 2001-12-28  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7568 
   7569 	* [w3m-dev 02769] <form>..</form> as block element
   7570 	* file.c (HTMLtagproc1): CLOSE_P for <form>...</form>
   7571 	* table.c (feed_table_tag): add feed_table_block_tag for <form></form>
   7572 
   7573 2001-12-28  Hironori Sakamoto <h-saka@lsi.nec.co.jp>
   7574 
   7575 	* [w3m-dev 02765] backend
   7576 	* backend.c (internal_get): cleanups
   7577 	* file.c (flushline): remove w3m_backend checks
   7578 	* file.c (loadHTMLstream): add w3m_backend check
   7579 	* fm.h (backend_halfdump_str): deleted
   7580 	* fm.h (backend_halfdump_buf): added
   7581 
   7582 2001-12-28  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   7583 
   7584 	* [w3m-dev 02761]
   7585 	* file.c (loadcmdout): remove unnecessary buf check
   7586 
   7587 2001-12-28  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7588 
   7589 	* [w3m-dev 02760]
   7590 	* file.c (getshell): check buf == NULL
   7591 	* main.c (execdict): check buf == NULL
   7592 		buf->type == NULL, then buf->type is set as "text/plain"
   7593 
   7594 2001-12-28  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7595 
   7596 	* [w3m-dev 02759] fold textarea
   7597 	* fm.h (FoldTextarea): added
   7598 	* form.c (formUpdateBuffer): check FoldTextarea
   7599 	* rc.c (CMT_FOLD_TEXTAREA): added
   7600 	* rc.c (params1): add "fold_textarea"
   7601 
   7602 2001-12-28  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7603 
   7604 	* [w3m-dev 02757]
   7605 	* main.c (execdict): w = conv_from_system(word)
   7606 	* main.c (dictword): call execdict() only
   7607 
   7608 2001-12-27  Fumitoshi UKAI  <ukai@debian.or.jp>
   7609 
   7610 	* url.c (openSSLHandle): accept_this_file is out of 
   7611 					#ifdef USE_SSL_VERIFY
   7612 
   7613 2001-12-27  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7614 
   7615 	* [w3m-dev 02753]
   7616 	* url (ssl_verify_error_string): deleted
   7617 	* url.c (openSSLHandle): use X509_verify_cert_error_string()
   7618 
   7619 2001-12-27  Fumitoshi UKAI  <ukai@debian.or.jp>
   7620 
   7621 	* [w3m-dev 02750] RFC2818 server identity check
   7622 	* istream.c (ssl_certificate_validity): added
   7623 	* istream.c (ssl_set_certificate_validity): added
   7624 	* istream.c (ssl_get_certificate): use ssl_certificate_validity
   7625 	* istream.h (ssl_set_certificate_validity): added
   7626 	* url.c (ssl_verity_error_string): added
   7627 	* url.c (openSSLHandle): add accept_this_site
   7628 	* url.c (openSSLHandle): dont check by SSL_VERIFY_PEER,
   7629 		use SSL_get_verify_result() instead
   7630 	* url.c (openSSLHandle): check peer_certificate() and then
   7631 		SSL_get_verify_result()
   7632 
   7633 2001-12-27  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7634 
   7635 	* [w3m-dev 02749] cleanup code for editor,mailer,extbrowser
   7636 	* etc.c (myExtCommand): added
   7637 	* etc.c (myEditor): added
   7638 	* form.c (input_textarea): use myEditor()
   7639 	* main.c (pipeBuf): use myExtCommand()
   7640 	* main.c (editBf): use myEditor()
   7641 	* main.c (editScr): use myEditor()
   7642 	* main.c (followA): use myExtCommand()
   7643 	* main.c (cmd_loadURL): use myExtCommand()
   7644 	* main.c (invoke_browser): use myExtCommand()
   7645 	* main.c (execdict): use myExtCommand()
   7646 	* proto.h (myExtCommand): added
   7647 	* proto.h (myEditor): added
   7648 
   7649 2001-12-27  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7650 
   7651 	* [w3m-dev 02748] cleanup code for restoring cursor position
   7652 	* buffer.c (reshapeBuffer): delete top, linenum, cursorY, pos, 
   7653 		currentColumn, formitem
   7654 	* buffer.c (reshapeBuffer): add sbuf and 
   7655 		use copyBuffer(), restorePosition()
   7656 	* buffer.c (reshapeBuffer): use chkURLBuffer(), chkNMIDBuffer()
   7657 	* display.c (in_check_url): deleted
   7658 	* display.c (displayBuffer): ditto
   7659 	* display.c (displayBuffer): s/Currentbuf/buf/
   7660 	* display.c (arrangeLine): ditto
   7661 	* display.c (restorePosition): added
   7662 	* fm.h (TOP_LINENUMBER): added
   7663 	* fm.h (CUR_LINENUMBER): added
   7664 	* main.c (editBf): delete type, top, linenum, cursorY, pos, 
   7665 		currentColumn
   7666 	* main.c (editBf): add sbuf and use copyBuffer(), restorePosition()
   7667 	* main.c (reload): delete type, top, linenum, cursorY, pos,
   7668 		currentColumn
   7669 	* main.c (reload): add sbuf and use copyBuffer(), restorePosition()
   7670 	* main.c (chkURLBuffer): added
   7671 	* main.c (chkURL): chkRULBuffer on Currentbuf
   7672 	* main.c (chkNMIDBuffer): added
   7673 	* main.c (chkNMID): chkNMIDBuffer on Currentbuf
   7674 	* proto.h (chkURLBuffer): added
   7675 	* proto.h (chkNMIDBuffer): added
   7676 	* proto.h (restorePosition): added
   7677 
   7678 2001-12-27  "OMAE, jun" <jun-o@dai.meta.ne.jp>
   7679 
   7680 	* [w3m-dev 02735]
   7681 	* indep.c (bcopy): need (chat *) cast
   7682 	* indep.c (bzero): use char * instead of void *
   7683 
   7684 2001-12-26  Fumitoshi UKAI  <ukai@debian.or.jp>
   7685 
   7686 	* [w3m-dev 02745]
   7687 	* istream.h: #include <x509v3.h> deleted
   7688 	* istream.c: #include <x509v3.h>
   7689 	* istream.c (ssl_check_cert_ident): if subjectAltName dNSName found,
   7690 		don't try commonName
   7691 
   7692 2001-12-26  Fumitoshi UKAI  <ukai@debian.or.jp>
   7693 
   7694 	* [w3m-dev 02743] RFC2818 server identity check
   7695 	* NEWS: RFC2818 server identity check
   7696 	* istream.c (ssl_check_cert_ident): added
   7697 	* istream.h (ssl_check_cert_ident): ditto
   7698 	* istream.h: #include <x509v3.h>
   7699 	* url.c (free_ssl_ctx): ssl_ctx = NULL
   7700 	* url.c (openSSLHandle): arg hostname to check cert id
   7701 	* url.c (openSSLHandle): check SSL_get_verify_result 
   7702 			if ssl_verify_server
   7703 	* url.c (openSSLHandle): check server identity by ssl_check_cert_ident
   7704 	* url.c (openURL): openSSLHandle with pu->host
   7705 
   7706 2001-12-26  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7707 
   7708 	* [w3m-dev 02715] bugfix in scripts/multipart/multipart.cgi.in
   7709 	  was not applied
   7710 	* scripts/multipart/multipart.cgi: fix "use NKF" check
   7711 
   7712 2001-12-26  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   7713 
   7714 	* [w3m-dev 02732] fix Debian Bug#126381
   7715 	  		- Passwords entered for HTTPS are used for HTTP
   7716 	* etc.c (find_auth): add port arg
   7717 	* etc.c (find_auth_cookie): add port arg
   7718 	* etc.c (add_auth_cookie): add port arg
   7719 	* file.c (getAuthCookie): find_auth_cookie(host, port, realm)
   7720 	* file.c (loadGeneralFile): add_auth_cookie(host, port, realm, ss)
   7721 	* fm.h (struct auth_cookie): add port
   7722 	* ftp.c (openFTP): find_auth_cookie(host, port, user)
   7723 	* ftp.c (openFTP): add_auth_cookie(host, port, user, pwd)
   7724 	* proto.h (find_auth_cookie): add port
   7725 	* proto.h (add_auth_cookie): add port
   7726 
   7727 2001-12-26  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7728 
   7729 	* [w3m-dev 02729]
   7730 	* doc-jp/README.func (DOWNLOAD): update
   7731 	* doc-jp/README.func (EDIT): ditto
   7732 	* doc-jp/README.func (EDIT_SCREEN): ditto
   7733 	* doc-jp/README.func (SAVE): ditto
   7734 	* doc/README.func (DOWNLOAD): ditto
   7735 	* doc/README.func (SAVE): ditto
   7736 	* doc/README.func (SUBMIT): ditto
   7737 	* scripts/w3mhelp.cgi.in: $key is normalized by &norm_key
   7738 	* scripts/w3mhelp.cgi.in: keyfunc update
   7739 	* scripts/w3mhelp.cgi.in (load_keymap): check data, &norm_key
   7740 	* scripts/w3mhelp.cgi.in (norm_key): added
   7741 
   7742 2001-12-26  Fumitoshi UKAI  <ukai@debian.or.jp>
   7743 
   7744 	* [#496613] LASTLINE in terms.c
   7745 	   by Kazuhiro NISHIYAMA (znz)
   7746 	* terms.c (LASTLINE): defined(__CYGWIN__) instead of defined(CYGWIN)
   7747 	* terms.c (setlinescols): ditto
   7748 
   7749 2001-12-26  Fumitoshi UKAI  <ukai@debian.or.jp>
   7750 
   7751 	* [#496610] #include <sys/wait.h>
   7752 	   by Kazuhiro NISHIYAMA (znz)
   7753 	* main.c: #if defined(HAVE_WAITPID) || defined(HAVE_WAIT3)
   7754 	* etc.c: ditto
   7755 	* file.c: ditto
   7756 
   7757 2001-12-26  Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
   7758 
   7759 	* [w3m-dev 02725] bcopy, bzero
   7760 	* etc.c (bcopy): deleted
   7761 	* etc.c (bzero): deleted
   7762 	* indep.c (bcopy): added
   7763 	* indep.c (bzero): added
   7764 	* indep.c (bcopy): src should be const
   7765 	* fm.h (bcopy): ditto
   7766 
   7767 2001-12-25  Kazuhiko <kazuhiko@archi.kyoto-u.ac.jp>
   7768 	
   7769 	* [w3m-dev 02727]
   7770 	* doc-jp/keymap.default (C-r): ISEARCH_BACK
   7771 	* doc-jp/keymap.default (C-s): ISEARCH
   7772 	* doc-jp/README.func: fix typo
   7773 
   7774 2001-12-25  Fumitoshi UKAI  <ukai@debian.or.jp>
   7775 
   7776 	* [w3m-dev 02726] incremental search
   7777 	* NEWS: incremental search
   7778 	* fm.h (inputLineHist) define by inputLineHistSearch
   7779 	* fm.h (COPY_BUFPOTISION): added
   7780 	* fm.h (SAVE_BUFPOSITION): ditto
   7781 	* fm.h (RESTORE_BUFPOSITION): ditto
   7782 	* funcname.tab (ISEARCH): added
   7783 	* funcname.tab (ISEARCH_BACK): added
   7784 	* keybind.c (GlobalKeymap): C-s = ISEARCH, C-r = ISEARCH_BACK
   7785 	* linein.c (inputLineHistSearch): renamed from inputLineHist,
   7786 			new arg incrfunc() for increment search
   7787 	* linein.c (inputLineHistSearch): add cursorX, cursorY
   7788 	* main.c (srchcore): remove displayBuffer, onA
   7789 	* main.c (dispincsrch): added
   7790 	* main.c (isrch): ditto
   7791 	* main.c (isrchfor): ditto
   7792 	* main.c (isrchbak): ditto
   7793 	* main.c (srch): add displayBuffer, onA
   7794 	* main.c (srch_nxtprv): ditto
   7795 	* proto.h (isrchfor): added
   7796 	* proto.h (isrchbak): ditto
   7797 	* proto.h (inputLineHistSearch): renamed
   7798 	* doc/keymap.default (C-r): ISEARCH_BACK
   7799 	* doc/keymap.default (C-s): ISEARCH
   7800 	* doc/README.func (ISEARCH): added
   7801 	* doc/README.func (ISEARCH_BACK): ditto
   7802 	* doc-jp/README.func (ISEARCH): added
   7803 	* doc-jp/README.func (ISEARCH_BACK): ditto
   7804 
   7805 2001-12-25  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7806 
   7807 	* [w3m-dev 02723] cleanup resizing
   7808 	* main.c (resized): renamed to need_resize_screen
   7809 	* main.c (need_resize_screen): added
   7810 	* main.c (resize_hook): prototype here
   7811 	* main.c (resize_handler): ditto
   7812 	* main.c (MAIN): move signal initialization
   7813 	* main.c (MAIN): remove duplicate signal initialization
   7814 	* main.c (resize_screen): added
   7815 	* proto.h (resize_hook): deleted
   7816 	* terms.c (mouse_init): remove signal
   7817 
   7818 2001-12-25  Fumitoshi UKAI  <ukai@debian.or.jp>
   7819 
   7820 	* [w3m-dev 02721]
   7821 	* main.c (resize_handler): added
   7822 	* main.c (MAIN): use resize_handler in getch()
   7823 
   7824 2001-12-25  WATANABE Katsuyuki <katsuyuki_1.watanabe@toppan.co.jp>
   7825 	
   7826 	* [w3m-dev 02714] 
   7827 	* scripts/w3mhelp.cgi.in: $helpdir should be handled by cygwin_pathconv
   7828 		when $CYGPATH=1
   7829 
   7830 2001-12-25  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7831 
   7832 	* [w3m-dev 02715] bugfix in scripts/multipart/multipart.cgi.in
   7833 	* scripts/multipart/multipart.cgi: fix "use NKF" check
   7834 
   7835 2001-12-25  Fumitoshi UKAI  <ukai@debian.or.jp>
   7836 
   7837 	* [w3m-dev 02719] (based on [w3m-dev 02708] comments)
   7838 	* resize_hook: set resized flag only
   7839 	* main.c (MAIN): in key input loop, process resize 
   7840 		when resized flag is set
   7841 
   7842 2001-12-24  Fumitoshi UKAI  <ukai@debian.or.jp>
   7843 
   7844 	* [w3m-dev 02702] fix problem with emacs-w3m in [w3m-dev 02699]
   7845 	* main.c (MAIN): remove some flag initialization, its too early?
   7846 		this code caused problem with emacs-w3m.
   7847 
   7848 2001-12-23  Fumitoshi UKAI  <ukai@debian.or.jp>
   7849 
   7850 	* [w3m-dev 02700] search refactoring
   7851 	* based on http://www.nmn.jp/~hidai/software/w3m/
   7852 	* fm.h: add SR_* constants, result value for search
   7853 	* main.c (srchcore): added
   7854 	* main.c (disp_srchresult): added
   7855 	* main.c (srch): added
   7856 	* main.c (srchfor): use srch()
   7857 	* main.c (srchbak): use srch()
   7858 	* main.c (srch_nxtprv): use srchcore() & disp_srch_result()
   7859 	* search.c (forwardSearch): return SR_* result value
   7860 	* search.c (backwardSearch): ditto
   7861 
   7862 2001-12-23  Fumitoshi UKAI  <ukai@debian.or.jp>
   7863 
   7864 	* [w3m-dev 02699] initialization too late
   7865 	* main.c (MAIN): initializations moved before arg processing
   7866 	* debian bug closes: Bug##102445: ignores SIGWINCH while downloading
   7867 
   7868 2001-12-22  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   7869 
   7870 	* [w3m-dev 02696]
   7871 	* configure: fix bashism of w3mhelp-{lynx,w3m}_{en,ja} expansion
   7872 
   7873 2001-12-22  Dai Sato <satodai@dog.intcul.tohoku.ac.jp>
   7874 
   7875 	* [w3m-dev 02687] version number in w3mhelp-*.html (+[w3m-dev 02689])
   7876 	* configure (cur_ver): w3mhelp*.html version subst
   7877 	* w3mhelp*.html: deleted
   7878 	* w3mhelp*.html.in: added
   7879 
   7880 2001-12-22  Tsutomu Okada <okada@furuno.co.jp>
   7881 
   7882 	* [w3m-dev 02682]
   7883 	* doc/README: remove README.dj
   7884 	* doc-jp/README.hp: deleted
   7885 
   7886 2001-12-22  Fumitoshi UKAI  <ukai@debian.or.jp>
   7887 
   7888 	* [w3m-dev 02692] w3m on linux/ia64
   7889 	* mktable.c: #include "config.h"
   7890 	* mktable.c: #include "stdint.h" or uintptr_t typedef
   7891 	* mktable.c: use uintptr_t instead of unsigned int
   7892 	* configure: check pthread on linux
   7893 	* configure: add gc_cflags for linux/ia64,alpha,s390
   7894 	* configure: check stdint.h
   7895 	* configure (config.h): add $pthreadlib to GCLIB
   7896 	* configure (config.h): add $def_have_stdint_h
   7897 	* config.h.dist (HAVE_STDINT_H): added
   7898 	* Str.c: add #include <stdlib.h> for exit() on some platform (ia64)
   7899 
   7900 2001-12-22  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7901 
   7902 	* [w3m-dev 02690] RC_DIR in scripts
   7903 	* configure (config.h): add RC_DIR
   7904 	* config.h.dist: ditto
   7905 	* XMakefile: pass RC_DIR
   7906 	* scripts/Makefile: subst RC_DIR
   7907 	* scripts/dirlist.cgi.in: $RC_DIR initial value
   7908 	* scripts/w3mhelp.cgi.in: ditto
   7909 	* scripts/w3mhelp.cgi.in (cygwin_pathconv): added
   7910 
   7911 2001-12-22  Fumitoshi UKAI  <ukai@debian.or.jp>
   7912 
   7913 	* version.c.in: 0.2.3.2+cvs
   7914 
   7915 2001-12-22  Fumitoshi UKAI  <ukai@debian.or.jp>
   7916 
   7917 	* w3m 0.2.3.2 - Security fix in w3m/scripts
   7918 	* version.c.in: update
   7919 	* w3mhelp-*.html: version 0.2.3.2
   7920 	* doc/README: version 0.2.3.2, release date
   7921 	* doc-jp/README: ditto
   7922 	* NEWS: added
   7923 
   7924 2001-12-22  Fumitoshi UKAI  <ukai@debian.or.jp>
   7925 
   7926 	* scripts/w3mhelp.cgi.in: lang=[a-z][a-z] only
   7927 
   7928 2001-12-22  Hironori Sakamoto <h-saka@lsi.nec.co.jp>
   7929 
   7930 	* Security hole in multipart.cgi.in, w3mman2html.cgi.in
   7931 	* scripts/w3mhelp.cgi.in: open(F, "< $var") instead of open(F, $var)
   7932 	* scripts/w3mhelp.cgi.in: fix eval qq{require ...};
   7933 	* scripts/multipart/multipart.cgi.in: ditto
   7934 	* scripts/w3mman/w3mman2html.cgi.in: validate $keyword, $section, $man
   7935 
   7936 2001-12-21  Fumitoshi UKAI  <ukai@debian.or.jp>
   7937 
   7938 	* [w3m-dev-en 00656]
   7939 	* helpdir default is PREFIX/share/w3m
   7940 
   7941 2001-12-20  Fumitoshi UKAI  <ukai@debian.or.jp>
   7942 
   7943 	* version.c.in: 0.2.3.1-cvs
   7944 
   7945 2001-12-20  Fumitoshi UKAI  <ukai@debian.or.jp>
   7946 
   7947 	* w3m 0.2.3.1
   7948 	* version.c.in: update
   7949 	* w3mhelp-*.html: version 0.2.3.1
   7950 	* doc/README: version 0.2.3.1, release date
   7951 	* doc-jp/README: ditto
   7952 
   7953 2001-12-20  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7954 
   7955 	* [w3m-dev 02683]
   7956 	* configure (def_param): fix wrong behavior unless variable initialized
   7957 	* configure (def_param): fix unnecessary eval
   7958 	* configure (ask_choice): ditto
   7959 
   7960 2001-12-20  Dai Sato  <satodai@dog.intcul.tohoku.ac.jp>
   7961 
   7962 	* w3mhelp-*.html, doc/README, doc-jp/README: 
   7963 	* fix version number to 0.2.3.
   7964 
   7965 2001-12-20  Fumitoshi UKAI  <ukai@debian.or.jp>
   7966 
   7967 	* version.c.in: 0.2.3-cvs
   7968 
   7969 2001-12-20  Fumitoshi UKAI  <ukai@debian.or.jp>
   7970 
   7971 	* w3m 0.2.3 release
   7972 	* version.c.in: update
   7973 
   7974 2001-12-20  Fumitoshi UKAI  <ukai@debian.or.jp>
   7975 
   7976 	* w3m 0.2.3 release condidate 3
   7977 	* configure (use_bundled_gclib): added
   7978 
   7979 2001-12-20  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7980 
   7981 	* w3m 0.2.3 release candidate 2
   7982 	* [w3m-dev 02678]
   7983 	* configure: get mygcversion from gc/version.h
   7984 	* Makefile: update GCLIBTGZ
   7985 
   7986 2001-12-20  Fumitoshi UKAI  <ukai@debian.or.jp>
   7987 
   7988 	* w3m 0.2.3 release candidate 1
   7989 	* gc/: sync with w3m-0.2.2-inu-1.1/gc
   7990 	* Patches/ews4800: deleted
   7991 	* configure: comment out Patches/ews4800
   7992 
   7993 2001-12-20  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   7994 
   7995 	* [w3m-dev 02655] print version and compile options
   7996 	* configure: change order of questions
   7997 	* main.c (fversion): added
   7998 	* main.c (fusage): use fversion()
   7999 	* main.c (fusage): add -help, -version
   8000 	* main.c (MAIN): add -help, -version
   8001 
   8002 2001-12-20  Tsutomu Okada <okada@furuno.co.jp>
   8003 
   8004 	* [w3m-dev 02672]
   8005 	* main.c (wrap_GC_warn_proc): msg_ring initial value
   8006 	* main.c (SigAlarm): not need #ifdef USE_ALARM, already guarded
   8007 
   8008 2001-12-18  Fumitoshi UKAI  <ukai@debian.or.jp>
   8009 
   8010 	* [#493911] too few arguments to function `longjmp' 
   8011 		by Kazuhiro NISHIYAMA (znz)
   8012 	* configure (LONGJMP): need val argument
   8013 
   8014 2001-12-18  Fumitoshi UKAI  <ukai@debian.or.jp>
   8015 
   8016 	* [#493906] missing #ifdef by Kazuhiro NISHIYAMA (znz)
   8017 	* main.c (sig_chld): #ifdef SIGCHLD
   8018 	* main.c (SigAlarm): #ifdef USE_ALARM
   8019 
   8020 2001-12-18  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   8021 
   8022 	* [w3m-dev 02670]
   8023 	* table.c (maximum_visible_length): use strchr()
   8024 	* table.c (do_refill): use force==2 mode for flushline()
   8025 
   8026 2001-12-18  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   8027 
   8028 	* [w3m-dev 02669] delete cURLcode()
   8029 	* main.c (cURLcode): deleted
   8030 	* main.c (loadNormalBuf): no need to use cURLcode()
   8031 	* main.c (followI): ditto
   8032 	* main.c (query_from_followform): need conv_form_encoding()
   8033 
   8034 2001-12-18  Rin Okuyama <okuyama@cna.ne.jp>
   8035 
   8036 	* [w3m-dev 02668] install-sh: -e option of sh(1)
   8037 	* install-sh: add set -e
   8038 
   8039 2001-12-18   Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   8040 
   8041 	* [w3m-dev 02667]
   8042 	* terms.c (mouse_init): #ifdef SIGWINCH guard
   8043 
   8044 2001-12-16  Fumitoshi UKAI  <ukai@debian.or.jp>
   8045 
   8046 	* [w3m-dev 02666] resizing on xterm with gpm support
   8047 	* terms.c (mouse_init): check Gpm_Open return value, signal(SIGWINCH)
   8048 
   8049 2001-12-16  Rin Okuyama <okuyama@cna.ne.jp>
   8050 
   8051 	* [w3m-dev 02664] install-sh -s option
   8052 	* XMakefile: install-sh -s
   8053 	* install-sh: support strip option
   8054 
   8055 2001-12-15  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   8056 
   8057 	* [w3m-dev 02663] fix prevA() cause loop
   8058 	* table.c (do_refill): force flushline
   8059 	* table.c (feed_table_tag): push line if <a> has no href attr
   8060 
   8061 2001-12-15  Rin Okuyama <okuyama@cna.ne.jp>
   8062 
   8063 	* [w3m-dev 02659] rc.c (show_srch_str)
   8064 	* fm.h (show_srch_str): added
   8065 	* main.c (srch_nxtprv): check show_srch_str
   8066 	* rc.c (CMT_SHOW_SRCH_STR): added
   8067 
   8068 2001-12-15  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   8069 
   8070 	* [w3m-dev 02657] 
   8071 	* main.c (chkURL): accept URL ending with '='
   8072 
   8073 2001-12-15  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   8074 
   8075 	* [w3m-dev 02656]
   8076 	* XMakefile (clean): remove functable.c
   8077 	* anchor.c (_put_anchor_new): use Strnew_size() and Strcat_charp_n()
   8078 	* indep.c (getescapechar): use GET_MYCDIGIT
   8079 
   8080 2001-12-13  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   8081 
   8082 	* [w3m-dev 02541] mouse support on cygwin
   8083 	* linein.c (_esc): ignore ESC M <ch> <ch> <ch> on cygwin
   8084 	* terms.c (is_xterm): not static on cygwin
   8085 	* terms.c (ConInV): INPUT_RECORD * -> char *
   8086 	* terms.c (MouseConToXTerm): deleted
   8087 	* terms.c (iMouseConXTerm): deleted
   8088 	* terms.c (expand_win32_console_input_buffer): added
   8089 	* terms.c (read_win32_console_input): use PeekConsoleInput 
   8090 						and ReadConsole
   8091 	* terms.c (read_win32_console): use read_win32_console_input()
   8092 	* terms.c (cmp_tv): added
   8093 	* terms.c (subtract_tv): added
   8094 	* terms.c (select_or_poll_win32_console): added
   8095 	* terms.c (select_win32_console): added
   8096 	* terms.c (xterm_mouse_term): deleted
   8097 	* terms.c (mouse_term_info): added
   8098 	* terms.c (set_tty): modified to use mouse_term_info
   8099 	* terms.c (sleep_till_anykey): use select_win32_console on cygwin
   8100 	* terms.c (mouse_init): check is_xterm flag
   8101 	* terms.c (mouse_end): check is_xterm flag
   8102 	* terms.h (is_xterm): if cygwin
   8103 	* terms.h (NEED_XTERM_ON): added
   8104 	* terms.h (NEED_XTERM_OFF): added
   8105 
   8106 2001-12-11  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   8107 
   8108 	* [w3m-dev 02651] search keymap using hash
   8109 	* XMakefile (func.c): depends functable.c funcname1.h
   8110 	* XMakefile (functable.c): generated from funcname.tab
   8111 	* functable.awk: added
   8112 	* fm.h (w3mKeyList): deleted
   8113 	* func.c (w3mKeyList): ditto
   8114 	* file.c (readHeader): change getFuncList()
   8115 	* func.c (w3mNFuncList): deleted
   8116 	* func.c (functable.c): include
   8117 	* func.c (initKeymap): no need to count w3mFuncList
   8118 	* func.c (initKeymap): change getFuncList()
   8119 	* func.c (initKeymap): put data to keyData hashtable
   8120 	* func.c (countFuncList): deleted
   8121 	* func.c (getFuncList): use getHash_si()
   8122 	* func.c (getKeyData): use getHash_iv()
   8123 	* func.c (addKeyList): deleted
   8124 	* func.c (searchKeyList): deleted
   8125 	* func.h (textlist.h): include
   8126 	* func.h (hash.h): include
   8127 	* func.h (KEY_HASH_SIZE): added
   8128 	* func.h (KeyListItem): deleted
   8129 	* func.h (KeyList): deleted
   8130 	* hash.c: s/hist/sv/
   8131 	* hash.c: add defhashfunc_i(int, void *, iv)
   8132 	* hash.h: s/hist/sv/
   8133 	* hash.h: defhash(int, void *, iv)
   8134 	* hash.h (putHash_*): added
   8135 	* hash.h (getHash_*): added
   8136 	* hash.h (defhashfunc_i): added
   8137 	* history.c (pushHashHist): s/hist/sv/
   8138 	* history.c (getHashHist): s/hist/sv/
   8139 	* history.h (Hist): s/hist/sv/
   8140 	* main.c (searchKeyData): item deleted
   8141 	* main.c (searchKeyData): data added
   8142 	* main.c (searchKeyData): use getKayData() instead of searchKeyList()
   8143 	* main.c (setAlarm): w3mNFuncList deleted
   8144 	* main.c (setAlarm): change getFuncList()
   8145 	* menu.c (w3mNFuncList): deleted
   8146 	* menu.c (w3mFuncList): deleted
   8147 	* menu.c (initMenu): no need to count w3mFuncList
   8148 	* menu.c (setMenuItem): change getFuncList()
   8149 	* proto.h (countFuncList): deleted
   8150 	* proto.h (getFuncList): change args
   8151 	* proto.h (addKeyList): deleted
   8152 	* proto.h (searchKeyList): deleted
   8153 	* proto.h (getKeyData): added
   8154 
   8155 2001-12-11  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   8156 
   8157 	* [w3m-dev 02650]
   8158 	* file.c (readHeader): Strnew_charp_n() should be used
   8159 
   8160 2001-12-11  Fumitoshi UKAI  <ukai@debian.or.jp>
   8161 
   8162 	* [w3m-dev 02647]
   8163 	* proto.h (arg_is): deleted
   8164 	* etc.c (arg_is): ditto
   8165 	* etc.c (searchAnchorArg): ditto
   8166 
   8167 2001-12-11  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   8168 
   8169 	* [w3m-dev 02648] rewrite strCmp() with strcmp()
   8170 	* indep.c (strCmp): use strcmp()
   8171 
   8172 2001-12-11  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   8173 
   8174 	* [w3m-dev 02441] A patch against functions *_(un)?quote()
   8175 	* indep.c (url_unquote_char): use GET_MYCDIGIT, instead of sscanf
   8176 	* indep.c (url_quote): use xdigit[] instead of sprintf()
   8177 	* myctype.c (MYCTYPE_DIGITMAP): added
   8178 	* myctype.h (MYCTYPE_DIGITMAP): ditto
   8179 	* myctype.h (GET_MYCDIGIT): added
   8180 
   8181 2001-12-11  Fumitoshi UKAI  <ukai@debian.or.jp>
   8182 
   8183 	* [w3m-dev 02647]
   8184 	* proto.h (getAnchor): deleted
   8185 	* etc.c (getAnchor): deleted
   8186 
   8187 2001-12-09  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   8188 
   8189 	* [w3m-dev 02646] Some code cleanups
   8190 	* configure: use host libgc instead of gc/gc.a on Linux and/or AIX
   8191 	            if possible
   8192 	* etc.c (get_cmd): deleted, merged into gethtmlcmd()
   8193 	* etc.c (gethtmlcmd): merge get_cmd() code
   8194 	* file.c (uncompressed_file_type): initialize slen
   8195 	* file.c (passthrough): status deleted
   8196 	* file.c (HTMLlineproc0): istr deleted, gethtmlcmd() argument fix
   8197 	* fm.h (_GNU_SOURCE): ifndef _GNU_SOURCE
   8198 	* proto.h (gethtmlcmd): fix prototypes
   8199 	* terms.c: include <sys/ioctl.h> always
   8200 
   8201 2001-12-09  Fumitoshi UKAI  <ukai@debian.or.jp>
   8202 
   8203 	* [w3m-dev 02645]
   8204 	* configure: fix to prevent rcsid expansion
   8205 
   8206 2001-12-08  Fumitoshi UKAI  <ukai@debian.or.jp>
   8207 
   8208 	* [w3m-dev 02641]
   8209 	* configure: generate version.c from version.c.in
   8210 	* version.c.in: added
   8211 	* version.c: deleted, autogenerated from version.c.in
   8212 	* .cvsignore (version.c): added
   8213 
   8214 2001-12-07  Fumitoshi UKAI  <ukai@debian.or.jp>
   8215 
   8216 	* [w3m-dev 02642]
   8217 	* linein.c (next_dcompl): fix ifdef EMACS_LIKE_LINEEDIT
   8218 
   8219 2001-12-07  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   8220 
   8221 	* [w3m-dev 02640]
   8222 	* linein.c (escape_spaces): rewrite
   8223 	* linein.c (unescape_spaces): rewrite
   8224 
   8225 2001-12-07  Tsutomu Okada <okada@furuno.co.jp>
   8226 
   8227 	* [w3m-dev 02638] completion for ! and/or @
   8228 	* linein.c (next_compl): check "\\ ", "\\\t"
   8229 	* linein.c (escape_spaces): added
   8230 	* linein.c (unescape_spaces): added
   8231 	* linein.c (doComplete): use unescape_spaces, escape_spaces
   8232 
   8233 2001-12-07  Fumitoshi UKAI  <ukai@debian.or.jp>
   8234 
   8235 	* [w3m-dev 02637]
   8236 	* url.c (openSocket): hostname volatile -> const
   8237 	* url.c (openSocket): add hname
   8238 	* url.c (openSocket): copy hostname to hname to be modified safely
   8239 	* url.c (otherinfo): revert previous change
   8240 
   8241 2001-12-07  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   8242 
   8243 	* [w3m-dev 02635] dirlist
   8244 	* file.c (loadGeneralFile): use pu.file instead of pu.real_file
   8245 	* scripts/dirlist.cgi.in: modified for perl4
   8246 
   8247 2001-12-07  Fumitoshi UKAI  <ukai@debian.or.jp>
   8248 
   8249 	* [#489463] Host: header is wrong IPv6 literal addr
   8250 	* url.c (otherinfo): IPv6 address should be quoted with bracket
   8251 
   8252 2001-12-07  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   8253 
   8254 	* [w3m-dev 02629]
   8255 	* linein.c (next_compl): completion for name including space
   8256 
   8257 2001-12-07  Fumitoshi UKAI  <ukai@debian.or.jp>
   8258 
   8259 	* [w3m-dev 02633]
   8260 	* url.c (parseURL2): filename should be quoted here, because
   8261 	                   it will be unquote() soon
   8262 
   8263 2001-12-07  Fumitoshi UKAI  <ukai@debian.or.jp>
   8264 
   8265 	* rename install.sh to install-sh
   8266 	* XMakefile: s/install.sh/install-sh/
   8267 
   8268 2001-12-07  Tsutomu Okada <okada@furuno.co.jp>
   8269 
   8270 	* [w3m-dev 02622]
   8271 	* tagtable.tab (noframes): added
   8272 	* tagtable.tab (/noframes): added
   8273 	* fm.h (RB_NOFRAMES): added
   8274 	* html.h (HTML_NOFRAMES): added
   8275 	* html.h (HTML_N_NOFRAMES): added 
   8276 	* html.c (ALST_NOFRAMES): added
   8277 	* html.c (98 HTML_NOFRAMES): added
   8278 	* html.c (99 HTML_N_NOFRAMES): added
   8279 	* file.c (HTMLtagproc1): add HTML_NOFRAMES, HTML_N_NOFRAMES
   8280 	* file.c (HTMLtagproc1): don't meta refresh if it is in noframes and
   8281 	                        auto frame rendering
   8282 	* main.c (MAIN): use setAlarmEvent()
   8283 	* main.c (SigAlarm): ditto
   8284 	* main.c (setAlarm): ditto
   8285 	* main.c (setAlarmEvent): check if status == AL_UNSET
   8286 
   8287 2001-12-06  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   8288 
   8289 	* [w3m-dev 02619]
   8290 	* file.c (loadHTMLString): set document type
   8291 
   8292 2001-12-05  Fumitoshi UKAI  <ukai@debian.or.jp>
   8293 
   8294 	* [w3m-dev 02618]
   8295 	* configure: fix typo in --mimetypes
   8296 
   8297 2001-12-05  Fumitoshi UKAI  <ukai@debian.or.jp>
   8298 
   8299 	* [w3m-dev 02617]
   8300 	* scripts/Makefile (HELP_LIBS): added
   8301 	* scripts/Makefile (all): depends $(HELP_LIBS)
   8302 	* scripts/Makefile (install): depends $(HELP_LIBS)
   8303 	* scripts/Makefile (w3mhelp-funcname.pl): split from helplibs
   8304 	* scripts/Makefile (w3mhelp-funcdesc.pl): split from helplibs, touch
   8305 	* scripts/Makefile (clean): clean *-stamp
   8306 	* scripts/.cvsignore: add w3mhelp-funcdesc-stamp
   8307 
   8308 2001-12-05  Tsutomu Okada <okada@furuno.co.jp>
   8309 
   8310 	* [w3m-dev 02616]
   8311 	* buffer.c (gotoLine): use set_delayed_message instead of disp_message
   8312 	* buffer.c (gotoRealLine): ditto
   8313 	* display.c (delayed_msg): added
   8314 	* display.c (displayBuffer): display deleyed_msg if it is set
   8315 	* display.c (set_delayed_message): added
   8316 	* proto.h (set_delayed_message): added
   8317 
   8318 2001-12-05  Tsutomu Okada <okada@furuno.co.jp>
   8319 
   8320 	* [w3m-dev 02615]
   8321 	* main.c (goLine): _goLine() called twice when prec_num was set
   8322 
   8323 2001-12-05  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   8324 
   8325 	* [w3m-dev 02614]
   8326 	* XMakefile (HELP_ALLFILES): added
   8327 	* XMakefile (INSTALL_PROGRAM): ditto
   8328 	* XMakefile (INSTALL_SCRIPT): ditto
   8329 	* XMakefile (INSTALL_DATA): ditto
   8330 	* XMakefile (install) use INSTALL_{PROGRAM,DATA}
   8331 	* XMakefile (install-helpfile): cleanup
   8332 	* XMakefile (install-scripts): pass MKDIR
   8333 	* XMakefile (uninstall): cleanup
   8334 	* XMakefile (clean): cleanup
   8335 	* scripts/Makefile (MKDIR): added
   8336 	* scripts/Makefile (INSTALL_DATA): added
   8337 	* scripts/Makefile (install): mkdir, use INSTALL_DATA
   8338 	* scripts/Makefile (uninstall): added
   8339 	* scripts/Makefile (clean): ignore errors
   8340 	* scripts/multipart/Makefile (MKDIR): added
   8341 	* scripts/multipart/Makefile (install): mkdir
   8342 	* scripts/multipart/Makefile (uninstall): added
   8343 	* scripts/multipart/Makefile (clean): ignore errors
   8344 	* scripts/multipart/Makefile (dist): cleanup
   8345 	* scripts/w3mman/Makefile (MKDIR): added
   8346 	* scripts/w3mman/Makefile (install): mkdir
   8347 	* scripts/w3mman/Makefile (uninstall): added
   8348 	* scripts/w3mman/Makefile (clean): ignore errors
   8349 	* scripts/w3mman/Makefile (dist): cleanup
   8350 
   8351 2001-12-04  Tsutomu Okada <okada@furuno.co.jp>
   8352 
   8353 	* [w3m-dev 02611] a improvement of find_cookie()
   8354 	* cookie.c (make_cookie): domainname is passed as argument
   8355 	* cookie.c (find_cookie): FQDN(pu->host) done only once
   8356 	* func.c (getQWord): comment reformat
   8357 	* local.c (check_local_cgi): ditto
   8358 
   8359 2001-12-04  Tsutomu Okada <okada@furuno.co.jp>
   8360 
   8361 	* [w3m-dev 02609]
   8362 	* proto.h: remove duplicate prototypes
   8363 
   8364 2001-12-04  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   8365 
   8366 	* [w3m-dev 02608]
   8367 	* local.c (localcgi_get): request == NULL means no ? in URL
   8368 	* url.c (openURL): ditto
   8369 
   8370 2001-12-03  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   8371 
   8372 	* [w3m-dev 02606]
   8373 	* XMakefile (install-scripts): run pwd outside for loop
   8374 
   8375 2001-12-03  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   8376 
   8377 	* [w3m-dev 02605] $(PWD) / allocStr()
   8378 	
   8379 	* XMakefile (install-scripts): use $$TOPDIR instead of $(PWD)
   8380 
   8381 	* indep.c (allocStr): if len is negative, it will copy string in `s'
   8382 	* display.c (record_err_message): pass -1 as length to allocStr
   8383 	* etc.c (lastFileName): ditto
   8384 	* etc.c (mybasename): ditto
   8385 	* etc.c (FQDN): ditto
   8386 	* file.c (push_tag): ditto
   8387 	* func.c (addKeyList): ditto
   8388 	* history.c (unshiftHist): ditto
   8389 	* history.c (pushHist): ditto
   8390 	* indep.c (cleanupName): ditto
   8391 	* linein.c (inputLineHist): ditto
   8392 	* local.c (dirBuffer): ditto
   8393 	* main.c (gotoLabel): ditto
   8394 	* main.c (searchKeyData): ditto
   8395 	* parsetagx.c (parsedtag_set_value): ditto
   8396 	* terms.c (GETSTR): ditto
   8397 	* textlist.h (pushText): ditto
   8398 	* url.c (DefaultFile): ditto
   8399 	* url.c (parseURL): ditto
   8400 	* url.c (ALLOC_STR): ditto
   8401 	* url.c (parseURL2): ditto
   8402 	* url.c (openURL): ditto
   8403 	* w3mhelperpanel.c (extractMailcapEntry): ditto
   8404 
   8405 2001-12-02  Fumitoshi UKAI  <ukai@debian.or.jp>
   8406 
   8407 	* [w3m-dev 02604]
   8408 	* configure: kanji_symbols=n if lang=EN
   8409 	* file.c (HTMLlineproc2body): initialize rule
   8410 
   8411 2001-12-02  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   8412 
   8413 	* [w3m-dev 02603]
   8414 	* scripts/w3mhelp.cgi.in: modified for perl4
   8415 
   8416 2001-12-01  Fumitoshi UKAI  <ukai@debian.or.jp>
   8417 
   8418 	* [w3m-dev 02601]
   8419 	* Makefile (install-core): added
   8420 	* Makefile (install-helpfile): added
   8421 	* configure (use_help_cgi): default yes if perl found
   8422 	* configure (config.h): add HELP_CGI
   8423 	* configure (config.h): add $def_use_help_cgi
   8424 	* main.c (ldhelp): add USE_HELP_CGI code
   8425 	* scripts/Makefile: use w3mhelp*.pl.in
   8426 	* scripts/w3mhelp-funcname.pl.in: added
   8427 	* scripts/w3mhelp-funcdesc.en.pl.in: added
   8428 	* scripts/w3mhelp-funcdesc.ja.pl.in: added
   8429 	* scripts/w3mhelp.cgi.in: use %buf_*, %lineedit_*
   8430 	* scripts/w3mhelp.cgi.in: use %title
   8431 
   8432 	* [w3m-dev 02660] (based on [w3m-dev 02577] 
   8433 			by Kiyokazu SUTO <suto@ks-and-ks.ne.jp>)
   8434 	* scripts/.cvsignore: add w3mhelp.cgi w3mhelp-*.pl
   8435 	* scripts/Makefile (HELP_DIR): added
   8436 	* scripts/Makefile (LIB_TARGETS): add w3mhelp.cgi
   8437 	* scripts/Makefile (DOCDIRS): added
   8438 	* scripts/Makefile (all): add helplibs
   8439 	* scripts/Makefile (.in): subst HELP_DIR, DOCDIRS
   8440 	* scripts/Makefile (helplibs): added
   8441 	* scripts/Makefile (install): s/DISTDIR/DESTDIR/
   8442 	* scripts/Makefile (install): install w3mhelp-*.pl
   8443 	
   8444 	* scripts/w3mhelp.cgi.in: added
   8445 
   8446 	* XMakefile (INSTALL2): deleted
   8447 	* XMakefile (install): split
   8448 	* XMakefile (install-core): added
   8449 	* XMakefile (install-helpfile): added
   8450 	* XMakefile (all-scripts): HELP_DIR
   8451 	* XMakefile (install-scripts): HELP_DIR
   8452 
   8453 	* doc/REAMDE.func: add ALARM, SUSPEND
   8454 	* doc-jp/README.func: ditto
   8455 	
   8456 	* config.h.dist: updated
   8457 
   8458 2001-11-30  Fumitoshi UKAI  <ukai@debian.or.jp>
   8459 
   8460 	* url.c (otherinfo): use AcceptLang
   8461 	* rc.c (sync_with_option): initialize AcceptLang
   8462 
   8463 2001-11-30  Tsutomu Okada <okada@furuno.co.jp>
   8464 
   8465 	* [w3m-dev 02599]
   8466 	* main.c comment reformat
   8467 
   8468 2001-11-30  Fumitoshi UKAI  <ukai@debian.or.jp>
   8469 
   8470 	* [w3m-dev 02598]
   8471 	* url.c (otherinfo): add missing NULL
   8472 
   8473 2001-11-30  Fumitoshi UKAI  <ukai@debian.or.jp>
   8474 
   8475 	* [w3m-dev 02597] (based on [w3m-dev 02594] by aito@fw.ipsj.or.jp)
   8476 	* fm.h (AcceptLang): added
   8477 	* fm.h (AcceptMedia): added
   8478 	* rc.c (CMT_ACCEPTENCODING): added
   8479 	* rc.c (CMT_ACCEPTMEDIA): added
   8480 	* rc.c (params9): add accept_encoding, accept_media
   8481 	* rc.c (sync_with_option): initialize AcceptEncoding and AcceptMedia
   8482 	* url.c (otherinfo): use Strcat_m_charp()
   8483 
   8484 2001-11-30  aito@fw.ipsj.or.jp
   8485 
   8486 	* [w3m-dev 02594]
   8487 	* configure: s/dcode/display_code/
   8488 
   8489 2001-11-30  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   8490 
   8491 	* [w3m-dev 02596]
   8492 	* file.c (acceptableEncoding): fix segfault if no decoder found
   8493 
   8494 2001-11-30  Fumitoshi UKAI  <ukai@debian.or.jp>
   8495 
   8496 	* [w3m-dev 02595]
   8497 	* file.c (compression_decoder): add encodings
   8498 	* file.c (readHeader): use compression_decoder->encodings
   8499 
   8500 2001-11-30  Tsutomu Okada <okada@furuno.co.jp>
   8501 
   8502 	* [w3m-dev 02593]
   8503 	* form.h: comment reformat
   8504 	* matrix.c: ditto
   8505 	* menu.c: ditto
   8506 	* regex.c: ditto
   8507 	* table.h: ditto
   8508 	* terms.c: ditto
   8509 
   8510 2001-11-30  Fumitoshi UKAI  <ukai@debian.or.jp>
   8511 
   8512 	* [w3m-dev 02592] Accept: and AcceptEncoding:
   8513 	* url.c (otherinfo): use acceptableEncoding() acceptableMimeTypes()
   8514 
   8515 	* file.c: add compression_decoder
   8516 	* file.c (check_compress): rewrite by using compression_decoder
   8517 	* file.c (compress_application_type): ditto
   8518 	* file.c (uncompressed_file_type): ditto
   8519 	* file.c (check_command): added
   8520 	* file.c (acceptableEncoding): added
   8521 	* proto.h (acceptableEncoding): ditto
   8522 	* file.c (uncompress_stream): renamed from gunzip_stream
   8523 	* file.c (uncompress_stream): rewrite by using compression_decoder
   8524 	* configure: add PATH_SEPARATOR
   8525 
   8526 	* mailcap.c (extractMailcapEntry): static
   8527 	* mailcap.c (loadMailcap): static
   8528 	* proto.h (loadMailcap): removed
   8529 	* mailcap.c (acceptableMimeTypes): added
   8530 	* proto.h (acceptableMimeTypes): added
   8531 
   8532 	* configure: #define USE_PATH_ENVVAR for __EMX__
   8533 	* file.c: GUNZIP_*, BUNZIP2_*, INFLATE_* removed here -> config.h
   8534 	* file.c (gunzip_stream): s/(GUNZIP|BUNZIP2|INFLATE)_CMD/\1_CMDNAME/
   8535 	* configure (config.h): GUNZIP_*, BUNZIP2_*, INFLATE_* moved here
   8536 	* fm.h (DirBufferCommand): use CGI_EXTENSION
   8537 	* fm.h (mailcap_list): removed from global -> mailcap.c
   8538 	* fm.h (UserMailcap): removed from global -> mailcap.c
   8539 	* mailcap.c: static mailcap_list
   8540 	* mailcap.c: static UserMailcap
   8541 	* proto.h (initMimeTypes): moved
   8542 	* proto.h (get_os2_dft): removed
   8543 	* rc.c (loadMimeTypes): removed here -> url.c
   8544 	* rc.c (initMimeTypes): removed here -> url.c
   8545 	* fm.h (mimetypes_list): removed from global -> url.c
   8546 	* fm.h (UserMimeTypes): removed from global -> url.c
   8547 	* url.c: static mimetypes_list
   8548 	* url.c: static UserMimeTypes
   8549 	* url.c (loadMimeTypes): moved here
   8550 	* url.c (initMimeTypes): moved here
   8551 
   8552 2001-11-30  Tsutomu Okada <okada@furuno.co.jp>
   8553 
   8554 	* [w3m-dev 02590]
   8555 	* main.c (_peekURL): peek URL on <input type="image">
   8556 
   8557 2001-11-30  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   8558 
   8559 	* [w3m-dev 02589]
   8560 	* rc.c (params1): remove #ifdef VIEW_UNSEENOBJECTS
   8561 
   8562 2001-11-29  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   8563 
   8564 	* [w3m-dev 02588]
   8565 	* configure: fix alarm() check
   8566 
   8567 2001-11-29  Fumitoshi UKAI  <ukai@debian.or.jp>
   8568 
   8569 	* [w3m-dev 02587]
   8570 	* file.c (gunzip_stream): s/__CYGWIN__/USE_BINMODE_STREAM/
   8571 
   8572 	* [w3m-dev 02586]
   8573 	* configure: typo s/_zdmachdep.c/zmachdep.c/
   8574 
   8575 	* fix shadow variable
   8576 	* main.c (HTMLtagproc1): s/refresh/refresh_interval/
   8577 	* matrix.c (LUfactor): s/index/indexarray/
   8578 	* matrix.c (LUsolve): ditto
   8579 	* matrix.c (m_inverse): ditto
   8580 	* matrix.c (LUinverse): ditto
   8581 	* table.c (bsearch_2short): ditto
   8582 	* table.c (bsearch_double): ditto
   8583 	* table.c (dv2sv): ditto
   8584 	* table.c (check_cell_width): ditto
   8585 	* table.c (set_integered_width): ditto
   8586 	* table.c (set_table_width): ditto
   8587 	* table.c (check_table_height): ditto
   8588 	* ftp.c: s/ftp/current_ftp/
   8589 	* ftp.c (Ftpfclose): ditto
   8590 	* ftp.c (openFTP): ditto
   8591 	* ftp.c (closeFTP): ditto
   8592 	* ftp.c (FtpLogin): save to current_ftp
   8593 	* ftp.c (openFTP): s/realpath/realpathname/
   8594 	* ftp.c (openFTP): remove i
   8595 	
   8596 	* ftp.c (ftp_pasv): s/sin/sockaddr/
   8597 	
   8598 	* [w3m-dev 02584] code cleanup
   8599 
   8600 	* linein.c (_esc): fix #ifdef EMACS_LIKE_LINEEDIT
   8601 	
   8602 	* fix shadow variables (partially)
   8603 	* version.c: s/version/w3m_version/
   8604 	* configure: ditto
   8605 	* fm.h: ditto
   8606 	* local.c (set_environ): ditto
   8607 	* main.c (fusage): ditto
   8608 	* main.c (MAIN): ditto
   8609 	* main.c (dispVer): ditto
   8610 	* rc.c (load_option_panel): ditto
   8611 	* url.c (otherinfo): ditto
   8612 	* file.c (readHeader): s/tmp/tmp2/
   8613 	* file.c (loadGeneralFile): s/tmp/cmd/
   8614 	* file.c (flushline): s/f/df/
   8615 	* file.c (doExternal): s/stat/mc_stat/
   8616 	* proto.h: ditto
   8617 	* mailcap.c (unquote_mailcap_loop): ditto
   8618 	* mailcap.c (unquote_mailcap): ditto
   8619 	* main.c (cmd_loadBuffer): s/link/linkid/
   8620 	* main.c (sig_chld): s/stat/p_stat/
   8621 	* fm.h: remove config_file
   8622 	* main.c (MAIN): s/config_file/config_filename/
   8623 	* rc.c (init_rc): ditto
   8624 	* proto.h: ditto
   8625 	* rc.c: add config_file 
   8626 	* menu.c (goem_menu): s/select/mselect/
   8627 	* menu.c (draw_menu_item): ditto
   8628 	* menu.c (select_menu): ditto
   8629 	* menu.c (goto_menu): ditto
   8630 	* menu.c (action_menu): ditto
   8631 	* menu.c (mNext): ditto
   8632 	* menu.c (mPrev): ditto
   8633 	* menu.c (mOk): ditto
   8634 	* menu.c (mSrchF): ditto
   8635 	* menu.c (mSrchB): ditto
   8636 	* menu.c (mSrchN): ditto
   8637 	* menu.c (mSrchP): ditto
   8638 	* menu.c (process_mMouse): ditto
   8639 	* menu.c (smDelBuf): ditto
   8640 	* proto.h: ditto
   8641 
   8642 	* printf format
   8643 	* display.c (redrawLine): use %*ld instead of %*d
   8644 
   8645 	* require parentheses
   8646 	* ftp.c (FtpLogin): add paren
   8647 
   8648 	* fix variable might be clobbered by `longjmp' or `vfork'
   8649 	* file.c (loadGeneralFile): add volatile
   8650 	* file.c (loadHTMLString): ditto
   8651 	* file.c (loadBuffer): ditto
   8652 	* file.c (doExternal): ditto
   8653 	* frame.c (createFrameFile): ditto
   8654 	* main.c (srchfor): ditto
   8655 	* main.c (srchbak): ditto
   8656 	* main.c (srch_nxtprv): ditto
   8657 	* url.c (openSocket): ditto
   8658 
   8659 	* fix unused variables
   8660 	* file.c (readHeader): emssg if USE_COOKIE defined
   8661 	* file.c (HTMLlineproc2body: remove tmp
   8662 	* file.c (saveBufferDelNum): remove p
   8663 	* linein.c (_esc): c2 if JP_CHARSET defined
   8664 	
   8665 	* fix uninitialized variables
   8666 	* Str.c (Sprintf): initialize p
   8667 	* buffer.c (readBufferCache): initialize prevl
   8668 	* conv.c (cConvSE): initialize ub
   8669 	* conv.c (_cConvEE): initialize ub
   8670 	* conv.c (cConvES): initialize ub
   8671 	* file.c (loadGeneralFile): initialize proc, t, prevtral, ss, realm
   8672 	* file.c (HTMLlineproc2body): initialize debug
   8673 	* file.c (HTMLlineproc0): initialize tbl_mode, tbl_width
   8674 	* file.c (loadHTMLstream): initialize prevtrap
   8675 	* file.c (loadHTMLString): initialize prevtrap
   8676 	* file.c (loadBuffer): initialize prevtrap
   8677 	* form.c (formUpdateBuffer): initialize col
   8678 	* ftp.c (openFTP): initialize pwd
   8679 	* local.c (dirBuffer): initialize nrow
   8680 	* main.c (gpm_process_mouse): initialize btn
   8681 	* menu.c (gpm_process_menu_mouse): ditto
   8682 	* menu.c (initMenu): initialize nmenu, nitem, item
   8683 	* parsetagx.c (parse_tag): initialize attr_id
   8684 	* rc.c (show_params): initialize t
   8685 	* table.c (visible_length): initialize amp_len
   8686 	* table.c (set_integered_width): initialize x
   8687 	* table.c (check_table_height): initialize space
   8688 	* table.c (renderTable): initialize vrulea, vruleb, vrulec
   8689 	* terms.c (putchars): initialize s
   8690 	* url.c (openSocket): initialize trap, result
   8691 	* url.c (openURL): initialize sslh
   8692 	
   8693 2001-11-28  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   8694 
   8695 	* [w3m-dev 02579]
   8696 	* configure: Use environment variables CC, CFLAGS, LDFLAGS
   8697 
   8698 2001-11-28  Fumitoshi UKAI  <ukai@debian.or.jp>
   8699 
   8700 	* [w3m-dev 02574] sysconfdir
   8701 	* configure: add -bindir=* -libdir=* -helpdir=* -sysconfdir=*
   8702 	* configure: add ETC_DIR
   8703 	* indep.c (w3m_etc_dir): added
   8704 	* indep.h: ditto
   8705 	* rc.c (init_rc): use etcFile() instead of libFile()
   8706 	* rc.c (etcFile): added
   8707 	* proto.h: ditto
   8708 
   8709 2001-11-28  Fumitoshi UKAI  <ukai@debian.or.jp>
   8710 
   8711 	* [w3m-dev 02578]
   8712 	* file.c (process_anchor): support <input type="image">
   8713 	* html.c (ALST_INPUT): add ATTR_SRC, ATTR_WIDTH, ATTR_HEIGHT
   8714 	* html.c (MAXA_INPUT): +3
   8715 	
   8716 	* conv.c (checkShiftCode): fix comments for indent(1)
   8717 	* main.c (loadLink): ditto
   8718 	* fm.h: ditto
   8719 	* file.c (process_anchor); ditto
   8720 	* file.c (HTMLlineproc2body): ditto
   8721 
   8722 2001-11-28  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   8723 	
   8724 	* [w3m-dev 02576]
   8725 	* url.c (openURL): remove pu->file = p; which cause segfault
   8726 	  because p is not initialized
   8727 
   8728 2001-11-28  Fumitoshi UKAI  <ukai@debian.or.jp>
   8729 
   8730 	* [w3m-dev 02571] MAXPATHLEN
   8731 	* indep.c (currentdir): #ifdef MAXPATHLEN for GNU Hurd
   8732 	* configure: ditto
   8733 
   8734 2001-11-27  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   8735 
   8736 	* [w3m-dev 02572]
   8737 	* main.c (_peekURL): initialize s when anchor not found
   8738 
   8739 2001-11-27  aito@fw.ipsj.or.jp
   8740 	* Error correction on doc-jp/FAQ.html
   8741 
   8742 2001-11-27  sakane@d4.bsd.nes.nec.co.jp (Yoshinobu Sakane)
   8743 	* w3m-doc update.
   8744 
   8745 2001-11-26  Tsutomu Okada <okada@furuno.co.jp>
   8746 	
   8747 	* [w3m-dev 02537]
   8748 	* configure: s/$def_egd/def_use_egd/
   8749 
   8750 2001-11-26  Fumitoshi UKAI  <ukai@debian.or.jp>
   8751 
   8752 	* [w3m-dev 02556]
   8753 	* indep.c (strcasestr): strcasestr("", "") should not return NULL
   8754 
   8755 	* [w3m-dev 02555]
   8756 	* configure: check strcasestr
   8757 	* fm.h (_GNU_SOURCE): requires for strcasestr()
   8758 	* indep.c (strcasestr): #ifdef HAVE_STRCASESTR
   8759 	* indep.c (strcasestr): check whether s2 is NULL
   8760 	* indep.h: add #include "config.h"
   8761 	* indep.h: #ifdef HAVE_STRCASESTR
   8762 	* indep.h: strcasestr() takes const char *
   8763 
   8764 2001-11-26  Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
   8765 
   8766 	* [w3m-dev 02553]
   8767 	* configure: SysV's tr requires '[a-z]' '[A-Z]'
   8768 
   8769 2001-11-26  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   8770 
   8771 	* [w3m-dev 02547] "message/*" as a kind of text type
   8772 	* file.c (is_text_type): add message/*
   8773 
   8774 2001-11-25  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   8775 
   8776 	* [w3m-dev 02535] Name conflicts in configure
   8777 	* configure: s/libdir/tlibdir/ for loop variables
   8778 
   8779 2001-11-25  Dai Sato <satodai@dog.intcul.tohoku.ac.jp>
   8780 
   8781 	* display.c: call of init_win32_console_handle is deleted
   8782 
   8783 2001-11-25  Rin Okuyama <okuyama@cna.ne.jp>
   8784 
   8785 	* [w3m-dev 02533] setpgrp bug in configure
   8786 	* configure: s/have_setpgrp/def_have_setpgrp/
   8787 	   s/setpgrp/def_setpgrp/
   8788 
   8789 2001-11-24  Fumitoshi UKAI  <ukai@debian.or.jp>
   8790 
   8791 	* Makefile (indent): indent
   8792 	* run make indent
   8793 
   8794 2001-11-24  Fumitoshi UKAI  <ukai@debian.or.jp>
   8795 
   8796 	* [w3m-dev 02530]
   8797 	* file.c (readHeader): NULL check for domain
   8798 
   8799 2001-11-24  Fumitoshi UKAI  <ukai@debian.or.jp>
   8800 
   8801 	* [w3m-dev 02529]
   8802 	* configure (ask_choice): fix bugs
   8803 	* configure (include_opt): disable as much as if baby model
   8804 	* configure: ask/def parameter after model selected
   8805 
   8806 	* fm.h (use_mark): runtime option use_mark
   8807 	* main.c (_mark): ditto
   8808 	* main.c (cmd_mark): ditto
   8809 	* main.c (nextMk): ditto
   8810 	* main.c (prevMk): ditto
   8811 	* main.c (reMk): ditto
   8812 	* rc.c (CMT_USE_MARK): ditto
   8813 	* rc.c (params3): ditto
   8814 	
   8815 	* fm.h (nextpage_topline): runtime option nextpage_topline
   8816 	* etc.c (lineSkip): ditto
   8817 	* main.c (nscroll): ditto
   8818 	* rc.c (CMT_NEXTPAGE_TOPLINE): ditto
   8819 	* rc.c (params3): ditto
   8820 	
   8821 	* fm.h (label_topline): runtime option label_topline
   8822 	* file.c (loadGeneralFile): ditto
   8823 	* main.c (loadLink): ditto
   8824 	* rc.c (CMT_LABEL_TOPLINE): ditto
   8825 	* rc.c (params3): ditto
   8826 	
   8827 	* fm.h (vi_prec_num): runtime option vi_prec_num
   8828 	* main.c (pgFore): ditto
   8829 	* main.c (pgBack): ditto
   8830 	* rc.c (CMT_VI_PREC_NUM): ditto
   8831 	* rc.c (params3): ditto
   8832 
   8833 	* fm.h (emacs_like_lineedit): runtime option emacs_like_lineedit
   8834 	* linein.c (inputLineHist): ditto
   8835 	* linein.c (_esc): ditto
   8836 	* linein.c (next_dcompl): ditto
   8837 	* rc.c (CMT_EMACS_LIKE_LINEEDIT): ditto
   8838 	* rc.c (params3): ditto
   8839 
   8840 	* fm.h (ftppass_hostnamegen): runtime option ftppass_hostnamegen
   8841 	* ftp.c (FtpLogin): ditto
   8842 	* rc.c (CMT_FTPPASS_HOSTNAMEGEN): ditto
   8843 	* rc.c (params9): ditto
   8844 	
   8845 2001-11-24  Akihiro Sagawa <sagawa@sohgoh.net>
   8846 
   8847 	* [w3m-dev 02528] RFC2732 URL Patch
   8848 	* main.c (chkURL): check RFC2732 style URLs
   8849 	* url.c (parseURL): remove RFC2732 address check here, 
   8850 	                   move to openSocket()
   8851 	* url.c (openSocket): check RFC2732 style hostname
   8852 	* url.c (openSocket): check IPv4 address strictly
   8853 
   8854 2001-11-24  Fumitoshi UKAI  <ukai@debian.or.jp>
   8855 
   8856 	* [w3m-dev 02526]
   8857 	* .cvsignore: add inflate mktable w3m w3mbookmark w3mhelperpanel
   8858 	   _zdmachdep.c
   8859 	* configure: 
   8860 	  pref_lang -> lang={JA|EN}
   8861 	  dcode -> display_code
   8862 	  scode -> system_code
   8863 	  remove save_params()
   8864 	  add def_param(), ask_choice() ask_param()
   8865 	  all confiration parameters can be read from config.param
   8866 	  s/DICT/USE_DICT/
   8867 	  s/BUFINFO/USE_BUFINFO/
   8868 	* fm.h: s/DICT/USE_DICT/
   8869 	* proto.h: ditto
   8870 	* doc/README.dict: ditto
   8871 	* doc-jp/README.dict: ditto
   8872 	* display.c: s/BUFINFO/USE_BUFINFO/
   8873 	* main.c: s/DICT/USE_DICT/ s/BUFINFO/USE_BUFINFO/
   8874 
   8875 2001-11-24  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   8876 
   8877 	* [w3m-dev 02523]
   8878 	* table.c (feed_table_tag): 
   8879 	  fix problem of anchor tag with name attribute only
   8880 
   8881 2001-11-23  Tsutomu Okada <okada@furuno.co.jp>
   8882 
   8883 	* [w3m-dev 02511]
   8884 	* terms.c (isWinConsole): added
   8885 
   8886 2001-11-22  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   8887 
   8888 	* [w3m-dev 02509] ([w3m-dev 02499] [w3m-dev 02508])
   8889 	* terms.c (setlinescols): initialize LASTLINE 
   8890 	* terms.c: add LASTLINE
   8891 	* fm.h: extern int LASTLINE
   8892 	* linein.c: remove defined(__CYGWIN__) && defined(JP_CHARSET)
   8893 	* main.c: remove MOUSE_* definition
   8894 	* terms.h: move MOUSE_* definition from main.c
   8895 	* terms.c: add tty
   8896 	* terms.c (check_win32_console): added
   8897 	* terms.c (init_win32_console_handle): ditto
   8898 	* terms.c (read_win32_console_input): ditto
   8899 	* terms.c (read_win32_console): ditto
   8900 	* terms.c (set_tty) add call init_win32_console
   8901 	* terms.c (getch) use read_win32_console
   8902 	* terms.c (mouse_init): check hConIn
   8903 	* terms.c (mouse_end): ditto
   8904 
   8905 2001-11-22  aito@fw.ipsj.or.jp
   8906 
   8907 	* [w3m-dev 02503]
   8908 	* indep.c (getescapechar): allow incomplete entity references in URL
   8909 	  closes: Debian Bug#120540
   8910 
   8911 2001-11-22  Fumitoshi UKAI  <ukai@debian.or.jp>
   8912 
   8913 	* [w3m-dev 02506]
   8914 	* anchor.c (putHmarker): remove #ifdef __CYGWIN__ for bzero()
   8915 	* matrix.h (m_copy): ditto
   8916 	* table.c (pushTable): ditto
   8917 
   8918 2001-11-22  Fumitoshi UKAI  <ukai@debian.or.jp>
   8919 
   8920 	* [w3m-dev 02505]
   8921 	* configure (alarm): check alarm if USE_ALARM
   8922 
   8923 2001-11-22  Tsutomu Okada <okada@furuno.co.jp>
   8924 
   8925 	* [w3m-dev 02501]
   8926 	* .cvsignore: add funcname.c funcname1.h funcname2.h tagtable.c
   8927 	* scripts/.cvsignore: added, dirlist.cgi
   8928 	* scripts/multipart/.cvsignore: added, multipart.cgi
   8929 	* scripts/w3mman/.cvsignore: added, w3mman w3mman2html.cgi
   8930 	* doc-jp/README.kokb: deleted
   8931 	* gc/makefile.depend: deleted
   8932 
   8933 2001-11-22  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   8934 
   8935 	* table.c (feed_table): fix the following table
   8936 	  <table border=1><tr><td>&lt &lt;</table>
   8937 
   8938 2001-11-22  WATANABE Katsuyuki <katsuyuki_1.watanabe@toppan.co.jp>
   8939 
   8940 	* [w3m-dev 02497] 
   8941 	* url.c (parseURL2): fix #ifdef __EMX__ code
   8942 	* indep.c (cleanupName): remove #if 0 /* SUPPORT_NETBIOS_SHARE */ code
   8943 
   8944 2001-11-22  Fumitoshi UKAI  <ukai@debian.or.jp>
   8945 
   8946 	* [w3m-dev 02494]
   8947 	* configure (MIME_TYPES): check if mimetypes is empty
   8948 	* configure (label_topline): add missing =
   8949 	* configure (nextpage_topline): ditto
   8950 
   8951 2001-11-22  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   8952 
   8953 	* [w3m-dev 02493]
   8954 	* scripts/multipart/Makefile: s/DISTDIR/DESTDIR/
   8955 
   8956 2001-11-21  Fumitoshi UKAI  <ukai@debian.or.jp>
   8957 
   8958 	* [w3m-dev 02481]
   8959 	* s/BG_COLOR/USE_BG_COLOR/
   8960 	* s/ANSI_COLOR/USE_ANSI_COLOR/
   8961 	* s/COLOR/USE_COLOR/
   8962 	* s/MENU/USE_MENU/
   8963 	* s/MOUSE/USE_MOUSE/
   8964 
   8965 	* [w3m-dev 02480] new configure
   8966 	* config.h.dist: updated
   8967 	* configure: $def_emacs_like_lineedit, $def_vi_prec_num
   8968 	   $def_label_topline, $def_nextpage_topline
   8969 	   $def_use_mark, $def_use_gopher, $def_use_alarm
   8970 	* configure: add --{ssl,gc}-{include,lib}dir, --mimetypes
   8971 	* configure: BoehmGC Debian hack
   8972 	* XMakefile: add $(OPTS)
   8973 	* terms.c: use HAVE_SYS_SELECT_H
   8974 	* configure: add sys/select.h detection
   8975 	* configure: no_float_h -> float_h
   8976 	* configure: add chdir() detection
   8977 	* local.c (localcgi_post): use HAVE_CHDIR instead of __EMX__
   8978 	* local.c (localcgi_get): ditto
   8979 	* main.c: <time.h> no need for #ifdef __EMX__
   8980 	   other files already do #include <time.h>
   8981 
   8982 	[w3m-dev 02479]
   8983 	* rc.c (init_rc): remove #ifdef __EMX__ for tmpdir
   8984 	* config.h.dit: updated
   8985 	* url.c (openURL): use CGI_EXTENSION
   8986 	  add extlen
   8987 	* rc.c (helpFile): remove #ifdef __EMX__
   8988 	  use w3m_help_dir()
   8989 	* w3mbookmark.c (lib_dir): removed
   8990 	* w3mbookmark.c (print_bookmark_panel): use w3m_lib_dir()
   8991 	* rc.c (libFile): remove #ifdef __EMX__
   8992 	  use w3m_lib_dir() 
   8993 	* local.c (get_os2_dft): removed
   8994 	* local.c (check_local_cgi): use w3m_lib_dir() instead of lib_dir
   8995 	* local.c (cgi_filename): ditto
   8996 	* indep.c (w3m_dir): added
   8997 	* indep.c (w3m_lib_dir w3m_help_dir): ditto
   8998 	* indep.h (w3m_lib_dir w3m_help_dir): ditto
   8999 	* terms.c (set_tty): remove #ifdef __EMX__
   9000 	  use DEV_TTY_PATH
   9001 	* local.c (localcgi_get): use DEV_NULL_PATH
   9002 	* w3mhelperpanel.c (printMailcapPanal): remove #ifdef __EMX__
   9003 	  use W3mHELPERPANEL_CMDNAME
   9004 	* rc.c (optionpanel_src1): ditto
   9005 	* w3mbookmark.c (bkmark_src1): remove #ifdef __EMX__
   9006 	  use W3MBOOKMARK_CMDNAME
   9007 	* main.c (adBmark): ditto
   9008 	  use w3m_lib_dir()
   9009 	* terms.c (getTCstr): remove #ifdef __DJGPP__
   9010 	  use DEFAULT_TERM
   9011 	  check ent is NULL
   9012 	* main.c (fusage): remove #ifdef SHOW_PARAMS
   9013 	* main.c (MAIN): ditto
   9014 	* rc.c (show_params): ditto
   9015 	* fm.h (view_unseenobject): remove #ifdef VIEW_UNSEENOBJECTS
   9016 	* url.c (check_no_proxy): remove #ifdef NOPROXY_NETADDR
   9017 	* configure (show_params): removed
   9018 	* configure (config.h): 
   9019 	  - fix comment for USE_MARK
   9020 	  - add MENU_THIN_FRAME
   9021 	  - move $def_nntp (USE_NNTP), $def_ansi_color (ANSI_COLOR)
   9022 	  - remove VIEW_UNSEENOBJECTS
   9023 	  - remove $def_show_params (SHOW_PARAMS)
   9024 	  - define DEFAULT_TERM
   9025 	  - define W3MBOOKMARK_CMDNAME
   9026 	  - define W3MHELPERPANEL_CMDNAME
   9027 	  - define DEV_NULL_PATH
   9028 	  - define DEV_TTY_PATH
   9029 	  - define CGI_EXTENSION
   9030 
   9031 	[w3m-dev 02478]
   9032 	* Makefile: make -> $(MAKE)
   9033 	
   9034 2001-11-21  Fumitoshi UKAI  <ukai@debian.or.jp>
   9035 
   9036 	* [w3m-dev 02473]
   9037 	* scripts/Makefile: chmod +x
   9038 	* scripts/Makefile: add clean target
   9039 	* scripts/multipart/Makefile: ditto
   9040 	* scripts/w3mman/Makefile: ditto
   9041 	* XMakefile: clean scripts
   9042 	* scripts/dirlist.cgi: removed from CVS
   9043 	* Makefile (install-scripts): added
   9044 	* XMakefile: (install-scripts): depends all-scripts
   9045 
   9046 2001-11-21  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   9047 
   9048 	* [w3m-dev 02470]
   9049 	* XMakefile: all of scripts are generated by this instead of configure
   9050 	* configure: add PERL, remove scripts/dirlist.cgi generation
   9051 	* config.h.dist: add PERL
   9052 	* scripts/Makefile: added
   9053 	* scripts/multipart/Makefile scripts/w3mman/Makefile:
   9054 	  new scripts generation and installation
   9055 	* scripts/multipart/README scripts/w3mman/README: update
   9056 
   9057 2001-11-21  Tsutomu Okada <okada@furuno.co.jp>
   9058 
   9059 	* [w3m-dev 02472] cleanup CYGWIN macro
   9060 	* display.c (displayBuffer): use __CYGWIN__ macro
   9061 	* fm.h: ditto
   9062 	* terms.c (refresh): add condition for isWinConsole which
   9063           defined only japanese cygwin environment
   9064 
   9065 2001-11-21  Akinori Ito <aito@fw.ipsj.or.jp>
   9066 
   9067 	* [w3m-dev 02466]
   9068 	  Homepage URLs and author's mail addresses in the documents
   9069 	  are changed.
   9070 
   9071 2001-11-21  Fumitoshi UKAI  <ukai@debian.or.jp>
   9072 
   9073 	* [w3m-dev 02459] 
   9074 	* XMakefile: update scripts/dirlist.cgi generation
   9075 	* scripts/multipart/multipart.cgi: removed
   9076 	* scripts/w3mman/w3mman scripts/w3mman/w3mman2html.cgi: removed
   9077 	
   9078 	* [w3m-dev 02462]
   9079 	* scripts/dirlist.in scripts/dirlist.cgi: removed
   9080 	* scripts/dirlist.cgi.in: added
   9081 
   9082 2001-11-21  Fumitoshi UKAI  <ukai@debian.or.jp>
   9083 
   9084 	* add rcsids
   9085 
   9086 2001-11-21  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   9087 
   9088 	* [w3m-dev 02454]
   9089 	* buffer.c (newBuffer): set COLS
   9090 	* display.c (displayBuffer redrawLine redrawLineRegion
   9091 	    cursorRight arrangeCursor cursorXY): 
   9092 	  new showLineNumber implementation
   9093 	* main.c (ctrCsrH shiftvisualpos shiftl shiftr _movL _movR
   9094 	   _followForm follow_map process_mouse):
   9095 	  use buf->COLS, buf->rootX
   9096 	* menu.c (popupMenu mainMn initSelectMenu):
   9097 	  use buf->rootX
   9098 	* etc.c (columnSkip): use buf->COLS
   9099 	* file.c (HTMLlineproc2body loadBuffer saveBufferDelNum getNextPage)
   9100 	  remove old showLineNumber codes
   9101 	* fm.h (Buffer): add rootX, COLS
   9102 
   9103 2001-11-21  Fumitoshi UKAI  <ukai@debian.or.jp>
   9104 
   9105 	* XMakefile (clean): rm tagtable.c
   9106 	* .cvsignore: XXMakefile config.h config.param
   9107 
   9108 2001-11-20  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   9109 
   9110 	* [w3m-dev 02455]
   9111 	* XMakefile.dist deflate.c: removed, not used
   9112 	* tagtable.c: removed, autogenerated files
   9113 	* XMakefile (mktable w3mbookmark w3mhelperpanel): use LIBS2
   9114 	* configure: add $bsdlib
   9115 
   9116 2001-11-20  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   9117 
   9118 	* frame.c (newFrameSet): fix possible buffer overrun
   9119 
   9120 2001-11-20  Fumitoshi UKAI  <ukai@debian.or.jp>
   9121 
   9122 	* XXMakefile config.h: removed from CVS
   9123 	  these are autogenerated files.
   9124 	  config.h is moved to config.h.dist as sample config file.
   9125 
   9126 2001-11-20  Tsutomu Okada <okada@furuno.co.jp>
   9127 
   9128 	* [w3m-dev 02449]
   9129 	* file.c (HTMLtagproc1): reimplement meta refresh with
   9130           setAlarmEvent()
   9131 	* fm.h: put back alarm related variables to main.c
   9132           add alarm related status flags
   9133 	* main.c: put back alarm related variables from fm.h
   9134           alarm_once was renamed alarm_status
   9135           add alarm_buffer and setAlarmEvent()
   9136 	* main.c (MAIN): cancel the alarm event if the buffer was
   9137           changed
   9138 	* main.c (SigAlarm): ditto
   9139 	* main.c (setAlarm): use setAlarmEvent()
   9140 	* proto.h: add setAlarmEvent()
   9141 
   9142 2001-11-20  Fumitoshi UKAI  <ukai@debian.or.jp>
   9143 
   9144 	* w3mhelperpanel.c (extractMailcapEntry): remove unused variables
   9145 	* istream.c (StrISgets): add parentheses around assignment used 
   9146 	  as truth value
   9147 	
   9148 	* XMakefile (clean): remove funcname.c funcname1.h funcname2.h
   9149 	  these are autogenerated files.
   9150 	* funcname.c funcname1.h funcname2.h: removed from CVS
   9151 
   9152 	* main.c (MAIN): add braces to avoid ambiguous `else'
   9153 	* main.c (set_buffer_environ): remove unused variables
   9154 	* linein.c (_rcompl): not EMACS_LIKE_LINEEDIT only
   9155 	* local.c (localcgi_get): remove unused variables
   9156 	* mailcap.c (unquote_mailcap_loop): remove unused variables
   9157 	* url.c (init_PRNG) add parentheses around assignment used as true value
   9158 	* url.c (parseURL): remove unsed label
   9159 	* url.c (parseURL2): remove unused variables
   9160 	* ftp.c (ftp_escape_str ftp_restore_str): remove not used functions
   9161 	* indep.c (getescapechar): remove unused variable
   9162 	
   9163 	* proto.h: add missing prototypes
   9164 
   9165 2001-11-20  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   9166 
   9167 	* [w3m-dev 02447]
   9168 	* terms.c (skip_escseq): is_xterm && ESC [ M <ch> <ch> <ch>
   9169 
   9170 2001-11-20  Fumitoshi UKAI  <ukai@debian.or.jp>
   9171 
   9172 	* [w3m-dev 02448]
   9173 	* terms.c (mouse_init): Gpm_Close() is required.
   9174 	  closes: Debian Bug#120221: w3m-ssl: trashes terminal on exit
   9175 
   9176 2001-11-20  Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
   9177 
   9178 	* [w3m-dev 02444]
   9179 	* XMakefile (funcname1.h funcname2.h): sort as well as funcname.c
   9180 
   9181 2001-11-19  Fumitoshi UKAI  <ukai@debian.or.jp>
   9182 
   9183 	* [w3m-dev 02439]
   9184 	* terms.c (xterm_mouse_term set_tty): add cygwin as xterm-style
   9185 	  mouse terminal
   9186 
   9187 2001-11-19  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
   9188 
   9189 	* [w3m-dev 02436] 
   9190 	* main.c (GetWord): closes: #482763 segmentation fault in main.c
   9191 
   9192 2001-11-19  Fumitoshi UKAI  <ukai@debian.or.jp>
   9193 
   9194 	* gc/.cvsignore:
   9195 	  remove gctest, if_mach, if_not_there, threadlibs
   9196 	  closes: #482765 i386 binaries in gc directory
   9197 
   9198 2001-11-17  Fumitoshi UKAI  <ukai@debian.or.jp>
   9199 
   9200 	* [w3m-dev 02432]
   9201 	* configure: follow autoconf conventions
   9202 	  STRCASECMP -> HAVE_STRCASECMP
   9203 	  STRCHR -> HAVE_STRCHR
   9204 	  STRERROR -> HAVE_STRERROR
   9205 	  SYS_ERRLIST -> HAVE_SYS_ERRLIST
   9206 	  NOBCOPY -> HAVE_BCOPY
   9207 	  GETCWD -> HAVE_GETCWD
   9208 	  GETWD -> HAVE_GETWD
   9209 	  READLINK -> HAVE_READLINK (HAVE_LSTAT?)
   9210 	  TERMIO -> HAVE_TERMIO_H
   9211 	  TERMIOS -> HAVE_TERMIOS_H
   9212 	  SGTTY -> HAVE_SGTTY_H
   9213 	  DIRENT -> HAVE_DIRENT_H
   9214 	  NO_FLOAT_H -> HAVE_FLOAT_H
   9215 	* etc.c fm.h config.h: HAVE_STRCASECMP
   9216 	* etc.c config.h file.c: HAVE_STRCHR
   9217 	    strchr() moved from file.c to etc.c
   9218 	* etc.c config.h: HAVE_STRERROR
   9219 	* etc.c config.h main.c (MAIN): HAVE_SYS_ERRLIST
   9220 	* etc.c fm.h: HAVE_BCOPY
   9221 	* etc.c indep.c (currentdir) config.h: HAVE_GETCWD
   9222 	* indep.c (currentdir) config.h: HAVE_GETWD
   9223 	* form.c (form_write_from_file) local.c (dirBuffer) 
   9224 	  config.h: HAVE_READLINK
   9225 	* config.h terms.c: HAVE_TERMIO_H, HAVE_TERMIOS_H, HAVE_SGTTY_H
   9226 	* config.h local.h: HAVE_DIRENT_H
   9227 	* config.h matric.c: HAVE_FLOAT_H
   9228 
   9229 	* anchor.c cookie.c file.c parsetagx.c regex.c table.c url.c: 
   9230 	  remove include <strings.h> ifdef __EMX__
   9231 	   it will be included in fm.h
   9232 	* frame.c: remove include <strings.h> for bzero() and bcopy()
   9233 	    these are declared in fm.h
   9234 	* indep.c: remove include <strings.h> for bcopy()
   9235 	    this is declared in fm.h
   9236 	* istream.c mailcap.c: remove include <strings.h> for bzero()
   9237 	    this is declared in fm.h
   9238 	* parsetag.c: remove include <strings.h> for bzero()
   9239 	    no bzero() used in this file
   9240 
   9241 	* [w3m-dev 02431]
   9242 	* terms.c (set_tty): "rxvt" is xterm
   9243 	  (getTCstr): tgetstr("Km", &pt) is not xterm, removed
   9244 	  (mouse_init): check Gpm_Open() == -2 to detect xterm when USE_GPM
   9245 
   9246 2001-11-16  Tsutomu Okada <okada@furuno.co.jp>
   9247 
   9248 	* [w3m-dev 02418]
   9249 	* main.c (chkURL): add mailto: like pattern to mark as anchor
   9250 	* search.c (forwardSearch): check whether currentLine is NULL 
   9251 	* search.c (backwardSearch): ditto
   9252 
   9253 2001-11-16  Dai Sato  <satodai@dog.intcul.tohoku.ac.jp>
   9254 
   9255 	* [w3m-dev-en 00641] Re: w3m-0.2.1-inu-1.6
   9256 	* configure: add some dirs for zlib and mime.types
   9257 
   9258 2001-11-16  Fumitoshi UKAI  <ukai@debian.or.jp>
   9259 
   9260 	* [w3m-dev 02417]
   9261 	* terms.c (mouse_init): fix mouse handling on TERM=linux
   9262 	   if Gpm_Open() successed, set is_xterm = 0 so that 
   9263 	   w3m uses gpm functions.
   9264 
   9265 2001-11-16  Tsutomu Okada <okada@furuno.co.jp>
   9266 
   9267 	* [w3m-dev 02408] meta refresh
   9268 	* file.c (HTMLtagproc1): 
   9269 	   use MetaRefresh
   9270 	   add case refresh > 0
   9271 	* fm.h: 
   9272 	   add MetaRefresh
   9273 	   move alarm related definition from main.c
   9274 	* main.c: 
   9275 	   move alarm releated definition to fm.h
   9276 	   (SigAlarm): alarm_once
   9277 	* rc.c: 
   9278 	   add CMT_META_REFRESH
   9279 
   9280 	* [w3m-dev 02415] 
   9281 	* file.c (loadHTMLBuffer): 
   9282 	  pushText() to clean up temporary files
   9283 
   9284 	* [w3m-dev 02414]
   9285 	* file.c (loadHTMLstream): 
   9286 	  SETJMP and signal after buffer is initialized
   9287 
   9288 	* [w3m-dev 02413] 
   9289 	* main.c (reMark): 
   9290 	  don't save invalid regexp to MarkString
   9291 
   9292 2001-11-15  aito@eie.yz.yamagata-u.ac.jp
   9293 
   9294 	* release-0-2-2
   9295 	* Update to w3m-0.2.1-inu-1.6
   9296 	
   9297 2001-11-09  aito@eie.yz.yamagata-u.ac.jp
   9298 
   9299 	* release-0-2-1-inu-1-5
   9300 	* Updates from 0.2.1 into 0.2.1-inu-1.5
   9301 	
   9302 2001-11-08  aito@eie.yz.yamagata-u.ac.jp
   9303 
   9304 	* release-0-2-1
   9305 	* import w3m-0.2.1
   9306 
   9307 $Id$