]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Translation updated.
[evince.git] / ChangeLog
index a9aa4d01856758754f1c0c4f8a5bbb67ca71dc87..99fa531ff9fda4dd78d26488b7b38b00005c4adb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,205 @@
+2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
+       Implement Close named action. Patch by Carlos Garcia Campos.
+
+2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
+       
+       Don't clear link mapping on copy_job_to_job_info. Fixes
+       bug 346168.
+
+2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/main.c: (main):
+
+       Revert my previous commit, gnome_program_init owns the option context.
+       Fix another memory leak in main. Both caught by Christian Persch. 
+
+2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/main.c: (main):
+
+       Fix memory leak.
+
+2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * backend/ev-document-factory.c: (ev_document_factory_get_document):
+
+       Fix crash when opening a pdf with password protection. 
+
+2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * pdf/ev-poppler.cc: (pdf_document_search_free):
+
+       Fix memory leak. 
+
+2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * backend/ev-document-factory.c:
+       (ev_document_factory_get_document):
+       * tiff/tiff-document.c: (tiff_document_finalize):
+       
+       More correct handling of document loading. Fixes
+       bug #349043.
+
+2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * backend/ev-attachment.c: (ev_attachment_save):
+
+       Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
+       gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
+
+2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
+       
+       * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
+       Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
+
+2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-sidebar-thumbnails.c:
+
+       Do not render thumbnails unless thumbnails page is active in the
+       sidebar.
+
+2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
+
+       * shell/ev-properties-dialog.c:
+
+       Fix dialogue spacing. Bug #351370.
+
+2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
+
+       * configure.ac:
+
+       Use lowercase gettext catalog file names (evince.mo
+       instead of Evince.mo)
+
+2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-sidebar-attachments.c:
+
+       GtkIconTheme is now screen safe too. Fixes bug #350878
+
+2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window.c:
+
+       GtkRecent manager is now screen safe. Fixes bug #350145
+
+2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-sidebar.c: (ev_sidebar_init):
+       
+       Make sidebar close icon smaller. Fix for bug 350177.
+       See also bugs 350176 and 165770.
+
+2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
+
+       Ignore zoom for xyz destinations when it's <= 1, keeping user
+       preferences instead. Set correct sizing-mode for fith and fitv
+       destinations rather than EV_SIZING_FREE. Fixes bug #349433
+
+2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * NEWS:
+       * configure.ac:
+       
+       Update for release 0.5.5
+
+2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
+       
+       * shell/ev-window.c: (ev_window_cmd_escape)
+
+       Escape unfocus page entry. Fixes bug #345809.
+
+2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
+       (build_tree), (pdf_document_links_get_links),
+       (pdf_document_links_find_link_dest):
+       * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
+       (goto_xyz_dest):
+
+       Convert from PDF style coordinates to X style coordinates in the
+       backend rather than in the view. Fixes bug #338440
+
+2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-window.c:
+       
+       Remove Ctrl+Shift+T shortcut for toolbars. See
+       the bug #350098.
+
+2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * configure.ac:
+
+       Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
+       of this. 
+
+2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * configure.ac:
+       * cut-n-paste/Makefile.am:
+       * data/evince-ui.xml:
+       * shell/Makefile.am:
+       * shell/ev-application.[ch]:
+       * shell/ev-window.c:
+
+       Use GtkRecent instead of EggRecent when it's available. Fixes bug
+       #349273
+
+2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
+
+       * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
+       findbar code: s/help/search/
+
+2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
+
+       * shell/ev-window.c: (setup_document_from_metadata),
+       (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
+       (setup_view_from_metadata):
+       
+       Fix memory leaks.
+
+2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
+
+       * autogen.sh, configure.ac: 
+       
+       Update automake usage. See bug 349292.
+
+2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/eggfindbar.c: (egg_find_bar_class_init),
+       (entry_activate_callback), (egg_find_bar_init),
+       (egg_find_bar_set_status_text):
+       * shell/eggfindbar.h:
+       
+       Unify Evince findbar with Epiphany. Nice patch
+       from Fabricio Silva <silva@crans.org> and
+       Frederic Peters <fpeters@entrouvert.com>. See
+       bug #339966 for details.
+
+2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * data/evince.desktop.in.in:
+       
+       Correct information for bugzilla. Thanks to
+       Olaf Vitters, see bug #348855.
+
+2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-jobs.[ch]:
+       * shell/ev-sidebar-links.c:
+       * shell/ev-window.[ch]:
+
+       GtkPrintJob doesn't support print ranges or current page, so we export
+       to a ps file now when printing ranges or current page.
+
 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * pdf/ev-poppler.cc: