w3m 0.5.2 release
This commit is contained in:
13
ChangeLog
13
ChangeLog
@@ -1,3 +1,14 @@
|
||||
2007-05-31 Dai Sato <satodai@w3m.jp>
|
||||
|
||||
* w3m 0.5.2
|
||||
* version.c.in: update
|
||||
* doc/README: version 0.5.2, release date, maintainer
|
||||
* doc-jp/README: ditto
|
||||
* po/w3m.pot, ja.po: ditto
|
||||
* NEWS: update
|
||||
* configure.ac: version 0.5.2
|
||||
* configure: regenerated
|
||||
|
||||
2007-05-31 Tsutomu OKADA
|
||||
|
||||
* [20070530101431@w3mbbs] Re: road to 0.5.2
|
||||
@@ -8906,4 +8917,4 @@ a * [w3m-dev 03276] compile error on EWS4800
|
||||
* release-0-2-1
|
||||
* import w3m-0.2.1
|
||||
|
||||
$Id: ChangeLog,v 1.997 2007/05/31 01:19:50 inu Exp $
|
||||
$Id: ChangeLog,v 1.998 2007/05/31 12:17:05 inu Exp $
|
||||
|
12
NEWS
12
NEWS
@@ -1,3 +1,15 @@
|
||||
w3m 0.5.2 - 2007-05-31
|
||||
|
||||
* security fix
|
||||
- fix format string vulnerability.
|
||||
* new features
|
||||
- support gtk2 with w3m-img.
|
||||
- new option for LiveHTTPHeaders-like logs.
|
||||
- new option to fontify <del>, <s>, <ins>, and so on.
|
||||
* other bug fixes
|
||||
- avoid errors in "configure" and "make".
|
||||
- '\n' handling in attributes' values of HTML tags.
|
||||
|
||||
w3m 0.5.1 - 2004-04-29
|
||||
|
||||
* fix minor bugs
|
||||
|
86
configure
vendored
86
configure
vendored
@@ -1,8 +1,8 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61 for w3m 0.5.1.
|
||||
# Generated by GNU Autoconf 2.61 for w3m 0.5.2.
|
||||
#
|
||||
# Report bugs to <ukai@debian.or.jp>.
|
||||
# Report bugs to <satodai@w3m.jp>.
|
||||
#
|
||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
||||
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
|
||||
@@ -574,9 +574,9 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='w3m'
|
||||
PACKAGE_TARNAME='w3m'
|
||||
PACKAGE_VERSION='0.5.1'
|
||||
PACKAGE_STRING='w3m 0.5.1'
|
||||
PACKAGE_BUGREPORT='ukai@debian.or.jp'
|
||||
PACKAGE_VERSION='0.5.2'
|
||||
PACKAGE_STRING='w3m 0.5.2'
|
||||
PACKAGE_BUGREPORT='satodai@w3m.jp'
|
||||
|
||||
# Factoring default headers for most tests.
|
||||
ac_includes_default="\
|
||||
@@ -1282,7 +1282,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.1 to adapt to many kinds of systems.
|
||||
\`configure' configures w3m 0.5.2 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@@ -1347,7 +1347,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of w3m 0.5.1:";;
|
||||
short | recursive ) echo "Configuration of w3m 0.5.2:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@@ -1419,7 +1419,7 @@ Some influential environment variables:
|
||||
Use these variables to override the choices made by `configure' or to help
|
||||
it to find libraries and programs with nonstandard names/locations.
|
||||
|
||||
Report bugs to <ukai@debian.or.jp>.
|
||||
Report bugs to <satodai@w3m.jp>.
|
||||
_ACEOF
|
||||
ac_status=$?
|
||||
fi
|
||||
@@ -1480,7 +1480,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
w3m configure 0.5.1
|
||||
w3m configure 0.5.2
|
||||
generated by GNU Autoconf 2.61
|
||||
|
||||
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
||||
@@ -1494,7 +1494,7 @@ cat >config.log <<_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.1, which was
|
||||
It was created by w3m $as_me 0.5.2, which was
|
||||
generated by GNU Autoconf 2.61. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@@ -1848,7 +1848,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
|
||||
PACKAGE=w3m
|
||||
VERSION=0.5.1
|
||||
VERSION=0.5.2
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define PACKAGE "$PACKAGE"
|
||||
_ACEOF
|
||||
@@ -7706,9 +7706,9 @@ echo "$as_me: WARNING: gc.h: proceeding with the preprocessor's result" >&2;}
|
||||
{ echo "$as_me:$LINENO: WARNING: gc.h: in the future, the compiler will take precedence" >&5
|
||||
echo "$as_me: WARNING: gc.h: in the future, the compiler will take precedence" >&2;}
|
||||
( cat <<\_ASBOX
|
||||
## -------------------------------- ##
|
||||
## Report this to ukai@debian.or.jp ##
|
||||
## -------------------------------- ##
|
||||
## ----------------------------- ##
|
||||
## Report this to satodai@w3m.jp ##
|
||||
## ----------------------------- ##
|
||||
_ASBOX
|
||||
) | sed "s/^/$as_me: WARNING: /" >&2
|
||||
;;
|
||||
@@ -7851,9 +7851,9 @@ echo "$as_me: WARNING: gc.h: proceeding with the preprocessor's result" >&2;}
|
||||
{ echo "$as_me:$LINENO: WARNING: gc.h: in the future, the compiler will take precedence" >&5
|
||||
echo "$as_me: WARNING: gc.h: in the future, the compiler will take precedence" >&2;}
|
||||
( cat <<\_ASBOX
|
||||
## -------------------------------- ##
|
||||
## Report this to ukai@debian.or.jp ##
|
||||
## -------------------------------- ##
|
||||
## ----------------------------- ##
|
||||
## Report this to satodai@w3m.jp ##
|
||||
## ----------------------------- ##
|
||||
_ASBOX
|
||||
) | sed "s/^/$as_me: WARNING: /" >&2
|
||||
;;
|
||||
@@ -8712,9 +8712,9 @@ echo "$as_me: WARNING: termios.h: proceeding with the preprocessor's result" >&2
|
||||
{ echo "$as_me:$LINENO: WARNING: termios.h: in the future, the compiler will take precedence" >&5
|
||||
echo "$as_me: WARNING: termios.h: in the future, the compiler will take precedence" >&2;}
|
||||
( cat <<\_ASBOX
|
||||
## -------------------------------- ##
|
||||
## Report this to ukai@debian.or.jp ##
|
||||
## -------------------------------- ##
|
||||
## ----------------------------- ##
|
||||
## Report this to satodai@w3m.jp ##
|
||||
## ----------------------------- ##
|
||||
_ASBOX
|
||||
) | sed "s/^/$as_me: WARNING: /" >&2
|
||||
;;
|
||||
@@ -8848,9 +8848,9 @@ echo "$as_me: WARNING: termio.h: proceeding with the preprocessor's result" >&2;
|
||||
{ echo "$as_me:$LINENO: WARNING: termio.h: in the future, the compiler will take precedence" >&5
|
||||
echo "$as_me: WARNING: termio.h: in the future, the compiler will take precedence" >&2;}
|
||||
( cat <<\_ASBOX
|
||||
## -------------------------------- ##
|
||||
## Report this to ukai@debian.or.jp ##
|
||||
## -------------------------------- ##
|
||||
## ----------------------------- ##
|
||||
## Report this to satodai@w3m.jp ##
|
||||
## ----------------------------- ##
|
||||
_ASBOX
|
||||
) | sed "s/^/$as_me: WARNING: /" >&2
|
||||
;;
|
||||
@@ -8984,9 +8984,9 @@ echo "$as_me: WARNING: sgtty.h: proceeding with the preprocessor's result" >&2;}
|
||||
{ echo "$as_me:$LINENO: WARNING: sgtty.h: in the future, the compiler will take precedence" >&5
|
||||
echo "$as_me: WARNING: sgtty.h: in the future, the compiler will take precedence" >&2;}
|
||||
( cat <<\_ASBOX
|
||||
## -------------------------------- ##
|
||||
## Report this to ukai@debian.or.jp ##
|
||||
## -------------------------------- ##
|
||||
## ----------------------------- ##
|
||||
## Report this to satodai@w3m.jp ##
|
||||
## ----------------------------- ##
|
||||
_ASBOX
|
||||
) | sed "s/^/$as_me: WARNING: /" >&2
|
||||
;;
|
||||
@@ -9128,9 +9128,9 @@ echo "$as_me: WARNING: float.h: proceeding with the preprocessor's result" >&2;}
|
||||
{ echo "$as_me:$LINENO: WARNING: float.h: in the future, the compiler will take precedence" >&5
|
||||
echo "$as_me: WARNING: float.h: in the future, the compiler will take precedence" >&2;}
|
||||
( cat <<\_ASBOX
|
||||
## -------------------------------- ##
|
||||
## Report this to ukai@debian.or.jp ##
|
||||
## -------------------------------- ##
|
||||
## ----------------------------- ##
|
||||
## Report this to satodai@w3m.jp ##
|
||||
## ----------------------------- ##
|
||||
_ASBOX
|
||||
) | sed "s/^/$as_me: WARNING: /" >&2
|
||||
;;
|
||||
@@ -9266,9 +9266,9 @@ echo "$as_me: WARNING: sys/select.h: proceeding with the preprocessor's result"
|
||||
{ echo "$as_me:$LINENO: WARNING: sys/select.h: in the future, the compiler will take precedence" >&5
|
||||
echo "$as_me: WARNING: sys/select.h: in the future, the compiler will take precedence" >&2;}
|
||||
( cat <<\_ASBOX
|
||||
## -------------------------------- ##
|
||||
## Report this to ukai@debian.or.jp ##
|
||||
## -------------------------------- ##
|
||||
## ----------------------------- ##
|
||||
## Report this to satodai@w3m.jp ##
|
||||
## ----------------------------- ##
|
||||
_ASBOX
|
||||
) | sed "s/^/$as_me: WARNING: /" >&2
|
||||
;;
|
||||
@@ -9404,9 +9404,9 @@ echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;
|
||||
{ echo "$as_me:$LINENO: WARNING: locale.h: in the future, the compiler will take precedence" >&5
|
||||
echo "$as_me: WARNING: locale.h: in the future, the compiler will take precedence" >&2;}
|
||||
( cat <<\_ASBOX
|
||||
## -------------------------------- ##
|
||||
## Report this to ukai@debian.or.jp ##
|
||||
## -------------------------------- ##
|
||||
## ----------------------------- ##
|
||||
## Report this to satodai@w3m.jp ##
|
||||
## ----------------------------- ##
|
||||
_ASBOX
|
||||
) | sed "s/^/$as_me: WARNING: /" >&2
|
||||
;;
|
||||
@@ -9542,9 +9542,9 @@ echo "$as_me: WARNING: stdint.h: proceeding with the preprocessor's result" >&2;
|
||||
{ echo "$as_me:$LINENO: WARNING: stdint.h: in the future, the compiler will take precedence" >&5
|
||||
echo "$as_me: WARNING: stdint.h: in the future, the compiler will take precedence" >&2;}
|
||||
( cat <<\_ASBOX
|
||||
## -------------------------------- ##
|
||||
## Report this to ukai@debian.or.jp ##
|
||||
## -------------------------------- ##
|
||||
## ----------------------------- ##
|
||||
## Report this to satodai@w3m.jp ##
|
||||
## ----------------------------- ##
|
||||
_ASBOX
|
||||
) | sed "s/^/$as_me: WARNING: /" >&2
|
||||
;;
|
||||
@@ -9680,9 +9680,9 @@ echo "$as_me: WARNING: inttypes.h: proceeding with the preprocessor's result" >&
|
||||
{ echo "$as_me:$LINENO: WARNING: inttypes.h: in the future, the compiler will take precedence" >&5
|
||||
echo "$as_me: WARNING: inttypes.h: in the future, the compiler will take precedence" >&2;}
|
||||
( cat <<\_ASBOX
|
||||
## -------------------------------- ##
|
||||
## Report this to ukai@debian.or.jp ##
|
||||
## -------------------------------- ##
|
||||
## ----------------------------- ##
|
||||
## Report this to satodai@w3m.jp ##
|
||||
## ----------------------------- ##
|
||||
_ASBOX
|
||||
) | sed "s/^/$as_me: WARNING: /" >&2
|
||||
;;
|
||||
@@ -11220,7 +11220,7 @@ exec 6>&1
|
||||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by w3m $as_me 0.5.1, which was
|
||||
This file was extended by w3m $as_me 0.5.2, which was
|
||||
generated by GNU Autoconf 2.61. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@@ -11273,7 +11273,7 @@ Report bugs to <bug-autoconf@gnu.org>."
|
||||
_ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
w3m config.status 0.5.1
|
||||
w3m config.status 0.5.2
|
||||
configured by $0, generated by GNU Autoconf 2.61,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/^ //; 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.1, ukai@debian.or.jp)
|
||||
AC_INIT(w3m, 0.5.2, satodai@w3m.jp)
|
||||
PACKAGE=w3m
|
||||
VERSION=0.5.1
|
||||
VERSION=0.5.2
|
||||
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.1 April 29, 2004
|
||||
w3m: WWW wo Miru Tool version 0.5.2 May 31, 2007
|
||||
(C) Copyright by Akinori ITO
|
||||
Hironori SAKAMOTO
|
||||
Fumitoshi UKAI
|
||||
@@ -41,7 +41,7 @@
|
||||
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
|
||||
MacOS X 10.1, 10.2, 10.3, 10.4
|
||||
|
||||
2. <20><><EFBFBD>ȡ<F3A5B9A5><C8A1><EFBFBD>
|
||||
|
||||
@@ -102,7 +102,7 @@ Windows
|
||||
|
||||
w3m <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϡ<EFBFBD><CFA1><EFBFBD>ƣ<EFBFBD><C6A3>§<EFBFBD><C2A7>°<EFBFBD><C2B0><EFBFBD>Ƥ<EFBFBD><C6A4>ޤ<EFBFBD><DEA4><EFBFBD>
|
||||
(C) Copyright 1994-2002 by Akinori Ito
|
||||
(C) Copyright 2002-2004 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai
|
||||
(C) Copyright 2002-2007 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai
|
||||
|
||||
4. <20><><EFBFBD>۾<EFBFBD><DBBE><EFBFBD>
|
||||
|
||||
@@ -113,16 +113,16 @@ w3m
|
||||
|
||||
5. <20><><EFBFBD><EFBFBD>
|
||||
|
||||
<09><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ع<EFBFBD><D8B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ŻҾ<C5BB><D2BE>ز<F3B9A9B3>
|
||||
<09><>ƣ <20><>§
|
||||
<09><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ر<EFBFBD><D8B1><EFBFBD><EFBFBD>ظ<EFBFBD><D8B8><EFBFBD><EFBFBD><EFBFBD>
|
||||
aito@fw.ipsj.or.jp
|
||||
|
||||
<EFBFBD><EFBFBD><EFBFBD>ߤΥ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƥ<EFBFBD>
|
||||
<09><><EFBFBD><EFBFBD>ʸ<EFBFBD><EFBFBD>
|
||||
Debian Project
|
||||
ukai@debian.or.jp
|
||||
<09><>ƣ <EFBFBD><EFBFBD>
|
||||
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>±<EFBFBD>
|
||||
satodai@w3m.jp
|
||||
|
||||
<EFBFBD><EFBFBD><EFBFBD>ո<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ۤ<EFBFBD>ML<EFBFBD>ޤǤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
w3m-dev@mi.med.tohoku.ac.jp (<28><><EFBFBD>ܸ<EFBFBD>)
|
||||
w3m-dev-en@mi.med.tohoku.ac.jp (<28>Ѹ<EFBFBD>)
|
||||
w3m-dev@sic.med.tohoku.ac.jp (<28><><EFBFBD>ܸ<EFBFBD>)
|
||||
w3m-dev-en@sic.med.tohoku.ac.jp (<28>Ѹ<EFBFBD>)
|
||||
http://w3m.sourceforge.net/
|
||||
|
18
doc/README
18
doc/README
@@ -1,4 +1,4 @@
|
||||
w3m: WWW wo Miru Tool version 0.5.1 April 29, 2004
|
||||
w3m: WWW wo Miru Tool version 0.5.2 May 31, 2007
|
||||
(C) Copyright Akinori ITO
|
||||
Hironori SAKAMOTO
|
||||
Fumitoshi UKAI
|
||||
@@ -37,7 +37,7 @@ w3m is known to work on these platforms.
|
||||
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
|
||||
MacOS X 10.1, 10.2, 10.3, 10.4
|
||||
|
||||
2. Installation
|
||||
|
||||
@@ -90,7 +90,7 @@ Windows
|
||||
3. Copyright
|
||||
|
||||
(C) Copyright 1994-2002 by Akinori Ito
|
||||
(C) Copyright 2002-2004 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai
|
||||
(C) Copyright 2002-2007 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai
|
||||
|
||||
4. License
|
||||
|
||||
@@ -107,15 +107,15 @@ Windows
|
||||
|
||||
Initial author:
|
||||
Akinori Ito
|
||||
Faculty of Engineering, Yamagata University
|
||||
Faculty of Engineering, Tohoku University
|
||||
aito@fw.ipsj.or.jp
|
||||
|
||||
Current Maintainer
|
||||
Fumitoshi UKAI
|
||||
Debian Project
|
||||
ukai@debian.or.jp
|
||||
Dai Sato
|
||||
Tohoku University Hospital
|
||||
satodai@w3m.jp
|
||||
|
||||
Feel free to send your opinion to the w3m mailing-lists.
|
||||
w3m-dev@mi.med.tohoku.ac.jp (Japanese)
|
||||
w3m-dev-en@mi.med.tohoku.ac.jp (English)
|
||||
w3m-dev@sic.med.tohoku.ac.jp (Japanese)
|
||||
w3m-dev-en@sic.med.tohoku.ac.jp (English)
|
||||
http://w3m.sourceforge.net/
|
||||
|
@@ -34,7 +34,7 @@ COPYRIGHT_HOLDER = Fumitoshi UKAI
|
||||
# It can be your email address, or a mailing list address where translators
|
||||
# can write to without being subscribed, or the URL of a web page through
|
||||
# which the translators can contact you.
|
||||
MSGID_BUGS_ADDRESS = ukai@debian.or.jp
|
||||
MSGID_BUGS_ADDRESS = satodai@w3m.jp
|
||||
|
||||
# This is the list of locale categories, beyond LC_MESSAGES, for which the
|
||||
# message catalogs shall be used. It is usually empty.
|
||||
|
4
po/ja.po
4
po/ja.po
@@ -6,8 +6,8 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: w3m 0.5.1\n"
|
||||
"Report-Msgid-Bugs-To: ukai@debian.or.jp\n"
|
||||
"Project-Id-Version: w3m 0.5.2\n"
|
||||
"Report-Msgid-Bugs-To: satodai@w3m.jp\n"
|
||||
"POT-Creation-Date: 2007-05-07 10:49+0900\n"
|
||||
"PO-Revision-Date: 2007-05-07 10:52+0900\n"
|
||||
"Last-Translator: Fumitoshi UKAI <ukai@debian.or.jp>\n"
|
||||
|
@@ -7,7 +7,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: ukai@debian.or.jp\n"
|
||||
"Report-Msgid-Bugs-To: satodai@w3m.jp\n"
|
||||
"POT-Creation-Date: 2007-05-28 19:49+0900\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/* $Id: version.c.in,v 1.45 2004/05/02 16:40:46 ukai Exp $ */
|
||||
#define CURRENT_VERSION "w3m/0.5.1+cvs"
|
||||
/* $Id: version.c.in,v 1.46 2007/05/31 12:17:05 inu Exp $ */
|
||||
#define CURRENT_VERSION "w3m/0.5.2"
|
||||
|
||||
#ifndef FM_H
|
||||
char *w3m_version = CURRENT_VERSION;
|
||||
|
Reference in New Issue
Block a user