aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [w3m-dev-en 00783] hsaka@mth.biglobe.ne.jp (Hironori SAKAMOTO)Fumitoshi UKAI2002-10-261-1/+11
| | | | | | | | | | add display_lineinfo option * display.c (displayBuffer): check displayLineInfo * fm.h (displayLineInfo): added * rc.c (CMT_DISPLINEINFO): added (display_lineinfo): added * NEWS (rc: display_lineinfo): add From: Fumitoshi UKAI <ukai@debian.or.jp>
* * [w3m-dev-en 00781] "Clemens Fischer" <ino-waiting@gmx.net>Fumitoshi UKAI2002-10-251-1/+7
| | | | | | zope doesn't recognize implied *LWS in accept-language * rc.c (sync_with_option): remove optional LWS From: Fumitoshi UKAI <ukai@debian.or.jp>
* * [w3m-dev-en 00780] "Carlo E. Prelz" <fluido@fluido.as>Fumitoshi UKAI2002-10-251-1/+7
| | | | | | always print on screen the relative position * display.c (displayBuffer): relative position From: Fumitoshi UKAI <ukai@debian.or.jp>
* * 0.3.2 release candidate 1release-0-3-2-rc1Fumitoshi UKAI2002-10-251-2/+7
| | | | | * version.c.in: update From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev-en 00777] patch to fix w3m-0.3.1 word break problemFumitoshi UKAI2002-10-251-1/+12
| | | | | | | | | | | * file.c (is_period_char): 0x203A - SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (is_beginning_char): 0x2018 - LEFT SINGLE QUOTATION MARK 0x2039 - SINGLE LEFT-POINTING ANGLE QUOTATION MARK (is_word_char): add several chars ifndef JP_CHARSET add ':' and '*' From: Gary Johnson <garyjohn@spk.agilent.com>
* [w3m-dev 03342]Fumitoshi UKAI2002-10-161-1/+7
| | | | | | * doc/README.img: updated * doc-jp/README.img: updated From: Hiroyuki Ito <hito@crl.go.jp>
* [w3m-dev 03341] white space is needed to close an empty-element tagFumitoshi UKAI2002-10-161-1/+6
| | | | | * parsetagx.c (parse_tag): extract tagname until '/' From: Daiki Ueno <ueno@unixuser.org>
* [w3m-dev 03339] Re: Debian Bug#164098 w3m: <sup> is not properly supportedFumitoshi UKAI2002-10-101-1/+16
| | | | | | | | | | | | | | | * file.c (HTMLtagproc1): HTML_SUP, HTML_N_SUP, HTML_SUB, HTML_N_SUB * html.c (TagMAP): sup, /sup, sub, /sub * html.c (HTML_SUP): added (HTML_N_SUP): added (HTML_SUB): added (HTML_N_SUB): added * table.c (feed_table_tag): HTML_SUP, HTML_N_SUP, HTML_SUB, HTML_N_SUB * tagtable.tab (sup): added (/sup): added (sub): added (/sub): added From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03337] delete unused functions in fb.c etc. (Re: canna patch)Fumitoshi UKAI2002-10-101-1/+3
| | | | * w3mimg/fb/license.txt: removed, follow w3m license
* * [w3m-dev 03337] delete unused functions in fb.c etc. (Re: canna patch)Fumitoshi UKAI2002-10-101-1/+23
| | | | | | | | | | | | | | | | | | | | | | * w3mimg/fb/fb.c (fb_image_rotate): delete (fb_frame_rotate): delete (fb_pset): delete (fb_get_color): delete (fb_clear): delete (fb_cmap_disp): delete (fb_fscrn_disp): delete (fb_vscrn_disp): delete * w3mimg/fb/fb.h (fb_image_rotate): delete (fb_frame_rotate): delete (fb_pset): delete (fb_get_color): delete (fb_clear): delete (fb_cmap_disp): delete (fb_fscrn_disp): delete (fb_vscrn_disp): delete * w3mimg/fb/fb_img.c (fb_image_draw_simple): delete * w3mimg/fb/fb_img.h (fb_image_draw_simple): delete From: Hiroyuki Ito <hito@crl.go.jp>
* [w3m-dev 03336] proxy check for https authorization:Fumitoshi UKAI2002-10-081-1/+6
| | | | | * url.c (HTTPrequest): check CONNECT request for ssl From: AIDA Shinra <aida-s@jcom.home.ne.jp>
* * [w3m-dev 03333] x11 image animationFumitoshi UKAI2002-10-051-1/+11
| | | | | | | | | | * w3mimg/x11/x11_w3mimg.c (struct x11_image): added (x11_img_new): added (resize_image): added (x11_load_image): rewrite GdkPixbuf (x11_show_image): rewrite GdkPixbuf (x11_free_image): rewrite GdkPixbuf From: Hiroyuki Ito <hito@crl.go.jp>
* [w3m-dev 03332] Re: hang up when seeing web page that contains xbm fileFumitoshi UKAI2002-10-011-1/+6
| | | | | * w3mimg/x11/x11_w3mimg.c (x11_load_image): transparent support From: Yuji Abe <cbo46560@pop12.odn.ne.jp>
* [w3m-dev 03331] Re: hang up when seeing web page that contains xbm fileFumitoshi UKAI2002-10-011-1/+6
| | | | | * configure: check gdk-pixbuf-config existence From: Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
* [w3m-dev 03330] Re: hang up when seeing web page that contains xbm fileFumitoshi UKAI2002-09-301-1/+6
| | | | | * w3mimg/x11/x11_w3mimg.c (x11_load_image): scaling From: Yuji Abe <cbo46560@pop12.odn.ne.jp>
* [w3m-dev 03327] gdk-pixbuf support for w3m-img/x11Fumitoshi UKAI2002-09-291-1/+11
| | | | | | | | | | * configure (use_w3mimg_x11) Imlib1 or GdkPixbuf check gdkpixbuf * w3mimg/x11/x11_w3mimg.c (USE_GDKPIXBUF): added (x11_init): USE_GDKPIXBUF (x11_load_image): USE_GDKPIXBUF (x11_get_image_size): USE_GDKPIXBUF From: Yuji Abe <cbo46560@pop12.odn.ne.jp>
* [w3m-dev 03325] Re: hang up when seeing web page that contains xbm fileFumitoshi UKAI2002-09-291-1/+7
| | | | | | * w3mimgdisplay.c (main): alreays return response even if size is unknown From: qhwt@myrealbox.com
* [w3m-dev 03323] EDITORFumitoshi UKAI2002-09-281-1/+6
| | | | | * main.c (MAIN): use not_null() From: Hiroaki Shimotsu <shim@d5.bs1.fc.nec.co.jp>
* Re: [w3m-dev 03320] Re: PasswordsFumitoshi UKAI2002-09-281-1/+14
| | | | | | | | | | | | | * etc.c (dir_under): same path is ok * file.c (loadGeneralFile): if missing, return NULL ssl cert already checked * html.h (URLFILE): add ssl_certificate * istream.c (ssl_get_certificate): change args * istream.h (ssl_get_certificate): ditto * url.c (openSSLHandle): add p_cert ssl certificate check here (HTTPrequest): auth_cookie fix From: AIDA Shinra <aida-s@jcom.home.ne.jp>
* [w3m-dev 03321] Bug#162104: file descriptors 1 and 2 are closed rather than ↵Fumitoshi UKAI2002-09-241-1/+6
| | | | | | | reopened to /dev/null * etc.c (mySystem): fd 0,1,2 redirect /dev/null, close all other fds From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03319] mailtoFumitoshi UKAI2002-09-241-1/+8
| | | | | | | * main.c (followA): mailto * main.c (cmd_loadURL): mailto * url.c (_parsedURL2Str): mailto: query From: AIDA Shinra <aida-s@jcom.home.ne.jp>
* [w3m-dev 03318] Re: PasswordsFumitoshi UKAI2002-09-241-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * etc.c (struct auth_path): added (passwords): added (dir_under): added (add_auth_pass_entry): added (find_auth_pass_entry): added (find_auth_user_passwd): added (loadPasswd): added (find_auth): dir_under() (add_auth_cookie): check file * file.c (find_auth_user_passwd): removed (getAuthCookie): use delText() check proxy (get_auth_cookie): removed (loadGeneralFile): auth_pu * proto.h (schemeToProxy): added (get_auth_cookie): removed (loadPasswd): added (find_auth_user_passwd): added * rc.c (sync_with_option): loadPasswd() * textlist.c (delValue): added * textlist.h (delValue): added (delText): added * url.c (HTTPrequest): seen_www_auth (schemeToProxy): added From: AIDA Shinra <aida-s@jcom.home.ne.jp>
* [w3m-dev 03311] Re: PasswordsFumitoshi UKAI2002-09-111-1/+7
| | | | | | * configure (config.h): default PASSWD_FILE * fm.h (passwd_file): default PASSWD_FILE From: Yuuichi Teranishi <teranisi@gohome.org>
* [w3m-dev 03311] Re: PasswordsFumitoshi UKAI2002-09-111-1/+7
| | | | | | * configure (config.h): default PASSWD_FILE * fm.h (passwd_file): default PASSWD_FILE From: Yuuichi Teranishi <teranisi@gohome.org>
* [w3m-dev 03307] add password_file supportFumitoshi UKAI2002-09-101-1/+9
| | | | | | | | * file.c (find_auth_user_passwd): added * fm.h (passwd_file): added * rc.c (CMT_PASSWDFILE): added (passwdfile): added From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03300] framebuffer: 8bit color supportFumitoshi UKAI2002-09-091-1/+6
| | | | | * w3mimg/fb/fb.c: support FB_VISUAL_PSEUDOCOLOR 256 colors From: Hiroyuki Ito <hito@crl.go.jp>
* [w3m-dev 03299] remove file before copying (install-sh)Fumitoshi UKAI2002-09-091-1/+6
| | | | | * install-sh: remove file before copying From: Hironori SAKAMOTO <h-saka@lsi.nec.co.jp>
* [w3m-dev 03298] [ -f instead of [ -e (configure)Fumitoshi UKAI2002-09-091-1/+6
| | | | | * configure: use test -f instead of test -e From: Hironori SAKAMOTO <h-saka@lsi.nec.co.jp>
* [w3m-dev 03297] TERM=mltermFumitoshi UKAI2002-09-091-1/+6
| | | | | * terms.c (w3m_term_info_list): add mlterm From: Hironori SAKAMOTO <h-saka@lsi.nec.co.jp>
* [w3m-dev 03296] fix configure (strtoq)Fumitoshi UKAI2002-09-091-1/+6
| | | | | * configure (strtoq): fix missing semicolon From: Hironori SAKAMOTO <h-saka@lsi.nec.co.jp>
* [w3m-dev 03292] Re: load file at cursorFumitoshi UKAI2002-09-051-1/+22
| | | | | | | | | | | | | | | | | | | | | * anchor.c (reAnchorPos): added (reAnchorWord): added (reAnchorAny): rewrite to use reAnchorPos() * funcname.tab (MARK_WORD): added * keybind.c (;) MARK_WORD * main.c (getCurWord): added (chkWORD): added (is_wordchar): added (getCurWord): added (GetWord): rewrite to use getCurWord() * proto.h (chkWORD): added (reAnchorWord): added * doc/README.func: add MARK_WORD * doc/keymap.default: add MARK_WORD * doc-jp/README.func: add MARK_WORD * doc-jp/keymap.default: add MARK_WORD * NEWS: add MARK_WORD From: Fumitoshi UKAI <ukai@debian.or.jp>
* * [w3m-dev 03291] parsetagx.c:toNumber()Fumitoshi UKAI2002-08-271-1/+7
| | | | | | * parsetagx.c (toNumber): don't parse non-number value as 0, just ignore From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
* [w3m-dev 03290] Re: Forward: Bug#157098: wrong file presentation on large filesFumitoshi UKAI2002-08-271-1/+6
| | | | | * indep.c (strtoclen): need defined() From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
* Debian Bug#157098: wrong file presentation on large filesFumitoshi UKAI2002-08-201-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | from "Eduard Bloch" <blade@debian.org> * configure (clen_t): added (HAVE_STRTOLL): added (HAVE_STRTOQ): added (HAVE_ATOLL): added (HAVE_ATOQ): added * config.h.dist: ditto * file.c (current_content_length): s/int/clen_t/ (loadGeneralFile): s/atoi/strtoclen/ (convert_size): s/int/clen_t/ (convert_size2): s/int/clen_t/ (showProgress): s/int/clen_t/ (loadHTMLstream): s/int/clen_t/ linelen, trbyte (loadBuffer): ditto (getNextPage): s/int/clen_t/ linelen (save2tmp): s/int/clen_t/ linelen, trbye (_MoveFile): s/int/clen_t/ linelen, trbye * fm.h (_Buffer): s/int/clen_t/ linelen, trbye * ftp.c (size_int2str): s/long/clen_t/ (ex_ftpdir_name_size_date): s/long/clen_t/ * indep.c (strtoclen): added * indep.h (strtoclen): added * proto.h (showProgress): s/int/clen_t/ From: Fumitoshi UKAI <ukai@debian.or.jp>
* Debian Bug#154766: w3m-img: support DirectColor framebuffer visuals?Fumitoshi UKAI2002-07-301-1/+7
| | | | | | from Colin Watson <cjwatson@debian.org> * w3mimg/fb/fb.c (fb_open): accept FB_VISUAL_DIRECTCOLOR From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03282] Re: w3m-img for framebuffer updateFumitoshi UKAI2002-07-291-1/+24
| | | | | | | | | | | | | | | | | | | | | | | * w3mimg/fb/fb.c (fb_image_new): ignore no image calloc multiple images (fb_image_fill): added (fb_image_draw): width, height fix (fb_image_rotate): fix typo (fb_image_copy): added (fb_frame_new): added (fb_freme_free): added (fb_frame_rotate): added * w3mimg/fb/fb.h (FB_IMAGE): add num, id, delay (fb_frame_new): added (fb_frame_free): added (fb_frame_rotate): added * w3mimg/fb/fb_gdkpixbuf.c (get_image_size): animation support (fb_image_load): animation support (draw): add bg, x, y, w, h args * w3mimg/fb/fb_img.h (fb_image_load): return FB_IMAGE** * w3mimg/fb/fb_imlib2.c (fb_image_load): return FB_IMAGE** * w3mimg/fb/fb_w3mimg.c (w3mfb_show_image): animation support From: Hiroyuki Ito <hito@crl.go.jp>
* [w3m-dev 03280] w3m-img without w3mimgsizeFumitoshi UKAI2002-07-221-1/+9
| | | | | | | | * fm.h (Imagesize): deleted * image.c (getImageSize): rewrite to use w3mimgdisplay instead of w3mimgsize * rc.c (params1): remove imgsize, merged to imgdisplay From: Hiroyuki Ito <hito@crl.go.jp>
* [w3m-dev 03279] w3m-img for framebuffer updateFumitoshi UKAI2002-07-221-1/+20
| | | | | | | | | | | | | | | | | | | http://homepage3.nifty.com/slokar/fb/w3mfb.patch.gz * w3mimg/fb/readme.txt: update * w3mimg/fb/fb.c: update * w3mimg/fb/fb.h: update * w3mimg/fb/fb_gdkpixbuf.c: update * w3mimg/fb/fb_img.c: update * w3mimg/fb/fb_img.h: update * w3mimg/fb/fb_imlib2.c: update * w3mimg/fb/fb_w3mimg.c: update * w3mimg/fb/fb_gdkpixbuf.h: deleted * w3mimg/fb/fb_imlib2.h: deleted * w3mimg/w3mimg.h (w3mimg_op): add get_image_size() * w3mimg/x11/x11_w3mimg.c: update * w3mimgdisplay.c (main): use get_image_size() * w3mimgsize.c (main): use get_image_size() From: Hiroyuki Ito <hito@crl.go.jp>
* [w3m-dev 03277] compile error on Solaris7Fumitoshi UKAI2002-07-191-1/+6
| | | | | * w3mimg/w3mimg.c: include <stdio.h> for NULL From: Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* [w3m-dev 03276] compile error on EWS4800Fumitoshi UKAI2002-07-191-1/+7
| | | | | | * file.c (extract_auth_val): fix warnings * w3mimg/w3mimg.c: include <stdlib.h> From: Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
* [w3m-dev 03275] fix of multipart.cgiFumitoshi UKAI2002-07-181-1/+7
| | | | | | * scripts/multipart/multipart.cgi.in: check REQUEST_METHOD first need $count for POST From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
* * w3mimgdisplay.c (main): '5' for w3mimgsizeFumitoshi UKAI2002-07-181-1/+5
| | | | From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03270] Re: w3m-img for framebuffer mergedFumitoshi UKAI2002-07-181-1/+6
| | | | | * w3mimg/x11/x11_w3mimg.c (w3mimg_x11open): unsigned int nchildren From: Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
* XMakefile (w3mimg/w3mimg): addedFumitoshi UKAI2002-07-181-1/+9
| | | | | | | | (w3img/fb) fixed * w3mimg/w3mimg.h (w3mimg_open): deleted to avoid compilation warnings * w3mimg/w3mimg.c: added * configure (imgobjs): add w3mimg/w3mimg.o From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03272] Re: w3m-img for framebuffer merged (Re: Re: w3m-img for ↵Fumitoshi UKAI2002-07-181-1/+7
| | | | | | | | framebuffer) * XMakefile (w3mimg/x11): chdir (w3mimg/fb): chdir From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03273] Re: w3m-img for framebuffer mergedFumitoshi UKAI2002-07-181-1/+6
| | | | | * configure (use_w3mimg_fb): check linux, use test -c From: Fumitoshi UKAI <ukai@debian.or.jp>
* wrong addressFumitoshi UKAI2002-07-171-2/+2
|
* merge w3m-img for framebuffer supportFumitoshi UKAI2002-07-171-1/+22
| | | | | | | | | | | | | | | | | | | | * w3mimg/w3mimg.h: created * w3mimg/x11/x11_w3mimg.c: created * w3mimg/fb/fb_w3mimg.c: created * w3mimgsize.c w3mimgdisplay.c: modified * configure: modified * XMakefile: modified * config.h.dist: updated From: Fumitoshi UKAI <ukai@debian.or.jp> w3m-img for framebuffer support * http://homepage3.nifty.com/slokar/fb/ * w3mimg/fb/fb.c w3mimg/fb/fb.h w3mimg/fb/fb_img.c w3mimg/fb/fb_img.h w3mimg/fb/fb_gdkpixbuf.c w3mimg/fb/fb_gdkpixbuf.h w3mimg/fb/fb_imlib2.c w3mimg/fb/fb_imlib.h w3mimg/fb/readme.txt w3mimg/fb/license.txt: added From: Hiroshi Kawashima <kei@sm.sony.co.jp>
* [w3m-dev 03263] fix lastA segfaultFumitoshi UKAI2002-07-171-1/+6
| | | | | * main.c (lastA): fix lastA segfault when no anchor found From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
* cvs versionFumitoshi UKAI2002-07-171-1/+5
|