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>2005-04-12 06:51:05 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-04-12 06:51:05 (GMT)
commit8b317416d7d84725db8f634cf4e9e7c18f1f6691 (patch)
tree0e9131b1bc36b246715beeff1310e4ee301f3f9d /ChangeLog
parent24e535514cf7bf527ecc0abf6d4b3e7e4c2b6664 (diff)
Fix for bugs 300233,173184,300094. Problems with page index started at 0
and scrolling up with Shift + Space
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa84c47..fbd7672 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2005-04-12 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * backend/ev-page-cache.c: (ev_page_cache_next_page):
+
+ Fix for #300233. Next page correctly handles document end.
+
+ * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
+ (ev_sidebar_thumbnails_class_init),
+ (ev_sidebar_thumbnails_set_document),
+ (ev_sidebar_thumbnails_clear_job),
+ (ev_sidebar_thumbnails_clear_model):
+
+ Cleanup thumbnail jobs on document changes.
+
+ * shell/ev-view.c: (add_scroll_binding_keypad),
+ (add_scroll_binding_shifted), (ev_view_class_init):
+
+ Shift + Space scrolls up. Fix for #173184
+
+ * shell/ev-window.c: (ev_window_open_page),
+ (ev_window_cmd_view_reload):
+
+ Fix reload (Bug #300094)
+
2005-04-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>