aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-06-06 01:40:00 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-06-06 01:40:00 +0000
commit8c7ec3389908808d0b572bc37e692f7b3d7ce0a4 (patch)
tree778aca7cbc28260163e00cdcf66b1bc46e064e47
parent4f5fa4e0a5275f16c2600510eb79a0ee88e2178b (diff)
trivial fixes.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2006 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLog.ja7
-rw-r--r--INSTALL9
-rw-r--r--INSTALL.ja7
-rw-r--r--README2
-rw-r--r--README.ja2
-rw-r--r--configure.in2
-rw-r--r--src/about.c4
8 files changed, 28 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index aa9b887b..145e424d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-06-06
+
+ * INSTALL
+ INSTALL.ja: fixed GnuPG/GPGME URL.
+ * configure.in: require GPGME >= 1.0.0.
+ * src/about.c: updated copyright year.
+
2008-06-05
* libsylph/codeconv.c: conv_get_locale_charset(): recognize "utf8"
diff --git a/ChangeLog.ja b/ChangeLog.ja
index 1d8665ee..5d77bfa4 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,3 +1,10 @@
+2008-06-06
+
+ * INSTALL
+ INSTALL.ja: GnuPG/GPGME の URL を修正。
+ * configure.in: GPGME >= 1.0.0 を要求するようにした。
+ * src/about.c: コピーライトの年を更新。
+
2008-06-05
* libsylph/codeconv.c: conv_get_locale_charset(): ロケール文字列中の
diff --git a/INSTALL b/INSTALL
index 6522fdcb..e7f7d6f1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -13,7 +13,8 @@ Curretnly it is confirmed to work on the following environments
Linux
-o Ubuntu 6.10 (Edgy Eft) (glibc 2.4) (development environment)
+o Ubuntu 7.04 (Feisty Fawn) (glibc 2.5) (development environment)
+o Ubuntu 6.10 (Edgy Eft) (glibc 2.4)
o Debian GNU/Linux (i386/sid) (glibc 2.3.6)
o Debian GNU/Linux (amd64/sid-based) (glibc 2.3.5)
o Debian GNU/Linux (sarge) (glibc 2.3.2)
@@ -36,7 +37,7 @@ o Miracle Linux for PostgreSQL Version1.0
o Miracle Linux for Samba Version1.0
o Laser5 Linux 6.0 / 6.2 / 6.4 (glibc 2.1.x)
o Kondara MNU/Linux 1.0 (glibc 2.1.x) / 1.2 / 2.0
-o LinuxPPC2000 + Yukikaze(Japanization kit)
+o LinuxPPC2000 + Yukikaze (Japanization kit)
o Linux2000G (Intel / PPC)
o HOLON Linux 2.0 (Intel / PPC)
o Linux for PPC Japanese Edition 2.0 (glibc 2.1.x)
@@ -113,8 +114,8 @@ You can get compface utilities and library from the following location:
GnuPG (>= 1.2.0) and GPGME (>= 1.0.0) are required for GnuPG (PGP) support.
You can get GnuPG and GPGME from the following location:
- ftp://ftp.gnupg.org/pub/gcrypt/gpgme/
- ftp://ftp.gnupg.org/pub/gcrypt/gnupg/
+ ftp://ftp.gnupg.org/gcrypt/gpgme/
+ ftp://ftp.gnupg.org/gcrypt/gnupg/
Options for configure script
============================
diff --git a/INSTALL.ja b/INSTALL.ja
index ebfebe61..0a68ef9d 100644
--- a/INSTALL.ja
+++ b/INSTALL.ja
@@ -11,7 +11,8 @@
Linux
-o Ubuntu 6.10 (Edgy Eft) (glibc 2.4) (開発環境)
+o Ubuntu 7.04 (Feisty Fawn) (glibc 2.5) (開発環境)
+o Ubuntu 6.10 (Edgy Eft) (glibc 2.4)
o Debian GNU/Linux (i386/sid) (glibc 2.3.6)
o Debian GNU/Linux (amd64/sid-based) (glibc 2.3.5)
o Debian GNU/Linux (sarge) (glibc 2.3.2)
@@ -112,8 +113,8 @@ compface ユーティリティとライブラリは以下の場所から取得できます:
GnuPG (PGP)対応を有効にしたい場合は、 GPGME 1.0.0 以降と GnuPG 1.2.0 以降が
必要です。 GnuPG と GPGME は以下の場所から取得できます:
- ftp://ftp.gnupg.org/pub/gcrypt/gpgme/
- ftp://ftp.gnupg.org/pub/gcrypt/gnupg/
+ ftp://ftp.gnupg.org/gcrypt/gpgme/
+ ftp://ftp.gnupg.org/gcrypt/gnupg/
configure スクリプトのオプション
================================
diff --git a/README b/README
index c538620b..744fc1c5 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Sylpheed - lightweight and user-friendly e-mail client
- Copyright(C) 1999-2007 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
+ Copyright(C) 1999-2008 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/README.ja b/README.ja
index d6859276..ba5abf30 100644
--- a/README.ja
+++ b/README.ja
@@ -1,6 +1,6 @@
Sylpheed - 軽量でユーザフレンドリーな電子メールクライアント
- Copyright(C) 1999-2007 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
+ Copyright(C) 1999-2008 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/configure.in b/configure.in
index 3ef8c3af..4c4082be 100644
--- a/configure.in
+++ b/configure.in
@@ -132,7 +132,7 @@ AC_ARG_ENABLE(gpgme,
AC_MSG_CHECKING([whether to use GPGME])
if test $ac_cv_enable_gpgme = yes; then
AC_MSG_RESULT(yes)
- AM_PATH_GPGME(0.4.5, AC_DEFINE(USE_GPGME, 1, Define if you use GPGME to support OpenPGP.),
+ AM_PATH_GPGME(1.0.0, AC_DEFINE(USE_GPGME, 1, Define if you use GPGME to support OpenPGP.),
[use_gpgme=no
ac_cv_enable_gpgme=no])
else
diff --git a/src/about.c b/src/about.c
index 70446578..6e22e9b2 100644
--- a/src/about.c
+++ b/src/about.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2007 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2008 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -175,7 +175,7 @@ static void about_create(void)
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
label = gtk_label_new
- ("Copyright (C) 1999-2007 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>");
+ ("Copyright (C) 1999-2008 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>");
gtk_label_set_selectable(GTK_LABEL(label), TRUE);
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);