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