Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-05-27 11:25:00 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-05-27 11:25:00 (GMT)
commit872101b786854841e6b32cac322f08d3dde6b946 (patch)
tree7ae16f712381c39f962ee9c83ec6f43675bd282d /ChangeLog
parent3975d110064cd88af69d393f956f8158aae1878f (diff)
Fix page-label command line option. Bug #342070.
* backend/ev-link-dest.c: (ev_link_dest_type_get_type), (ev_link_dest_get_page_label), (ev_link_dest_get_property), (ev_link_dest_set_property), (ev_link_dest_finalize), (ev_link_dest_class_init), (ev_link_dest_new_named), (ev_link_dest_new_page_label): * backend/ev-link-dest.h: * shell/ev-application.c: (ev_application_open_uri): * shell/ev-view.c: (goto_dest): * shell/ev-window.c: * shell/ev-window.h: Fix page-label command line option. Bug #342070.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47e86c0..0e08e1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2006-05-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
+ (ev_link_dest_get_page_label), (ev_link_dest_get_property),
+ (ev_link_dest_set_property), (ev_link_dest_finalize),
+ (ev_link_dest_class_init), (ev_link_dest_new_named),
+ (ev_link_dest_new_page_label):
+ * backend/ev-link-dest.h:
+ * shell/ev-application.c: (ev_application_open_uri):
+ * shell/ev-view.c: (goto_dest):
+ * shell/ev-window.c:
+ * shell/ev-window.h:
+
+ Fix page-label command line option. Bug #342070.
+
2006-05-27 Ricardo Markiewicz <rmarkie@fi.uba.ar>
* shell/ev-view.c: (ev_view_expose_event), (draw_one_page):