]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Fix normal size zoom. Make zoom in/zoom out unsensitive when they are
[evince.git] / ChangeLog
index a2acf4f4b8a1fe4b071b88502cf5437e5114460b..fbff7cdb50cbf7cdc62cba6251ff6efe2d0653bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,73 @@
+2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
+       (ev_view_zoom_out), (ev_view_zoom_normal):
+       * shell/ev-view.h:
+       * shell/ev-window.c: (update_action_sensitivity),
+       (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
+       (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
+       (ev_window_cmd_view_normal_size):
+
+       Fix normal size zoom. Make zoom in/zoom out unsensitive when
+       they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
+       better than oom. 
+
+2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * configure.ac:
+
+       Depend on 2.57, 2.59 doesnt seem to be necessary
+
+2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
+       (create_tool_item):
+
+       Put back total number of pages as (1 of 1234)
+
+Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
+       remove the job.
+
+       * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
+       function.  This helps debugging.
+
+2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * djvu/djvu-document.c: (djvu_document_class_init),
+       (djvu_document_get_info), (djvu_document_document_iface_init):
+       * dvi/dvi-document.c: (dvi_document_class_init),
+       (dvi_document_get_info), (dvi_document_document_iface_init):
+
+       Dummy implementation of get_info method for dvi and djvu. Fix
+       crashes with those backends
+
+2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * data/evince.desktop.in:
+
+       Add application/x-gzpostscript
+
+2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
+
+       * data/evince.schemas.in: Added real long descriptions, 
+       closes bug 172496 
+
+       * README: Added actual text, closes bug 171869
+
+2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
+
+       Thumbnail page 0
+
+2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * backend/ev-document-info.h:
+
+       s/GDate */GDate so we can just use g_free
+
 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
 
        * shell/ev-window.c: (update_document_mode),