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>2008-09-07 17:20:27 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-09-07 17:20:27 (GMT)
commit5f7d46028f2345a1e4d1690fc8d2228fc1a9c506 (patch)
tree46e31ffa3c5f0abc06121cc22fa3f56ecedf2974 /ChangeLog
parentcfe4ba6711c12ea9ad1ddba4cbd60e964715170b (diff)
Use GtkScrollType instead of EvScrollType.
2008-09-07 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view-private.h: * shell/ev-view.[ch]: (add_scroll_binding_keypad), (ev_view_scroll), (ev_view_class_init): * shell/ev-view-accessible.c: (ev_view_accessible_action_do_action): * shell/ev-window.c: (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward): Use GtkScrollType instead of EvScrollType. svn path=/trunk/; revision=3162
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c16b3e..4949510 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-09-07 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * shell/ev-view-private.h:
+ * shell/ev-view.[ch]: (add_scroll_binding_keypad),
+ (ev_view_scroll), (ev_view_class_init):
+ * shell/ev-view-accessible.c:
+ (ev_view_accessible_action_do_action):
+ * shell/ev-window.c: (ev_window_cmd_scroll_forward),
+ (ev_window_cmd_scroll_backward):
+
+ Use GtkScrollType instead of EvScrollType.
+
2008-09-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* shell/ev-page-cache.c (ev_page_cache_set_page_label):