Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-07-30 16:35:31 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-07-30 16:35:31 (GMT)
commite17522f07726a89adbe1a2402ae4920b2a8b4f38 (patch)
tree584f338d47a1779615e66e1b462cbdf86a96c7aa /ChangeLog
parent6eb03f602ee62c901002c973b2b42b2fb208076b (diff)
Fix a headers problem with ev-link
2007-07-30 Carlos Garcia Campos <carlosgc@gnome.org> * libdocument/ev-document-info.h: * libdocument/ev-document.h: * shell/ev-page-action.h: * shell/ev-sidebar-links.h: Fix a headers problem with ev-link * libdocument/ev-link.[ch]: (ev_link_mapping_get_area): * shell/ev-view-private.h: * shell/ev-view.c: (ev_view_handle_cursor_over_xy), (get_link_area), (ev_view_query_tooltip), (ev_view_leave_notify_event), (ev_view_destroy), (ev_view_class_init): Use new gtk tooltips when available instead of ev-tooltip. svn path=/trunk/; revision=2599
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c2e7b1..0a21ca8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
2007-07-30 Carlos Garcia Campos <carlosgc@gnome.org>
+ * libdocument/ev-document-info.h:
+ * libdocument/ev-document.h:
+ * shell/ev-page-action.h:
+ * shell/ev-sidebar-links.h:
+
+ Fix a headers problem with ev-link
+
+ * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
+ * shell/ev-view-private.h:
+ * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
+ (get_link_area), (ev_view_query_tooltip),
+ (ev_view_leave_notify_event), (ev_view_destroy),
+ (ev_view_class_init):
+
+ Use new gtk tooltips when available instead of ev-tooltip.
+
+2007-07-30 Carlos Garcia Campos <carlosgc@gnome.org>
+
* shell/ev-window.c: (update_chrome_visibility),
(ev_window_sidebar_visibility_changed_cb):