+2006-03-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * NEWS, configure.ac, TODO:
+
+ Update for release 0.6.0.
+
2006-03-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* shell/ev-view.c: (view_update_range_and_current_page),
2006-02-28 Clytie Siddall <clytie@riverland.net.au>
* configure.ac Added lv in ALL_LINGUAS line.
-
+
2006-02-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* NEWS, configure.ac:
+==============
+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
==============
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.
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
+
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/ ]
-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
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)
# 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