]> www.fi.muni.cz Git - evince.git/blob - NEWS
Release 0.2.1
[evince.git] / NEWS
1 ==============
2 Evince   0.2.1
3 ==============
4
5 New Features:
6
7         * new backend to support DJVU files.
8         * new backend to support DVI.
9         * Initial implementation of doc metadata.  No UI for this yet,
10           though we respect docs requesting UI changes.
11         * support application/x-gzpostscript
12         * consolidate mime handling code so thumbnailer and main page
13           can use them.  Thumbnail all types we support.
14         * Respect document orientation 
15         * Implement print and save a copy for the ps backend.
16         * Badass completion of the document in the entry.  Only works
17           with GTK+ >= 2.7.1
18         * User docs
19
20 Bug Fixes:
21
22         * Faster Zooming
23         * Clean up Schemas
24         * README added.
25         * Small rework of sidebar code. Now sidebar pages should implement
26           EvSidebarPage interface.
27         * lots of small bug fixes
28         * Actually fix the "FIXME: update priority" comment.
29         * Update egg-recent from libegg. This should fix long startup
30           problem.
31
32 Interface Improvements:
33
34         * Shift + Space scrolls up.
35         * Removed fullscreen toolbar hard-coded style
36         * Fix normal size zoom. Make zoom in/zoom out unsensitive when
37           they are behyond the limits.
38         * Doesn't show resize grip when maximized
39         * don't draw border in fullscreen
40         * Doesn't show thumbnails if document has 1 page. Make sidebar
41           menu entries sensitive only if if they have sense. 
42         * Work around the Escape conflict (find bar and unfullscreen)
43         * Save accelerators on exit.
44         * Add Edit->Find Next
45
46 Translations:
47
48         * Make all toolbar items translatable
49         * ru (Nickolay Shmyrev)
50
51 ==============
52 Evince   0.2.0
53 ==============
54
55 Code changes
56
57         * Use poppler glib api
58
59 Interface improvements
60
61         * Rewrite most of the backend code to use threads and make
62           the interface more responsive
63
64 New features
65
66         * Use page labels as page numbers (Jhonatan)
67
68 ==============
69 Evince   0.1.9
70 ==============
71
72         * Fix a crash in the nautilus thumbnailer (Fernando Herrera)
73
74 ==============
75 Evince   0.1.8
76 ==============
77
78 BugFixes
79
80         * Fix crash when opening pdf documents with only 1 page
81
82 ==============
83 Evince   0.1.7
84 ==============
85
86 New features
87
88         * Nautilus thumbnailer for pdf (Fernando Herrera)
89
90 BugFixes
91
92         * Make code C89 compliant (Jens Granseuer)
93         * Fix some issues in the nautilus thumbnailer (Marco)
94         * Do not read ps defaults from ggv prefs! (Marco)
95
96 ==============
97 Evince   0.1.6
98 ==============
99
100 Code changes
101
102         * Use poppler instead of our own xpdf fork (Kristian Høgsberg)
103
104 Interface improvements
105
106         * Use an entry for the page control instead of
107           spin buttons (Marco)
108         * Expand the sidebar selection widget (Carlos)
109
110 Bug fixes
111
112         * Fix crash in links loading (Jonathan)
113         * Fix crashes when reloading document (Marco)   
114
115 ==============
116 Evince   0.1.5
117 ==============
118
119 New features
120
121         * Reload menu (Kai Willadsen)
122
123 Interface improvements
124         
125         * Support for DnD of files (Carlos Garcia Campos)
126         * Set the "Previous" and "Next" toolbar
127           buttons as important (Vincent Noel)
128         * Make the "best fit" and "fit width"
129           values act as toggle buttons (Jonathan)
130         * Autohide the fullscreen button (Kristian Høgsberg)
131         * Added ellipsis to Print item (Bryan)
132         * Change the fullscreen toolbar to always be in
133           the popup window (Jonathan)
134         * Improved sidebar widget (Carlos Garcia Campos)
135         * Minimal size for the sidebar (Marco)
136         * Hide the sidebar if the type doesn't
137           support thumbnailing and indexing (Jonathan)
138         * Remember the sidebar size (Carlos Garcia Campos)
139
140 Bug fixes
141
142         * Fix compilation on non-gcc platforms (Marco)
143         * Fix thumbnails generation (Crispin Flowerday)
144         * Fix best fit size allocation (Martin)
145         * Replace newlines in the title by spaces (Martin)
146         * Get rid of the black flash when resizing the window (Jonathan)
147         * Sync selection with zoom levels (Marco)
148         * Fix clipboard operations (Marco)
149         * Fix a crash when the ps document cannot be opened (Marco)
150         * Fix postcript page selection (Marco)
151         * Fix page sizing to be idempotent (Marco)
152         * Fix page sizing toggle buttons (Marco)
153         * Fix freezing on document with unrecognized links (Marco)
154         * Check ghostscript minimal version (Marco)
155         * Fix rendering of landscape documents (Marco)
156         * Unescape filenames for display (Marco)
157
158 ==============
159 Evince   0.1.4
160 ==============
161
162 Code changes
163
164         * Add debugging/logging helpers (Marco)
165         * Add warnings about unimplemented/unknown link
166           types (Marco)
167
168 Interface improvements
169
170         * Epiphany like fullscreen mode (Christian Persch)
171         * Save chromes state between sessions (Christian Persch)
172         * Improve toolbar layout and icons (Luca Ferretti)
173
174 Bug fixes
175
176         * Really fix postscript rendering (Marco)
177         * Do not leak gs processes on exit (Marco)
178         * Fix a buffer overflow fix (Marco)
179
180 ==============
181 Evince   0.1.3
182 ==============
183
184 Code changes
185
186         * Beginnings of continuous viewing (Jonathan)
187
188 New features
189
190         * Support eps (Marco)
191         * Support gzipped ps (Marco)
192
193 Bug fixes
194
195         * Fix a crash with the postscript view (Marco)
196         * Fix image view (Jeff Muizelaar)
197         * Fix a warning when opening documents without
198           thumbnails (Martin)
199         * Fix crashes when searched word is not found (Marco)
200         * Fix a crash when changing page with keys (Marco)
201
202 ==============
203 Evince   0.1.2
204 ==============
205
206 New features
207
208         * Make search really work (Marco)
209
210 Interface improvements
211
212         * Show password state in the view (Jonathan)
213         * add GTK_SHADOW_IN to the scrolled window (Martin)
214         * make sure the selected thumbnail stays visible (Martin)
215         * Remove history buttons from the toolbar (Marco)
216
217 Bug fixes
218
219         * Fix CID fonts with freetype 2.1.9 (Marco)
220         * Fix inverted up/down buttons (Marco)
221
222 ==============
223 Evince   0.1.1
224 ==============
225
226 New features
227
228         * Actually print PDF files
229         * Navigation history
230         * Support Links
231         * Support encrypted PDFs
232         * A desktop file
233
234 Interface improvements
235
236         * Rename Bookmarks sidebar to Index
237         * Use filename as title if the file doesn't have a title (Jeff
238           Muizelaar) or if the title is empty
239         * Make navigation with thumbnails possible (Anders Carlsson)
240         * (De)Sensitize actions as necessary (Dave Malcolm)
241         * Show a wait cursor while the page is rendering
242         * Center the page; draw a page border
243         * Undo selection on page change
244         * Shorter toolbar item labels
245         * Make selection work in any direction
246
247 Code changes
248
249         * Render PDFs directly as packed RGB
250         * Update egg-recent code (not used yet)
251         * Update to latest Xpdf patchlevel
252
253 Bug fixes
254
255         * PostScript backend fixes
256         * Pixbuf backend fixes (Jeff Muizelaar)
257         * Set page spin button limits correctly (Anders Carlsson)
258         * Fix problem when base fonts are installed as pcf files.
259         * Keep search selection highlighting correct even when
260           zooming/changing window size (Stephane LOEUILLET)
261
262 Translation updates
263
264         * cs (Miloslav Trmac)
265         * de (Frank Arnold)
266         * en_CA (Adam Weinberger)
267         * es (Antonio Ognio)
268         * nb (Kjartan Maraas)
269         * nl (Tino Meinen)
270
271 evince 0.1.0
272 ------------
273
274 Initial release.