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-01-06 10:02:13 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-01-06 10:02:13 (GMT)
commitd8d90e4a79195019fc19882729b8fda0be5ba563 (patch)
tree929cf162e330b046349712251b829995daf0490c /ChangeLog
parentf32f94f33c3496db085dfee35382baba030eef27 (diff)
Two page scrolling with Space and PageUp in dual mode. Second fix for the
* shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page), (ev_view_can_previous_page), (ev_view_can_next_page): * shell/ev-view.h: * shell/ev-window.c: (update_action_sensitivity): Two page scrolling with Space and PageUp in dual mode. Second fix for the bug #316608.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3bd743..d72ffc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-01-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
+ (ev_view_can_previous_page), (ev_view_can_next_page):
+ * shell/ev-view.h:
+ * shell/ev-window.c: (update_action_sensitivity):
+
+ Two page scrolling with Space and PageUp in dual mode. Second fix
+ for the bug #316608.
+
2006-01-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* shell/ev-view.c: (scroll_to_current_page):