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