]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Fixes memory leak in djvu backend.
[evince.git] / ChangeLog
index ef337bf4ce298a2714046b45d1b99adb212178ef..e34dc751c553a60f3b5b2c937e849d08e9e8301b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,60 @@
+2007-08-15  Justin Blanchard  <justinb04@aim.com>
+
+       * backend/djvu/djvu-document.c: (djvu_document_finalize):
+       
+       Fixes memory leak in djvu backend.
+
+2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
+
+       * data/icons/32x32/Makefile.am:
+       * data/icons/32x32/actions/Makefile.am:
+       * data/icons/32x32/actions/view-page-cont.svg:
+       * data/icons/32x32/actions/view-page-facing.svg:
+       * data/icons/48x48/Makefile.am:
+       * data/icons/48x48/actions/Makefile.am:
+       * data/icons/48x48/actions/view-page-cont.svg:
+       * data/icons/48x48/actions/view-page-facing.svg:
+       
+       Icons for a new sizes.
+
+2007-08-14  Justin Blanchard  <justinb04@aim.com>
+
+       * shell/ev-page-cache.c: (build_height_to_page),
+       (ev_page_cache_get_height_to_page):
+       
+       Fixes invalid read, see bug #466401.
+
+2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
+       (set_drag_cursor):
+       * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
+       (configure_item_cursor), (new_pixbuf_from_widget):
+
+       Fix multihead problems in toolbar editor. Fixes bug #382055.
+
+2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window.c: (ev_window_cmd_file_open),
+       (ev_window_cmd_save_as):
+
+       Use g_get_user_special_dir when available instead of
+       xdg_user_dir_lookup.
+
+2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * MAINTAINERS:
+       
+       Updated according to request on desktop-devel.
+
+2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
+
+       Do not use cairo_rectangle and cairo_clip since we are
+       not using cairo_fill but cairo_paint. Use the same cairo context
+       for every page in the same expose event.
+
 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
 
        * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory