aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-12-14 01:57:12 +0800
committerChristian Persch <chpe@src.gnome.org>2004-12-14 01:57:12 +0800
commit43955b584199f99428660d47bc2a7297ffdf763f (patch)
tree8fe84b888fa2e1cdef16d27fbf3049d164f09ae4 /ChangeLog
parentf58beaee60ebf176074bcad300c5e7ac0e253694 (diff)
downloadgsoc2013-epiphany-43955b584199f99428660d47bc2a7297ffdf763f.tar
gsoc2013-epiphany-43955b584199f99428660d47bc2a7297ffdf763f.tar.gz
gsoc2013-epiphany-43955b584199f99428660d47bc2a7297ffdf763f.tar.bz2
gsoc2013-epiphany-43955b584199f99428660d47bc2a7297ffdf763f.tar.lz
gsoc2013-epiphany-43955b584199f99428660d47bc2a7297ffdf763f.tar.xz
gsoc2013-epiphany-43955b584199f99428660d47bc2a7297ffdf763f.tar.zst
gsoc2013-epiphany-43955b584199f99428660d47bc2a7297ffdf763f.zip
Make distcheck fix.
2004-12-13 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: Make distcheck fix. * lib/ephy-string.c: * lib/ephy-string.h: Finally remove ephy_string_shorten(). * src/bookmarks/ephy-bookmark-action.c: (create_tool_item), (ephy_bookmark_action_sync_label): * src/bookmarks/ephy-bookmarks-menu.c: (connect_proxy_cb): * src/bookmarks/ephy-favorites-menu.c: (connect_proxy_cb): * src/bookmarks/ephy-topic-action.c: (create_tool_item), (ephy_topic_action_sync_label), (append_bookmarks_menu), (build_topics_menu): * src/ephy-navigation-action.c: (new_history_menu_item): Use gtk_label_set_max_width_chars() and ellipsise the labels.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ad74d090..27c17f9e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,27 @@
2004-12-13 Christian Persch <chpe@cvs.gnome.org>
+ * Makefile.am:
+
+ Make distcheck fix.
+
+ * lib/ephy-string.c:
+ * lib/ephy-string.h:
+
+ Finally remove ephy_string_shorten().
+
+ * src/bookmarks/ephy-bookmark-action.c: (create_tool_item),
+ (ephy_bookmark_action_sync_label):
+ * src/bookmarks/ephy-bookmarks-menu.c: (connect_proxy_cb):
+ * src/bookmarks/ephy-favorites-menu.c: (connect_proxy_cb):
+ * src/bookmarks/ephy-topic-action.c: (create_tool_item),
+ (ephy_topic_action_sync_label), (append_bookmarks_menu),
+ (build_topics_menu):
+ * src/ephy-navigation-action.c: (new_history_menu_item):
+
+ Use gtk_label_set_max_width_chars() and ellipsise the labels.
+
+2004-12-13 Christian Persch <chpe@cvs.gnome.org>
+
* configure.ac:
Adapt PSM configure check for new header location in SDK.