aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-31 06:33:16 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-31 06:33:16 +0000
commit7bc271aed38e8f5d5ca4b2e40eaf2bf545e7a719 (patch)
tree7fcf26d41c7eb67cef9220309b3d529271c323b1 /ChangeLog
parent39397cc63092ed3e8bf91e89ea070dfc1a44114e (diff)
ported to gpgme-1.0.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@56 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 80c0ed4c..efaaa0f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2005-01-31
+
+ * src/rfc2015.c: sig_status_full(): strftime() が返す文字列(locale
+ エンコーディング)を UTF-8 に変換。
+
+2005-01-31
+
+ * configure.in
+ src/textview.c
+ src/passphrase.[ch]
+ src/mimeview.c
+ src/main.c
+ src/select-keys.[ch]
+ src/rfc2015.[ch]
+ src/sigstatus.[ch]: ported to gpgme-1.0 (thanks to Toshio Kuratomi).
+
2005-01-28
* src/template.c: template_write_config(): fixed a memory leak.