aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
|
* w3m 0.3.1release-0-3-1Fumitoshi UKAI2002-07-151-1/+9
|
* [w3m-dev 03255] update cygwin infoFumitoshi UKAI2002-07-111-1/+9
| | | | | | | | * doc-jp/README: update * doc/README: update * doc-jp/README.cygwin: deleted * doc/README.cygwin: deleted From: WATANABE Katsuyuki <katsuyuki_1.watanabe@toppan.co.jp>
* [w3m-dev 03240] doc-jp updateFumitoshi UKAI2002-07-101-1/+9
| | | | | | | | * doc-jp/MANUAL.html: update * doc-jp/README: update * doc-jp/README.SSL: update * doc-jp/README.img: update From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
* import gc6.1alpha5Fumitoshi UKAI2002-07-101-1/+5
|
* delete old ftp siteDai Sato2002-07-091-1/+2
|
* delete old mail addressesDai Sato2002-07-091-2/+6
|
* add prec_num to topA/lastADai Sato2002-07-011-1/+6
|
* [w3m-dev 03233] "obuf->flag |= RB_IGNORE_P" after <body> tagFumitoshi UKAI2002-06-241-1/+6
| | | | | * file.c (HTMLtagproc1): no need RB_IGNORE_P after <body> tag From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03215] add "base_lib gc.a" for making GCDai Sato2002-06-181-1/+6
|
* [w3m-dev 03212] lstat() in form.cFumitoshi UKAI2002-06-171-1/+7
| | | | | | * form.c: define lstat unless HAVE_LSTAT (form_write_from_file): always check lstat() From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
* [w3m-dev 03214] strtoul() -> strtol() for SunOS4Dai Sato2002-06-171-1/+6
|
* [w3m-dev-en 00752] Re: tab completion weirdness in w3m 0.3Fumitoshi UKAI2002-06-091-1/+6
| | | | | * file.c (doFileCopy): same fix as [w3m-dev-en 00751] From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
* [w3m-dev-en 00751] Re: tab completion weirdness in w3m 0.3Fumitoshi UKAI2002-06-091-1/+7
| | | | | | * main.c (svBuf): unescape spaces when input is filename * proto.h (unescape_spaces): added From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
* [w3m-dev 03207] strchr(), strcasecmp(), and strncasecmp()Fumitoshi UKAI2002-06-071-1/+14
| | | | | | | | | | | | | * etc.c (strchr): removed (strcasecmp): removed (strncasecmp): removed * indep.c (strchr): moved, cast (strcasecmp): moved, fix the case that s1 = "" (strncasecmp): moved, fix the case that s1 is shorter than s2 * indep.h (strchr): added (strcasecmp): added (strncasecmp): added From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
* [w3m-dev 03206] Re: dictFumitoshi UKAI2002-06-051-1/+6
| | | | | * main.c (execdict): quote word From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03204] INET6Fumitoshi UKAI2002-06-051-1/+6
| | | | | * main.c (fversion): s/USE_INET6/INET6/ From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03203] dictFumitoshi UKAI2002-06-051-1/+6
| | | | | * main.c (execdict): fix loadGeneralFile() From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
* [w3m-dev-en 00748] PATCH: Reinitialize w3m while runningFumitoshi UKAI2002-06-011-1/+12
| | | | | | | | | | | * funcname.tab (INIT_MAILCAP): deleted (REINIT): added * main.c (config_filename): added (reinit): added * proto.h (reinit): added * rc.c (rc_initialized): deleted * w3mhelperpanel.c (editMailcap): use REINIT MAILCAP From: Tushar Samant <scribble@pobox.com>
* [w3m-dev 03200] Re: New configuration option ``keymap_file'' and new command ↵Fumitoshi UKAI2002-06-011-1/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | ``DEFINE_KEY'' * fm.h: add <sts/stat.h>, unistd.h> * fm.h (keymap_file): added * func.c (keymap_initialized): added (current_keymap_file): added (setKeymap): added (initKeymap): rewrite to use setKeymap() * funcname.tab (DEFINE_KEY): added * main.c (MAIN): initKeymap(TRUE) (defKey): added * proto.h (defKey): added (setKeymap): added (initKeymap): add force param * rc.c (CMT_KEYMAP_FILE): added (params3): add keymap_file (sync_with_option): add initKeymap(FALSE) * doc/README.func (DEFINE_KEY): added * doc-jp/README.func: (DEFINE_KEY): added * scripts/w3mhelp.cgi.in: add defKey * NEWS: func: DEFINE_KEY rc: keymap_file From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
* [w3m-dev 03196] C-wFumitoshi UKAI2002-06-011-1/+7
| | | | | | * linein.c (inputLineHistSearch) move_word changed * linein.c (setStrType): add space to termchar From: Hiroaki Shimotsu <shim@d5.bs1.fc.nec.co.jp>
* [w3m-dev 03191] typo in file.c:extract_auth_val()?Fumitoshi UKAI2002-05-141-1/+6
| | | | | * file.c (extract_auth_val): s/177/0177/ From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
* [w3m-dev 03190] a tiny patch for configureFumitoshi UKAI2002-05-141-1/+6
| | | | | * configure (ask_choice): reset default value From: Tsutomu OKADA <okada@furuno.co.jp>