]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Use a const to return title so that we dont double free it. Small cleanup
[evince.git] / ChangeLog
index d6ed0b28a72f9bee204493836fd6781238e7fcbc..d7e1e2f7e8736b3dd71f9b01eb5ff9c977ab0e94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,65 @@
+2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * backend/ev-page-cache.c: (_ev_page_cache_new):
+       * backend/ev-page-cache.h:
+
+       Use a const to return title so that we dont double
+       free it. Small cleanup and fix a leak.
+
+       * shell/ev-window.c: (update_window_title):
+
+       strdup value from get_title.
+
+2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * shell/ev-sidebar-links.c: (job_finished_callback),
+       (ev_sidebar_links_set_document):
+
+       Cleanup the old job when changing document
+
+2005-06-05  Nickolay V. Shmyrev  <<nshmyrev@yandex.ru>>
+
+       * shell/ev-stock-icons.c:
+       * shell/ev-stock-icons.h:
+       * shell/ev-window.c:
+       
+       Add stock icons for actions that can appear in toolbar. Fix for
+       bug 306566.
+
+2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * backend/ev-page-cache.c: (ev_page_cache_finalize),
+       (_ev_page_cache_new), (ev_page_cache_get_max_width),
+       (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
+       * backend/ev-page-cache.h:
+       * shell/ev-view.c: (scroll_to_current_page),
+       (view_update_range_and_current_page), (get_page_y_offset),
+       (get_page_extents), (ev_view_size_request_continuous_dual_page),
+       (ev_view_size_request_continuous),
+       (ev_view_zoom_for_size_continuous_and_dual_page),
+       (ev_view_zoom_for_size_continuous):
+       
+       More compact EvView layout in document with pages of different size.
+
+Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * shell/ev-window.c (ev_window_cmd_file_properties): fix
+       compilation.
+
+2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-view.c: (view_set_adjustment_values):
+       * shell/ev-window.c: (ev_window_cmd_file_properties):
+       
+       A bit different fix for rounding problem but it has no
+       problems on startup. Make properties window transient to parent.
+
+2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * pdf/ev-poppler.cc:
+       
+       More commenting of font stuff.
+
 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
 
        * pdf/ev-poppler.cc: