Changeset 236

Show
Ignore:
Timestamp:
06/13/06 18:04:36 (2 years ago)
Author:
jordi
Message:

Updated README and NEWS file with the changes introduced in ePDFView version 0.1.5.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/NEWS

    r176 r236  
     1    epdfview 0.1.5 
     2    ============== 
     3 
     4    New features 
     5 
     6        * Support for hyperlinks. 
     7        * Print support using CUPS. 
     8        * Save a document's copy. 
     9 
     10    Interface improvements 
     11 
     12        * '/' is now a shortcut for find. 
     13        * The index is shown/hidden using the F9 key, as specified in 
     14          GNOME's HIG. 
     15        * Better support for keyboard navigation (LoneFox). 
     16        * Show the current zoom level on the tool bar. 
     17        * Only the current page number is editable on tool bar. 
     18        * Zoom to Width and Zoom to Fit remains checked when they 
     19          are clicked again. 
     20 
     21    Code Changes 
     22 
     23        * Support for named links in Poppler versions 0.5.2 and higher. 
     24 
     25    Bug fixes 
     26 
     27        * Prevent segmentation faults on some documents. 
     28        * Don't try to add nonexistent pages in the page's cache 
     29          when loading. 
     30        * Is now able to compile ePDFView using custom LDFLAGS. 
     31        * No horizontal scroll bar is shown when "Fit to Width". 
     32        * Links work correctly when the page's width is lower than 
     33          the display's width. 
     34 
     35 
    136    epdfview 0.1.4 
    237    ============== 
     
    1954    Code changes 
    2055 
    21         * The presenters are now IDocument's observers and waits for  
     56        * The presenters are now IDocument's observers and waits for 
    2257          notifications messages from it. 
    2358        * Most time expensive operations are now handled in a separate 
     
    2964        * The Zoom to Width and Zoom to Fit options works correctly even 
    3065          if the document's pages have different sizes. 
    31          
    32      
     66 
     67 
    3368    epdfview 0.1.3 
    3469    ============== 
     
    5893        * fr (Mr_Moustache) 
    5994        * vi (VnPenguin) 
    60     
    61     
     95 
     96 
    6297    epdfview 0.1.2 
    6398    ============== 
  • trunk/README

    r176 r236  
    88 
    99    This software is licensed under the GNU General Public License (GPL). 
     10    The icons used by this software are part of the Gnome Icon Theme, which is 
     11copyright The GNOME Project and released under the GNU General Public 
     12License (GPL). 
    1013 
    1114 
    1215    Requirements 
    1316    ============ 
    14      
     17 
    1518    GTK+ version 2.6.0 or higher ( http://www.gtk.org/ ) 
    1619    Poppler version 0.5.0 with glib bindings ( http://poppler.freedesktop.org/ )