head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.54 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.52 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.50 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.48 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.46 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.44 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.42 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.40 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.38 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.36 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.34 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.32 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.30 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.28 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.26 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.24 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.22 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.20 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.18 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.16 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.14 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 buildlink2-base:1.4 netbsd-1-5-PATCH001:1.3; locks; strict; comment @# @; 1.4 date 2002.03.02.00.08.16; author kei; state dead; branches; next 1.3; 1.3 date 2001.05.01.00.31.26; author kei; state Exp; branches; next 1.2; 1.2 date 2001.03.31.09.21.17; author itojun; state dead; branches; next 1.1; 1.1 date 2001.02.11.22.30.09; author hubertf; state Exp; branches; next ; desc @@ 1.4 log @* Update w3m package from 0.2.1-m17n-0.19 to 0.2.5-m17n-20020216 version. Significant changes has been made. More info is in the ChnagLog file (~3000 lines) in distributed archive. Users of older versions are recommended to update. From NEWS file: ------------ w3m 0.3? * rc: max_load_image * rc: display_image, auto_image, image_scale, imgdisplay, imgsize * func: DISPLAY_IMAGE, STOP_IMAGE * w3m-img merged: w3m now can display images! see doc/README.img ---------------------------------------------------------------- w3m 0.2.5.1 - 2002-02-05 * backport from w3m/0.2.5+cvs-1.299 - fix inputAnswer() and no "ssl_forbid_method" [w3m-dev 02985] - fix SunOS 4.1.4 build problem [w3m-dev 02972] - fix problem with Netscape-Enterprise WWW-authenticate [w3m-dev 02968] ---------------------------------------------------------------- w3m 0.2.5 - 2002-01-31 * RFC2617: HTTP Digest authentication * rc: default_url=0(empty) 1(current URL) 2(link URL) * GOTO_RELATIVE (M-u) * highlight for incremental search * support migemo (romaji search) * use w3mmail.cgi for mailto: URL * support external URI loader * support -dump_extra ftp:// * new regex implementation ---------------------------------------------------------------- w3m 0.2.4 - 2002-01-07 * RFC2818 server identity check * incremental search (C-s, C-r) ---------------------------------------------------------------- w3m 0.2.3.2 - 2001-12-22 * fix security hole in w3m/scripts ---------------------------------------------------------------- w3m 0.2.3.1 - 2001-12-20 * sync with cvs repository * fix bug in configure ---------------------------------------------------------------- w3m 0.2.3 - 2001-12-20 * command line option: -help, -version * new libgc included * new runtime option use_mark, nextpage_topline, label_topline, vi_prec_num emacs_like_lineedit, ftppass_hostnamegen * RFC2732 support (IPv6) * new w3mhelp system * several configure changes * code cleanups, now gcc -Wall -Werror safe ---------------------------------------------------------------- w3m 0.2.2 - 2001-11-15 * sync with w3m 0.2.1-inu-1.5 * w3m maintained in sourceforge.net/projects/w3m ------------ @ text @$NetBSD: patch-af,v 1.3 2001/05/01 00:31:26 kei Exp $ --- libwc/Makefile.orig Sat Apr 21 16:23:53 2001 +++ libwc/Makefile Sat Apr 21 16:32:43 2001 @@@@ -1,10 +1,10 @@@@ LIBRARY = libwc.a -GCLIB = ../gc/gc.a -CC = cc -O -g -Wall -DUSE_UNICODE -CFLAGS = -I. -I.. -I../gc/include -I../gc -AR = ar -RANLIB = ranlib +GCLIB = ${PREFIX}/lib/libgc.a +CC = ${CC} -O -g -Wall -DUSE_UNICODE +CFLAGS = -I. -I.. -I${PREFIX}/include +AR = ${AR} +RANLIB = ${RANLIB} SRCS = big5.c \ ces.c \ @@@@ -90,7 +90,7 @@@@ ces.o: wc.h ../Str.h wc_types.h ces.h ccs.h iso2022.h priv.h sjis.h hz.h \ big5.h johab.h gbk.h gb18030.h uhc.h viet.h utf8.h char_conv.o: wc.h ../Str.h wc_types.h ces.h ccs.h iso2022.h priv.h -charset.o: ../gc/include/gc.h wc.h ../Str.h wc_types.h ces.h ccs.h iso2022.h \ +charset.o: ${PREFIX}/include/gc.h wc.h ../Str.h wc_types.h ces.h ccs.h iso2022.h \ priv.h combining.o: wc.h ../Str.h wc_types.h ces.h ccs.h iso2022.h priv.h ucs.h \ map/iso88596_combining.map map/iso885911_combining.map \ @@@@ -117,7 +117,7 @@@@ search.o: wc.h ../Str.h wc_types.h ces.h ccs.h iso2022.h priv.h sjis.o: wc.h ../Str.h wc_types.h ces.h ccs.h iso2022.h priv.h sjis.h jis.h \ wtf.h ucs.h map/jisx02132_sjis.map -status.o: ../gc/include/gc.h wc.h ../Str.h wc_types.h ces.h ccs.h iso2022.h \ +status.o: ${PREFIX}/include/gc.h wc.h ../Str.h wc_types.h ces.h ccs.h iso2022.h \ priv.h ucs.h test.o: wc.h ../Str.h wc_types.h ces.h ccs.h iso2022.h priv.h ucs.o: wc.h ../Str.h wc_types.h ces.h ccs.h iso2022.h priv.h ucs.h search.h \ @ 1.3 log @As per request of itojun and hubertf, rename w3m-m17n as w3m. It reduces our maintenance cost. Approved by agc. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @upgrade to 0.2.1. 2001/3/23 ============================================================== From: Hironori Sakamoto Subject: [w3m-dev 01807] Re: w3m-0.2.0 * url.c doesn't compile when USE_NNTP or __EMX__ is defined. * patch for EWS4800 * when #define USE_SSL and #undef USE_SSL_VERIFY, rc.c and url.c doesn't compile. (problems about ssl_forbid_method) * when saveBufferDelNum and del==TRUE, patterns before ":" are deleted twice. * bugfix about saving history. From: TSUCHIYA Masatoshi Subject: [w3m-dev 01810] deflate (was: w3m-0.2.0) deflate patch in 0.2.0 doesn't work on http://cvs.m17n.org/~akr/diary/ . From: Fumitoshi UKAI Subject: [w3m-dev 01808] Re: w3m-0.2.0 w3m doesn't compile on GNU/Linux and glibc2.2 because it lacks sin.ss_len. From: Hironori Sakamoto Subject: [w3m-dev-en 00399] Re: w3m-0.2.0 >> From: Dan Fandrich >> Version 0.2.0 still contains the following bugs which I fixed two months >> ago and sent patches for to this list, namely: >> - core dumps on startup if given a URL requiring a needsterminal mailcap >> handler >> - destroys most of an existing ~/.mailcap file without warning when editing >> - mailcap handling is still wrong as MIME type should be case insensitive >> - private mailcap extension has an illegal name From: SATO Seichi Subject: w3m regex bugs w3m coredumps when passing $* as a search string. 2001/3/22 ============================================================== From: Hironori Sakamoto Subject: [w3m-dev 01664] Re: Patch for anonymizer.com Don't call cleanupName() when the URL is http:///: ... From: Hironori Sakamoto Subject: [w3m-dev 01670] Re: w3m-0.1.11-pre-kokb24-test1 strcpy/strncpy in Str.c are replaced with bcopy. From: TSUCHIYA Masatoshi Subject: [w3m-dev 01618] backend patch Subject: [w3m-dev 01671] backend patch for w3m-0.1.11-pre-kokb24-test1 A patch for w3m to work as a client. (-backend patch) From: hsaka@@mth.biglobe.ne.jp (Hironori Sakamoto) Subject: [w3m-dev 01673] SEGV in append_frame_info() Improvement of illegal frame handling. From: hsaka@@mth.biglobe.ne.jp (Hironori Sakamoto) Subject: [w3m-dev 01674] image map w3m doesn't follow anchors from client-side image map when the URLs are like "#test". From: hsaka@@mth.biglobe.ne.jp (Hironori Sakamoto) Subject: [w3m-dev 01675] goto label Changed w3m not to reload the document when following label-only URL like #label. From: Tsutomu Okada Subject: [w3m-dev 01676] Re: w3m-0.1.11-pre-kokb24-test1 Subject: [w3m-dev 01678] Re: w3m-0.1.11-pre-kokb24-test1 From: Hironori Sakamoto Subject: [w3m-dev 01680] Re: w3m-0.1.11-pre-kokb24-test1 To remove the compiler warnings From: Hironori Sakamoto Subject: [w3m-dev 01684] Re: http://cvs.m17n.org/~akr/diary/ application/x-deflate support. From: Moritz Barsnick Subject: [w3m-dev-en 00318] Information about current page Subject: [w3m-dev-en 00320] Re: Information about current page Subject: [w3m-dev-en 00322] Re: Information about current page Subject: [w3m-dev-en 00323] Buglet (Was: Re: Information about current page) Changes 'URL of the current anchor' on the info page into 'full' URL. When the cursor is on a form element, `Method/type of current form' will be displayed. From: c603273@@vus069.trl.telstra.com.au (Brian Keck) Subject: [w3m-dev-en 00343] patch for proxy user:passwd on command line Subject: [w3m-dev-en 00351] Re: patch for proxy user:passwd on command line This patch to w3m-0.1.11-pre-kokb23 adds the lynx-like option -pauth username:password so I don't have to retype username & password every time I run w3m, which is often. It's so simple I wonder whether it's against policy, but it would be nice for me & some others if it was in the official 0.1.11. From: Hironori Sakamoto Subject: [w3m-dev 01772] Re: visited anchor Subject: [w3m-dev 01773] Re: visited anchor * visited anhor color support. * textlist based history implementation. * history URLs are stored in a hash table. * the implementation of rules are changed. From: Hironori Sakamoto Subject: [w3m-dev 01786] Re: w3m-0.1.11-pre-hsaka24 Subject: [w3m-dev 01787] Re: w3m-0.1.11-pre-hsaka24 * Improvement of illegal frame handling. From: Hironori Sakamoto Subject: [w3m-dev 01788] Re: w3m-0.1.11-pre-hsaka24 From: Hironori Sakamoto Subject: [w3m-dev 01792] Re: w3m-0.1.11-pre-hsaka24 search algorithm in retrieveAnchor() is changed from linear search to binary search. From: hsaka@@mth.biglobe.ne.jp (Hironori Sakamoto) Subject: [w3m-dev 01793]
  • make type attribute of
  • tag effective not only for the
  • element but also for all
  • tags that follows the first type-specified
  • tag. From: hsaka@@mth.biglobe.ne.jp (Hironori Sakamoto) Subject: [w3m-dev 01801] some fixes. Bugfix of frame Subject: IPv6 support for w3m's ftp From: Hajimu UMEMOTO IPv6 support for FTP. 2001/3/16 ============================================================= From: hsaka@@mth.biglobe.ne.jp (Hironori Sakamoto) Subject: [w3m-dev 01711] Authorization * http://user:pass@@hostname/ support. From: hsaka@@mth.biglobe.ne.jp Subject: [w3m-dev 01724] buf->type when mailcap is used. From: hsaka@@mth.biglobe.ne.jp (Hironori Sakamoto) Subject: [w3m-dev 01726] anchor jump too slow by TAB-key on STDIN. * when moving from anchor to anchor by TAB on the document read from stdin, the movement is very slow because currentdir() is invoked on each TAB. From: sakane@@d4.bsd.nes.nec.co.jp (Yoshinobu Sakane) Subject: [w3m-dev 01727] C-z when stdin From: Hironori Sakamoto Subject: [w3m-dev 01729] ignore_null_img_alt * when ignore_null_img_alt is OFF, no img link is displayed when no ALT attribute is specified. From: Hironori Sakamoto Subject: [w3m-dev 01730] Re:
    in a table Improvement of
    . From: Hironori Sakamoto Subject: [w3m-dev 01731] completion list When completing a filename, the candidates of the completion will be displayed like this: ----- Completion list ----- X11R6/ compat/ include/ libdata/ local/ nfs/ ports/ share/ bin/ games/ lib/ libexec/ mdec/ obj/ sbin/ src/ (Load)Filename? /usr/ From: Kiyokazu SUTO Subject: [w3m-dev 01733] A patch concerning SSL The following two improvements are done about SSL: 1. a new option ``ssl_forbid_method'' is added. 2. an error message is displayed when w3m fails to establish an SSL connection. From: Kiyokazu SUTO Subject: [w3m-dev 01735] Re: A patch concerning SSL Subject: [w3m-dev 01737] Re: A patch concerning SSL 1. the data type of ssl_forbid_method is changed from P_STRING to P_SSLPATH. 2. Error message log function. From: kiwamu Subject: [w3m-dev 01739] wheel mouse patch From: Fumitoshi UKAI Subject: [w3m-dev 01742] w3mmee 0.1.11p16-6 segfault w3mmee 0.1.11p16-6 segfaults depending on the content of mime.types. From: Hironori Sakamoto Subject: [w3m-dev 01752] SEGV in search_param() > >> * w3m -o 1 causes SEGV. From: Hironori Sakamoto Subject: [w3m-dev 01753] empty .. have no