aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2008-09-11 23:34:29 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-09-11 23:34:29 +0800
commitc0a255eb90769638d57ae4122932f75c46e4e531 (patch)
tree5213694107a246763c25c0a089553dd7c8708b32 /addressbook/ChangeLog
parent4c8aa5982c0132716f473873d0e1d7601df14607 (diff)
downloadgsoc2013-evolution-c0a255eb90769638d57ae4122932f75c46e4e531.tar
gsoc2013-evolution-c0a255eb90769638d57ae4122932f75c46e4e531.tar.gz
gsoc2013-evolution-c0a255eb90769638d57ae4122932f75c46e4e531.tar.bz2
gsoc2013-evolution-c0a255eb90769638d57ae4122932f75c46e4e531.tar.lz
gsoc2013-evolution-c0a255eb90769638d57ae4122932f75c46e4e531.tar.xz
gsoc2013-evolution-c0a255eb90769638d57ae4122932f75c46e4e531.tar.zst
gsoc2013-evolution-c0a255eb90769638d57ae4122932f75c46e4e531.zip
Merge revisions 36016:36303 from trunk.
svn path=/branches/kill-bonobo/; revision=36307
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog132
1 files changed, 132 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 6e42ffec29..8381d07b44 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,135 @@
+2008-09-08 Milan Crha <mcrha@redhat.com>
+
+ ** Part of fix for bug #361413
+
+ * gui/widgets/eab-gui-util.c: (eab_load_error_dialog):
+ Print detailed error also for LDAP backends.
+
+2008-09-06 Michael Meeks <michael.meeks@novell.com>
+
+ * gui/component/openldap-extract.h: License fixes.
+
+2008-09-04 Sankar P <psankar@novell.com>
+
+License Changes
+
+ * gui/widgets/e-minicard-view.c:
+ * gui/widgets/eab-popup-control.c:
+
+2008-09-02 Sankar P <psankar@novell.com>
+
+License Changes
+
+ * gui/component/addressbook-config.h:
+ * gui/component/addressbook.h:
+ * gui/component/autocompletion-config.c:
+ * gui/component/autocompletion-config.h:
+ * gui/component/component-factory.c:
+ * gui/contact-editor/e-contact-editor-address.c:
+ * gui/contact-editor/e-contact-editor-address.h:
+ * gui/contact-editor/e-contact-editor-fullname.c:
+ * gui/contact-editor/e-contact-editor-fullname.h:
+ * gui/contact-editor/e-contact-editor-im.c:
+ * gui/contact-editor/e-contact-editor-im.h:
+ * gui/contact-editor/e-contact-editor.h:
+ * gui/contact-editor/e-contact-quick-add.h:
+ * gui/contact-editor/test-editor.c:
+ * gui/contact-list-editor/e-contact-list-editor.c:
+ * gui/contact-list-editor/e-contact-list-editor.h:
+ * gui/contact-list-editor/e-contact-list-model.c:
+ * gui/merging/eab-contact-compare.c:
+ * gui/merging/eab-contact-merging.c:
+ * gui/merging/eab-contact-merging.h:
+ * gui/widgets/e-addressbook-reflow-adapter.c:
+ * gui/widgets/e-addressbook-table-adapter.c:
+ * gui/widgets/e-addressbook-view.h:
+ * gui/widgets/e-minicard-label.h:
+ * gui/widgets/e-minicard-view-widget.c:
+ * gui/widgets/e-minicard-view-widget.h:
+ * gui/widgets/e-minicard.h:
+ * gui/widgets/eab-config.c:
+ * gui/widgets/eab-contact-display.h:
+ * gui/widgets/eab-menu.c:
+ * gui/widgets/eab-popup.c:
+ * gui/widgets/gal-view-factory-minicard.c:
+ * gui/widgets/gal-view-minicard.h:
+ * importers/evolution-csv-importer.c:
+ * printing/e-contact-print-style-editor.c:
+ * printing/e-contact-print-style-editor.h:
+ * printing/e-contact-print-types.h:
+ * printing/e-contact-print.c:
+ * printing/e-contact-print.h:
+ * printing/test-contact-print-style-editor.c:
+ * printing/test-print.c:
+ * tools/evolution-addressbook-export-list-cards.c:
+ * util/eab-book-util.c:
+ * util/eab-book-util.h:
+
+2008-09-01 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #448435
+
+ * gui/component/addressbook-config.c: (eabc_general_host):
+ Keep UI consistent, disable SSL method for 636 port.
+
+2008-09-01 Milan Crha <mcrha@redhat.com>
+
+ ** Part of fix for bug #548827
+
+ * gui/widgets/eab-gui-util.c: (eab_error_dialog):
+ Check bounds of the string array before accessing elements.
+ * gui/widgets/e-addressbook-view.c: (delete_contacts_cb):
+ Show more detailed error message if available.
+
+2008-08-30 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes bug #548348
+
+ * printing/Makefile.am:
+ Add a libecontactprint_la_LIBADD stanza so we link to the
+ correct libemiscwidgets and libeutil.
+
+2008-08-27 Philip Withnall <philip@tecnocode.co.uk>
+
+ ** Fix for bug #534762
+
+ * addressbook.error.xml:
+ * conduit/address-conduit.c:
+ * gui/widgets/eab-gui-util.c: (eab_load_error_dialog),
+ (eab_search_result_dialog):
+ * gui/widgets/eab-vcard-control.c: (eab_vcard_control_new):
+ * tools/evolution-addressbook-export-list-folders.c:
+ (action_list_folders_init):
+ * tools/evolution-addressbook-export.c: Change "addressbook" to
+ "address book" in translatable strings.
+
+2008-08-27 Sankar P <psankar@novell.com>
+
+License Changes
+
+ * gui/component/addressbook-component.h:
+ * gui/component/addressbook-migrate.h:
+ * gui/component/addressbook-view.h:
+ * gui/component/openldap-extract.h:
+ * gui/contact-editor/eab-editor.h:
+ * gui/contact-list-editor/e-contact-list-model.h:
+ * gui/merging/eab-contact-compare.h:
+ * gui/widgets/e-addressbook-model.h:
+ * gui/widgets/e-addressbook-reflow-adapter.h:
+ * gui/widgets/e-addressbook-table-adapter.h:
+ * gui/widgets/e-minicard-view.h:
+ * gui/widgets/eab-config.h:
+ * gui/widgets/eab-gui-util.h:
+ * gui/widgets/eab-menu.h:
+ * gui/widgets/eab-popup-control.h:
+ * gui/widgets/eab-popup.h:
+ * gui/widgets/eab-vcard-control.h:
+ * gui/widgets/gal-view-factory-minicard.h:
+ * gui/widgets/gal-view-minicard.c:
+ * importers/evolution-addressbook-importers.h:
+ * tools/evolution-addressbook-export-list-folders.c:
+ * tools/evolution-addressbook-export.h:
+
2008-08-18 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #508732