Commit Graph

  • 4f032440ff [w3m-dev 03190] a tiny patch for configure * configure (ask_choice): reset default value From: Tsutomu OKADA <okada@furuno.co.jp> Fumitoshi UKAI 2002-05-14 15:30:01 +00:00
  • 76f9795f11 [w3m-dev 03185] Re: cmd_mark in main.c, rev 1.60 broke unmark? * main.c (cmd_mark): deleted (_mark): xor PE_MARK (reMark): or PE_MARK From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp> Fumitoshi UKAI 2002-04-26 16:06:34 +00:00
  • d66473fee8 * scripts/.cvsignore: add xface2xpm From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-04-26 16:00:58 +00:00
  • 4a4c918094 [w3m-dev-en 00733] Submission: "English" patch * rc.c: update english From: Tushar Samant <scribble@pobox.com> Fumitoshi UKAI 2002-04-25 16:26:58 +00:00
  • d8b170a074 fix version info Fumitoshi UKAI 2002-04-24 18:46:48 +00:00
  • 4e8c85a7fa [w3m-dev-en 00730] Re: Patch for a more flexible dictionary lookup * NEWS: rc: use_dictcommand, dictcommand * main.c (execdict): use url_quote_conv() instead of cURLcode() * proto.h (cURLcode): deleted * doc-jp/README.dict: updated From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-04-24 18:29:35 +00:00
  • aac1c333cf [w3m-dev 03181] KEYBIND_SRC was not passed to scripts/Makefile * Makefile (all-scripts): pass KEYBIND_SRC From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp> Fumitoshi UKAI 2002-04-20 17:50:20 +00:00
  • 21669558a0 [w3m-dev 03178] Parser of `cols'' and `rows'' * frame.c (parseFrameSetLength): added (newFrameSet): use parseFrameSetLength() From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp> Fumitoshi UKAI 2002-04-17 02:44:22 +00:00
  • 404f518f06 fix indent Fumitoshi UKAI 2002-04-17 02:42:27 +00:00
  • b7f12d8798 [w3m-dev 03177] SIGUSR1 --> W3M_SIGIMG in image.c * image.c (W3M_SIGIMG): added (load_image_handler): s/SIGUSR1/W3M_SIGIMG/ (load_image_next): ditto (loadImage): ditto From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp> Fumitoshi UKAI 2002-04-17 02:36:45 +00:00
  • 576f325c86 [w3m-dev 03176] no Content-Type in http response header * file.c (loadGeneralFile): guess content-type from filename From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp> Fumitoshi UKAI 2002-04-17 02:32:13 +00:00
  • 4745005121 [w3m-dev 03169] Can't calculate table height if number of cells > 20. * table.c (check_table_height): change row, rowspan, indexarray, height from array to pointer From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-04-09 14:53:54 +00:00
  • c2c01b60dd [w3m-dev 03167] xface2xbm -> xface2xpm (current imlib can't handle XBM) * configure: s/XFACE2XBM/XFACE2XPM/ * config.h.dist: ditto * file.c (xface2xpm): renamed from xface2xbm modified for xpm (readHeader): s/xface2xbm/xface2xpm/ * scripts/Makefile (LIB_TARGETS): s/xface2xbm/xface2xpm/ * scripts/xface2xpm.in: added From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-04-09 14:45:58 +00:00
  • c9e86eb96d NEWS: mark_all_pages Fumitoshi UKAI 2002-04-09 04:34:36 +00:00
  • 673b0feb77 [w3m-dev 03162] Re: "ttp:" is marked instead of "http:" by MARL_URL * main.c (chkURLBuffer): "mailto" removed when USE_W3MMAILER in this case, chkExternalURIBuffer() will mark mailto: URL. From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-03-29 16:58:06 +00:00
  • c6b76b9c87 [w3m-dev 03160] Re: "ttp:" is marked instead of "http:" by MARL_URL * NEWS: * anchor.c (reAnchorAny): check MarkAllPages * fm.h (MarkAllPages): added * rc.c (CMT_MARK_ALL_PAGES): added (mark_all_pages): added From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-03-29 16:39:37 +00:00
  • 3f67a7d3d6 [w3m-dev 03159] "ttp:" is marked instead of "http:" by MARL_URL * main.c (chkURLBuffer): check internal URLs first From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-03-29 16:32:00 +00:00
  • d1db6a9ef1 terms.c (set_tty): s/term_info/w3m_term_info/g; struct term_info is defined in FreeBSD's sys/consio.h reported by KOIE Hidetaka <hide@koie.org> From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-03-27 15:41:37 +00:00
  • f63662d330 [w3m-dev 03146] Re: header option * main.c (make_optional_header_string): cleanups From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-03-27 15:35:06 +00:00
  • 067d72b5da [w3m-dev 03145] header option * main.c (MAIN): hide args for security From: Yuuichi Teranishi <teranisi@gohome.org> Fumitoshi UKAI 2002-03-27 15:26:09 +00:00
  • 69649838b1 [w3m-dev 03140] Forward: Bug#139305: w3m: EXTERN_LINK does not work if href ends with ampersand * main.c (invoke_browser): check bg by browser From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp> Fumitoshi UKAI 2002-03-22 15:35:44 +00:00
  • 7d9c4711a4 indent fix Fumitoshi UKAI 2002-03-22 15:05:18 +00:00
  • 8c342edd42 terms.c (term_title): use ttyf instead of stderr From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-03-20 17:53:00 +00:00
  • 1863e1229a configure: -mandir Fumitoshi UKAI 2002-03-19 16:27:55 +00:00
  • 3238893788 [w3m-dev 03137] Re: w3mman.1 * XMakefile (MAN1): added (MAN1_JA): added (install-core): install man (install-scripts): pass MAN_DIR (uninstall): uninstall man, pass MAN_DIR to subdirs * config.h.dist (MAN_DIR): added (MAN1_DIR): added (MAN1_JA_DIR): added * configure: -mandir (config.h): add MAN_DIR, MAN1_DIR, MAN1_JA_DIR * scripts/w3mman/Makefile (MAN1_DIR): added From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-03-19 16:27:20 +00:00
  • 6ff0f20355 func: COMMAND Fumitoshi UKAI 2002-03-19 16:07:51 +00:00
  • f475e89f9f [w3m-dev 03136] Add COMMAND to execute multiple commands * fm.h (CurrentMenuData): deleted (CurrentCmdData): added * func.c (getKey): check next char of ^ (getWord): get word until ';' (getQWord): rewrite using Str * funcname.tab (COMMAND): added * main.c (MAIN): delete CurrentMenuData initialize CurrentCmdData (searchKeyData): use CurrentCmdData (execCmd): added (SigAlarm): delete CurrentMenuData, use CurrentCmdData * menu.c (action_menu): delete CurrentMenuData, use CurrentCmdData * proto.h (execCmd): added * doc/README.func (ALARM): capitalize (COMMAND): added * doc-jp/README.func (COMMAND): added From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-03-19 16:06:52 +00:00
  • 382685bf0a [w3m-dev 03135] commit of [w3m-dev 03006] is incomplete. * file.c (HTMLlineproc2body): check form_int fid attr update forms[] fix buf->formlist From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-03-19 15:54:47 +00:00
  • 0a01b79dcf indent fix Fumitoshi UKAI 2002-03-15 19:02:40 +00:00
  • dbafc61f6d part of [w3m-dev-en 00713] contrib: unofficial "current page info" patch, updated for w3m-0.3 by Moritz Barsnick <barsnick@gmx.net> * map.c (page_info_panel): s/line/lines/ s/byte/bytes/ anchor for URL of current anchor From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-03-15 18:48:55 +00:00
  • d2f5a95a9b -title support modified [w3m-dev-en 00710] contrib: unofficial "xterm title" patch, updated for w3m-0.3 by Moritz Barsnick <barsnick@gmx.net> * NEWS: -title * fm.h (displayTitleTerm): added * proto.h (term_title): added * main.c (fusage): add -title (MAIN): add -title (quitfm): term_title("") * display.c (displayBuffer): term_title() * terms.c (title_str): added (TERM_INFO): added (term_info): modified from mouse_term_info (term_info_list): modified from xterm_mouse_term add "screen" (set_tty): check displayTitleTerm (term_title): added From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-03-15 18:33:31 +00:00
  • 563cc280e4 [w3m-dev 03132] Re: Reload image * file.c (loadGeneralFile): b->type = "text/html" * file.c (loadImageBuffer): comment out getImageSize() image_flag = IMG_FLAG_AUTO * file.c (openGeneralPagerBuffer): buf->type = "text/html" * frame.c (resetFrameElement): if (buf->mailcap_source) ... * frame.c (frame_download_source): if (buf->mailcap_source) ... * main.c (vwSrc): #ifdef USE_IMAGE From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-03-15 16:35:46 +00:00
  • 9c66872220 [w3m-dev 03133] Re: w3mman.1 * scripts/w3mman/Makefile (MAN1_TARGETS): added (MAN_TARGETS): use $(MAN_TARGETS) (INSTALL_MAN): added (install): use $MAN1_TARGETS, $(INSTALL_MAN) * scripts/w3mman/w3mman2html.cgi.in: $PAGER='cat' From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-03-15 16:10:26 +00:00
  • 1f4cbc4f2c * scripts/.cvsignore: add xface2xbm From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-03-14 17:53:29 +00:00
  • 08f0b7b902 [w3m-dev 03130] w3mman.1 * scripts/w3mman/.cvsignore: add w3mman.1 * scripts/w3mman/Makefile (MAN_DIR): added (MAN_TARGETS): added (all): add $(MAN_TARGETS) (.in): replace @LIB_DIR@ (install): install $(MAN_TARGETS) (uninstall): uninstall $(MAN_TARGETS) (clean): clean $(MAN_TARGETS) * scripts/w3mman/w3mman.1.in: added * scripts/w3mman/w3mman2html.cgi.in: undef $PAGER From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-03-14 17:51:41 +00:00
  • 739eb5f7ab [w3m-dev 03129] Re: X-Face * configure (use_xface): ask * fm.h (_Buffer): add header_source * buffer.c (reshapeBuffer): fix reshape when reading stdin with image fix disappearing header when reading stdin * file.c (xface2xbm): check file existence * file.c (readHeader): save to tmp file X-Face when activeImage & displayImage * main.c (dispI): comment out checking content type * main.c (stopI): ditto * scripts/xface2xbm.in: update compface URL read from file $XF write to file $XBM From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-03-14 16:12:02 +00:00
  • b0480be55c * proto.h (readHeader): added From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-03-14 15:41:53 +00:00
  • b118dd18d3 [w3m-dev 03127] X-Face * NEWS: X-Face support * configure (use_xface): added * config.h.dist (USE_XFACE): added (XFACE2XBM): added * file.c (xface2xbm): added (readHeader): X-Face: handling * scripts/Makefile (LIB_TARGETS): add xface2xbm * scripts/xface2xbm.in: added From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-03-13 17:04:56 +00:00
  • 2033fa16bc [w3m-dev 03126] reshapeBuffer() and -m option * buffer.c (reshapeBuffer): fix reshapeBuffer() in case of -m option From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-03-13 15:51:36 +00:00
  • db2d61187d [w3m-dev 03125] w3m -m < image * file.c (openGeneralPagerBuffer): use internal viewer for -m option From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-03-13 15:48:20 +00:00
  • f0778b573d [w3m-dev 03116] Re: aligned block in <td align="center"> * file.c (flushline): align if align="align" * fm.h (RB_LEFT): change value (RB_ALIGN): include RB_LEFT (RB_INTABLE): added * table.c (do_refill): obuf.flag |= RB_INTABLE From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-03-12 16:59:50 +00:00
  • a768ef4deb release date Fumitoshi UKAI 2002-03-11 16:06:12 +00:00
  • 362498f587 [w3m-dev 03110] Re: gopher broken * file.c (loadGeneralFile): #ifdef USE_GOPHER From: WATANABE Katsuyuki <katsuyuki_1.watanabe@toppan.co.jp> Fumitoshi UKAI 2002-03-11 16:02:41 +00:00
  • ba2011ee1d [w3m-dev 03106] Re: displayBuffer * display.c (displayBuffer): revert previous changes * file.c (process_img): remove space in src attribute From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-03-10 15:55:15 +00:00
  • a69dc6a17e [w3m-dev 03096] displayBuffer * display.c (displayBuffer): buf->need_reshape = 0 to prevent recursive displayBuffer calls From: Rei FURUKAWA <furukawa@tcp-ip.or.jp> Fumitoshi UKAI 2002-03-09 18:07:31 +00:00
  • c7c702fa47 [w3m-dev 03095] Re: gopher broken (Re: Bug#137287: w3m: segfault on gopher://xxxx.xxx URI) * file.c (loadGopherDir): html_quote(url_quote_conv()) From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-03-08 16:58:12 +00:00
  • c65469f28b [w3m-dev 03092] Reload image * file.c (loadImageBuffer): cache->index = 0 From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-03-08 16:02:51 +00:00
  • 804cd482d6 [w3m-dev 03093] Re: gopher broken (Re: Bug#137287: w3m: segfault on gopher://xxxx.xxx URI) * file.c (loadGopherDir): fix ->ptr q should be url_quote() * url.c (openURL): url_unquote() for gopher selector From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-03-08 15:59:25 +00:00
  • 6a26743be5 [w3m-dev 03090] Re: gopher broken (Re: Bug#137287: w3m: segfault on gopher://xxxx.xxx URI) * file.c (loadGeneralFile): if loadGopherDir, type is real_type * file.c (loadGopherDir): rewrite to use loadHTMLstream() From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-03-08 15:16:02 +00:00
  • 9ab701643a [w3m-dev 03088] gopher broken (Re: Bug#137287: w3m: segfault on gopher://xxxx.xxx URI) * file.c (form_max): initial value should be -1 * file.c (loadGopherDir): </A> From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-03-08 03:28:38 +00:00
  • 52d8b35649 [w3m-dev 03087] vi +1 emptyfile * etc.c (myEditor): line > 1 From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp> Fumitoshi UKAI 2002-03-07 16:10:22 +00:00
  • ae731e7079 * version.c.in: 0.3+cvs From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-03-06 03:32:10 +00:00
  • 3d13f591f2 * version.c.in: 0.3+cvs From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-03-05 18:10:49 +00:00
  • db7af95ba5 w3m 0.3 * version.c.in: update * doc/README: version 0.3, release date * doc-jp/README: ditto * NEWS: update From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-03-05 17:17:43 +00:00
  • 666431c560 [w3m-dev 03084] A temporary file remains when pipe + 'v' * proto.h (saveBufferDelNum): deleted * file.c (saveBufferDelNum): deleted * file.c (saveBuffer): saveBufferDelNum() renamed * main.c (vwSrc): tmpfname() recorded as fileToDelete use saveBuffer() instead of saveBufferDelNum() From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-03-05 16:58:09 +00:00
  • e86e075e0a doc-jp/MANUAL.html: add note about file:/cgi-bin * doc/MANUAL.html: ditto From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-03-03 19:07:37 +00:00
  • 98f9b038f0 [w3m-dev 03073] frame + image * file.c (loadGeneralFile): w3m_dump & ~DUMP_FRAME * file.c (loadImageBuffer): comment out if (frame_source) From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-02-28 16:21:54 +00:00
  • 84854e6db6 [w3m-dev 03072] Proxy-Authorization (Re: Re: https through proxy) * file.c (loadGeneralFile) delete Proxy-Authorization set here * fm.h (HR_FLAG_PROXY): added * main.c (MAIN): need "Basic " for proxy_auth_cookie * url.c (HTTPrequest): add seen_proxy_auth if proxy and no Proxy-Authorization: header seen and has proxy_auth_cookie, use it * url.c (openURL): hr->flag |= HR_FLAG_PROXY Fumitoshi UKAI 2002-02-28 16:15:41 +00:00
  • b6e7d6aa35 [w3m-dev 03070] Re: https through proxy * url.c (openURL): pass extra_header (Proxy-Authorization:) From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-02-27 16:53:27 +00:00
  • a596d1ee44 [w3m-dev 03067] Re: https through proxy * file.c (loadGeneralFile): comment out ssl_get_certificate here From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-02-26 04:08:48 +00:00
  • f9bcdabcb1 [w3m-dev-en 00691] Re: w3m 0.2.5.1 fails to recognize '<dt id="XXX">' * html.c: ATTR_CORE for dt, dd, blockquote, caption From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-02-25 15:55:39 +00:00
  • c7954b8ecd [w3m-dev 03064] Re: SELECTED form value * form.c (formResetBuffer): set inititial value From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-02-25 15:40:03 +00:00
  • 09071ac55d [w3m-dev 03060] doc-jp/README.migemo * doc-jp/README.migemo: added From: HIDAI Ken-ichi <hidai@nmn.jp> Fumitoshi UKAI 2002-02-22 17:59:51 +00:00
  • 7a5bfd34f9 [w3m-dev 03059] table + hborder + rowspan + valign=bottom * table.c (renderTable): add case BORDER_NOWIN: From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-02-22 17:55:17 +00:00
  • afbe346d3c [w3m-dev 03057] Re: Bug#134350: w3m: Forgets (http auth) login information upon reload (or almost anything else) * etc.c (find_auth): add file' check file as well * etc.c (find_auth_cookie): add file' * etc.c (add_auth_cookie): add file' * file.c (AuthBasicCred): add "Basic " * file.c (AuthDigestCred): add "Digest " * file.c (getAuthCookie): if h_auth == NULL, get recorded cookie * file.c (get_auth_cookie): get recorded cookie * file.c (loadGeneralFile): don't clear add_auth_cookie_flag by redirection add_auth_cookie if authorization is required and passed * fm.h (auth_cookie): add file * ftp.c (openFTP): follow change auth_cookie * proto.h (get_auth_cookie): added * proto.h (find_auth_cookie): add file' * proto.h (add_auth_cookie): add `file' * url.c (openURL): get_auth_cookie From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-02-19 15:50:17 +00:00
  • 8ebc9bc1fb [w3m-dev 03058] mailer * NEWS: rc: mailer * fm.h (Mailer): change default * main.c (MAIN): $MAILER will be used as "mailer" * main.c (followA): if "mailer" defined & simple mailto: URL, use mailer instead of w3mmail.cgi * main.c (cmd_loadURL): ditto * rc.c (params6): remove ifndef USE_W3MMAILER From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-02-19 15:25:19 +00:00
  • 838e657a01 [w3m-dev 03056] DISPLAY_IMAGE, STOP_IMAGE don't work. * main.c (dispI): fix DISPLAY_IMAGE * main.c (stopI): fix STOP_IMAGE From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-02-14 15:10:29 +00:00
  • 7c9198f5a1 [w3m-dev 03055] LIB_DIR -> w3m_lib_dir() * image.c (getCharSize): s/LIB_DIR/w3m_lib_dir()/ * image.c (openImgdisplay): ditto * image.c (getImageSize): ditto From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-02-14 03:50:03 +00:00
  • 9e8ad273fc [w3m-dev 03048] garbage of images on the right edge of termical. * display.c (redrawLineImage): fix width calculation From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-02-14 03:47:48 +00:00
  • b907828f09 * [w3m-dev 03053] Re: SSL indicator * main.c (dump_extra): Output SSL certificate. From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-02-13 17:24:24 +00:00
  • 63edcab415 * [w3m-dev 03038] LDFLAGS * XMakefile: refer to LDFLAGS when linking * configure: add -ldflags=* From: Katsumi Yamaoka <yamaoka@jpl.org> Fumitoshi UKAI 2002-02-12 08:52:57 +00:00
  • 06c76fad55 * [w3m-dev 03036] * display.c (displayBuffer): ifdef USE_SSL From: Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp> Fumitoshi UKAI 2002-02-12 08:43:45 +00:00
  • 669df39333 [w3m-dev 03034] check buf * frame.c (frame_download_source): buf->ssl_certificate can be used only if buf != NULL && buf != NO_BUFFER From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-02-09 15:27:14 +00:00
  • 5d552dad99 fix indent Fumitoshi UKAI 2002-02-09 15:24:58 +00:00
  • 066998e428 [w3m-dev 03033] SSL indicator * display.c (displayBuffer): show SSL indicator From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-02-09 15:12:34 +00:00
  • 012d99b0bf [w3m-dev 03025] fix image loading on EWS4800 * image.c (loadImage): exit if symlink failed exit if fopen failed From: Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp> Fumitoshi UKAI 2002-02-08 14:29:52 +00:00
  • 5c83eb8404 [w3m-dev 03022] SSL certificates of frame body * frame.h (frame_body): add ssl_certificate * frame.c (frame_download_source): save ssl_certificate * map.c (append_frame_info): display ssl_certificate of frame_body From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-02-08 11:45:07 +00:00
  • 589c1c0211 [w3m-dev 03021] Bug#132934: w3m should recognize file:/uris in chkURLBuffer function * main.c (chkURLBuffer): add "file:" From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-02-08 11:37:09 +00:00
  • 6e8be2a897 add comments Fumitoshi UKAI 2002-02-08 11:25:24 +00:00
  • 732bd9f443 [w3m-dev 03017] URI scheme is case insensitive * url.c (searchURIMethods): s/strcmp/strcasecmp/ From: Yuji Abe <cbo46560@pop12.odn.ne.jp> Fumitoshi UKAI 2002-02-08 11:20:14 +00:00
  • b974490602 [w3m-dev 03011] segmentation fault on <input> tag without <form> * file.c (process_input): tmp initialization fix From: Tsutomu Okada <okada@furuno.co.jp> Fumitoshi UKAI 2002-02-08 11:18:10 +00:00
  • 942c161248 [emacs-w3m:02733] for emacs-w3m better rendering with inline image * main.c (MAIN): activeImage = TRUE when -halfdump & display_image=1 From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-02-07 14:44:47 +00:00
  • 9ec82130b1 [w3m-dev 03006] fix form order in table * file.c (process_form): static fix form index order method should be quoted * file.c (process_form): added * file.c (HTMLlineproc2body): add form_id * html.c (ALST_FORM_INT): added * html.c (form_int): update From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-02-07 14:15:59 +00:00
  • c0d15a79a9 fix indent Fumitoshi UKAI 2002-02-07 14:02:12 +00:00
  • c4dbac6c2c [w3m-dev 03005] fix Bad cert ident * istream.c (ssl_match_cert_ident): added * istream.c (ssl_check_cert_ident): use ssl_match_cert_ident() From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-02-06 17:24:14 +00:00
  • 6352ed6986 [w3m-dev 02999] don't ask accept bad cert when background downloading * file.c (getAuthCookie): if QuietMessage, return NULL * file.c (inputAnswer): if QuietMessage, input "n" From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-02-06 16:20:25 +00:00
  • 735d0c1d57 [w3m-dev 02991] form support in w3m -halfdump foo.html|w3m -halfload * fm.h (DUMP_HALFEXTRA): deleted * proto.h (process_select): return Str * file.c (process_img): process_form() fix * file.c (process_input): process_form() fix * file.c (process_select): return Str process_form() fix * file.c (process_textarea): process_form() fix * file.c (process_form): support -halfdump * file.c (HTMLtagproc1): delete case HTML_FORM_INT, HTML_N_FORM_INT process_{form,select,textarea}() fix * file.c (HTMLlineproc2body): support -halfload HTML_INTERNAL, HTML_N_INTERNAL, HTML_FORM_INT, HTML_FORM_INT, HTML_TEXTAREA_INT, HTML_N_TEXTAREA_INT, HTML_SELECT_INT, HTML_N_SELECT_INT, HTML_OPTION_INT, HTML_TITLE_ALT * file.c (print_internal_information): fix -halfdump * file.c (loadHTMLstream): no DUMP_HALFEXTRA * html.h: add HTML_INTERNAL, HTML_N_INTERNAL, HTML_SELECT_INT, HTML_N_SELECT_INT, HTML_OPTION_INT, HTML_TEXTAREA_INT, HTML_N_TEXTAREA_INT * html.c (ALST_TEXTAREA_INT): added * html.c (ALST_SELECT_INT): added * html.c: add <internal>, </internal>, <select_int>, </select_int> <option_int>, <textarea_int>, </textarea_int> * main.c (MAIN): delete -halfdump_extra dont output <pre> by -halfdump * table.c (feed_table_tag): process_{form,select}() fix add case HTML_INTERNAL, HTML_N_INTERNAL, HTML_SELECT_INT, HTML_N_SELECT_INT, HTML_OPTION_INT, HTML_TEXTAREA_INT, HTML_N_TEXTAREA_INT, * tagtable.tab: add internal, /internal, select_int, /select_int option_int, textarea_int, /textarea_int From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-02-05 12:31:27 +00:00
  • 32087595f7 [w3m-dev 02990] * file.c (doFileCopy): use Strfgets() instead of fgets() * file.c (doFileSave): ditto From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-02-05 11:58:03 +00:00
  • 18f99feec2 [w3m-dev 02989] * file.c (inputAnswer): use Strfgets() instead of fgets() From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-02-05 03:45:33 +00:00
  • 3b67857297 w3m 0.2.5.1 - 2002-02-05 Fumitoshi UKAI 2002-02-05 01:15:06 +00:00
  • 97b9fb465a w3m 0.2.5.1 - 2002-02-05 Fumitoshi UKAI 2002-02-05 01:14:13 +00:00
  • 20c1fd1b01 [w3m-dev 02984] inline image improvements and cleanups * config.h.dist (HAVE_SYMLINK) added * config.h.dist (HAVE_LSTAT): added * configure: symlink() check * configure: lstat() check * fm.h (maxLoadImage): added * form.c (form_write_from_file): s/HAVE_READLINK/HAVE_LSTAT/ * image.c: include <sys/stat.h> * image.c (MAX_LOAD_IMAGE): default 8 * image.c (max_load_image): deleted * image.c (n_load_image): added * image.c (showImageProgress): added * image.c (loadImage): check load image count s/HAVE_READLINK/HAVE_LSTAT/ (HAVE_SYMLINK) showImageProgress * local.c: include <sys/stat.h> s/HAVE_READLINK/HAVE_LSTAT/ * rc.c (CMT_MAX_LOAD_IMAGE): added * rc.c (max_load_image): added * doc/README.img: update [w3m-dev 02986] * file.c (print_internal_information): Don't print boundaries. Use henv->f instead of stdout. From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp> Fumitoshi UKAI 2002-02-04 15:26:44 +00:00
  • 137838a85b update NEWS Fumitoshi UKAI 2002-02-04 15:20:38 +00:00
  • a8831d96bd [w3m-dev 02984] inline image improvements and cleanups * config.h.dist (HAVE_SYMLINK) added * config.h.dist (HAVE_LSTAT): added * configure: symlink() check * configure: lstat() check * fm.h (maxLoadImage): added * form.c (form_write_from_file): s/HAVE_READLINK/HAVE_LSTAT/ * image.c: include <sys/stat.h> * image.c (MAX_LOAD_IMAGE): default 8 * image.c (max_load_image): deleted * image.c (n_load_image): added * image.c (showImageProgress): added * image.c (loadImage): check load image count s/HAVE_READLINK/HAVE_LSTAT/ (HAVE_SYMLINK) showImageProgress * local.c: include <sys/stat.h> s/HAVE_READLINK/HAVE_LSTAT/ * rc.c (CMT_MAX_LOAD_IMAGE): added * rc.c (max_load_image): added * doc/README.img: update * doc-jp/README.img: update Fumitoshi UKAI 2002-02-04 15:18:41 +00:00
  • 53b9c12956 indent breaks config.h Makefile parts Fumitoshi UKAI 2002-02-04 15:07:20 +00:00
  • f767a82fd3 [w3m-dev 02985] inputAnswer() and no "ssl_forbid_method" * file.c (inputAnswer): buf size is 80 * url.c (openSSLHandle): if old_ssl_forbid_method == ssl_forbid_method ssl path is not modified From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-02-04 14:49:21 +00:00
  • 0542d65d53 [w3m-dev 02980] Re: code_to_str not found ifndef JP_CHARSET * backend.c (get_mime_charset_name): used only ifdef JP_CHARSET From: Fumitoshi UKAI <ukai@debian.or.jp> Fumitoshi UKAI 2002-02-03 15:25:45 +00:00
  • b649a8880a [w3m-dev 02979] code_to_str not found ifndef JP_CHARSET * file.c (print_internal_information): ifdef JP_CHARSET From: Kazuhiko <kazuhiko@archi.kyoto-u.ac.jp> Fumitoshi UKAI 2002-02-03 15:22:24 +00:00
  • 2649df63c9 [w3m-dev 02967] parallel image downloading * fm.h (ImageCache): add touch, pid * image.c (getCharSize): retry fscanf * image.c (drawImage): retry fflush * image.c (MAX_LOAD_IMAGE): added, default 4 * image.c (image_cache): change to ImageCache** * image.c (image_lock): added * image.c (load_image_handler): signal SIGUSR1 * image.c (load_image_next): signal SIGUSR1 * image.c (loadImage): parallel image downloading * image.c (getImage): initialize touch, pid * image.c (getImageSize): return value is TRUE or FALSE retry fscanf From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-02-03 06:38:49 +00:00
  • 00c93900ff [w3m-dev 02970] multiple -lnsl -lsocket * configure: merge bsdlib and extlib detection, use extlib only add ldflags to extlib (SYS_LIBRARIES): remove extlib (LOCAL_LIBRARIES): exlib only From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> Fumitoshi UKAI 2002-02-03 06:23:37 +00:00