w3m 0.5.1
* version.c.in: update * doc/README: version 0.5, release date, maintainer * doc-jp/README: ditto * NEWS: update * configure.in: version 0.5.1 * po/w3m.pot, ja.po: update-po
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2004-04-29 Fumitoshi UKAI <ukai@debian.or.jp>
|
||||
|
||||
* w3m 0.5.1
|
||||
* version.c.in: update
|
||||
* doc/README: version 0.5, release date, maintainer
|
||||
* doc-jp/README: ditto
|
||||
* NEWS: update
|
||||
* configure.in: version 0.5.1
|
||||
* po/w3m.pot, ja.po: update-po
|
||||
|
||||
2004-04-27 SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
|
||||
|
||||
* [w3m-dev 04068] install-sh problem
|
||||
@@ -8473,4 +8483,4 @@ a * [w3m-dev 03276] compile error on EWS4800
|
||||
* release-0-2-1
|
||||
* import w3m-0.2.1
|
||||
|
||||
$Id: ChangeLog,v 1.923 2004/04/26 17:04:47 ukai Exp $
|
||||
$Id: ChangeLog,v 1.924 2004/04/28 18:19:22 ukai Exp $
|
||||
|
||||
12
NEWS
12
NEWS
@@ -1,3 +1,15 @@
|
||||
w3m 0.5.1 - 2004-04-29
|
||||
|
||||
* fix minor bugs
|
||||
- build problem on some platform/some configuration
|
||||
- authentication bug
|
||||
- ipv6 FQDN resolv
|
||||
- SSL verify
|
||||
- search problem on different charset page/display
|
||||
- cleanup LANG==JA
|
||||
- DisplayCharset default
|
||||
- w3mhelp.cgi charset
|
||||
|
||||
w3m 0.5 - 2004-03-22
|
||||
|
||||
* gettextize
|
||||
|
||||
20
configure
vendored
20
configure
vendored
@@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59 for w3m 0.5.
|
||||
# Generated by GNU Autoconf 2.59 for w3m 0.5.1.
|
||||
#
|
||||
# Report bugs to <ukai@debian.or.jp>.
|
||||
#
|
||||
@@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='w3m'
|
||||
PACKAGE_TARNAME='w3m'
|
||||
PACKAGE_VERSION='0.5'
|
||||
PACKAGE_STRING='w3m 0.5'
|
||||
PACKAGE_VERSION='0.5.1'
|
||||
PACKAGE_STRING='w3m 0.5.1'
|
||||
PACKAGE_BUGREPORT='ukai@debian.or.jp'
|
||||
|
||||
# Factoring default headers for most tests.
|
||||
@@ -779,7 +779,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures w3m 0.5 to adapt to many kinds of systems.
|
||||
\`configure' configures w3m 0.5.1 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@@ -840,7 +840,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of w3m 0.5:";;
|
||||
short | recursive ) echo "Configuration of w3m 0.5.1:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@@ -1007,7 +1007,7 @@ fi
|
||||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
w3m configure 0.5
|
||||
w3m configure 0.5.1
|
||||
generated by GNU Autoconf 2.59
|
||||
|
||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
@@ -1021,7 +1021,7 @@ cat >&5 <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by w3m $as_me 0.5, which was
|
||||
It was created by w3m $as_me 0.5.1, which was
|
||||
generated by GNU Autoconf 2.59. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@@ -1358,7 +1358,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
|
||||
PACKAGE=w3m
|
||||
VERSION=0.5
|
||||
VERSION=0.5.1
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define PACKAGE "$PACKAGE"
|
||||
_ACEOF
|
||||
@@ -10511,7 +10511,7 @@ _ASBOX
|
||||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by w3m $as_me 0.5, which was
|
||||
This file was extended by w3m $as_me 0.5.1, which was
|
||||
generated by GNU Autoconf 2.59. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@@ -10574,7 +10574,7 @@ _ACEOF
|
||||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
w3m config.status 0.5
|
||||
w3m config.status 0.5.1
|
||||
configured by $0, generated by GNU Autoconf 2.59,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
dnl w3m autoconf
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(w3m, 0.5, ukai@debian.or.jp)
|
||||
AC_INIT(w3m, 0.5.1, ukai@debian.or.jp)
|
||||
PACKAGE=w3m
|
||||
VERSION=0.5
|
||||
VERSION=0.5.1
|
||||
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
|
||||
AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
|
||||
AC_SUBST(PACKAGE)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
w3m: WWW wo Miru Tool version 0.5 March 22, 2004
|
||||
w3m: WWW wo Miru Tool version 0.5.1 April 29, 2004
|
||||
(C) Copyright by Akinori ITO
|
||||
Hironori SAKAMOTO
|
||||
Fumitoshi UKAI
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
w3m: WWW wo Miru Tool version 0.5 March 22, 2004
|
||||
w3m: WWW wo Miru Tool version 0.5.1 April 29, 2004
|
||||
(C) Copyright Akinori ITO
|
||||
Hironori SAKAMOTO
|
||||
Fumitoshi UKAI
|
||||
|
||||
54
po/ja.po
54
po/ja.po
@@ -6,9 +6,9 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: w3m 0.4.2\n"
|
||||
"Project-Id-Version: w3m 0.5.1\n"
|
||||
"Report-Msgid-Bugs-To: ukai@debian.or.jp\n"
|
||||
"POT-Creation-Date: 2003-09-26 03:34+0900\n"
|
||||
"POT-Creation-Date: 2004-04-29 03:17+0900\n"
|
||||
"PO-Revision-Date: 2003-09-26 03:35+0900\n"
|
||||
"Last-Translator: Fumitoshi UKAI <ukai@debian.or.jp>\n"
|
||||
"Language-Team: Japanese\n"
|
||||
@@ -661,99 +661,99 @@ msgstr "GB18030
|
||||
msgid "keymap file"
|
||||
msgstr "keymap<61>ե<EFBFBD><D5A5><EFBFBD><EFBFBD><EFBFBD>"
|
||||
|
||||
#: rc.c:262
|
||||
#: rc.c:249
|
||||
msgid "black"
|
||||
msgstr "<22><>"
|
||||
|
||||
#: rc.c:263
|
||||
#: rc.c:250
|
||||
msgid "red"
|
||||
msgstr "<22><>"
|
||||
|
||||
#: rc.c:264
|
||||
#: rc.c:251
|
||||
msgid "green"
|
||||
msgstr "<22><>"
|
||||
|
||||
#: rc.c:265
|
||||
#: rc.c:252
|
||||
msgid "yellow"
|
||||
msgstr "<22><>"
|
||||
|
||||
#: rc.c:266
|
||||
#: rc.c:253
|
||||
msgid "blue"
|
||||
msgstr "<22><>"
|
||||
|
||||
#: rc.c:267
|
||||
#: rc.c:254
|
||||
msgid "magenta"
|
||||
msgstr "<22><>"
|
||||
|
||||
#: rc.c:268
|
||||
#: rc.c:255
|
||||
msgid "cyan"
|
||||
msgstr "<22><><EFBFBD><EFBFBD>"
|
||||
|
||||
#: rc.c:269
|
||||
#: rc.c:256
|
||||
msgid "white"
|
||||
msgstr "<22><>"
|
||||
|
||||
#: rc.c:270
|
||||
#: rc.c:257
|
||||
msgid "terminal"
|
||||
msgstr "ü<><C3BC>"
|
||||
|
||||
#: rc.c:296
|
||||
#: rc.c:276
|
||||
msgid "none"
|
||||
msgstr "̵<><CCB5>"
|
||||
|
||||
#: rc.c:297
|
||||
#: rc.c:277
|
||||
msgid "current URL"
|
||||
msgstr "<22><><EFBFBD>ߤ<EFBFBD>URL"
|
||||
|
||||
#: rc.c:298
|
||||
#: rc.c:278
|
||||
msgid "link URL"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>URL"
|
||||
|
||||
#: rc.c:311
|
||||
#: rc.c:284
|
||||
msgid "A:relative to screen height"
|
||||
msgstr "A:<3A><><EFBFBD>̥<EFBFBD><CCA5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
|
||||
#: rc.c:312
|
||||
#: rc.c:285
|
||||
msgid "B:fixed speed"
|
||||
msgstr "B:<3A><><EFBFBD><EFBFBD><EFBFBD>ιԿ<CEB9>"
|
||||
|
||||
#: rc.c:717
|
||||
#: rc.c:666
|
||||
msgid "Display Settings"
|
||||
msgstr "ɽ<><C9BD><EFBFBD>ط<EFBFBD>"
|
||||
|
||||
#: rc.c:719
|
||||
#: rc.c:668
|
||||
msgid "Color Settings"
|
||||
msgstr "ɽ<><C9BD><EFBFBD><EFBFBD>"
|
||||
|
||||
#: rc.c:721
|
||||
#: rc.c:670
|
||||
msgid "Miscellaneous Settings"
|
||||
msgstr "<22><>¿<EFBFBD><C2BF><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
|
||||
#: rc.c:722
|
||||
#: rc.c:671
|
||||
msgid "Directory Settings"
|
||||
msgstr "<22>ǥ<EFBFBD><C7A5>쥯<EFBFBD>ȥ<EFBFBD><C8A5><EFBFBD><EFBFBD><EFBFBD>"
|
||||
|
||||
#: rc.c:723
|
||||
#: rc.c:672
|
||||
msgid "External Program Settings"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD>ץ<EFBFBD><D7A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
|
||||
#: rc.c:724
|
||||
#: rc.c:673
|
||||
msgid "Network Settings"
|
||||
msgstr "<22>ͥåȥ<C8A5><EFA1BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
|
||||
#: rc.c:725
|
||||
#: rc.c:674
|
||||
msgid "Proxy Settings"
|
||||
msgstr "<22>ץ<EFBFBD><D7A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
|
||||
#: rc.c:727
|
||||
#: rc.c:676
|
||||
msgid "SSL Settings"
|
||||
msgstr "SSL<53><4C><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
|
||||
#: rc.c:730
|
||||
#: rc.c:679
|
||||
msgid "Cookie Settings"
|
||||
msgstr "<22><><EFBFBD>å<EFBFBD><C3A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
|
||||
#: rc.c:733
|
||||
#: rc.c:682
|
||||
msgid "Charset Settings"
|
||||
msgstr "ʸ<><CAB8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɤ<EFBFBD><C9A4><EFBFBD><EFBFBD><EFBFBD>"
|
||||
|
||||
@@ -762,6 +762,6 @@ msgstr "ʸ
|
||||
#. * header. For example, ja.po should translate it as
|
||||
#. * "ja;q=1.0, en;q=0.5" like that.
|
||||
#.
|
||||
#: rc.c:1206
|
||||
#: rc.c:1150
|
||||
msgid "en;q=1.0"
|
||||
msgstr "ja;q=1.0, en;q=0.5"
|
||||
|
||||
52
po/w3m.pot
52
po/w3m.pot
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: ukai@debian.or.jp\n"
|
||||
"POT-Creation-Date: 2003-09-26 03:34+0900\n"
|
||||
"POT-Creation-Date: 2004-04-29 03:17+0900\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -660,99 +660,99 @@ msgstr ""
|
||||
msgid "keymap file"
|
||||
msgstr ""
|
||||
|
||||
#: rc.c:262
|
||||
#: rc.c:249
|
||||
msgid "black"
|
||||
msgstr ""
|
||||
|
||||
#: rc.c:263
|
||||
#: rc.c:250
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: rc.c:264
|
||||
#: rc.c:251
|
||||
msgid "green"
|
||||
msgstr ""
|
||||
|
||||
#: rc.c:265
|
||||
#: rc.c:252
|
||||
msgid "yellow"
|
||||
msgstr ""
|
||||
|
||||
#: rc.c:266
|
||||
#: rc.c:253
|
||||
msgid "blue"
|
||||
msgstr ""
|
||||
|
||||
#: rc.c:267
|
||||
#: rc.c:254
|
||||
msgid "magenta"
|
||||
msgstr ""
|
||||
|
||||
#: rc.c:268
|
||||
#: rc.c:255
|
||||
msgid "cyan"
|
||||
msgstr ""
|
||||
|
||||
#: rc.c:269
|
||||
#: rc.c:256
|
||||
msgid "white"
|
||||
msgstr ""
|
||||
|
||||
#: rc.c:270
|
||||
#: rc.c:257
|
||||
msgid "terminal"
|
||||
msgstr ""
|
||||
|
||||
#: rc.c:296
|
||||
#: rc.c:276
|
||||
msgid "none"
|
||||
msgstr ""
|
||||
|
||||
#: rc.c:297
|
||||
#: rc.c:277
|
||||
msgid "current URL"
|
||||
msgstr ""
|
||||
|
||||
#: rc.c:298
|
||||
#: rc.c:278
|
||||
msgid "link URL"
|
||||
msgstr ""
|
||||
|
||||
#: rc.c:311
|
||||
#: rc.c:284
|
||||
msgid "A:relative to screen height"
|
||||
msgstr ""
|
||||
|
||||
#: rc.c:312
|
||||
#: rc.c:285
|
||||
msgid "B:fixed speed"
|
||||
msgstr ""
|
||||
|
||||
#: rc.c:717
|
||||
#: rc.c:666
|
||||
msgid "Display Settings"
|
||||
msgstr ""
|
||||
|
||||
#: rc.c:719
|
||||
#: rc.c:668
|
||||
msgid "Color Settings"
|
||||
msgstr ""
|
||||
|
||||
#: rc.c:721
|
||||
#: rc.c:670
|
||||
msgid "Miscellaneous Settings"
|
||||
msgstr ""
|
||||
|
||||
#: rc.c:722
|
||||
#: rc.c:671
|
||||
msgid "Directory Settings"
|
||||
msgstr ""
|
||||
|
||||
#: rc.c:723
|
||||
#: rc.c:672
|
||||
msgid "External Program Settings"
|
||||
msgstr ""
|
||||
|
||||
#: rc.c:724
|
||||
#: rc.c:673
|
||||
msgid "Network Settings"
|
||||
msgstr ""
|
||||
|
||||
#: rc.c:725
|
||||
#: rc.c:674
|
||||
msgid "Proxy Settings"
|
||||
msgstr ""
|
||||
|
||||
#: rc.c:727
|
||||
#: rc.c:676
|
||||
msgid "SSL Settings"
|
||||
msgstr ""
|
||||
|
||||
#: rc.c:730
|
||||
#: rc.c:679
|
||||
msgid "Cookie Settings"
|
||||
msgstr ""
|
||||
|
||||
#: rc.c:733
|
||||
#: rc.c:682
|
||||
msgid "Charset Settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -761,6 +761,6 @@ msgstr ""
|
||||
#. * header. For example, ja.po should translate it as
|
||||
#. * "ja;q=1.0, en;q=0.5" like that.
|
||||
#.
|
||||
#: rc.c:1206
|
||||
#: rc.c:1150
|
||||
msgid "en;q=1.0"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* $Id: version.c.in,v 1.43 2004/03/21 18:40:23 ukai Exp $ */
|
||||
#define CURRENT_VERSION "w3m/0.5+cvs"
|
||||
/* $Id: version.c.in,v 1.44 2004/04/28 18:19:25 ukai Exp $ */
|
||||
#define CURRENT_VERSION "w3m/0.5.1"
|
||||
|
||||
#ifndef FM_H
|
||||
char *w3m_version = CURRENT_VERSION;
|
||||
|
||||
Reference in New Issue
Block a user