]> www.fi.muni.cz Git - evince.git/blobdiff - NEWS
Hungarian translation added by "Last-Translator: \n".
[evince.git] / NEWS
diff --git a/NEWS b/NEWS
index 24a800da4d009f6c9c0b31ed882970a0a45fdd6f..79b93a0695509ef692f76e83d3903f15fcef8103 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,232 @@
+==============
+Evince   0.3.1
+==============
+
+New Features:
+
+       * Toolbar editor
+       * Middle button scrolling
+       * Support for printing page ranges
+       * Support for printing chapters (from the index)
+
+Interface Improvements:
+
+       * Move best fit items in the toolbar control at the top
+       * In the sidebar make drop down menu as large as the button
+       * Several keybindings improvements
+       * Faster scrolling
+       * Only render the visible thumbnails (less memory usage)
+       * Get rid of confusing Normal size menu
+
+Bug Fixes:
+
+       * Better mime detection
+       * Several minor fixes
+       * Fix printing on LPD printers
+
+==============
+Evince   0.3.0
+==============
+
+New Features:
+
+       * Continous mode
+       * Dual page mode
+       * Control + Scroll does zooming
+       * Shift + Scroll scrolls horizontally
+       * Zoom control in the toolbar
+
+Interface Improvements:
+
+       * If all page labels are numeric show only
+         the page total
+
+Bug Fixes:
+
+       * Fix size of dvi thumbnails
+       * Fix crash on exit
+       * Make thumbnailer schemas translatable
+       * Fix build problems with t1lib
+
+==============
+Evince   0.2.1
+==============
+
+New Features:
+
+       * new backend to support DJVU files.
+       * new backend to support DVI.
+       * Initial implementation of doc metadata.  No UI for this yet,
+         though we respect docs requesting UI changes.
+       * support application/x-gzpostscript
+       * consolidate mime handling code so thumbnailer and main page
+          can use them.  Thumbnail all types we support.
+       * Respect document orientation 
+       * Implement print and save a copy for the ps backend.
+       * Badass completion of the document in the entry.  Only works
+         with GTK+ >= 2.7.1
+       * User docs
+
+Bug Fixes:
+
+       * Faster Zooming
+       * Clean up Schemas
+       * README added.
+       * Small rework of sidebar code. Now sidebar pages should implement
+         EvSidebarPage interface.
+       * lots of small bug fixes
+       * Actually fix the "FIXME: update priority" comment.
+       * Update egg-recent from libegg. This should fix long startup
+          problem.
+
+Interface Improvements:
+
+       * Shift + Space scrolls up.
+       * Removed fullscreen toolbar hard-coded style
+       * Fix normal size zoom. Make zoom in/zoom out unsensitive when
+         they are behyond the limits.
+       * Doesn't show resize grip when maximized
+       * don't draw border in fullscreen
+       * Doesn't show thumbnails if document has 1 page. Make sidebar
+         menu entries sensitive only if if they have sense. 
+       * Work around the Escape conflict (find bar and unfullscreen)
+       * Save accelerators on exit.
+       * Add Edit->Find Next
+
+Translations:
+
+       * Make all toolbar items translatable
+       * ru (Nickolay Shmyrev)
+
+==============
+Evince   0.2.0
+==============
+
+Code changes
+
+       * Use poppler glib api
+
+Interface improvements
+
+       * Rewrite most of the backend code to use threads and make
+         the interface more responsive
+
+New features
+
+       * Use page labels as page numbers (Jhonatan)
+
+==============
+Evince   0.1.9
+==============
+
+       * Fix a crash in the nautilus thumbnailer (Fernando Herrera)
+
+==============
+Evince   0.1.8
+==============
+
+BugFixes
+
+       * Fix crash when opening pdf documents with only 1 page
+
+==============
+Evince   0.1.7
+==============
+
+New features
+
+       * Nautilus thumbnailer for pdf (Fernando Herrera)
+
+BugFixes
+
+       * Make code C89 compliant (Jens Granseuer)
+       * Fix some issues in the nautilus thumbnailer (Marco)
+       * Do not read ps defaults from ggv prefs! (Marco)
+
+==============
+Evince   0.1.6
+==============
+
+Code changes
+
+       * Use poppler instead of our own xpdf fork (Kristian Høgsberg)
+
+Interface improvements
+
+       * Use an entry for the page control instead of
+         spin buttons (Marco)
+       * Expand the sidebar selection widget (Carlos)
+
+Bug fixes
+
+       * Fix crash in links loading (Jonathan)
+       * Fix crashes when reloading document (Marco)   
+
+==============
+Evince   0.1.5
+==============
+
+New features
+
+       * Reload menu (Kai Willadsen)
+
+Interface improvements
+       
+       * Support for DnD of files (Carlos Garcia Campos)
+       * Set the "Previous" and "Next" toolbar
+         buttons as important (Vincent Noel)
+       * Make the "best fit" and "fit width"
+         values act as toggle buttons (Jonathan)
+       * Autohide the fullscreen button (Kristian Høgsberg)
+       * Added ellipsis to Print item (Bryan)
+       * Change the fullscreen toolbar to always be in
+          the popup window (Jonathan)
+       * Improved sidebar widget (Carlos Garcia Campos)
+       * Minimal size for the sidebar (Marco)
+       * Hide the sidebar if the type doesn't
+         support thumbnailing and indexing (Jonathan)
+       * Remember the sidebar size (Carlos Garcia Campos)
+
+Bug fixes
+
+       * Fix compilation on non-gcc platforms (Marco)
+       * Fix thumbnails generation (Crispin Flowerday)
+       * Fix best fit size allocation (Martin)
+       * Replace newlines in the title by spaces (Martin)
+       * Get rid of the black flash when resizing the window (Jonathan)
+       * Sync selection with zoom levels (Marco)
+       * Fix clipboard operations (Marco)
+       * Fix a crash when the ps document cannot be opened (Marco)
+       * Fix postcript page selection (Marco)
+       * Fix page sizing to be idempotent (Marco)
+       * Fix page sizing toggle buttons (Marco)
+       * Fix freezing on document with unrecognized links (Marco)
+       * Check ghostscript minimal version (Marco)
+       * Fix rendering of landscape documents (Marco)
+       * Unescape filenames for display (Marco)
+
+==============
+Evince   0.1.4
+==============
+
+Code changes
+
+       * Add debugging/logging helpers (Marco)
+       * Add warnings about unimplemented/unknown link
+          types (Marco)
+
+Interface improvements
+
+       * Epiphany like fullscreen mode (Christian Persch)
+       * Save chromes state between sessions (Christian Persch)
+       * Improve toolbar layout and icons (Luca Ferretti)
+
+Bug fixes
+
+       * Really fix postscript rendering (Marco)
+       * Do not leak gs processes on exit (Marco)
+       * Fix a buffer overflow fix (Marco)
+
 ==============
 Evince   0.1.3
 ==============
@@ -13,7 +242,7 @@ New features
 
 Bug fixes
 
-       * Fix the postscript view (Marco)
+       * Fix a crash with the postscript view (Marco)
        * Fix image view (Jeff Muizelaar)
        * Fix a warning when opening documents without
          thumbnails (Martin)