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 <mpg@redhat.com>2005-09-19 14:34:15 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-09-19 14:34:15 (GMT)
commitb9aef17e3af39e3b9364a3e2a8d7fa56d735fc4c (patch)
tree4441760956b0557be853cc36bf89072ff0a05b85 /ChangeLog
parent8469ab1bef22b59caa4c69293d8c42e2dd7ad6c6 (diff)
Implement FIT and FITH links
2005-09-19 Marco Pesenti Gritti <mpg@redhat.com> * backend/ev-link.c: (ev_link_type_get_type), (ev_link_new_page_xyz), (ev_link_new_page_fit), (ev_link_new_page_fith): * backend/ev-link.h: * pdf/ev-poppler.cc: * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link): Implement FIT and FITH links
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1316b8d..4a1f7ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
+ * backend/ev-link.c: (ev_link_type_get_type),
+ (ev_link_new_page_xyz), (ev_link_new_page_fit),
+ (ev_link_new_page_fith):
+ * backend/ev-link.h:
+ * pdf/ev-poppler.cc:
+ * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
+
+ Implement FIT and FITH links
+
+2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
+
* pdf/ev-poppler.cc:
Return 0 results when search is not in progress.