]> www.fi.muni.cz Git - evince.git/blob - NEWS
Release 0.3.3. Remove pdf icon.
[evince.git] / NEWS
1 ==============
2 Evince   0.3.3
3 ==============
4
5 New Features:
6
7     * real text selection, complete with theming and I-Beam support
8     * Respect lockdown gconf keys
9     * Metadata support per document
10     * Font properties dialog
11     * dbus support to create a factory
12     * Implement nautilus plugin for properties.
13
14 Interface Improvements:
15
16     * HIG Fixes 
17     * Hide menu entry in .desktop file
18     * Get the correct mime types in the open dialog
19
20 Bug Fixes:
21
22     * Improved rotation support
23     * Backwards searching
24     * Use unzipped document when printing
25     * Persist the print settings
26     * Support pdf's with 0 pages
27     * Fix find flickering
28     * gnome-doc-utils for manual
29     * Add keypad accelerators for zooming. Fix for bug 308128.
30     * fix mem leaks
31     * MIME Fixes
32     * tiff/djvu backend fixes
33
34 Translations:
35
36     * eu, gl, gu, he, hi, ne, pa, pl, sk, sr, st@Latn, tr
37
38 ==============
39 Evince   0.3.2
40 ==============
41
42 New Features:
43
44         * Multi page tiff support
45         * Document properties
46         * Document rotation
47         * Gnome vfs support
48
49 Interface Improvements:
50
51         * Faster dvi rendering
52         * More compact layout for documents with different page formats
53         * Stock icons for all toolbar editor items
54         * Multiple selection in the open dialog
55         * Loading progress feedback
56         * Multiple column thumbnails
57         * Expand links when specified by the document
58         * Several new handy keybindings
59         * Ellipsize recent items labels
60
61 Bug Fixes:
62
63         * Fix rendering of several postscript documents
64         * Fix reloading of postcript documents
65         * Fix a lot of memory leaks
66         * Fix compilation on gcc 4
67         * Several minor fixes
68
69 ==============
70 Evince   0.3.1
71 ==============
72
73 New Features:
74
75         * Toolbar editor
76         * Middle button scrolling
77         * Support for printing page ranges
78         * Support for printing chapters (from the index)
79
80 Interface Improvements:
81
82         * Move best fit items in the toolbar control at the top
83         * In the sidebar make drop down menu as large as the button
84         * Several keybindings improvements
85         * Faster scrolling
86         * Only render the visible thumbnails (less memory usage)
87         * Get rid of confusing Normal size menu
88
89 Bug Fixes:
90
91         * Better mime detection
92         * Several minor fixes
93         * Fix printing on LPD printers
94
95 ==============
96 Evince   0.3.0
97 ==============
98
99 New Features:
100
101         * Continous mode
102         * Dual page mode
103         * Control + Scroll does zooming
104         * Shift + Scroll scrolls horizontally
105         * Zoom control in the toolbar
106
107 Interface Improvements:
108
109         * If all page labels are numeric show only
110           the page total
111
112 Bug Fixes:
113
114         * Fix size of dvi thumbnails
115         * Fix crash on exit
116         * Make thumbnailer schemas translatable
117         * Fix build problems with t1lib
118
119 ==============
120 Evince   0.2.1
121 ==============
122
123 New Features:
124
125         * new backend to support DJVU files.
126         * new backend to support DVI.
127         * Initial implementation of doc metadata.  No UI for this yet,
128           though we respect docs requesting UI changes.
129         * support application/x-gzpostscript
130         * consolidate mime handling code so thumbnailer and main page
131           can use them.  Thumbnail all types we support.
132         * Respect document orientation 
133         * Implement print and save a copy for the ps backend.
134         * Badass completion of the document in the entry.  Only works
135           with GTK+ >= 2.7.1
136         * User docs
137
138 Bug Fixes:
139
140         * Faster Zooming
141         * Clean up Schemas
142         * README added.
143         * Small rework of sidebar code. Now sidebar pages should implement
144           EvSidebarPage interface.
145         * lots of small bug fixes
146         * Actually fix the "FIXME: update priority" comment.
147         * Update egg-recent from libegg. This should fix long startup
148           problem.
149
150 Interface Improvements:
151
152         * Shift + Space scrolls up.
153         * Removed fullscreen toolbar hard-coded style
154         * Fix normal size zoom. Make zoom in/zoom out unsensitive when
155           they are behyond the limits.
156         * Doesn't show resize grip when maximized
157         * don't draw border in fullscreen
158         * Doesn't show thumbnails if document has 1 page. Make sidebar
159           menu entries sensitive only if if they have sense. 
160         * Work around the Escape conflict (find bar and unfullscreen)
161         * Save accelerators on exit.
162         * Add Edit->Find Next
163
164 Translations:
165
166         * Make all toolbar items translatable
167         * ru (Nickolay Shmyrev)
168
169 ==============
170 Evince   0.2.0
171 ==============
172
173 Code changes
174
175         * Use poppler glib api
176
177 Interface improvements
178
179         * Rewrite most of the backend code to use threads and make
180           the interface more responsive
181
182 New features
183
184         * Use page labels as page numbers (Jhonatan)
185
186 ==============
187 Evince   0.1.9
188 ==============
189
190         * Fix a crash in the nautilus thumbnailer (Fernando Herrera)
191
192 ==============
193 Evince   0.1.8
194 ==============
195
196 BugFixes
197
198         * Fix crash when opening pdf documents with only 1 page
199
200 ==============
201 Evince   0.1.7
202 ==============
203
204 New features
205
206         * Nautilus thumbnailer for pdf (Fernando Herrera)
207
208 BugFixes
209
210         * Make code C89 compliant (Jens Granseuer)
211         * Fix some issues in the nautilus thumbnailer (Marco)
212         * Do not read ps defaults from ggv prefs! (Marco)
213
214 ==============
215 Evince   0.1.6
216 ==============
217
218 Code changes
219
220         * Use poppler instead of our own xpdf fork (Kristian Høgsberg)
221
222 Interface improvements
223
224         * Use an entry for the page control instead of
225           spin buttons (Marco)
226         * Expand the sidebar selection widget (Carlos)
227
228 Bug fixes
229
230         * Fix crash in links loading (Jonathan)
231         * Fix crashes when reloading document (Marco)   
232
233 ==============
234 Evince   0.1.5
235 ==============
236
237 New features
238
239         * Reload menu (Kai Willadsen)
240
241 Interface improvements
242         
243         * Support for DnD of files (Carlos Garcia Campos)
244         * Set the "Previous" and "Next" toolbar
245           buttons as important (Vincent Noel)
246         * Make the "best fit" and "fit width"
247           values act as toggle buttons (Jonathan)
248         * Autohide the fullscreen button (Kristian Høgsberg)
249         * Added ellipsis to Print item (Bryan)
250         * Change the fullscreen toolbar to always be in
251           the popup window (Jonathan)
252         * Improved sidebar widget (Carlos Garcia Campos)
253         * Minimal size for the sidebar (Marco)
254         * Hide the sidebar if the type doesn't
255           support thumbnailing and indexing (Jonathan)
256         * Remember the sidebar size (Carlos Garcia Campos)
257
258 Bug fixes
259
260         * Fix compilation on non-gcc platforms (Marco)
261         * Fix thumbnails generation (Crispin Flowerday)
262         * Fix best fit size allocation (Martin)
263         * Replace newlines in the title by spaces (Martin)
264         * Get rid of the black flash when resizing the window (Jonathan)
265         * Sync selection with zoom levels (Marco)
266         * Fix clipboard operations (Marco)
267         * Fix a crash when the ps document cannot be opened (Marco)
268         * Fix postcript page selection (Marco)
269         * Fix page sizing to be idempotent (Marco)
270         * Fix page sizing toggle buttons (Marco)
271         * Fix freezing on document with unrecognized links (Marco)
272         * Check ghostscript minimal version (Marco)
273         * Fix rendering of landscape documents (Marco)
274         * Unescape filenames for display (Marco)
275
276 ==============
277 Evince   0.1.4
278 ==============
279
280 Code changes
281
282         * Add debugging/logging helpers (Marco)
283         * Add warnings about unimplemented/unknown link
284           types (Marco)
285
286 Interface improvements
287
288         * Epiphany like fullscreen mode (Christian Persch)
289         * Save chromes state between sessions (Christian Persch)
290         * Improve toolbar layout and icons (Luca Ferretti)
291
292 Bug fixes
293
294         * Really fix postscript rendering (Marco)
295         * Do not leak gs processes on exit (Marco)
296         * Fix a buffer overflow fix (Marco)
297
298 ==============
299 Evince   0.1.3
300 ==============
301
302 Code changes
303
304         * Beginnings of continuous viewing (Jonathan)
305
306 New features
307
308         * Support eps (Marco)
309         * Support gzipped ps (Marco)
310
311 Bug fixes
312
313         * Fix a crash with the postscript view (Marco)
314         * Fix image view (Jeff Muizelaar)
315         * Fix a warning when opening documents without
316           thumbnails (Martin)
317         * Fix crashes when searched word is not found (Marco)
318         * Fix a crash when changing page with keys (Marco)
319
320 ==============
321 Evince   0.1.2
322 ==============
323
324 New features
325
326         * Make search really work (Marco)
327
328 Interface improvements
329
330         * Show password state in the view (Jonathan)
331         * add GTK_SHADOW_IN to the scrolled window (Martin)
332         * make sure the selected thumbnail stays visible (Martin)
333         * Remove history buttons from the toolbar (Marco)
334
335 Bug fixes
336
337         * Fix CID fonts with freetype 2.1.9 (Marco)
338         * Fix inverted up/down buttons (Marco)
339
340 ==============
341 Evince   0.1.1
342 ==============
343
344 New features
345
346         * Actually print PDF files
347         * Navigation history
348         * Support Links
349         * Support encrypted PDFs
350         * A desktop file
351
352 Interface improvements
353
354         * Rename Bookmarks sidebar to Index
355         * Use filename as title if the file doesn't have a title (Jeff
356           Muizelaar) or if the title is empty
357         * Make navigation with thumbnails possible (Anders Carlsson)
358         * (De)Sensitize actions as necessary (Dave Malcolm)
359         * Show a wait cursor while the page is rendering
360         * Center the page; draw a page border
361         * Undo selection on page change
362         * Shorter toolbar item labels
363         * Make selection work in any direction
364
365 Code changes
366
367         * Render PDFs directly as packed RGB
368         * Update egg-recent code (not used yet)
369         * Update to latest Xpdf patchlevel
370
371 Bug fixes
372
373         * PostScript backend fixes
374         * Pixbuf backend fixes (Jeff Muizelaar)
375         * Set page spin button limits correctly (Anders Carlsson)
376         * Fix problem when base fonts are installed as pcf files.
377         * Keep search selection highlighting correct even when
378           zooming/changing window size (Stephane LOEUILLET)
379
380 Translation updates
381
382         * cs (Miloslav Trmac)
383         * de (Frank Arnold)
384         * en_CA (Adam Weinberger)
385         * es (Antonio Ognio)
386         * nb (Kjartan Maraas)
387         * nl (Tino Meinen)
388
389 evince 0.1.0
390 ------------
391
392 Initial release.