aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog42
1 files changed, 42 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index bb251b4963..f634649050 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,45 @@
+2008-08-14 Matthew Barnes <mbarnes@redhat.com>
+
+ * gui/contact-editor/e-contact-editor.c:
+ Use e_display_help() for displaying help.
+
+2008-08-12 Matthew Barnes <mbarnes@redhat.com>
+
+ * gui/component/GNOME_Evolution_Addressbook.server.in.in:
+ Fix a typo. (#547369)
+
+ * gui/component/addressbook-migrate.c:
+ Fix TeX-style quotes. (#547372)
+
+2008-08-12 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #547308
+
+ * gui/component/addressbook.c: (load_source_auth_cb):
+ Do not try to authenticate to the server more than twice when knows
+ the password and it didn't fail because of wrong user name/password.
+ * gui/widgets/eab-gui-util.c: (const char *status_to_string[]):
+ New string for new status code.
+ * gui/widgets/eab-gui-util.c: (eab_load_error_dialog):
+ Include detailed error in generic failure error, if available and is
+ not a repository offline error.
+
+2008-08-11 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes part of bug #546892
+
+ * gui/contact-editor/e-contact-editor-fullname.c:
+ * gui/contact-editor/e-contact-editor-im.c:
+ * gui/contact-editor/e-contact-editor-address.c:
+ Prefer gtk_window_set_icon_name() over gtk_window_set_icon_list().
+
+ * gui/contact-editor/e-contact-editor-im.c:
+ Prefer gtk_image_new_from_icon_name() over e_icon_factory_get_image().
+
+ * gui/component/addressbook-view.c:
+ e_activity_handler_operation_started() no longer takes a GdkPixbuf.
+ It was ignoring the pixbuf anyway ever since we added a spinner icon.
+
2008-08-07 Milan Crha <mcrha@redhat.com>
** Fix for bug #324203