aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [w3m-dev 03127] X-FaceFumitoshi UKAI2002-03-137-4/+121
| | | | | | | | | | | | * 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>
* [w3m-dev 03126] reshapeBuffer() and -m optionFumitoshi UKAI2002-03-132-2/+12
| | | | | * buffer.c (reshapeBuffer): fix reshapeBuffer() in case of -m option From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03125] w3m -m < imageFumitoshi UKAI2002-03-132-2/+16
| | | | | * file.c (openGeneralPagerBuffer): use internal viewer for -m option From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03116] Re: aligned block in <td align="center">Fumitoshi UKAI2002-03-124-6/+20
| | | | | | | | | * 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>
* release dateFumitoshi UKAI2002-03-111-1/+1
|
* [w3m-dev 03110] Re: gopher brokenFumitoshi UKAI2002-03-112-2/+9
| | | | | * file.c (loadGeneralFile): #ifdef USE_GOPHER From: WATANABE Katsuyuki <katsuyuki_1.watanabe@toppan.co.jp>
* [w3m-dev 03106] Re: displayBufferFumitoshi UKAI2002-03-103-4/+10
| | | | | | * display.c (displayBuffer): revert previous changes * file.c (process_img): remove space in src attribute From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03096] displayBufferFumitoshi UKAI2002-03-092-2/+9
| | | | | | * display.c (displayBuffer): buf->need_reshape = 0 to prevent recursive displayBuffer calls From: Rei FURUKAWA <furukawa@tcp-ip.or.jp>
* [w3m-dev 03095] Re: gopher brokenFumitoshi UKAI2002-03-082-5/+12
| | | | | | (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>
* [w3m-dev 03092] Reload imageFumitoshi UKAI2002-03-082-2/+8
| | | | | * file.c (loadImageBuffer): cache->index = 0 From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03093] Re: gopher brokenFumitoshi UKAI2002-03-083-40/+49
| | | | | | | | (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>
* [w3m-dev 03090] Re: gopher brokenFumitoshi UKAI2002-03-082-52/+68
| | | | | | | (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>
* [w3m-dev 03088] gopher brokenFumitoshi UKAI2002-03-082-3/+11
| | | | | | | (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>
* [w3m-dev 03087] vi +1 emptyfileFumitoshi UKAI2002-03-072-3/+8
| | | | | * etc.c (myEditor): line > 1 From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
* * version.c.in: 0.3+cvsFumitoshi UKAI2002-03-066-12/+22
| | | | From: Fumitoshi UKAI <ukai@debian.or.jp>
* * version.c.in: 0.3+cvsFumitoshi UKAI2002-03-052-3/+7
| | | | From: Fumitoshi UKAI <ukai@debian.or.jp>
* w3m 0.3release-0-3Fumitoshi UKAI2002-03-055-8/+16
| | | | | | | | * version.c.in: update * doc/README: version 0.3, release date * doc-jp/README: ditto * NEWS: update From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03084] A temporary file remains when pipe + 'v'Fumitoshi UKAI2002-03-054-17/+19
| | | | | | | | | * 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>
* doc-jp/MANUAL.html: add note about file:/cgi-binFumitoshi UKAI2002-03-033-3/+17
| | | | | * doc/MANUAL.html: ditto From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03073] frame + imageFumitoshi UKAI2002-02-282-3/+13
| | | | | | * file.c (loadGeneralFile): w3m_dump & ~DUMP_FRAME * file.c (loadImageBuffer): comment out if (frame_source) From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03072] Proxy-Authorization (Re: Re: https through proxy)Fumitoshi UKAI2002-02-286-15/+42
| | | | | | | | | | | | | | * 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 * file.c (loadGeneralFile) comment indent fix * html.c (TagMAP): ditto From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03070] Re: https through proxyFumitoshi UKAI2002-02-272-3/+8
| | | | | * url.c (openURL): pass extra_header (Proxy-Authorization:) From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03067] Re: https through proxyFumitoshi UKAI2002-02-262-3/+8
| | | | | * file.c (loadGeneralFile): comment out ssl_get_certificate here From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev-en 00691] Re: w3m 0.2.5.1 fails to recognize '<dt id="XXX">'Fumitoshi UKAI2002-02-252-6/+11
| | | | | * html.c: ATTR_CORE for dt, dd, blockquote, caption From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03064] Re: SELECTED form valueFumitoshi UKAI2002-02-252-2/+14
| | | | | * form.c (formResetBuffer): set inititial value From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03060] doc-jp/README.migemoFumitoshi UKAI2002-02-222-1/+45
| | | | | * doc-jp/README.migemo: added From: HIDAI Ken-ichi <hidai@nmn.jp>
* [w3m-dev 03059] table + hborder + rowspan + valign=bottomFumitoshi UKAI2002-02-222-2/+8
| | | | | * table.c (renderTable): add case BORDER_NOWIN: From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03057] Re: Bug#134350: w3m: Forgets (http auth) login information ↵Fumitoshi UKAI2002-02-197-27/+77
| | | | | | | | | | | | | | | | | | | | | | | 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>
* [w3m-dev 03058] mailerFumitoshi UKAI2002-02-195-15/+31
| | | | | | | | | | | * 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>
* [w3m-dev 03056] DISPLAY_IMAGE, STOP_IMAGE don't work.Fumitoshi UKAI2002-02-142-11/+17
| | | | | | * main.c (dispI): fix DISPLAY_IMAGE * main.c (stopI): fix STOP_IMAGE From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03055] LIB_DIR -> w3m_lib_dir()Fumitoshi UKAI2002-02-142-5/+12
| | | | | | | * 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>
* [w3m-dev 03048] garbage of images on the right edge of termical.Fumitoshi UKAI2002-02-142-4/+9
| | | | | * display.c (redrawLineImage): fix width calculation From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
* * [w3m-dev 03053] Re: SSL indicatorFumitoshi UKAI2002-02-132-2/+24
| | | | | * main.c (dump_extra): Output SSL certificate. From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
* * [w3m-dev 03038] LDFLAGSFumitoshi UKAI2002-02-123-10/+21
| | | | | | * XMakefile: refer to LDFLAGS when linking * configure: add -ldflags=* From: Katsumi Yamaoka <yamaoka@jpl.org>
* * [w3m-dev 03036]Fumitoshi UKAI2002-02-122-2/+9
| | | | | * display.c (displayBuffer): ifdef USE_SSL From: Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
* [w3m-dev 03034] check bufFumitoshi UKAI2002-02-092-3/+10
| | | | | | * 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>
* fix indentFumitoshi UKAI2002-02-091-3/+3
|
* [w3m-dev 03033] SSL indicatorFumitoshi UKAI2002-02-092-3/+11
| | | | | * display.c (displayBuffer): show SSL indicator From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03025] fix image loading on EWS4800Fumitoshi UKAI2002-02-082-5/+13
| | | | | | * image.c (loadImage): exit if symlink failed exit if fopen failed From: Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
* [w3m-dev 03022] SSL certificates of frame bodyFumitoshi UKAI2002-02-084-4/+24
| | | | | | | * 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>
* [w3m-dev 03021] Bug#132934: w3m should recognize file:/urisFumitoshi UKAI2002-02-082-2/+9
| | | | | | in chkURLBuffer function * main.c (chkURLBuffer): add "file:" From: Fumitoshi UKAI <ukai@debian.or.jp>
* add commentsFumitoshi UKAI2002-02-081-1/+7
|
* [w3m-dev 03017] URI scheme is case insensitiveFumitoshi UKAI2002-02-082-4/+9
| | | | | * url.c (searchURIMethods): s/strcmp/strcasecmp/ From: Yuji Abe <cbo46560@pop12.odn.ne.jp>
* [w3m-dev 03011] segmentation fault on <input> tag without <form>Fumitoshi UKAI2002-02-082-3/+10
| | | | | * file.c (process_input): tmp initialization fix From: Tsutomu Okada <okada@furuno.co.jp>
* [emacs-w3m:02733] for emacs-w3m better rendering with inline imageFumitoshi UKAI2002-02-072-2/+11
| | | | | * main.c (MAIN): activeImage = TRUE when -halfdump & display_image=1 From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03006] fix form order in tableFumitoshi UKAI2002-02-073-16/+44
| | | | | | | | | | | * 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>
* fix indentFumitoshi UKAI2002-02-071-2/+2
|
* [w3m-dev 03005] fix Bad cert identFumitoshi UKAI2002-02-062-16/+41
| | | | | | * 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>
* [w3m-dev 02999] don't ask accept bad cert when background downloadingFumitoshi UKAI2002-02-062-2/+12
| | | | | | * file.c (getAuthCookie): if QuietMessage, return NULL * file.c (inputAnswer): if QuietMessage, input "n" From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 02991] form support in w3m -halfdump foo.html|w3m -halfloadFumitoshi UKAI2002-02-059-65/+291
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>