]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Updated (British) English translation
[evince.git] / ChangeLog
index 6a2c81b6ec103fabf775add6056cfe3532cd6dbd..af42d1b6bc1943dcd43686efe478422e38843ff3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,77 @@
+2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * backend/impress/impress-document.c:
+       (impress_document_render_pixbuf):
+
+       Do not acquire fontconfig lock in impress backend, since it is using
+       the main loop for rendering. 
+
+2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * po/POTFILES.in: 
+
+       Remove mdvi files that shouldn't be translated. 
+
+2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-view-private.h:
+       * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
+       (ev_view_set_zoom):
+
+       Render "loading..." text into a cairo surface instead of directly into
+       the window so that fontconfig lock is only needed once and UI is not
+       blocked. Change text color to #9B9B9B. Fixes bug #397356.
+
+2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-stock-icons.c: (ev_stock_icons_init):
+       * shell/ev-application.c: (ev_application_open_uri_at_dest):
+
+       Use icon theme associated with the window screen rather than default. 
+
+2007-01-19  Luca Ferretti  <elle.uca@libero.it>
+
+       * configure.ac:
+
+       Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
+
+2007-01-19  Luca Ferretti  <elle.uca@libero.it>
+
+       * data/icons/*/apps/evince.*:
+
+       Move Evince icons under new apps directory.
+
+       * data/icons/*/actions/*:
+
+       Add new custom themeable Evince icons: view-page-continuous, 
+       view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
+       Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
+
+       * configure.ac:
+
+       Add new directories to AC_CONFIG_FILES.
+
+       * shell/ev-stock-icons.c:
+       * shell/ev-stock-icons.h:
+
+       Use new custom themeable icons.
+
+2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
+
+       Do not draw white background page in presentation mode. 
+
+2007-01-16  Jani Monoses <jani.monoses@gmail.com>
+
+       * shell/ev-view.c: Remove unused gnome-vfs include.
+
+2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
+
+       * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
+       
+       Format string is corrected, fixes bug #397129.
+
 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-window.c: (ev_window_setup_recent):