]> www.fi.muni.cz Git - evince.git/blob - NEWS
46ffe1d1f5e0fa7410d890077814387c089b9a2a
[evince.git] / NEWS
1 ==============
2 Evince   0.2.0
3 ==============
4
5 Code changes
6
7         * Use poppler glib api
8
9 Interface improvements
10
11         * Rewrite most of the backend code to use threads and make
12           the interface more responsive
13
14 New features
15
16         * Use page labels as page numbers (Jhonatan)
17
18 ==============
19 Evince   0.1.9
20 ==============
21
22         * Fix a crash in the nautilus thumbnailer (Fernando Herrera)
23
24 ==============
25 Evince   0.1.8
26 ==============
27
28 BugFixes
29
30         * Fix crash when opening pdf documents with only 1 page
31
32 ==============
33 Evince   0.1.7
34 ==============
35
36 New features
37
38         * Nautilus thumbnailer for pdf (Fernando Herrera)
39
40 BugFixes
41
42         * Make code C89 compliant (Jens Granseuer)
43         * Fix some issues in the nautilus thumbnailer (Marco)
44         * Do not read ps defaults from ggv prefs! (Marco)
45
46 ==============
47 Evince   0.1.6
48 ==============
49
50 Code changes
51
52         * Use poppler instead of our own xpdf fork (Kristian Høgsberg)
53
54 Interface improvements
55
56         * Use an entry for the page control instead of
57           spin buttons (Marco)
58         * Expand the sidebar selection widget (Carlos)
59
60 Bug fixes
61
62         * Fix crash in links loading (Jonathan)
63         * Fix crashes when reloading document (Marco)   
64
65 ==============
66 Evince   0.1.5
67 ==============
68
69 New features
70
71         * Reload menu (Kai Willadsen)
72
73 Interface improvements
74         
75         * Support for DnD of files (Carlos Garcia Campos)
76         * Set the "Previous" and "Next" toolbar
77           buttons as important (Vincent Noel)
78         * Make the "best fit" and "fit width"
79           values act as toggle buttons (Jonathan)
80         * Autohide the fullscreen button (Kristian Høgsberg)
81         * Added ellipsis to Print item (Bryan)
82         * Change the fullscreen toolbar to always be in
83           the popup window (Jonathan)
84         * Improved sidebar widget (Carlos Garcia Campos)
85         * Minimal size for the sidebar (Marco)
86         * Hide the sidebar if the type doesn't
87           support thumbnailing and indexing (Jonathan)
88         * Remember the sidebar size (Carlos Garcia Campos)
89
90 Bug fixes
91
92         * Fix compilation on non-gcc platforms (Marco)
93         * Fix thumbnails generation (Crispin Flowerday)
94         * Fix best fit size allocation (Martin)
95         * Replace newlines in the title by spaces (Martin)
96         * Get rid of the black flash when resizing the window (Jonathan)
97         * Sync selection with zoom levels (Marco)
98         * Fix clipboard operations (Marco)
99         * Fix a crash when the ps document cannot be opened (Marco)
100         * Fix postcript page selection (Marco)
101         * Fix page sizing to be idempotent (Marco)
102         * Fix page sizing toggle buttons (Marco)
103         * Fix freezing on document with unrecognized links (Marco)
104         * Check ghostscript minimal version (Marco)
105         * Fix rendering of landscape documents (Marco)
106         * Unescape filenames for display (Marco)
107
108 ==============
109 Evince   0.1.4
110 ==============
111
112 Code changes
113
114         * Add debugging/logging helpers (Marco)
115         * Add warnings about unimplemented/unknown link
116           types (Marco)
117
118 Interface improvements
119
120         * Epiphany like fullscreen mode (Christian Persch)
121         * Save chromes state between sessions (Christian Persch)
122         * Improve toolbar layout and icons (Luca Ferretti)
123
124 Bug fixes
125
126         * Really fix postscript rendering (Marco)
127         * Do not leak gs processes on exit (Marco)
128         * Fix a buffer overflow fix (Marco)
129
130 ==============
131 Evince   0.1.3
132 ==============
133
134 Code changes
135
136         * Beginnings of continuous viewing (Jonathan)
137
138 New features
139
140         * Support eps (Marco)
141         * Support gzipped ps (Marco)
142
143 Bug fixes
144
145         * Fix a crash with the postscript view (Marco)
146         * Fix image view (Jeff Muizelaar)
147         * Fix a warning when opening documents without
148           thumbnails (Martin)
149         * Fix crashes when searched word is not found (Marco)
150         * Fix a crash when changing page with keys (Marco)
151
152 ==============
153 Evince   0.1.2
154 ==============
155
156 New features
157
158         * Make search really work (Marco)
159
160 Interface improvements
161
162         * Show password state in the view (Jonathan)
163         * add GTK_SHADOW_IN to the scrolled window (Martin)
164         * make sure the selected thumbnail stays visible (Martin)
165         * Remove history buttons from the toolbar (Marco)
166
167 Bug fixes
168
169         * Fix CID fonts with freetype 2.1.9 (Marco)
170         * Fix inverted up/down buttons (Marco)
171
172 ==============
173 Evince   0.1.1
174 ==============
175
176 New features
177
178         * Actually print PDF files
179         * Navigation history
180         * Support Links
181         * Support encrypted PDFs
182         * A desktop file
183
184 Interface improvements
185
186         * Rename Bookmarks sidebar to Index
187         * Use filename as title if the file doesn't have a title (Jeff
188           Muizelaar) or if the title is empty
189         * Make navigation with thumbnails possible (Anders Carlsson)
190         * (De)Sensitize actions as necessary (Dave Malcolm)
191         * Show a wait cursor while the page is rendering
192         * Center the page; draw a page border
193         * Undo selection on page change
194         * Shorter toolbar item labels
195         * Make selection work in any direction
196
197 Code changes
198
199         * Render PDFs directly as packed RGB
200         * Update egg-recent code (not used yet)
201         * Update to latest Xpdf patchlevel
202
203 Bug fixes
204
205         * PostScript backend fixes
206         * Pixbuf backend fixes (Jeff Muizelaar)
207         * Set page spin button limits correctly (Anders Carlsson)
208         * Fix problem when base fonts are installed as pcf files.
209         * Keep search selection highlighting correct even when
210           zooming/changing window size (Stephane LOEUILLET)
211
212 Translation updates
213
214         * cs (Miloslav Trmac)
215         * de (Frank Arnold)
216         * en_CA (Adam Weinberger)
217         * es (Antonio Ognio)
218         * nb (Kjartan Maraas)
219         * nl (Tino Meinen)
220
221 evince 0.1.0
222 ------------
223
224 Initial release.