aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* w3m 0.3.1release-0-3-1Fumitoshi UKAI2002-07-155-8/+16
|
* [w3m-dev 03255] update cygwin infoFumitoshi UKAI2002-07-115-48/+17
| | | | | | | | * 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-105-18/+51
| | | | | | | | * 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-1072-7980/+18783
|
* delete old ftp siteDai Sato2002-07-092-2/+3
|
* delete old mail addressesDai Sato2002-07-093-4/+8
|
* fix indentFumitoshi UKAI2002-07-011-3/+3
|
* add prec_num to topA/lastADai Sato2002-07-012-6/+17
|
* [w3m-dev 03233] "obuf->flag |= RB_IGNORE_P" after <body> tagFumitoshi UKAI2002-06-242-3/+7
| | | | | * 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 03215] add "base_lib gc.a" to make command for GCDai Sato2002-06-181-2/+2
|
* [w3m-dev 03212] lstat() in form.cFumitoshi UKAI2002-06-172-6/+10
| | | | | | * 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-172-3/+8
|
* [w3m-dev-en 00752] Re: tab completion weirdness in w3m 0.3Fumitoshi UKAI2002-06-092-6/+15
| | | | | * 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-093-11/+21
| | | | | | * 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-074-52/+68
| | | | | | | | | | | | | * 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-052-3/+9
| | | | | * main.c (execdict): quote word From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03204] INET6Fumitoshi UKAI2002-06-052-3/+8
| | | | | * main.c (fversion): s/USE_INET6/INET6/ From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03203] dictFumitoshi UKAI2002-06-052-6/+8
| | | | | * main.c (execdict): fix loadGeneralFile() From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
* main.c (reinit): initKeymap(TRUE)Fumitoshi UKAI2002-06-011-3/+3
|
* indent fixFumitoshi UKAI2002-06-012-8/+5
|
* [w3m-dev-en 00748] PATCH: Reinitialize w3m while runningFumitoshi UKAI2002-06-017-14/+88
| | | | | | | | | | | * 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-0111-47/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | ``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-012-6/+11
| | | | | | * 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-142-3/+8
| | | | | * 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-142-2/+8
| | | | | * configure (ask_choice): reset default value From: Tsutomu OKADA <okada@furuno.co.jp>
* [w3m-dev 03185] Re: cmd_mark in main.c, rev 1.60 broke unmark?Fumitoshi UKAI2002-04-262-15/+11
| | | | | | | * main.c (cmd_mark): deleted (_mark): xor PE_MARK (reMark): or PE_MARK From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
* * scripts/.cvsignore: add xface2xpmFumitoshi UKAI2002-04-262-1/+6
| | | | From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev-en 00733] Submission: "English" patchFumitoshi UKAI2002-04-252-73/+78
| | | | | * rc.c: update english From: Tushar Samant <scribble@pobox.com>
* fix version infoFumitoshi UKAI2002-04-242-2/+2
|
* [w3m-dev-en 00730] Re: Patch for a more flexible dictionary lookupFumitoshi UKAI2002-04-2410-50/+135
| | | | | | | | | | | | | | | | | | | | | * 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> [w3m-dev-en 00729] Re: Patch for a more flexible dictionary lookup * config.h.dist (DICT): define * configure (use_dict): default y * fm.h (DICTCMD): deleted (UseDictCommand): added (DictCommand): added * main.c (execdict): rewrite to use DictCommand, loadGeneralFile() * rc.c (CMT_USE_DICTCOMMAND): added (CMT_DICTCOMMAND): added (params1): use_dictcommand, dictcommand added * doc/README.dict: updated From: Tushar Samant <scribble@pobox.com>
* [w3m-dev 03181] KEYBIND_SRC was not passed to scripts/MakefileFumitoshi UKAI2002-04-202-3/+8
| | | | | * Makefile (all-scripts): pass KEYBIND_SRC From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
* [w3m-dev 03178] Parser of ``cols'' and ``rows''Fumitoshi UKAI2002-04-172-73/+53
| | | | | | * frame.c (parseFrameSetLength): added (newFrameSet): use parseFrameSetLength() From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
* fix indentFumitoshi UKAI2002-04-172-4/+5
|
* [w3m-dev 03177] SIGUSR1 --> W3M_SIGIMG in image.cFumitoshi UKAI2002-04-172-7/+19
| | | | | | | | * 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>
* [w3m-dev 03176] no Content-Type in http response headerFumitoshi UKAI2002-04-172-2/+9
| | | | | * file.c (loadGeneralFile): guess content-type from filename From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
* [w3m-dev 03169] Can't calculate table height if number of cells > 20.Fumitoshi UKAI2002-04-092-19/+42
| | | | | | * table.c (check_table_height): change row, rowspan, indexarray, height from array to pointer From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03167] xface2xbm -> xface2xpm (current imlib can't handle XBM)Fumitoshi UKAI2002-04-096-14/+121
| | | | | | | | | | | * 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>
* NEWS: mark_all_pagesFumitoshi UKAI2002-04-091-2/+2
|
* [w3m-dev 03162] Re: "ttp:" is marked instead of "http:" by MARL_URLFumitoshi UKAI2002-03-292-2/+10
| | | | | | * main.c (chkURLBuffer): "mailto" removed when USE_W3MMAILER in this case, chkExternalURIBuffer() will mark mailto: URL. From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03160] Re: "ttp:" is marked instead of "http:" by MARL_URLFumitoshi UKAI2002-03-295-5/+22
| | | | | | | | | * 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>
* [w3m-dev 03159] "ttp:" is marked instead of "http:" by MARL_URLFumitoshi UKAI2002-03-292-5/+10
| | | | | * main.c (chkURLBuffer): check internal URLs first From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
* terms.c (set_tty): s/term_info/w3m_term_info/g;Fumitoshi UKAI2002-03-272-18/+24
| | | | | | 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>
* [w3m-dev 03146] Re: header optionFumitoshi UKAI2002-03-272-15/+17
| | | | | * main.c (make_optional_header_string): cleanups From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03145] header optionFumitoshi UKAI2002-03-272-2/+11
| | | | | * main.c (MAIN): hide args for security From: Yuuichi Teranishi <teranisi@gohome.org>
* [w3m-dev 03140] Forward: Bug#139305:Fumitoshi UKAI2002-03-222-12/+19
| | | | | | 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>
* indent fixFumitoshi UKAI2002-03-221-2/+2
|
* terms.c (term_title): use ttyf instead of stderrFumitoshi UKAI2002-03-202-3/+7
| | | | From: Fumitoshi UKAI <ukai@debian.or.jp>
* configure: -mandirFumitoshi UKAI2002-03-191-0/+1
|
* [w3m-dev 03137] Re: w3mman.1Fumitoshi UKAI2002-03-195-11/+56
| | | | | | | | | | | | | | | * 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>