Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@src.gnome.org>2005-01-10 19:08:15 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-01-10 19:08:15 (GMT)
commit2d5fe16a0b4a8bbb85933e471a62550384446821 (patch)
tree8cf9cc024c35796da1b6d75b6d1d1f9312f9ed3d /ChangeLog
parentd906aff9da8222c4377c558cbb079be0dc26613f (diff)
Rename bookmark to link, and use "Index" for the sidebar panel.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog46
1 files changed, 46 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7692c8..5adbe5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,49 @@
+2005-01-10 Marco Pesenti Gritti <marco@gnome.org>
+
+ * backend/Makefile.am:
+ * backend/ev-bookmark.c:
+ * backend/ev-bookmark.h:
+ * backend/ev-document-bookmarks.c:
+ * backend/ev-document-bookmarks.h:
+ * backend/ev-document-links.c: (ev_document_links_get_type),
+ (ev_document_links_has_document_links),
+ (ev_document_links_begin_read), (ev_document_links_get_link),
+ (ev_document_links_get_child), (ev_document_links_next),
+ (ev_document_links_free_iter):
+ * backend/ev-document-links.h:
+ * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
+ (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
+ (ev_link_get_link_type), (ev_link_set_link_type),
+ (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
+ (ev_link_set_property), (ev_window_dispose), (ev_link_init),
+ (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
+ (ev_link_new_external):
+ * backend/ev-link.h:
+ * pdf/xpdf/pdf-document.cc:
+ * shell/Makefile.am:
+ * shell/ev-application.c: (ev_application_open_link):
+ * shell/ev-application.h:
+ * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
+ (ev_history_get_link_nth):
+ * shell/ev-history.h:
+ * shell/ev-sidebar-bookmarks.c:
+ * shell/ev-sidebar-bookmarks.h:
+ * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
+ (ev_sidebar_links_class_init), (selection_changed_cb),
+ (ev_sidebar_links_construct), (ev_sidebar_links_init),
+ (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
+ (do_one_iteration), (populate_links_idle),
+ (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
+ * shell/ev-sidebar-links.h:
+ * shell/ev-sidebar.c: (ev_sidebar_set_document):
+ * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
+ (go_to_index):
+ * shell/ev-view.h:
+ * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
+ * shell/ev-window.h:
+
+ Rename bookmark to link, and use "Index" for the sidebar panel.
+
2005-01-09 Marco Pesenti Gritti <marco@gnome.org>
* shell/Makefile.am: