aboutsummaryrefslogtreecommitdiffstats
path: root/smime/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'smime/ChangeLog')
-rw-r--r--smime/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/smime/ChangeLog b/smime/ChangeLog
index c5b644d9a2..b82a4c6fa0 100644
--- a/smime/ChangeLog
+++ b/smime/ChangeLog
@@ -1,5 +1,14 @@
2003-12-04 Chris Toshok <toshok@ximian.com>
+ * gui/certificate-viewer.c (certificate_viewer_show): set the
+ window title based on e_cert_get_window_title.
+
+ * lib/e-cert.c (e_cert_get_window_title): new function, for use
+ with the certificate viewer.
+ (create_asn1_struct): call e_cert_get_window_title.
+
+2003-12-04 Chris Toshok <toshok@ximian.com>
+
* lib/e-cert.h: add prototype for e_cert_get_asn1_struct.
* lib/e-cert.c (e_cert_dispose): unref the asn1 object.