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