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