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