aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 266ce2dc90..8454b2a078 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,14 @@
2004-01-07 Rodney Dawes <dobey@ximian.com>
+ * gui/component/select-names/e-select-names.c:
+ * gui/component/select-names/select-names.glade: Make the ESelectNames
+ object be a HIG-compliant dialog, change "Folder" to be "Address Book",
+ and fix a mnemonic conflict with "Category" and "Cancel"
+
+ Fixes #50660
+
+2004-01-07 Rodney Dawes <dobey@ximian.com>
+
* gui/component/addressbook-component.c: Move the smime_component_init
call to the instance init callback, rather than the class init, and
wrap it in #if HAVE_NSS, so the addressbook works without smime support