aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2009-01-12 12:12:01 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2009-01-12 12:12:01 +0800
commitc7d3c9f95609123035ebaa267f9d2e6ecfa8c2e8 (patch)
tree246bdb714e24e1b0c9a8ce4a3e45a46b230316de /e-util/ChangeLog
parentf8b33bc4ebe9dd8043674141b5fe4660efaa99e8 (diff)
downloadgsoc2013-evolution-c7d3c9f95609123035ebaa267f9d2e6ecfa8c2e8.tar
gsoc2013-evolution-c7d3c9f95609123035ebaa267f9d2e6ecfa8c2e8.tar.gz
gsoc2013-evolution-c7d3c9f95609123035ebaa267f9d2e6ecfa8c2e8.tar.bz2
gsoc2013-evolution-c7d3c9f95609123035ebaa267f9d2e6ecfa8c2e8.tar.lz
gsoc2013-evolution-c7d3c9f95609123035ebaa267f9d2e6ecfa8c2e8.tar.xz
gsoc2013-evolution-c7d3c9f95609123035ebaa267f9d2e6ecfa8c2e8.tar.zst
gsoc2013-evolution-c7d3c9f95609123035ebaa267f9d2e6ecfa8c2e8.zip
Merge revisions 36866:37046 from trunk.
svn path=/branches/kill-bonobo/; revision=37050
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 2cc9357c29..365589f575 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,35 @@
+2009-01-11 Matthew Barnes <mbarnes@redhat.com>
+
+ * e-error.c (ee_response):
+ Call e_display_help() instead of gnome_url_show().
+
+ * e-util.c (e_show_uri):
+ New convenience function calls gtk_show_uri() and displays an
+ error dialog if the URI cannot be shown.
+
+2009-01-10 Matthew Barnes <mbarnes@redhat.com>
+
+ * e-dialog-utils.c:
+ Remove unneeded #include <libgnome/gnome-util.h>.
+
+2009-01-10 Matthew Barnes <mbarnes@redhat.com>
+
+ * e-util.c (e_display_help):
+ Now that we require GTK+ 2.14, use gtk_show_uri() instead of
+ gnome_help_display().
+
+2009-01-01 Matthew Barnes <mbarnes@redhat.com>
+
+ * e-config.c (ec_rebuild):
+ Use the translated the EConfigItem label when building the UI.
+
+2008-12-22 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes bug #564860
+
+ * e-util-label.c (e_util_labels_parse):
+ Don't crash on malformed label strings.
+
2008-12-10 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #563250