]> www.fi.muni.cz Git - evince.git/blobdiff - NEWS
Fixes program description translation issue. Bug #450148.
[evince.git] / NEWS
diff --git a/NEWS b/NEWS
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..18f4de71930e321b9fbdb9b554e2c0997ac069c9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,991 @@
+==============
+Evince   0.9.1
+==============
+
+New Features and UI Improvements:
+
+    * Cairo-based renderer for pages and selections of PDF, DVJU and DVI documents (Carlos Garcia Campos)
+    * PDF exporter for printing DVI documents (Alaska Subedi)
+    * Zoom icon artwork (Michael Monreal)
+    * Patch to avoid frequent process wakeup for metadata handling (Bastien Nocera, Arjan van de Ven)
+    * Bumped poppler requirements to 0.5.9 (Carlos Garcia Campos)
+    * Changed sidebar ordering (Wouter Bolsterlee)
+    * Removed extra locking of a main loop to speed up rendering (Carlos Garcia Campos)
+
+Bug fixes:
+
+    * Print job is released quickly (Carlos Garcia Campos)
+    * Update a cursor and tooltips after scrolling (Carlos Garcia Campos)
+    * More safe mkdir_with_parents (Eduardo Lima)
+    * Safe saving of a document copy to a remote location (Carlos Garcia Campos)
+    * Build fix without libgnome (Marc Brockschmidt)
+    * Selections don't disappear after zoom (Carlos Garcia Campos)
+    * Preview button added to the print dialog (Carlos Garcia Campos)
+
+Translations:
+
+    Daniel Nylander (sv)
+    David Lodge (en_GB)
+    Dr.T.Vasudevan (ta)
+    Espen Stefansen (nb)
+    Gil Forcada (ca)
+    Ignacio Casal Quinteiro (gl)
+    Ivar Smolin (et)
+    Jorge González (es)
+    Sonam Pelden (dz)
+    Theppitak Karoonboonyanan (th)
+    Yuval Tanny (he)
+    
+==============
+Evince   0.9.0
+==============
+
+New Features and UI Improvements:
+
+    * Printing support in djvu documents (Alaska Subedi)
+    * Optional drop of libgnome dependency (Ross Burton)
+    * Print button for preview mode (Carlos Garcia Campos)
+    * Remember print settings (Carlos Garcia Campos)
+    * Use gtk+ builtin paper list to identify the document's paper size (Carlos Garcia Campos)
+    * Start rendering pages before any other jobs (Carlos Garcia Campos)
+    * Developer documentation updated. (Iñigo Martínez)
+    * History button improvements (Nickolay Shmyrev)
+
+Bug Fixes:
+
+    * Fixes for issues with fullscreen toolbar (Carlos Garcia Campos)
+    * Open document in empty window with EggRecent (Eduardo Lima)
+    * Compilation fixes for FreeBSD (Roy Marples)
+    * A lot of calls to parent class methos added (Christian Persch)
+    * Update gtk-icon-cache in uninstall hook (Brian Pepple)
+    * Fix for crash in comics backend when filename contains quote (Nickolay Shmyrev)
+    * Always add application-specific icons to the theme (Nickolay Shmyrev)
+
+Translations:
+
+    Jakub Friedl (cs)
+    Dimitris Glezos (el)
+    David Lodge (en_GB)
+    Jorge González (es)
+    Ivar Smolin (et)
+    Francesco Marletta (it)
+    Espen Stefansen (nb)
+    Yannig Marchegay (oc)
+    Washington Lins (pt_BR)
+    Daniel Nylander (sv)
+
+==============
+Evince   0.8.1
+==============
+
+Bug Fixes:
+
+    * Default resolution is used when it's not provided by TIFF
+      document (Carlos Garcia Campos)
+    * Added support for ps, eps and compressed documents 
+      thumbnails (Carlos Garcia Campos)
+    * Implemented font color specials in the DVI backend (Ricardo Markiewicz)
+    * DOCUMENTS folder from xdg-data-dirs is used as default folder when
+      opening a file chooser (Matthias Clasen)
+    * unlink-tempfile is used instead of unlink-temp-file (Carlos Garcia Campos)
+
+Translations:
+
+    Gil Forcada (ca)
+    Ignacio Casal Quinteiro (gl)
+    Iñaki Larrañaga Murgoitio (eu)
+    Jorge González (es)
+    Jakub Friedl (cs)
+    Sonam Pelden (dz)
+
+==============
+Evince   0.8.0
+==============
+
+Features and UI Improvements:
+
+    * Thumbnails for postscript documents (Carlos Garcia Campos)
+    * Copy of compressed document is saved compressed (Carlos Garcia Campos)
+
+Bug Fixes:
+
+    * Properly handle PostScript page orientation (Carlos Garcia Campos)
+    * Do not render thumbnails when sidebar thumbnail page is not visible
+      on startup (Carlos Garcia Campos)
+    * Warning when document has one page (Carlos Garcia Campos)
+    * Djvu backend builds on Mac (Carlos Garcia Campos)
+    * Allow deleting in goto window in presentation mode (Carlos Garcia Campos)
+
+Translations:
+
+    Ankit Patel (gu)
+    Changwoo Ryu (ko)
+    Christian Kintner (de)
+    Clytie Siddall (vi)
+    Daniel Nylander (sv)
+    Djihed Afifi (ar)
+    Duarte Loreto (pt)
+    Erdal Ronahi (ku)
+    Funda Wang (zh_CN)
+    Gabor Kelemen (hu)
+    Gil Forcada (ca)
+    Gintautas Miliauskas (lt)
+    Ihar Hrachyshka (be)
+    Ivar Smolin (et)
+    Kjartan Maraas (nb)
+    Matic Žgur (sl)
+    Maxim Dziumanenko (uk)
+    Mişu Moldovan (ro)
+    Nickolay V. Shmyrev (ru)
+    Raphael Higino (pt_BR)
+    Takeshi Aihana (ja)
+    Thierry Randrianiriana (mg)
+    Wadim Dziedzic (pl)
+    Woodman Tuen (zh_HK)
+    Woodman Tuen (zh_TW)
+    Yuval Tanny (he)
+    Игор Несторовић (sr)
+
+==============
+Evince   0.7.2
+==============
+
+New Features and UI Improvements:
+
+    * Document thumbnail is used as window icon (Carlos Garcia Campos)
+    * Support for gzipped and bzipped 
+      document types (Carlos Garcia Campos)
+    * A lot of new icons (Luca Feretti, Andreas Nilsson)
+    * Finally working history button (Nickolay V. Shmyrev)
+
+Internal Improvements:
+
+    * Developer gtk-doc based documentation (Nickolay V. Shmyrev)
+    * More dogtail tests (Nickolay V. Shmyrev)
+
+Bug Fixes:
+    
+    * Fontconfig lock to avoid crashes (Carlos Garcia Campos)
+    * Critical crash fix by checking return value from 
+      psscan (Tom Parker)
+    * Critical crash fix in nautilus property page and 
+      broken ODF (Tom Parker)
+    * Critical crash fix with multifile djvu 
+      documents (Carlos Garcia Campos)
+    * Multithreaded gtk problems fix by using async 
+      gnome-vfs (Carlos Garcia Campos)
+
+Translations:
+
+    Changwoo Ryu (ko)
+    Clytie Siddall (vi)
+    Daniel Nylander (sv)
+    David Lodge (en_GB)
+    Dimitris Glezos (el)
+    Dorji Tashi (dz)
+    Duarte Loreto (pt)
+    Gabor Kelemen (hu)
+    Ihar Hrachyshka (be)
+    Ilkka Tuohela (fi)
+    Ivar Smolin (et)
+    Jovan Naumovski (mk)
+    Khaled Hosny (ar)
+    Kjartan Maraas (nb)
+    Nickolay V. Shmyrev (ru)
+    Stéphane Raimbault (fr)
+    Theppitak Karoonboonyanan (th)
+    Vladimir Petkov (bg)
+    Wouter Bolsterlee (nl)
+    Yuval Tanny (he)
+
+Thanks:
+
+    Ed Catmur, Esteban Sanchez, Theppitak Karoonboonyanan, Wouter Bolsterlee
+
+==============
+Evince   0.7.1
+==============
+
+New Features:
+
+    * Popup window to jump to another page in presentation mode. (Carlos Garcia Campos)
+    * Page transition support in presentation mode. (Carlos Garcia Campos)
+
+Bug Fixes:
+
+    * Fix random crashes related to threads and Font Config (Carlos Garcia Campos)
+    * Fix icon name in desktop file (Luca Ferretti)
+    * Always use "best fit" zoom in presentation mode (Wouter Bolsterlee)
+    * Don't restore the view on the last page when a document is reopened 
+      (Wouter Bolsterlee)
+    * Fix build due to libxml2 (Elijah Newren)
+
+Translations:
+
+    * Djihed Afifi (ar)
+    * Ales Nyakhaychyk (be)
+    * Alexander Shopov (bg)
+    * Josep Puigdemont i Casamajó (ca)
+    * David Lodge (en_GB)
+    * Francisco Javier F. Serrador (es)
+    * Priit Laes (et)
+    * Raivis Dejus (lv)
+    * Jovan Naumovski (mk)
+    * Kjartan Maraas (nb)
+    * Wouter Bolsterlee (nl)
+    * Matic Žgur (sl)
+    * Daniel Nylander (sv)
+    * Theppitak Karoonboonyanan (th)
+    * Clytie Siddall (vi)
+
+Thanks:
+
+    Damien Carbery, Jens Granseuer, Yevgen Muntyan
+
+==============
+Evince   0.7.0
+==============
+
+New Features:
+
+    * History. Preliminary implementation, not finished yet. (Nickolay V. Shmyrev)
+    * Option to open a copy of the document in a new window. (Carlos Garcia Campos)
+    * Multihead systems support. (Carlos Garcia Campos)
+    * Added paper size field to the properties dialog. (Kasper Svendsen, Wouter Bolsterlee)
+    * Added automated UI tests with dogtail (Nickolay V. Shmyrev)
+
+Bug Fixes:
+
+    * Links support in rotated documents. (Radoslav Dorcik)
+    * Side pane disabled when entering and leaving fullscreen mode. (Nickolay V. Shmyrev)
+    * Fixed crash in DVI backend. (Nickolay V. Shmyrev)
+    * Printing settings scale, copies, collate, reverse, odd/even work again (Carlos Garcia Campos)
+    * Added page setup dialog for printing. (Carlos Garcia Campos)
+    * Support for printing to a PDF file. (Carlos Garcia Campos)
+    * Allow blank screen in presentation mode. (Carlos Garcia Campos)
+    * Added "End of presentation" page in presentation mode. (Carlos Garcia Campos)
+    * Screensaver detection in presentation mode. (Wouter Bolsterlee)
+    * "Loading..." text is not shown in presentation mode. (Wouter Bolsterlee)
+
+Security Fixes:
+
+    * Buffer overflow in PS backend. CVE-2006-5864. (Carlos Garcia Campos)
+
+Translations:
+
+    * Djihed Afifi (ar)
+    * Runa Bhattacharjee (bn_IN)
+    * Gil Forcada (ca)
+    * Jakub Friedl (cs)
+    * Mindu Dorji (dz)
+    * Dimitris Glezos (el)
+    * David Lodge (en_GB)
+    * Francisco Javier F. Serrador (es)
+    * Ilkka Tuohela (fi)
+    * Claude Paroz (fr)
+    * Ankit Patel (gu)
+    * Rajesh Ranjan (hi)
+    * Gabor Kelemen (hu)
+    * Satoru SATOH (ja)
+    * Vladimer Sichinava (ka)
+    * Fano Rajaonarisoa (mg)
+    * Kjartan Maraas (nb)
+    * Wouter Bolsterlee (nl)
+    * Leonardo Ferreira Fontenelle (pt_BR)
+    * Leonid Kanter (ru)
+    * Steve Murphy (rw)
+    * Daniel Nylander (sv)
+    * Theppitak Karoonboonyanan (th)
+    * Baris Cicek (tr)
+
+Thanks:
+
+    Claudio Saavedra, Gabriel Felipe Cornejo, Mathias Hasselmann, Michael Monreal, 
+    Julien Rebetez, P. Henrique Silva, Yevgen Muntyan
+
+==============
+Evince   0.6.1
+==============
+
+Bug Fixes:
+
+    * Current page follows find page
+    * Reopen reloads document
+    * Document size is guessed correctly
+    * Icons are installed in correct folders
+    * Memory leak fixed, etc
+    
+Translations:
+
+    * da dz el en_GB es fa gl it ka nn ro
+    * documentation: fi it sv
+      
+Thanks:     
+
+    Carlos Garcia Campos, Mathias Hasselmann, Wouter Bolsterlee,
+    Christian Persch
+    
+    and especially translators:
+    
+    Alessio Frusciante, Åsmund Skjæveland, David Lodge, 
+    Francisco Javier F. Serrador, Ignacio Casal Quinteiro, Kostas Papadimas,
+    Mugurel Tudorm, Ole Laursen, Pema Geyleg, Roozbeh Pournader,
+    Vladimer Sichinava, Daniel Nylander, Tommi Vainikainen, Luca Ferretti
+        
+==============
+Evince   0.6.0
+==============
+
+Bug Fixes:
+
+    * Links aren't lost while resizing
+    * Tiff backend crash is fixed
+    * Recent code and icons code are screen safe
+    * Crash while handling password-protected documents is fixed
+
+Translations:
+
+    * bg bn bn_IN ca de dz el et fa fi fr gu hi hu ja ko lt lv mk ml 
+      mr nb or pt pt_BR ro ru sl sv th tr vi zh_CN zh_HK zh_TW
+      
+Thanks:     
+
+    Carlos Garcia Campos, Julien Rebetez, Sebastien Bacher, Wouter Bolsterlee
+    
+    and especially translators:
+        
+    Abel Cheung, Alexander Shopov, Ani Peter, Ankit Patel, Baris Cicek,
+    Changwoo Ryu, Chao-Hsiung Liao, Christophe Merlet, Claude Paroz, Clytie
+    Siddall, Daniel Nylander, Duarte Loreto, Funda Wang, Gabor Kelemen,
+    Guntupalli Karunakar, Hendrik Richter, Ilkka Tuohela, Ivar Smolin, Josep
+    Puigdemont i Casamajó, Jovan Naumovski, Khandakar Mujahidul Islam,
+    Kjartan Maraas, Leonardo Ferreira Fontenelle, Leonid Kanter, Lucas
+    Rocha, Matic Žgur, Meelad Zakaria, Mişu Moldovan, Mugurel Tudor, Nikos
+    Charonitakis, Priit Laes, Rahul Bhalerao, Raivis Dejus, Rajesh Ranjan,
+    Roozbeh Pournader, Runa Bhattacharjee, Satoru SATOH, Subhransu Behera,
+    Theppitak Karoonboonyanan, Žygimantas Beručka
+        
+==============
+Evince   0.5.5
+==============
+
+New Features:
+
+    * Evince have preview mode for using with gtk+
+    * New print dialog is used with gtk 2.10
+    * New recent files framework is used
+    
+UI Improvements:
+    
+    * Sidebar is unified with Epiphany
+    * Escape unfocus page entry
+
+Bug Fixes:
+
+    * Automake updates
+    * Link coordinates now used correctly
+    * Desktop file is corrected
+    * Memory leak fixes
+
+Translations:
+
+    * ca cs de dz el es et eu fi fr gu ja ko mk nl ru sl sv th zh_HK zh_TW
+      
+Thanks:     
+
+    Carlos Garcia Campos, Christian Persch, Radoslav Dorcik,
+    Ricardo Markiewicz, Sebastien Bacher, Wouter Bolsterlee
+    
+    and especially translators:
+        
+    Ankit Patel, Arangel Angov, Benoît Dejean, Changwoo Ryu, Chao-Hsiung
+    Liao, Christophe Merlet, Daniel Nylander, Francisco Javier F. Serrador,
+    Guntupalli Karunakar, Hendrik Richter, Ilkka Tuohela, Inaki Larranaga,
+    Jakub Friedl, Josep Puigdemont i Casamajó, Jovan Naumovski, Nikos
+    Charonitakis, Priit Laes, Takeshi Aihana, Theppitak Karoonboonyanan
+        
+==============
+Evince   0.5.4
+==============
+
+New Features:
+
+    * Evince supports impress slides with --enable-impress
+    * URI's with anchors can be opened
+
+Bug Fixes:
+
+    * PAPI printing crash was fixed
+    * Threads-related crash was fixed
+    * Assertion on document types that don't support
+      links don't cause crash now
+    * Reload crash was fixed as loading of
+      password-protected documents
+    * Page-label command line option works again
+
+Translations:
+
+    * be bg bn_IN ca cs de dz es et eu fi fr gl gu he id ko mk nb ne 
+      nl ru ta th vi zh_CN zh_HK zh_TW        
+      
+Thanks:     
+
+    Bastien Nocera, Carlos Garcia Campos, Ghee Teo, Pat Rondon,
+    Ricardo Markiewicz, Wouter Bolsterlee
+    
+    and especially translators:
+        
+    Ahmad Riza H Nst, Ales Nyakhaychyk, Alexander Shopov,  Ankit Patel,
+    Benoît Dejean, Changwoo Ryu, Chao-Hsiung Liao, Clytie Siddall,
+    Francisco Javier F. Serrador, Funda Wang, Hendrik Richter,
+    I. Felix, Ignacio Casal Quinteiro, Ilkka Tuohela, Inaki Larranaga,
+    Jakub Friedl, Jayaradha,  Josep Puigdemont Casamajó,
+    Jovan Naumovski, Kjartan Maraas, Pawan Chitrakar, Pema Geyleg,
+    Priit Laes, Runa Bhattacharjee, Theppitak Karoonboonyanan, 
+    Vincent van Adrighem, Yair Hershkovitz
+        
+==============
+Evince   0.5.3
+==============
+
+New Features:
+
+    * Evince supports attachments in PDF files
+    * We require gtk 2.8 and djvulibre 3.5.17 now
+    * Links system is reworked allowing named links
+
+Interface imporovements:
+
+    * Esc closes properties dialog
+    * Cursor is hidden in presentation mode
+    * Find previous item is added to the menu
+
+Bug Fixes:
+
+    * GOption port and po/LINGUAS work
+    * Fixed mime type detection by file contents
+    * Several memory leaks were found
+    * Crash on exit related to thumbnailer
+    * Current page is selected more intelligently
+    * Work around libtool build bug is created
+
+Translations:
+
+
+    * bg bn br dz es et fi gl gu nb nl nn no ro vi zh_CN zh_HK zh_TW
+        
+Thanks:     
+
+    Michael Plump, Carlos Garcia Campos, Wouter Bolsterlee, Francisco
+    Javier F. Serrador, Kjartan Maraas and especially all translators.
+        
+==============
+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
+==============
+
+New Features:
+
+    * Evince can search text in DJVU files
+
+Interface improvements:
+
+    * Odd pages are placed to the right in dual page mode
+
+Bug Fixes:
+
+    * Produce thumbnails for comic books and carefully work with
+      unzip
+    * Correctly interoperate with DBUS 0.60
+    * Ghostscript interpreter is checked in runtime
+    * PS mime types are listed in desktop file
+    * It's possible to add sidebar checkbutton on toolbar
+    * It's possible to print in inverse order
+    * Filechooser now will ask for overwrite confirmation
+    * Search now takes account for scrolling
+    * It's allowed to scroll view from find entry
+    * Evince don't jump to find result if window was scrolled during search
+    * It's now clear what page the toolbar page number applies to
+
+Translations:
+
+    * bg ca cs cy da el en_CA es et eu fi gl gu he hu ja lt nb nl no pl
+      pt_BR pt ru sq sr th vi zh_CN zh_HK zh_TW
+    * Spanish docs are updated and we have Bulgarian translation now
+    
+Thanks:
+
+    Ricardo Markiewicz, Rostislav Raykov, Stanislav Slusny, 
+    Francisco Javier F. Serrador, Antoine Dopffer, Michael Hofmann, 
+    Gary Coady, Luca Ferretti, Carlos Garcia Campos, Eduardo de Barros Lima,
+    Christopher Aillon and all translators.
+
+==============
+Evince   0.5.0
+==============
+
+New Features:
+
+    * Various types of PDF links are now supported
+    * New backend for comic books (CBR/CBZ archives)
+    * Storage of passwords for protected documents in gnome-keyring
+    * Layout settings for new documents are taken from the last used document
+
+Interface Improvements:
+
+    * Statusbar was removed to save space
+    * Notification about page processing is shown on the page
+    * More key bindings
+    * Improved intelligent window title that shouldn't confuse users
+    * Show index by default if available
+    * Tooltips for links
+    * Now we have right click context menu
+
+Bug Fixes:
+
+    * Crashes on reload and window close are fixed
+    * DBus usage cleaned
+    * Printing of multiple copies start to work
+    * Crash on structured ps document
+    * Improved session handling
+    * Vertical and horizontal scrolling on selection
+
+Translations:
+
+    * be, bg, bn, ca, cs, de, en_CA, es, et, eu, fi, fr, gl, gu 
+      hu, it, ku, lt, nb, nl, no, ro, ru, sr, sv, th, vi, zh_CN, zh_HK, zh_TW
+    * nl for documentation.
+
+==============
+Evince   0.4.0
+==============
+
+Bug Fixes:
+
+    * Depend on poppler 0.4.0
+    * Pass in timestamp to to handle opening multiple windows over dbus
+      better (Ryan Lortie)
+    * Really quit when rendering postscript files.
+    * Set textdomain to libglade. 
+    * Fix rotation of thumbnails multiple times
+    * Fix selection for non-continuous case
+    * Disable selection and links for rotated case
+    * findbar fixes
+
+==============
+Evince   0.3.4
+==============
+
+Bug Fixes:
+
+    * Depend on poppler 0.4.0
+    * Convert filenames to utf8 when showing them in the UI
+    * Return focus back to view on escape
+    * Fix compatibility with dbus 0.34.2
+    * Fix some build warnings
+    * Fix dvi backend compilation with t1lib-5.0
+
+==============
+Evince   0.3.3
+==============
+
+New Features:
+
+    * real text selection, complete with theming and I-Beam support
+    * Respect lockdown gconf keys
+    * Metadata support per document
+    * Font properties dialog
+    * dbus support to create a factory
+    * Implement nautilus plugin for properties.
+
+Interface Improvements:
+
+    * HIG Fixes 
+    * Hide menu entry in .desktop file
+    * Get the correct mime types in the open dialog
+
+Bug Fixes:
+
+    * Improved rotation support
+    * Backwards searching
+    * Use unzipped document when printing
+    * Persist the print settings
+    * Support pdf's with 0 pages
+    * Fix find flickering
+    * gnome-doc-utils for manual
+    * Add keypad accelerators for zooming. Fix for bug 308128.
+    * fix mem leaks
+    * MIME Fixes
+    * tiff/djvu backend fixes
+
+Translations:
+
+    * eu, gl, gu, he, hi, ne, pa, pl, sk, sr, st@Latn, tr
+
+==============
+Evince   0.3.2
+==============
+
+New Features:
+
+       * Multi page tiff support
+       * Document properties
+       * Document rotation
+       * Gnome vfs support
+
+Interface Improvements:
+
+       * Faster dvi rendering
+       * More compact layout for documents with different page formats
+       * Stock icons for all toolbar editor items
+       * Multiple selection in the open dialog
+       * Loading progress feedback
+       * Multiple column thumbnails
+       * Expand links when specified by the document
+       * Several new handy keybindings
+       * Ellipsize recent items labels
+
+Bug Fixes:
+
+       * Fix rendering of several postscript documents
+       * Fix reloading of postcript documents
+       * Fix a lot of memory leaks
+       * Fix compilation on gcc 4
+       * Several minor fixes
+
+==============
+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 (Jonathan)
+
+==============
+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
+==============
+
+Code changes
+
+       * Beginnings of continuous viewing (Jonathan)
+
+New features
+
+       * Support eps (Marco)
+       * Support gzipped ps (Marco)
+
+Bug fixes
+
+       * Fix a crash with the postscript view (Marco)
+       * Fix image view (Jeff Muizelaar)
+       * Fix a warning when opening documents without
+         thumbnails (Martin)
+       * Fix crashes when searched word is not found (Marco)
+       * Fix a crash when changing page with keys (Marco)
+
+==============
+Evince   0.1.2
+==============
+
+New features
+
+       * Make search really work (Marco)
+
+Interface improvements
+
+       * Show password state in the view (Jonathan)
+       * add GTK_SHADOW_IN to the scrolled window (Martin)
+       * make sure the selected thumbnail stays visible (Martin)
+       * Remove history buttons from the toolbar (Marco)
+
+Bug fixes
+
+       * Fix CID fonts with freetype 2.1.9 (Marco)
+       * Fix inverted up/down buttons (Marco)
+
+==============
+Evince   0.1.1
+==============
+
+New features
+
+       * Actually print PDF files
+       * Navigation history
+       * Support Links
+       * Support encrypted PDFs
+       * A desktop file
+
+Interface improvements
+
+       * Rename Bookmarks sidebar to Index
+       * Use filename as title if the file doesn't have a title (Jeff
+          Muizelaar) or if the title is empty
+       * Make navigation with thumbnails possible (Anders Carlsson)
+       * (De)Sensitize actions as necessary (Dave Malcolm)
+       * Show a wait cursor while the page is rendering
+       * Center the page; draw a page border
+       * Undo selection on page change
+       * Shorter toolbar item labels
+       * Make selection work in any direction
+
+Code changes
+
+       * Render PDFs directly as packed RGB
+       * Update egg-recent code (not used yet)
+       * Update to latest Xpdf patchlevel
+
+Bug fixes
+
+       * PostScript backend fixes
+       * Pixbuf backend fixes (Jeff Muizelaar)
+       * Set page spin button limits correctly (Anders Carlsson)
+       * Fix problem when base fonts are installed as pcf files.
+       * Keep search selection highlighting correct even when
+         zooming/changing window size (Stephane LOEUILLET)
+
+Translation updates
+
+       * cs (Miloslav Trmac)
+       * de (Frank Arnold)
+       * en_CA (Adam Weinberger)
+       * es (Antonio Ognio)
+       * nb (Kjartan Maraas)
+       * nl (Tino Meinen)
+
+evince 0.1.0
+------------
+
+Initial release.