aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-05-13 17:17:50 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-05-13 17:17:50 +0000
commit97cb76cb61f59fa5991a826931bd11fae0e683b6 (patch)
treedb831e9a34c57e9d07401fcc84664243407929a4
parentfix indent (diff)
downloadw3m-97cb76cb61f59fa5991a826931bd11fae0e683b6.tar.gz
w3m-97cb76cb61f59fa5991a826931bd11fae0e683b6.zip
[w3m-dev 03899] minor fixes
* acinclude.m4: fix s/SSLCFLAGS/SSL_CFLAGS/ * doc/README: update, fix typo * doc-jp/FAQ.html: update, fix URL * doc-jp/README: update * doc-jp/README.SSL: update * doc-jp/README.cookie: update * doc-jp/README.img: update URL * doc-jp/README.migemo: update * doc-jp/STORY.html: fix URL From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
Diffstat (limited to '')
-rw-r--r--ChangeLog15
-rw-r--r--acinclude.m42
-rw-r--r--aclocal.m42
-rwxr-xr-xconfigure2
-rw-r--r--doc-jp/FAQ.html27
-rw-r--r--doc-jp/README2
-rw-r--r--doc-jp/README.SSL4
-rw-r--r--doc-jp/README.cookie5
-rw-r--r--doc-jp/README.img2
-rw-r--r--doc-jp/README.migemo4
-rw-r--r--doc-jp/STORY.html2
-rw-r--r--doc/README8
12 files changed, 39 insertions, 36 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b8fb95..ee781bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2003-05-14 SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
+
+ * [w3m-dev 03899] minor fixes
+ * acinclude.m4: fix s/SSLCFLAGS/SSL_CFLAGS/
+ * doc/README: update, fix typo
+ * doc-jp/FAQ.html: update, fix URL
+ * doc-jp/README: update
+ * doc-jp/README.SSL: update
+ * doc-jp/README.cookie: update
+ * doc-jp/README.img: update URL
+ * doc-jp/README.migemo: update
+ * doc-jp/STORY.html: fix URL
+
2003-05-14 Akinori Ito <aito@fw.ipsj.or.jp>
* [w3m-dev 03898] Re: table rendering
@@ -7815,4 +7828,4 @@ a * [w3m-dev 03276] compile error on EWS4800
* release-0-2-1
* import w3m-0.2.1
-$Id: ChangeLog,v 1.836 2003/05/13 17:08:19 ukai Exp $
+$Id: ChangeLog,v 1.837 2003/05/13 17:17:50 ukai Exp $
diff --git a/acinclude.m4 b/acinclude.m4
index a704138..5e2e873 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -417,7 +417,7 @@ if test x"$with_ssl" != xno; then
SSL_CFLAGS="$SSL_CFLAGS -I$dir/include"
fi
elif test "$dir" != "/usr" -a -f "$dir/include/ssl.h"; then
- SSL_CFLAGS="$SSLCFLAGS -I$dir/include"
+ SSL_CFLAGS="$SSL_CFLAGS -I$dir/include"
fi
if test "$dir" != "/usr" -a -f "$dir/lib/libssl.a"; then
SSL_LIBS="$SSL_LIBS -L$dir/lib"
diff --git a/aclocal.m4 b/aclocal.m4
index e4d7f14..5347b34 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -429,7 +429,7 @@ if test x"$with_ssl" != xno; then
SSL_CFLAGS="$SSL_CFLAGS -I$dir/include"
fi
elif test "$dir" != "/usr" -a -f "$dir/include/ssl.h"; then
- SSL_CFLAGS="$SSLCFLAGS -I$dir/include"
+ SSL_CFLAGS="$SSL_CFLAGS -I$dir/include"
fi
if test "$dir" != "/usr" -a -f "$dir/lib/libssl.a"; then
SSL_LIBS="$SSL_LIBS -L$dir/lib"
diff --git a/configure b/configure
index f0fa404..7a1b975 100755
--- a/configure
+++ b/configure
@@ -2232,7 +2232,7 @@ echo "configure:2225: checking for SSL library/header" >&5
SSL_CFLAGS="$SSL_CFLAGS -I$dir/include"
fi
elif test "$dir" != "/usr" -a -f "$dir/include/ssl.h"; then
- SSL_CFLAGS="$SSLCFLAGS -I$dir/include"
+ SSL_CFLAGS="$SSL_CFLAGS -I$dir/include"
fi
if test "$dir" != "/usr" -a -f "$dir/lib/libssl.a"; then
SSL_LIBS="$SSL_LIBS -L$dir/lib"
diff --git a/doc-jp/FAQ.html b/doc-jp/FAQ.html
index 98131fe..e40689b 100644
--- a/doc-jp/FAQ.html
+++ b/doc-jp/FAQ.html
@@ -26,15 +26,15 @@ aito@fw.ipsj.or.jp
<pre>
SunOS 4.1.x
HP-UX 9.x, 10.x
-Solaris 2.5.x, 2.6, 8
-Linux 2.0.30
+Solaris 2.5.x, 2.6, 8, 9
+Linux 2.0.*/2.2.*/2.4.*
FreeBSD 2.2.8, 3.1, 3.2, 4.6
NetBSD/macppc, m68k
EWS4800 Rel.12.2 Rev.A
Digital UNIX: v3.2D, v4.0D
IRIX 5.3, IRIX 6.5
OS/2 with emx
-Windows 9x/NT with Cygwin32 b20.1
+Windows 9x/NT with Cygwin b20.1, 1.1.x, 1.3.x
MS-DOS with DJGPP and WATT32 packet driver
MacOS X Server
MacOS X 10.1, 10.2
@@ -46,7 +46,7 @@ version 990226 ���顤OS/2 ��ư���褦�Ǥ���
version 990303 ���顤Windows+cygwin32 ��ư���褦�ˤʤ�ޤ�����
<P>
<dt>Windows 9x/NT �Ǥ�ư���ʤ��Ρ�
-<dd><a href="http://sourceware.cygnus.com/cygwin/">Cygwin32</a>��Ȥ���ư���ޤ���
+<dd><a href="http://www.cygwin.com/">Cygwin</a>��Ȥ���ư���ޤ���
<p>
<dt>w3m�˴ؤ������Ϥɤ�����������Ρ�
<dd><a href="http://w3m.sourceforge.net/index.ja.html">
@@ -104,22 +104,10 @@ w3m��ư����ȡ����������ʤ��ʤ�ޤ���<p>
<LI><B>���顼ɽ���⡼�ɤ�ON�ˤ�</B>��Ŭ����ʸ����������ǡ�
[OK]�����򤹤롥
</UL>
-<dt>���顼ɽ���򤵤���ˤϤɤ�����Ρ�
-<dd>����ѥ�����ˡ�configure �μ���
<p>
-<pre>
-Let's do some configurations. Choose config option among the list."
-
-1 - Baby model (no color, no menu, no mouse, no cookie, no SSL)
-2 - Little model (color, menu, no mouse, no cookie, no SSL)
-3 - Mouse model (color, menu, mouse, no cookie, no SSL)
-4 - Cookie model (color, menu, mouse, cookie, no SSL)
-5 - Monster model (with everything; you need openSSL library)
-6 - Customize
-Which?
-</pre>
-<p>
-�ǡ�2,3,4,5�Τɤ줫��������Х��顼ɽ�����Ǥ���褦�ˤʤ�ޤ���
+<dt>���顼ɽ���򤵤���ˤϤɤ�����Ρ�
+<dd>����ѥ�����ˡ�configure �Υ��ץ����� --disable-color ����ꤷ��
+����Х��顼ɽ�����Ǥ���褦�ˤʤ�ޤ���
<p>
<dt>�����ɽ��������������ɡ�
<dd>��ˡ��3�Ĥ���ޤ���
@@ -128,6 +116,7 @@ Which?
<LI>-M ���ץ�����Ĥ��Ƶ�ư���롥
<LI>"o" ���ޥ�ɤǥ��ץ��������ѥͥ��ư�������顼ɽ����OFF�ˤ��롥
</OL>
+<p>
<dt>���̤�Ϥ߽Ф�����ʬ�򸫤�ˤϡ�
<dd>�����������̤�ü�˰�ư������С�����˹�碌�Ʋ������Τ�����ޤ���
�ޤ���"&gt;"��"&lt;"�Dz������Τ򤺤餹���Ȥ��Ǥ��ޤ���
diff --git a/doc-jp/README b/doc-jp/README
index 64ff8a2..c9d2c08 100644
--- a/doc-jp/README
+++ b/doc-jp/README
@@ -28,7 +28,7 @@
����ư���ǧ����Ƥ��� OS �ϰʲ����̤�Ǥ���
SunOS 4.1.x
HP-UX 9.x, 10.x
- Solaris 2.5.x, 2.6, 8
+ Solaris 2.5.x, 2.6, 8, 9
Linux 2.0.*/2.2.*/2.4.*
FreeBSD 2.2.8, 3.1, 3.2, 4.6
NetBSD/macppc, m68k
diff --git a/doc-jp/README.SSL b/doc-jp/README.SSL
index bcd9968..4aedfde 100644
--- a/doc-jp/README.SSL
+++ b/doc-jp/README.SSL
@@ -8,8 +8,8 @@ SSL ���ݡ��ȤˤĤ���
�� OpenSSL �饤�֥����̤���, SSL �򥵥ݡ��Ȥ��Ƥ��ޤ�.
���餫���ᥤ�󥹥ȡ��뤷�Ƥ����Ƥ�������.
- �� configure ������ץȼ¹Ի�, "5 - Monster model" �ޤ��� "6 - Customize" ����
- �ֻ������Ѳ�ǽ�ˤʤ�ޤ�.
+ �� OpenSSL �饤�֥�꤬���󥹥ȡ��뤵��Ƥ���� configure ������ץȼ¹Ի��˼�
+ ưŪ�˸��Ф�������Ѳ�ǽ�Ȥʤ�ޤ�.
�⤷���ޤ�ư���ʤ��Ȥ���, config.h ������å����ƤߤƤ�������. SSL �����Ѥ�
�뤿��ˤ�, config.h ��, USE_SSL �ޥ������������Ƥ���ɬ�פ�����ޤ�.
�����, SSL ǧ�ڥ��ݡ��Ȥ����Ѥ������, USE_SSL_VERIFY �ޥ���������å���
diff --git a/doc-jp/README.cookie b/doc-jp/README.cookie
index 0b8d245..e20e201 100644
--- a/doc-jp/README.cookie
+++ b/doc-jp/README.cookie
@@ -8,11 +8,12 @@
http://www.ics.uci.edu/pub/ietf/http/draft-ietf-http-state-man-mec-12.txt)
�Υ��å����򥵥ݡ��Ȥ��Ƥ��ޤ�.
- �� configure ������ץȼ¹Ի�, "4 - Cookie model", "5 - Monster model", "6 -
- Customize" �Τ����줫�����֤����Ѳ�ǽ�ˤʤ�ޤ�.
+ �� ���å����Υ��ݡ��Ȥ� configure ������ץȤμ¹Ի��˼�ưŪ�����򤵤�ޤ���
�⤷���ޤ�ư���ʤ��Ȥ���, config.h ������å����ƤߤƤ�������. ���å�������
�Ѥ��뤿��ˤ�, config.h �� USE_COOKIE �ޥ������������Ƥ���ɬ�פ������
��.
+ �ʤ����⤷���å����򥵥ݡ��Ȥ������ʤ����� --disable-cookie ���ץ�����
+ �դ��� configure ������ץȤ�¹Ԥ��Ʋ�������
�� Option Setting Panel (�̾� `o' �����˥Х���ɤ���Ƥ���), �ޤ��ϵ�ư���ץ�
��� (-cookie, -no-cookie) �ǻ��Ѥ��뤫�ݤ�������Ǥ��ޤ�.
diff --git a/doc-jp/README.img b/doc-jp/README.img
index 22d1c2e..7ccd40b 100644
--- a/doc-jp/README.img
+++ b/doc-jp/README.img
@@ -85,7 +85,7 @@ w3m �ǥ���饤�������ɽ��
�ޤ���
* Imlib-1.9.8�ʾ� (1.9.10 �ʾ�侩)
- ftp://ftp.gnome.org/pub/GNOME/stable/sources/imlib/
+ ftp://ftp.gnome.org/pub/GNOME/sources/imlib/1.9/
* libungif-4.1.0b1 �ʾ�
ftp://prtr-13.ucsc.edu/pub/libungif/
http://prtr-13.ucsc.edu/~badger/software/libungif/
diff --git a/doc-jp/README.migemo b/doc-jp/README.migemo
index 8fae587..439644d 100644
--- a/doc-jp/README.migemo
+++ b/doc-jp/README.migemo
@@ -7,8 +7,8 @@ w3m �� Migemo (�����޻�����)��Ԥ�
���餫���� Migemo �����󥹥ȡ��뤵��Ƥ���ɬ�פ�����ޤ�.
http://migemo.namazu.org/
- �� configure ������ץȼ¹Ի�, "Use Migemo" �� y �ȱ����뤳�Ȥ����Ѳ�ǽ�ˤʤ�
- �ޤ�.
+ �� configure ������ץȼ¹Ի��� --with-migemo ���ץ������դ��뤳�Ȥ����Ѳ�
+ ǽ�Ȥʤ�ޤ�.
�� ���ץ����ѥͥ�ˤưʲ�������򤷤ޤ�. ����Υѥ���Ŭ�ڤ˽񤭴����Ʋ�����.
diff --git a/doc-jp/STORY.html b/doc-jp/STORY.html
index 01854ca..c261b47 100644
--- a/doc-jp/STORY.html
+++ b/doc-jp/STORY.html
@@ -155,7 +155,7 @@ Netscape�ϡ�¿ʬ������äƤ���Τ�������
<h2>���Ѥ����饤�֥��</h2>
w3m �ϡ�
-<a href="http://reality.sgi.com/boehm/gc.html">Boehm GC</a>
+<a href="http://www.hpl.hp.com/personal/Hans_Boehm/gc/">Boehm GC</a>
�Ȥ����饤�֥������Ѥ��Ƥ��롥����ϻ䤬�񤤤���ΤǤϤʤ�����
����ѥ�������ص���ͤ������ۥѥå������˴ޤ�Ƥ��롥
�ʤ���libwww �ϻȤäƤ��ʤ���
diff --git a/doc/README b/doc/README
index ab0df76..74acd87 100644
--- a/doc/README
+++ b/doc/README
@@ -22,9 +22,9 @@ Current problems are:
w3m is known to work on these platforms.
- SunOS4.1.x
+ SunOS 4.1.x
HP-UX 9.x, 10.x
- Solaris2.5.x
+ Solaris 2.5.x, 2.6, 8, 9
Linux 2.0.*/2.2.*/2.4.*
FreeBSD 2.2.8, 3.1, 3.2, 4.6
NetBSD/macppc, m68k
@@ -32,7 +32,7 @@ w3m is known to work on these platforms.
Digital UNIX: v3.2D, v4.0D
IRIX 5.3, IRIX 6.5
OS/2 with emx
- Windows 9x/NT with Cygwin32 b20.1
+ Windows 9x/NT with Cygwin b20.1, 1.1.x, 1.3.x
MS-DOS with DJGPP and WATT32 packet driver
MacOS X Server
MacOS X 10.1, 10.2
@@ -42,7 +42,7 @@ w3m is known to work on these platforms.
Follow these instructions to install w3m.
- You need latest version of GC library (at least 6.1?).
- You can get GC libbrary from
+ You can get GC library from
http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/
Note: if you're using GC library 6.1, you should install gc.h