Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 12b4b5b..59db5ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,28 @@
2006-01-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+ * shell/ev-page-cache.c: (build_height_to_page),
+ (ev_page_cache_get_height_to_page):
+ * shell/ev-page-cache.h:
+ * shell/ev-view.c: (view_update_range_and_current_page),
+ (get_page_y_offset), (get_page_extents), (ev_view_next_page),
+ (ev_view_previous_page):
+
+ Dual mode places even pages to the left. Fix for the bug #309393.
+
+ * shell/ev-view.h:
+ * shell/ev-window.c: (update_action_sensitivity),
+ (setup_view_from_metadata), (view_menu_popup_cb):
+
+ Don't restore presentation in empty windows, more intelligent
+ next page behaviour in dual mode.
+
+ * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
+ (ev_pixbuf_cache_clear_job_sizes):
+
+ Cleanup job callback on removal. Fix for the bug #325886.
+
+2006-01-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
* ps/ps.c: (psscan):
Commit workaround Mozilla problem. Fix for the bug #325919