From 43532ba918c19ae764c0d024618bae67cea077d8 Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Mon, 13 Mar 2006 20:26:01 +0000 Subject: Update for release 0.5.2 --- diff --git a/ChangeLog b/ChangeLog index 98b5dc5..c3e2aba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-03-13 Nickolay V. Shmyrev + + * NEWS, configure.ac, TODO: + + Update for release 0.6.0. + 2006-03-05 Nickolay V. Shmyrev * shell/ev-view.c: (view_update_range_and_current_page), @@ -19,7 +25,7 @@ 2006-02-28 Clytie Siddall * configure.ac Added lv in ALL_LINGUAS line. - + 2006-02-27 Nickolay V. Shmyrev * NEWS, configure.ac: diff --git a/NEWS b/NEWS index fce9726..1dd9e7d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,17 @@ ============== +Evince 0.5.2 +============== + +Bug Fixes: + + * View don't jump on scrolling. + * In presentation mode we scroll by one page. + +Translations: + + * bg bn da de et fa fr hi hu ja ka pt pt_BR ro ru sv uk vi + +============== Evince 0.5.1 ============== diff --git a/NOTES b/NOTES index a06699f..fadc30f 100644 --- a/NOTES +++ b/NOTES @@ -19,17 +19,15 @@ SOME RANDOM COMMENTS: and a page index of 0 is not used. --- - -Thoughts on threading: +THOUGHTS ON THREADING: +===================== * The primary thing we are trying to do is minimize switching pages, as doing so is slow for backends. Additionally, some operations on the backend are slow, leaving poor interactivity. --- - -Thoughts on selection: +THOUGHTS ON SELECTION: +===================== * On button_press, we record selection_start, and set in_selection. @@ -52,11 +50,5 @@ Thoughts on selection: doubles, etc. It should be possible to reconstruct it from the existing EvViewSelection structs, so maybe I don't need it. -Things that can add to the selection: - * C-a/select all - * click-drag - * dbl click - * triple click - * shift-click - * search - * shift-cursor move (later) + * click-drag, dbl click, triple click, shift-click, search, shift-cursor move + diff --git a/README b/README index 93d8032..922a527 100644 --- a/README +++ b/README @@ -13,4 +13,4 @@ GhostScript for Postscript viewing [ http://www.cs.wisc.edu/~ghost/ ] Evince Optional Backend Libraries ================================================== DjVuLibre for DjVu viewing [ http://djvulibre.djvuzone.org/ ] -Rar for viewing CBR comics [ http://www.rarsoft.com/ ] \ No newline at end of file +Rar for viewing CBR comics [ http://www.rarsoft.com/ ] diff --git a/TODO b/TODO index 9245e73..074bfb0 100644 --- a/TODO +++ b/TODO @@ -1,41 +1,3 @@ -Hook up recent documents support (though rumors are that it's slow) +See our bugzilla for list of entries we are working at -Fix shadow to be a real shadow -- not the thick bars they are now. - -Improve Find system - Display location of results in thumbnails? - Only display thumbnails of pages found? - - -Improve Printing Support: (libgnomeprintui?) - - * Print Page Selection bug 169099 - * Print Page Layout bug 166564 - -Document Properties Dialog for document meta-data bug 164843 - -Add some code to sanity check documents, including: - - * n_pages > 0 - * size of each page > (0,0) - -------- TODONE ------- (move finished TODO items here) - -Create a TODO list -Create a project page (http://www.gnome.org/projects/evince/) -Encrypted PDF support -Improve Find system - Find Next/Previous don't go to other pages - Find Next/Previous doesn't focus the results -Improve look of combobox Thumbnails/Index bug 166683 -Provide Desktop icon Thumbnailer for Documents bug 163789 -Move to three page views: - * Single page (prolly default for some backends) - * Continuous scrolling bug 164597 - * Side-by-side continuous scrolling -Make an object that handles the page count. -Move to having three sizing types: - * Free zooming - * constrain to width - * constrain to height -Sidebar improvements for ps/pixbuf, or PDF files without a TOC. bug 164811 +http://bugzilla.gnome.org/buglist.cgi?product=evince&bug_status=NEW \ No newline at end of file diff --git a/configure.ac b/configure.ac index b64b0c0..20096f2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(evince, 0.5.1) +AC_INIT(evince, 0.5.2) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_CONFIG_HEADER(config.h) @@ -43,7 +43,7 @@ dnl Check dependencies # SHELL_CFLAGS for shell implementation. # SHELL_LIBS -POPPLER_REQUIRED=0.5.0 +POPPLER_REQUIRED=0.5.1 DBUS_GLIB_REQUIRED=0.33 GTK_REQUIRED=2.6.0 LIBGNOMEUI_REQUIRED=2.6.0 -- cgit v0.9.1