]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Release 0.1.9
[evince.git] / ChangeLog
index 1052cf2b64380765a7603ed064815da464a932d6..826de8a6bf2cf43593b198a409989bc4cdd7989b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,79 @@
+2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
+
+       * NEWS:
+       * configure.ac:
+
+       Release 0.1.9
+
+2005-03-13  Fernando Herrera  <fherrera@onirica.com>
+
+       * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
+
+       Fix here also the thumbnails 1-basedness :)
+
+2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
+
+       * NEWS:
+       * configure.ac:
+
+       Release 0.1.8
+
+2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
+
+       * pdf/pdf-document.cc:
+       * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
+       (do_one_iteration), (ev_sidebar_thumbnails_set_document):
+
+       Fix the mess we did with thumbnails and 1-basedness
+
+2005-03-12  Changwoo Ryu  <cwryu@debian.org>
+
+       * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
+
+2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
+
+       * NEWS:
+       * configure.ac:
+
+       Release 0.1.7
+
+2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
+
+       * ps/Makefile.am:
+       * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
+       (gtk_gs_defaults_get_alpha_parameters),
+       (gtk_gs_defaults_get_ungzip_cmd),
+       (gtk_gs_defaults_get_unbzip2_cmd):
+       * ps/gsdefaults.h:
+       * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
+       (ps_document_get_orientation), (document_load),
+       (ps_document_goto_page), (ps_document_set_page_size):
+       * ps/ps-document.h:
+
+       Some more sanitization of the ps backend. Remove a lot
+       of unused code and do not base our defaults on ggv
+       preferences (ugh!)
+
+2005-03-08  Fernando Herrera  <fherrera@onirica.com>
+
+       * thumbnailer/evince-thumbnailer.schemas:
+       * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
+       (main): add -s option for thumbnail size.
+
+2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
+
+       * configure.ac:
+
+       AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
+       remove it.
+
+2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
+
+       * pdf/pdf-document.cc:
+
+       Remove 4 pixels of useless border from the
+       thumbnail.
+
 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
 
        * backend/ev-document-thumbnails.c: