From ae48f2a576f588e39e099031ccf8ecce11163ea3 Mon Sep 17 00:00:00 2001
From: Dai Sato <satodai@w3m.jp>
Date: Thu, 31 May 2007 12:17:05 +0000
Subject: w3m 0.5.2 release

---
 ChangeLog     | 13 ++++++++-
 NEWS          | 12 +++++++++
 configure     | 86 +++++++++++++++++++++++++++++------------------------------
 configure.ac  |  4 +--
 doc-jp/README | 18 ++++++-------
 doc/README    | 18 ++++++-------
 po/Makevars   |  2 +-
 po/ja.po      |  4 +--
 po/w3m.pot    |  2 +-
 version.c.in  |  4 +--
 10 files changed, 93 insertions(+), 70 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d57e8d0..d4264f1 100644
--- a/ChangeLog
+++ b/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 $
diff --git a/NEWS b/NEWS
index 5f01175..54731c6 100644
--- a/NEWS
+++ b/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
diff --git a/configure b/configure
index 36da158..7d1ac7f 100755
--- a/configure
+++ b/configure
@@ -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'`\\"
 
diff --git a/configure.ac b/configure.ac
index a2ee3dc..83ddc34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
diff --git a/doc-jp/README b/doc-jp/README
index d0bd9e6..7e3c0f5 100644
--- a/doc-jp/README
+++ b/doc-jp/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 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. ���󥹥ȡ���
 
@@ -102,7 +102,7 @@ Windows
 
 w3m ������ϡ���ƣ��§��°���Ƥ��ޤ���
 (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. ���۾��
 
@@ -113,16 +113,16 @@ w3m 
 
 5. ���
 
-	������ع������ŻҾ��󹩳ز�
 	��ƣ ��§
+	���������ر����ظ����
 	aito@fw.ipsj.or.jp
 
 ���ߤΥ��ƥ�
-	����ʸ��
-	Debian Project
-	ukai@debian.or.jp
+	��ƣ ��
+	��������±�
+	satodai@w3m.jp
 
 ���ո��������ۤ�ML�ޤǤ��󤻤���������
-	w3m-dev@mi.med.tohoku.ac.jp (���ܸ�)
-	w3m-dev-en@mi.med.tohoku.ac.jp (�Ѹ�)
+	w3m-dev@sic.med.tohoku.ac.jp (���ܸ�)
+	w3m-dev-en@sic.med.tohoku.ac.jp (�Ѹ�)
 	http://w3m.sourceforge.net/
diff --git a/doc/README b/doc/README
index daf100c..e696900 100644
--- a/doc/README
+++ b/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/
diff --git a/po/Makevars b/po/Makevars
index 5440cb2..2f57810 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -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.
diff --git a/po/ja.po b/po/ja.po
index 167f780..d02416a 100644
--- a/po/ja.po
+++ b/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"
diff --git a/po/w3m.pot b/po/w3m.pot
index a189716..7c7eb04 100644
--- a/po/w3m.pot
+++ b/po/w3m.pot
@@ -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"
diff --git a/version.c.in b/version.c.in
index a25d596..76501b3 100644
--- a/version.c.in
+++ b/version.c.in
@@ -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;
-- 
cgit v1.2.3