Changeset 236
- Timestamp:
- 06/13/06 18:04:36 (2 years ago)
- Files:
-
- trunk/NEWS (modified) (4 diffs)
- trunk/README (modified) (1 diff)
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 1 36 epdfview 0.1.4 2 37 ============== … … 19 54 Code changes 20 55 21 * The presenters are now IDocument's observers and waits for 56 * The presenters are now IDocument's observers and waits for 22 57 notifications messages from it. 23 58 * Most time expensive operations are now handled in a separate … … 29 64 * The Zoom to Width and Zoom to Fit options works correctly even 30 65 if the document's pages have different sizes. 31 32 66 67 33 68 epdfview 0.1.3 34 69 ============== … … 58 93 * fr (Mr_Moustache) 59 94 * vi (VnPenguin) 60 61 95 96 62 97 epdfview 0.1.2 63 98 ============== trunk/README
r176 r236 8 8 9 9 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 11 copyright The GNOME Project and released under the GNU General Public 12 License (GPL). 10 13 11 14 12 15 Requirements 13 16 ============ 14 17 15 18 GTK+ version 2.6.0 or higher ( http://www.gtk.org/ ) 16 19 Poppler version 0.5.0 with glib bindings ( http://poppler.freedesktop.org/ )
