]> www.fi.muni.cz Git - evince.git/blob - NEWS
Update NEWS for 2.23.91 release.
[evince.git] / NEWS
1 ================
2 Evince  2.23.91
3 ================
4
5 New Features and UI Improvements:
6
7     * Use EggSMClient from libegg instead of gnome-client and remove
8       libgnome and libgnomeui dependencies (Carlos Garcia Campos)
9     * Implement document_get_page_label in tiff backend (Carlos Garcia
10       Campos)
11       
12 Bug fixes:
13
14     * Start up in the right workspace when resuming a previous session
15       (Carlos Garcia Campos)
16     * Fix metacity warnings shown in ~/.xsession-errors (Carlos
17       Garcia Campos)
18     * Fix a crash due to an idle function called with an already
19       destroyed object (#549163, Carlos Garcia Campos)
20     * Fix problems when opening or saving attachments (#548653, Carlos
21       Garcia Campos)
22     * Handle document orientation in tiff backend (#548444, Carlos
23       Garcia Campos)
24     * Fix a crash when adjustment page size is 0 (#547440, Carlos
25       Garcia Campos)
26     * Other bugs fixed: #548462
27
28 Translation updates:
29
30     * Runa Bhattacharjee (bn_IN)
31     * Gil Forcada (ca)
32     * Mario Blättermann (de)
33     * Dawa pemo (dz)
34     * Jorge González (es)
35     * Iñaki Larrañaga Murgoitio (eu)
36     * Ilkka Tuohela (fi)
37     * Takeshi AIHANA (ja)
38     * Shankar Prasad (kn)
39     * Gintautas Miliauskas (lt)
40     * Arangel Angov (mk)
41     * Manoj Kumar Giri (or)
42     * Vladimir Melo (pt_BR)
43     * Chao-Hsiung Liao (zh_HK)
44     
45 ================
46 Evince  2.23.6
47 ================
48
49 Bug fixes:
50
51     * Correctly build desktop file (#544237, Götz Waschk)
52
53 Other changes:
54
55     * Cleanup #include statements. (Wouter Bolsterlee)
56     * The jobs system has been reworked in order to make it simpler
57       and easier to extend. (Carlos Garcia Campos)
58     * Add a profile mode available when debug is enabled (Carlos
59       Garcia Campos)      
60
61 Translation updates:
62
63     * Djihed Afifi (ar)
64     * Adrian Guniš (cs)
65     * Pierre Lemaire (fr)
66     * Duarte Loreto (pt)
67       
68 ================
69 Evince  2.23.5
70 ================
71
72 New Features and UI Improvements:
73
74     * Intercept window manager's fullscreen request in order to
75       run/stop fullscreen mode (#493541, Carlos Garcia Campos)
76     * 7-zip compressed commics support (#532312, Kartik Rustagi)
77     * Add Alt+Left and Alt+Right shortcuts to rotate (#539972, Bastien
78       Nocera)
79     * Media player keys support (#539971, Bastien Nocera)
80
81 Bug fixes:
82
83     * Restart the job search when the find bar is opened for the
84       second time (#531956, Carlos Garcia Campos)
85     * Fixes nautilus crash caused by evince properties page extension
86       (#542548, Carlos Garcia Campos)
87     * Fix Solaris build (#542924, Darren Kenny)
88     * Fix endianess bug (#540950, Benjamin Jacobs)
89     * Other bugs fixed: #542001
90
91 Translation updates:
92
93     * Jorge González (es)
94     * Ivar Smolin (et)
95     * Ignacio Casal Quinteiro (gl)
96     * Yuval Tanny (he)
97     * Rakesh Pandit (ks)
98     * Kjartan Maraas (nb)
99     * Wouter Bolsterlee (nl)
100     * Zabeeh Khan (ps)
101     * Daniel Nylander (sv)
102     * Theppitak Karoonboonyanan (th)
103     
104 ================
105 Evince  2.23.4
106 ================
107
108 New Features and UI Improvements:
109
110     * A warning message is shown in the message area when the document
111       has no pages (#171588, Carlos Garcia Campos)
112     * Automaticly reload the document when the file has changed on
113       disk (#304249, Carlos Garcia Campos)
114     * Added Ctrl-Insert keybinding for copying text and Ctrl+N for
115       opening a copy (#526523, #532239, Carlos Garcia Campos)
116     * Save as action has been added as a toolbar button too. (Abhishek Mukherjee)
117     * Primary selection is also updated when copying a link address
118       (#520855, Carlos Garcia Campos)
119     * Added GtkMountOperation, copied from gtk+. (Carlos Garcia Campos)
120     * GS code has been removed, libspectre is now required to build the
121       PostScript backend. (Carlos Garcia Campos)
122
123 Bug fixes:
124
125     * Fixed a crash when opening documents with no pages
126       (#537574, Carlos Garcia Campos)
127     * Fixed a crash when running in debug mode (Daniel M. German)
128     * Fixed a crash in impress backend (#530852, Hans Petter Jansson)
129     * Improved error handling in djvu backend (#530202, Carlos Garcia Campos)
130     * Do not use the pixbuf backend for rendering tiff documents when
131       the tiff backend is available (#520290, Carlos Garcia Campos)
132     * Fixed T1 font rendering in dvi backend (#536883, Mattias Nissler)
133     * Other bugs fixed: #533323, #533897, #533896, #534493, #537535
134
135 Thanks:
136
137     Matthias Drochner, Frederic Peters, Cosimo Cecchi
138
139 Translation updates:
140
141     * Djihed Afifi (ar) 
142
143     
144 ================
145 Evince  2.22.1.1
146 ================
147
148 Bug fixes:
149
150     *  Fix build in FreeBSD (#526799, Michael Johnson, Carlos Garcia Campos)
151     *  Fixes djvu backend links (#526517, Carlos Garcia Campos)
152
153 ===============
154 Evince  2.22.1
155 ===============
156
157 Bug fixes:
158
159     * Add compressed dvi to the list of supported mime types
160       (#307087, Ed Catmur)
161     * Fix a crash when printing a range that doesn't specify the start
162       or end page (#524288, Carlos Garcia Campos)
163     * Fix a crash when thumbnail failed to render in PS backend
164       (#525015, Carlos Garcia Campos)
165     * Open default application when launching an external uri
166       (#525009, Emil Soleyman)
167     * Add a configure option to enable/diable DBus (#521797, Rémi Cardona)
168     * Fix printing in documents with rotated pages (#512648, Eugen Dedu)
169     * Do not append file extension twice when saving an image
170       (#523069, Carlos Garcia Campos, Wouter Bolsterlee)
171     * Cancel find operation when the find bar is closed
172       (#508845, Carlos Garcia Campos)
173     * Several printing fixes: collate, reverse and copies were broken
174       (#365332, Eugen Dedu)
175     * Fix selection rendering when poppler is compiled with splash
176       backend (Carlos Garcia Campos).
177     * Other bugs fixed: #521224, #524112
178
179 Translation updates:
180
181     * Alexander Nyakhaychyk (be)
182     * Yavor Doganov (bg)
183     * David Lodge (en_GB)
184     * Jorge González (es)
185     * Ivar Smolin (et)
186     * Clytie Siddall (vi)
187
188 ===============
189 Evince  2.22.0
190 ===============
191
192 Bug fixes:
193
194     * Do not print when Escape is pressed to close printing dialog
195       (#495107, Wouter Bolsterlee)
196     * Fix a crash in nautilus properties page (#519679, Carlos Garcia Campos)
197     * Fix a crash with transition effects (#519106, Carlos Garnacho)
198     * Fix document mime type detection (#518874, Carlos Garcia Campos)
199     * Fix a crash in forms (#518831, Carlos Garcia Campos)
200     * Fix images extraction (#516237, Carlos Garcia Campos)
201     
202 Translation updates:
203
204     * Djihed Afifi (ar)
205     * Ihar Hrachyshka (be@latin)
206     * Petr Kovar (cs)
207     * Kenneth Nielsen (da)
208     * nikosCharonitakis (el)
209     * David Lodge (en_GB)
210     * Jorge González (es)
211     * Ivar Smolin (et)
212     * Ilkka Tuohela (fi)
213     * Claude Paroz (fr)
214     * Ignacio Casal Quinteiro (gl)
215     * Ankit Patel (gu)
216     * Yuval Tanny (he)
217     * Gabor Kelemen (hu)
218     * Luca Ferretti (it)
219     * Takeshi Aihana (ja)
220     * Shankar Prasad (kn)
221     * Changwoo Ryu (ko)
222     * Gintautas Miliauskas (lt)
223     * Arangel Angov (mk)
224     * Sandeep Shedmake (mr)
225     * Narayan Kumar Magar (ne)
226     * Åsmund Skjæveland (nn)
227     * Yannig Marchegay (Kokoyaya) (oc)
228     * Hugo Doria (pt_BR)
229     * Laurent Dhima (sq)
230     
231 ===============
232 Evince  2.21.91
233 ===============
234         
235 Bug fixes:
236     
237     * gnome-print code has been removed (#512370, Carlos Garcia Campos)
238     * Fix thumbnailer crash (#513934, Matthias Clasen)
239     * Fix djvu rendering (#482720, Carlos Garcia Campos)
240     * Fix mime type detection based on file contents (Cosimo Cecchi, Carlos Garcia Campos)
241     * Other bugs fixed: #512719, #512720, #512718, #512771, #513203
242     
243 Translation updates:
244
245     * Khaled Hosny (ar)
246     * Amitakhya Phukan (as)
247     * Hendrik Richter (de)
248     * Jorge González (es)
249     * Kjartan Maraas (nb)
250     * Yannig Marchegay (Kokoyaya) (oc)
251     * Tomasz Dominikowski (pl)
252     * Vladimir Melo (pt_BR)
253     * Duarte Loreto (pt)
254     * Theppitak Karoonboonyanan (th)
255     * Serdar CICEK (tr)
256     * Woodman Tuen (zh_HK)
257
258 ===============
259 Evince  2.21.90
260 ===============
261
262 Important notice for distributors:
263
264     * This release overrides document permissions by default. See
265       http://bugzilla.gnome.org/show_bug.cgi?id=382700 for more information
266       about this.
267     * Ghostscript interface for PostScript documents is now deprecated.
268       Please use libspectre (http://libspectre.freedesktop.org/)
269       instead.
270
271 New features and UI improvements:
272
273     * Port to gio and drop gnome-vfs dependency. (#510401, Cosimo Cecchi, Carlos Garcia Campos)
274     * Scroll pages in page entry with mouse wheel (#324122, David Turner)
275     * Automatic scrolling in context menu (#323670, David Turner)
276     * Kinetic scrolling (#461271, David Turner)
277     * New plugin system for backends (#351348, Carlos Garcia Campos)
278     * Allow saving images in formats other than PNG (#500209, Carl-Anton
279       Ingmarsson, Nickolay V. Shmyrev)
280     * Add support for page transitions (#458460, Carlos Garnacho)
281     * Override document restrictions by default (#382700, Wouter Bolsterlee)
282     * Use up/down arrows instead of left/right (#170081, Wouter Bolsterlee)
283
284 Bug fixes:
285
286     * Reset cursor correctly (#501603, #509958, Carlos Garcia Campos)
287     * Use GSlice to allocate memory (#475972, Christian Persch)
288     * Do not limit minimum zoom factor in best fit/fit width mode (#503805,
289       Carlos Garcia Campos)
290     * Use libspectre, if available, for the ps backend. (#317106, #499787,
291       #501235, #421879, #445797, #443859, #486547, #386005, #507705, Carlos Garcia Campos)
292     * Put RTL marker in recent file list (#509076, Djihed Afifi)
293     * Put Nautilus extension in right place (#505359, Matthias Clasen, Brian
294       Pepple, Damien Carbery, Wouter Bolsterlee)
295     * Avoid filename quoting issues (#502500, Tom Parker)
296     * Repair horizontal scrolling with shift (#483412, Nickolay V. Shmyrev)
297     * Gnome Keyring is now an optional dependency (#509676, Marcelo Lira)
298     * Reduce memory consumption by rendering images on demand (Carlos Garcia Campos)
299     * Fix printing in dvi backend when filename contains white spaces. (#502839, Carlos Garcia Campos)
300     * Other bugs fixed: #502843, #460658, #504721, #511635
301
302 Thanks:
303
304     * Carlos Garcia Campos
305     * Christian Persch
306     * Yaakov Selkowitz
307     * David Turner
308     * Carl-Anton Ingmarsson
309     * Carlos Garnacho
310     * Djihed Afifi
311     * Nickolay V. Shmyrev
312     * Wouter Bolsterlee
313     * Marcelo Lira
314
315 Translation updates:
316
317     * Djihed Afifi (ar)
318     * Ihar Hrachyshka (be@latin)
319     * Gil Forcada (ca)
320     * Jorge Gonzalez (es)
321     * Priit Laes (et)
322     * Inaki Larranaga Murgoitio (eu)
323     * Stéphane Raimbault (fr)
324     * Seán de Búrca (ga)
325     * Ignacio Casal Quinteiro (gl)
326     * Kjartan Maraas (nb)
327     * Wouter Bolsterlee (nl)
328     * Thierry Randrianiriana (mg)
329     * Yannig Marchegay (oc)
330     * Leonardo Ferreira Fontenelle, Hugo Doria, Rodrigo Flores (pt_BR)
331     * Daniel Nylander (sv)
332     * Clytie Siddall (vi)
333
334 ===============
335 Evince  2.21.1
336 ===============
337
338 New Features and UI Improvements:
339
340     * Use message area for notification about errors
341     * Some print settings for documents are stored in metadata
342     * Added command line option for search
343     * Expander with a recent documents is added to toolbar
344     * Egg-recent code dropped
345     * Djvu, dvi and comics are enabled by default
346     * Support for links with URI's like mailto (Pascal Terjan)
347     * Removed the shadow of the fullscreen toolbar
348
349 Bug fixes:
350
351     * A lot of bug fixes from a stable branch
352
353 Thanks:
354  
355     To Carlos Garcia Campos who did the all the amazing work above :)
356
357 Translations:
358
359     Changwoo Ryu (ko)
360     Daniel Nylander (sv)
361     Djihed Afifi (ar)
362     Jorge Gonzalez (es)
363     Francesco Marletta (it)
364     Gabor Kelemen (hu)
365     Gintautas Miliauskas (lt)
366     Ignacio Casal Quinteiro (gl)
367     Ihar Hrachyshka (be@latin)
368     Ilkka Tuohela (fi)
369     Ivar Smolin (et)
370     Jorge González (es)
371     Kjartan Maraas (nb)
372     Matej Urbančič (sl)
373     Peter Bach (da)
374     Yannig Marchegay (Kokoyaya) (oc)
375
376 ===============
377 Evince  2.20.2
378 ===============
379
380 Bug fixes:
381
382     * Tiff documents were rendered with wrong colors (Matthias Clasen)
383     * Fix endless loop when zero pages per sheet is selected (Darren Kenny)
384     * Do not jump to the first page when reloading from command line (Carlos Garcia Campos)
385     * Memory leak fix (Hiroyuki Ikezoe)
386     * Fix printing with poppler splash backend (Carlos Garcia Campos)
387     * Fix a crash when printing with the gnome-print dialog (Carlos Garcia Campos)
388     * Warning fix (Sebastien Bacher)
389
390 Translations:
391
392     Matej Urbančič (sl)
393     Youssef Chahibi (ar)
394
395 ===============
396 Evince  2.20.1
397 ===============
398
399 Bug fixes:
400
401     * Printing multiple pages per sheet fixes (Carlos Garcia Campos)
402     * Respect ranges order during print (Carlos Garcia Campos)
403     * Silently ignore unknown form fields (Matthias Drochner)
404     * Do not show the toolbar in fullscreen mode if the main toolbar is not visible (Carlos Garcia Campos)
405     * Give priority to form fields over images (Carlos Garcia Campos)
406     
407 Translations:
408
409     Changwoo Ryu (ko)
410     Francesco Marletta (it)
411     Ilkka Tuohela (fi)
412     Peter Bach (da)
413
414 ===============
415 Evince  2.20.0
416 ===============
417
418 Bug fixes:
419
420     * Forms support broken by forgotten ifdef fix (Carlos Garcia Campos)
421     * Issue with making a copy and xfer to different file system (Carlos Garcia Campos)
422     * Desktop file fixes (Götz Waschk)
423
424 Translations:
425
426     Youssef Chahibi (ar)
427     Alexander Shopov (bg)
428     Peter Bach (da)
429     Ivar Smolin (et)
430     Ignacio Casal Quinteiro (gl)
431     Francesco Marletta (it)
432     Gintautas Miliauskas (lt)
433     Espen Stefansen (nb)
434     Yannig Marchegay (Kokoyaya) (oc)
435     Mişu Moldovan (ro)
436     Peter Tuhársky (sk)
437     Laurent Dhima (sq)
438     Горан Ракић (sr)
439     Maxim Dziumanenko (uk)
440
441 ===============
442 Evince  2.19.92
443 ===============
444
445 Bug fixes:
446
447     * Bump requirements to poppler 0.6 (Carlos Garcia Campos)
448     * Restart the search when reloading a document with the find bar visible (Carlos Garcia Campos)
449     * Do not jump to the first page when reloading a document from the last page (Carlos Garcia Campos)
450     * Do not update visibility when changing a chrome flag (Carlos Garcia Campos)
451     * Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL (Carlos Garcia Campos)
452     * Make sure current-page <= end-page in continuous mode (Carlos Garcia Campos)
453     * Ignore outline items without a title (Carlos Garcia Campos)
454     * Use only drag mouse cursor during a drag operation (Carlos Garcia Campos)
455     * Actually fix printing regressions (Carlos Garcia Campos)
456     * Add support for double and triple click selections (Carlos Garcia Campos)
457
458 Translations:
459
460     Gil Forcada (ca)
461
462 ===============
463 Evince   2.19.4
464 ===============
465
466 Bug fixes:
467
468     * Find works when findbar is hidden (Justin Blanchard)
469     * Use directly cairo_surface_get_content (Jeff Muizelaar)
470     * Great speedup by using CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 (Jeff Muizelaar)
471     * Fix for embedded thumbnails dimension and rotation (Carlos Garcia Campos)
472     * Avoid ifdefs inside macros (Jens Granseuer)
473     * Memory leak fixes (Justin Blanchard, Hiroyuki Ikezoe)
474     * New icon sizes (Andreas Nilsson)
475     * Invalid read fix (Justin Blanchard)
476     * Fix multihead problems in toolbar editor (Carlos Garcia Campos)
477     * Use the same cairo context for every page in the same expose event (Carlos Garcia Campos)
478
479 Translations:
480
481     Adam Weinberger (en_CA)
482     Danishka Navin (si)
483     Duarte Loreto (pt)
484     Hendrik Richter (de)
485     Ihar Hrachyshka (be@latin)
486     Raphael Higino (pt_BR)
487     Stéphane Raimbault (fr)
488     Takeshi Aihana (ja)
489     
490 ==============
491 Evince   0.9.3
492 ==============
493
494 New Features and UI Improvements:
495
496     * Use new GTK+ tootlips (Carlos Garcia Campos)
497     * Printing multiple pages per sheet (Carlos Garcia Campos)
498     * Added UNIX-like key bindings hjkl (Cosimo Cecchi)
499
500 Bug fixes:
501
502     * Do not block while enumerating printers in preview mode (Christian Persch)
503     * Show new pages as soon as they are rendered even if other page 
504       elements like forms, images or links are not ready yet (Carlos Garcia Campos)
505     * Provide different options in the print dialog depending on document 
506       type backend capabilities (Carlos Garcia Campos)
507
508 Translations:
509
510     Jorge González (es)
511     Iñaki Larrañaga Murgoitio (eu)
512     Ilkka Tuohela (fi)
513     Gabor Kelemen (hu)
514     Arangel Angov (mk)
515     Wouter Bolsterlee (nl)
516     Funda Wang (zh_CN)
517
518 ==============
519 Evince   0.9.2
520 ==============
521
522 New Features and UI Improvements:
523
524     * Forms support (Julien Rebetez, Carlos Garcia Campos)
525     * Toolbar editor icons on dragging (Jaap Haitsma)
526
527 Bug fixes:
528
529     * Program description translation issue fixed (Gabor Kelemen)
530     * Do not change page after presentation (Cesar Fernandez)
531
532 Translations:
533
534     Ankit Patel (gu)
535     Arangel Angov (mk)
536     Bharat Kumar (te)
537     Clytie Siddall (vi)
538     Daniel Nylander (sv)
539     Dr.T.Vasudevan (ta)
540     Espen Stefansen (nb)
541     Ivar Smolin (et)
542     Takeshi Aihana (ja)
543     Theppitak Karoonboonyanan (th)
544     Tomasz Dominikowski (pl)
545     Tshewang Norbu (dz)
546
547 ==============
548 Evince   0.9.1
549 ==============
550
551 New Features and UI Improvements:
552
553     * Cairo-based renderer for pages and selections of PDF, DVJU and DVI documents (Carlos Garcia Campos)
554     * PDF exporter for printing DVI documents (Alaska Subedi)
555     * Zoom icon artwork (Michael Monreal)
556     * Patch to avoid frequent process wakeup for metadata handling (Bastien Nocera, Arjan van de Ven)
557     * Bumped poppler requirements to 0.5.9 (Carlos Garcia Campos)
558     * Changed sidebar ordering (Wouter Bolsterlee)
559     * Removed extra locking of a main loop to speed up rendering (Carlos Garcia Campos)
560
561 Bug fixes:
562
563     * Print job is released quickly (Carlos Garcia Campos)
564     * Update a cursor and tooltips after scrolling (Carlos Garcia Campos)
565     * More safe mkdir_with_parents (Eduardo Lima)
566     * Safe saving of a document copy to a remote location (Carlos Garcia Campos)
567     * Build fix without libgnome (Marc Brockschmidt)
568     * Selections don't disappear after zoom (Carlos Garcia Campos)
569     * Preview button added to the print dialog (Carlos Garcia Campos)
570
571 Translations:
572
573     Daniel Nylander (sv)
574     David Lodge (en_GB)
575     Dr.T.Vasudevan (ta)
576     Espen Stefansen (nb)
577     Gil Forcada (ca)
578     Ignacio Casal Quinteiro (gl)
579     Ivar Smolin (et)
580     Jorge González (es)
581     Sonam Pelden (dz)
582     Theppitak Karoonboonyanan (th)
583     Yuval Tanny (he)
584     
585 ==============
586 Evince   0.9.0
587 ==============
588
589 New Features and UI Improvements:
590
591     * Printing support in djvu documents (Alaska Subedi)
592     * Optional drop of libgnome dependency (Ross Burton)
593     * Print button for preview mode (Carlos Garcia Campos)
594     * Remember print settings (Carlos Garcia Campos)
595     * Use gtk+ builtin paper list to identify the document's paper size (Carlos Garcia Campos)
596     * Start rendering pages before any other jobs (Carlos Garcia Campos)
597     * Developer documentation updated. (Iñigo Martínez)
598     * History button improvements (Nickolay Shmyrev)
599
600 Bug Fixes:
601
602     * Fixes for issues with fullscreen toolbar (Carlos Garcia Campos)
603     * Open document in empty window with EggRecent (Eduardo Lima)
604     * Compilation fixes for FreeBSD (Roy Marples)
605     * A lot of calls to parent class methos added (Christian Persch)
606     * Update gtk-icon-cache in uninstall hook (Brian Pepple)
607     * Fix for crash in comics backend when filename contains quote (Nickolay Shmyrev)
608     * Always add application-specific icons to the theme (Nickolay Shmyrev)
609
610 Translations:
611
612     Jakub Friedl (cs)
613     Dimitris Glezos (el)
614     David Lodge (en_GB)
615     Jorge González (es)
616     Ivar Smolin (et)
617     Francesco Marletta (it)
618     Espen Stefansen (nb)
619     Yannig Marchegay (oc)
620     Washington Lins (pt_BR)
621     Daniel Nylander (sv)
622
623 ==============
624 Evince   0.8.1
625 ==============
626
627 Bug Fixes:
628
629     * Default resolution is used when it's not provided by TIFF
630       document (Carlos Garcia Campos)
631     * Added support for ps, eps and compressed documents 
632       thumbnails (Carlos Garcia Campos)
633     * Implemented font color specials in the DVI backend (Ricardo Markiewicz)
634     * DOCUMENTS folder from xdg-data-dirs is used as default folder when
635       opening a file chooser (Matthias Clasen)
636     * unlink-tempfile is used instead of unlink-temp-file (Carlos Garcia Campos)
637
638 Translations:
639
640     Gil Forcada (ca)
641     Ignacio Casal Quinteiro (gl)
642     Iñaki Larrañaga Murgoitio (eu)
643     Jorge González (es)
644     Jakub Friedl (cs)
645     Sonam Pelden (dz)
646
647 ==============
648 Evince   0.8.0
649 ==============
650
651 Features and UI Improvements:
652
653     * Thumbnails for postscript documents (Carlos Garcia Campos)
654     * Copy of compressed document is saved compressed (Carlos Garcia Campos)
655
656 Bug Fixes:
657
658     * Properly handle PostScript page orientation (Carlos Garcia Campos)
659     * Do not render thumbnails when sidebar thumbnail page is not visible
660       on startup (Carlos Garcia Campos)
661     * Warning when document has one page (Carlos Garcia Campos)
662     * Djvu backend builds on Mac (Carlos Garcia Campos)
663     * Allow deleting in goto window in presentation mode (Carlos Garcia Campos)
664
665 Translations:
666
667     Ankit Patel (gu)
668     Changwoo Ryu (ko)
669     Christian Kintner (de)
670     Clytie Siddall (vi)
671     Daniel Nylander (sv)
672     Djihed Afifi (ar)
673     Duarte Loreto (pt)
674     Erdal Ronahi (ku)
675     Funda Wang (zh_CN)
676     Gabor Kelemen (hu)
677     Gil Forcada (ca)
678     Gintautas Miliauskas (lt)
679     Ihar Hrachyshka (be)
680     Ivar Smolin (et)
681     Kjartan Maraas (nb)
682     Matic Žgur (sl)
683     Maxim Dziumanenko (uk)
684     Mişu Moldovan (ro)
685     Nickolay V. Shmyrev (ru)
686     Raphael Higino (pt_BR)
687     Takeshi Aihana (ja)
688     Thierry Randrianiriana (mg)
689     Wadim Dziedzic (pl)
690     Woodman Tuen (zh_HK)
691     Woodman Tuen (zh_TW)
692     Yuval Tanny (he)
693     Игор Несторовић (sr)
694
695 ==============
696 Evince   0.7.2
697 ==============
698
699 New Features and UI Improvements:
700
701     * Document thumbnail is used as window icon (Carlos Garcia Campos)
702     * Support for gzipped and bzipped 
703       document types (Carlos Garcia Campos)
704     * A lot of new icons (Luca Feretti, Andreas Nilsson)
705     * Finally working history button (Nickolay V. Shmyrev)
706
707 Internal Improvements:
708
709     * Developer gtk-doc based documentation (Nickolay V. Shmyrev)
710     * More dogtail tests (Nickolay V. Shmyrev)
711
712 Bug Fixes:
713     
714     * Fontconfig lock to avoid crashes (Carlos Garcia Campos)
715     * Critical crash fix by checking return value from 
716       psscan (Tom Parker)
717     * Critical crash fix in nautilus property page and 
718       broken ODF (Tom Parker)
719     * Critical crash fix with multifile djvu 
720       documents (Carlos Garcia Campos)
721     * Multithreaded gtk problems fix by using async 
722       gnome-vfs (Carlos Garcia Campos)
723
724 Translations:
725
726     Changwoo Ryu (ko)
727     Clytie Siddall (vi)
728     Daniel Nylander (sv)
729     David Lodge (en_GB)
730     Dimitris Glezos (el)
731     Dorji Tashi (dz)
732     Duarte Loreto (pt)
733     Gabor Kelemen (hu)
734     Ihar Hrachyshka (be)
735     Ilkka Tuohela (fi)
736     Ivar Smolin (et)
737     Jovan Naumovski (mk)
738     Khaled Hosny (ar)
739     Kjartan Maraas (nb)
740     Nickolay V. Shmyrev (ru)
741     Stéphane Raimbault (fr)
742     Theppitak Karoonboonyanan (th)
743     Vladimir Petkov (bg)
744     Wouter Bolsterlee (nl)
745     Yuval Tanny (he)
746
747 Thanks:
748
749     Ed Catmur, Esteban Sanchez, Theppitak Karoonboonyanan, Wouter Bolsterlee
750
751 ==============
752 Evince   0.7.1
753 ==============
754
755 New Features:
756
757     * Popup window to jump to another page in presentation mode. (Carlos Garcia Campos)
758     * Page transition support in presentation mode. (Carlos Garcia Campos)
759
760 Bug Fixes:
761
762     * Fix random crashes related to threads and Font Config (Carlos Garcia Campos)
763     * Fix icon name in desktop file (Luca Ferretti)
764     * Always use "best fit" zoom in presentation mode (Wouter Bolsterlee)
765     * Don't restore the view on the last page when a document is reopened 
766       (Wouter Bolsterlee)
767     * Fix build due to libxml2 (Elijah Newren)
768
769 Translations:
770
771     * Djihed Afifi (ar)
772     * Ales Nyakhaychyk (be)
773     * Alexander Shopov (bg)
774     * Josep Puigdemont i Casamajó (ca)
775     * David Lodge (en_GB)
776     * Francisco Javier F. Serrador (es)
777     * Priit Laes (et)
778     * Raivis Dejus (lv)
779     * Jovan Naumovski (mk)
780     * Kjartan Maraas (nb)
781     * Wouter Bolsterlee (nl)
782     * Matic Žgur (sl)
783     * Daniel Nylander (sv)
784     * Theppitak Karoonboonyanan (th)
785     * Clytie Siddall (vi)
786
787 Thanks:
788
789     Damien Carbery, Jens Granseuer, Yevgen Muntyan
790
791 ==============
792 Evince   0.7.0
793 ==============
794
795 New Features:
796
797     * History. Preliminary implementation, not finished yet. (Nickolay V. Shmyrev)
798     * Option to open a copy of the document in a new window. (Carlos Garcia Campos)
799     * Multihead systems support. (Carlos Garcia Campos)
800     * Added paper size field to the properties dialog. (Kasper Svendsen, Wouter Bolsterlee)
801     * Added automated UI tests with dogtail (Nickolay V. Shmyrev)
802
803 Bug Fixes:
804
805     * Links support in rotated documents. (Radoslav Dorcik)
806     * Side pane disabled when entering and leaving fullscreen mode. (Nickolay V. Shmyrev)
807     * Fixed crash in DVI backend. (Nickolay V. Shmyrev)
808     * Printing settings scale, copies, collate, reverse, odd/even work again (Carlos Garcia Campos)
809     * Added page setup dialog for printing. (Carlos Garcia Campos)
810     * Support for printing to a PDF file. (Carlos Garcia Campos)
811     * Allow blank screen in presentation mode. (Carlos Garcia Campos)
812     * Added "End of presentation" page in presentation mode. (Carlos Garcia Campos)
813     * Screensaver detection in presentation mode. (Wouter Bolsterlee)
814     * "Loading..." text is not shown in presentation mode. (Wouter Bolsterlee)
815
816 Security Fixes:
817
818     * Buffer overflow in PS backend. CVE-2006-5864. (Carlos Garcia Campos)
819
820 Translations:
821
822     * Djihed Afifi (ar)
823     * Runa Bhattacharjee (bn_IN)
824     * Gil Forcada (ca)
825     * Jakub Friedl (cs)
826     * Mindu Dorji (dz)
827     * Dimitris Glezos (el)
828     * David Lodge (en_GB)
829     * Francisco Javier F. Serrador (es)
830     * Ilkka Tuohela (fi)
831     * Claude Paroz (fr)
832     * Ankit Patel (gu)
833     * Rajesh Ranjan (hi)
834     * Gabor Kelemen (hu)
835     * Satoru SATOH (ja)
836     * Vladimer Sichinava (ka)
837     * Fano Rajaonarisoa (mg)
838     * Kjartan Maraas (nb)
839     * Wouter Bolsterlee (nl)
840     * Leonardo Ferreira Fontenelle (pt_BR)
841     * Leonid Kanter (ru)
842     * Steve Murphy (rw)
843     * Daniel Nylander (sv)
844     * Theppitak Karoonboonyanan (th)
845     * Baris Cicek (tr)
846
847 Thanks:
848
849     Claudio Saavedra, Gabriel Felipe Cornejo, Mathias Hasselmann, Michael Monreal, 
850     Julien Rebetez, P. Henrique Silva, Yevgen Muntyan
851
852 ==============
853 Evince   0.6.1
854 ==============
855
856 Bug Fixes:
857
858     * Current page follows find page
859     * Reopen reloads document
860     * Document size is guessed correctly
861     * Icons are installed in correct folders
862     * Memory leak fixed, etc
863     
864 Translations:
865
866     * da dz el en_GB es fa gl it ka nn ro
867     * documentation: fi it sv
868       
869 Thanks:     
870
871     Carlos Garcia Campos, Mathias Hasselmann, Wouter Bolsterlee,
872     Christian Persch
873     
874     and especially translators:
875     
876     Alessio Frusciante, Åsmund Skjæveland, David Lodge, 
877     Francisco Javier F. Serrador, Ignacio Casal Quinteiro, Kostas Papadimas,
878     Mugurel Tudorm, Ole Laursen, Pema Geyleg, Roozbeh Pournader,
879     Vladimer Sichinava, Daniel Nylander, Tommi Vainikainen, Luca Ferretti
880         
881 ==============
882 Evince   0.6.0
883 ==============
884
885 Bug Fixes:
886
887     * Links aren't lost while resizing
888     * Tiff backend crash is fixed
889     * Recent code and icons code are screen safe
890     * Crash while handling password-protected documents is fixed
891
892 Translations:
893
894     * bg bn bn_IN ca de dz el et fa fi fr gu hi hu ja ko lt lv mk ml 
895       mr nb or pt pt_BR ro ru sl sv th tr vi zh_CN zh_HK zh_TW
896       
897 Thanks:     
898
899     Carlos Garcia Campos, Julien Rebetez, Sebastien Bacher, Wouter Bolsterlee
900     
901     and especially translators:
902         
903     Abel Cheung, Alexander Shopov, Ani Peter, Ankit Patel, Baris Cicek,
904     Changwoo Ryu, Chao-Hsiung Liao, Christophe Merlet, Claude Paroz, Clytie
905     Siddall, Daniel Nylander, Duarte Loreto, Funda Wang, Gabor Kelemen,
906     Guntupalli Karunakar, Hendrik Richter, Ilkka Tuohela, Ivar Smolin, Josep
907     Puigdemont i Casamajó, Jovan Naumovski, Khandakar Mujahidul Islam,
908     Kjartan Maraas, Leonardo Ferreira Fontenelle, Leonid Kanter, Lucas
909     Rocha, Matic Žgur, Meelad Zakaria, Mişu Moldovan, Mugurel Tudor, Nikos
910     Charonitakis, Priit Laes, Rahul Bhalerao, Raivis Dejus, Rajesh Ranjan,
911     Roozbeh Pournader, Runa Bhattacharjee, Satoru SATOH, Subhransu Behera,
912     Theppitak Karoonboonyanan, Žygimantas Beručka
913         
914 ==============
915 Evince   0.5.5
916 ==============
917
918 New Features:
919
920     * Evince have preview mode for using with gtk+
921     * New print dialog is used with gtk 2.10
922     * New recent files framework is used
923     
924 UI Improvements:
925     
926     * Sidebar is unified with Epiphany
927     * Escape unfocus page entry
928
929 Bug Fixes:
930
931     * Automake updates
932     * Link coordinates now used correctly
933     * Desktop file is corrected
934     * Memory leak fixes
935
936 Translations:
937
938     * ca cs de dz el es et eu fi fr gu ja ko mk nl ru sl sv th zh_HK zh_TW
939       
940 Thanks:     
941
942     Carlos Garcia Campos, Christian Persch, Radoslav Dorcik,
943     Ricardo Markiewicz, Sebastien Bacher, Wouter Bolsterlee
944     
945     and especially translators:
946         
947     Ankit Patel, Arangel Angov, Benoît Dejean, Changwoo Ryu, Chao-Hsiung
948     Liao, Christophe Merlet, Daniel Nylander, Francisco Javier F. Serrador,
949     Guntupalli Karunakar, Hendrik Richter, Ilkka Tuohela, Inaki Larranaga,
950     Jakub Friedl, Josep Puigdemont i Casamajó, Jovan Naumovski, Nikos
951     Charonitakis, Priit Laes, Takeshi Aihana, Theppitak Karoonboonyanan
952         
953 ==============
954 Evince   0.5.4
955 ==============
956
957 New Features:
958
959     * Evince supports impress slides with --enable-impress
960     * URI's with anchors can be opened
961
962 Bug Fixes:
963
964     * PAPI printing crash was fixed
965     * Threads-related crash was fixed
966     * Assertion on document types that don't support
967       links don't cause crash now
968     * Reload crash was fixed as loading of
969       password-protected documents
970     * Page-label command line option works again
971
972 Translations:
973
974     * be bg bn_IN ca cs de dz es et eu fi fr gl gu he id ko mk nb ne 
975       nl ru ta th vi zh_CN zh_HK zh_TW        
976       
977 Thanks:     
978
979     Bastien Nocera, Carlos Garcia Campos, Ghee Teo, Pat Rondon,
980     Ricardo Markiewicz, Wouter Bolsterlee
981     
982     and especially translators:
983         
984     Ahmad Riza H Nst, Ales Nyakhaychyk, Alexander Shopov,  Ankit Patel,
985     Benoît Dejean, Changwoo Ryu, Chao-Hsiung Liao, Clytie Siddall,
986     Francisco Javier F. Serrador, Funda Wang, Hendrik Richter,
987     I. Felix, Ignacio Casal Quinteiro, Ilkka Tuohela, Inaki Larranaga,
988     Jakub Friedl, Jayaradha,  Josep Puigdemont Casamajó,
989     Jovan Naumovski, Kjartan Maraas, Pawan Chitrakar, Pema Geyleg,
990     Priit Laes, Runa Bhattacharjee, Theppitak Karoonboonyanan, 
991     Vincent van Adrighem, Yair Hershkovitz
992         
993 ==============
994 Evince   0.5.3
995 ==============
996
997 New Features:
998
999     * Evince supports attachments in PDF files
1000     * We require gtk 2.8 and djvulibre 3.5.17 now
1001     * Links system is reworked allowing named links
1002
1003 Interface imporovements:
1004
1005     * Esc closes properties dialog
1006     * Cursor is hidden in presentation mode
1007     * Find previous item is added to the menu
1008
1009 Bug Fixes:
1010
1011     * GOption port and po/LINGUAS work
1012     * Fixed mime type detection by file contents
1013     * Several memory leaks were found
1014     * Crash on exit related to thumbnailer
1015     * Current page is selected more intelligently
1016     * Work around libtool build bug is created
1017
1018 Translations:
1019
1020
1021     * bg bn br dz es et fi gl gu nb nl nn no ro vi zh_CN zh_HK zh_TW
1022         
1023 Thanks:     
1024
1025     Michael Plump, Carlos Garcia Campos, Wouter Bolsterlee, Francisco
1026     Javier F. Serrador, Kjartan Maraas and especially all translators.
1027         
1028 ==============
1029 Evince   0.5.2
1030 ==============
1031
1032 Bug Fixes:
1033
1034     * View don't jump on scrolling
1035     * In presentation mode we scroll by one page
1036
1037 Translations:
1038
1039     * bg bn da de et fa fr hi hu ja ka pt pt_BR ro ru sv uk vi
1040     
1041 ==============
1042 Evince   0.5.1
1043 ==============
1044
1045 New Features:
1046
1047     * Evince can search text in DJVU files
1048
1049 Interface improvements:
1050
1051     * Odd pages are placed to the right in dual page mode
1052
1053 Bug Fixes:
1054
1055     * Produce thumbnails for comic books and carefully work with
1056       unzip
1057     * Correctly interoperate with DBUS 0.60
1058     * Ghostscript interpreter is checked in runtime
1059     * PS mime types are listed in desktop file
1060     * It's possible to add sidebar checkbutton on toolbar
1061     * It's possible to print in inverse order
1062     * Filechooser now will ask for overwrite confirmation
1063     * Search now takes account for scrolling
1064     * It's allowed to scroll view from find entry
1065     * Evince don't jump to find result if window was scrolled during search
1066     * It's now clear what page the toolbar page number applies to
1067
1068 Translations:
1069
1070     * bg ca cs cy da el en_CA es et eu fi gl gu he hu ja lt nb nl no pl
1071       pt_BR pt ru sq sr th vi zh_CN zh_HK zh_TW
1072     * Spanish docs are updated and we have Bulgarian translation now
1073     
1074 Thanks:
1075
1076     Ricardo Markiewicz, Rostislav Raykov, Stanislav Slusny, 
1077     Francisco Javier F. Serrador, Antoine Dopffer, Michael Hofmann, 
1078     Gary Coady, Luca Ferretti, Carlos Garcia Campos, Eduardo de Barros Lima,
1079     Christopher Aillon and all translators.
1080
1081 ==============
1082 Evince   0.5.0
1083 ==============
1084
1085 New Features:
1086
1087     * Various types of PDF links are now supported
1088     * New backend for comic books (CBR/CBZ archives)
1089     * Storage of passwords for protected documents in gnome-keyring
1090     * Layout settings for new documents are taken from the last used document
1091
1092 Interface Improvements:
1093
1094     * Statusbar was removed to save space
1095     * Notification about page processing is shown on the page
1096     * More key bindings
1097     * Improved intelligent window title that shouldn't confuse users
1098     * Show index by default if available
1099     * Tooltips for links
1100     * Now we have right click context menu
1101
1102 Bug Fixes:
1103
1104     * Crashes on reload and window close are fixed
1105     * DBus usage cleaned
1106     * Printing of multiple copies start to work
1107     * Crash on structured ps document
1108     * Improved session handling
1109     * Vertical and horizontal scrolling on selection
1110
1111 Translations:
1112
1113     * be, bg, bn, ca, cs, de, en_CA, es, et, eu, fi, fr, gl, gu 
1114       hu, it, ku, lt, nb, nl, no, ro, ru, sr, sv, th, vi, zh_CN, zh_HK, zh_TW
1115     * nl for documentation.
1116
1117 ==============
1118 Evince   0.4.0
1119 ==============
1120
1121 Bug Fixes:
1122
1123     * Depend on poppler 0.4.0
1124     * Pass in timestamp to to handle opening multiple windows over dbus
1125       better (Ryan Lortie)
1126     * Really quit when rendering postscript files.
1127     * Set textdomain to libglade. 
1128     * Fix rotation of thumbnails multiple times
1129     * Fix selection for non-continuous case
1130     * Disable selection and links for rotated case
1131     * findbar fixes
1132
1133 ==============
1134 Evince   0.3.4
1135 ==============
1136
1137 Bug Fixes:
1138
1139     * Depend on poppler 0.4.0
1140     * Convert filenames to utf8 when showing them in the UI
1141     * Return focus back to view on escape
1142     * Fix compatibility with dbus 0.34.2
1143     * Fix some build warnings
1144     * Fix dvi backend compilation with t1lib-5.0
1145
1146 ==============
1147 Evince   0.3.3
1148 ==============
1149
1150 New Features:
1151
1152     * real text selection, complete with theming and I-Beam support
1153     * Respect lockdown gconf keys
1154     * Metadata support per document
1155     * Font properties dialog
1156     * dbus support to create a factory
1157     * Implement nautilus plugin for properties.
1158
1159 Interface Improvements:
1160
1161     * HIG Fixes 
1162     * Hide menu entry in .desktop file
1163     * Get the correct mime types in the open dialog
1164
1165 Bug Fixes:
1166
1167     * Improved rotation support
1168     * Backwards searching
1169     * Use unzipped document when printing
1170     * Persist the print settings
1171     * Support pdf's with 0 pages
1172     * Fix find flickering
1173     * gnome-doc-utils for manual
1174     * Add keypad accelerators for zooming. Fix for bug 308128.
1175     * fix mem leaks
1176     * MIME Fixes
1177     * tiff/djvu backend fixes
1178
1179 Translations:
1180
1181     * eu, gl, gu, he, hi, ne, pa, pl, sk, sr, st@Latn, tr
1182
1183 ==============
1184 Evince   0.3.2
1185 ==============
1186
1187 New Features:
1188
1189     * Multi page tiff support
1190     * Document properties
1191     * Document rotation
1192     * Gnome vfs support
1193
1194 Interface Improvements:
1195
1196     * Faster dvi rendering
1197     * More compact layout for documents with different page formats
1198     * Stock icons for all toolbar editor items
1199     * Multiple selection in the open dialog
1200     * Loading progress feedback
1201     * Multiple column thumbnails
1202     * Expand links when specified by the document
1203     * Several new handy keybindings
1204     * Ellipsize recent items labels
1205
1206 Bug Fixes:
1207
1208     * Fix rendering of several postscript documents
1209     * Fix reloading of postcript documents
1210     * Fix a lot of memory leaks
1211     * Fix compilation on gcc 4
1212     * Several minor fixes
1213
1214 ==============
1215 Evince   0.3.1
1216 ==============
1217
1218 New Features:
1219
1220     * Toolbar editor
1221     * Middle button scrolling
1222     * Support for printing page ranges
1223     * Support for printing chapters (from the index)
1224
1225 Interface Improvements:
1226
1227     * Move best fit items in the toolbar control at the top
1228     * In the sidebar make drop down menu as large as the button
1229     * Several keybindings improvements
1230     * Faster scrolling
1231     * Only render the visible thumbnails (less memory usage)
1232     * Get rid of confusing Normal size menu
1233
1234 Bug Fixes:
1235
1236     * Better mime detection
1237     * Several minor fixes
1238     * Fix printing on LPD printers
1239
1240 ==============
1241 Evince   0.3.0
1242 ==============
1243
1244 New Features:
1245
1246     * Continous mode
1247     * Dual page mode
1248     * Control + Scroll does zooming
1249     * Shift + Scroll scrolls horizontally
1250     * Zoom control in the toolbar
1251
1252 Interface Improvements:
1253
1254     * If all page labels are numeric show only
1255       the page total
1256
1257 Bug Fixes:
1258
1259     * Fix size of dvi thumbnails
1260     * Fix crash on exit
1261     * Make thumbnailer schemas translatable
1262     * Fix build problems with t1lib
1263
1264 ==============
1265 Evince   0.2.1
1266 ==============
1267
1268 New Features:
1269
1270     * new backend to support DJVU files.
1271     * new backend to support DVI.
1272     * Initial implementation of doc metadata.  No UI for this yet,
1273       though we respect docs requesting UI changes.
1274     * support application/x-gzpostscript
1275     * consolidate mime handling code so thumbnailer and main page
1276           can use them.  Thumbnail all types we support.
1277     * Respect document orientation 
1278     * Implement print and save a copy for the ps backend.
1279     * Badass completion of the document in the entry.  Only works
1280       with GTK+ >= 2.7.1
1281     * User docs
1282
1283 Bug Fixes:
1284
1285     * Faster Zooming
1286     * Clean up Schemas
1287     * README added.
1288     * Small rework of sidebar code. Now sidebar pages should implement
1289       EvSidebarPage interface.
1290     * lots of small bug fixes
1291     * Actually fix the "FIXME: update priority" comment.
1292     * Update egg-recent from libegg. This should fix long startup
1293           problem.
1294
1295 Interface Improvements:
1296
1297     * Shift + Space scrolls up.
1298     * Removed fullscreen toolbar hard-coded style
1299     * Fix normal size zoom. Make zoom in/zoom out unsensitive when
1300       they are behyond the limits.
1301     * Doesn't show resize grip when maximized
1302     * don't draw border in fullscreen
1303     * Doesn't show thumbnails if document has 1 page. Make sidebar
1304       menu entries sensitive only if if they have sense. 
1305     * Work around the Escape conflict (find bar and unfullscreen)
1306     * Save accelerators on exit.
1307     * Add Edit->Find Next
1308
1309 Translations:
1310
1311     * Make all toolbar items translatable
1312     * ru (Nickolay Shmyrev)
1313
1314 ==============
1315 Evince   0.2.0
1316 ==============
1317
1318 Code changes
1319
1320     * Use poppler glib api
1321
1322 Interface improvements
1323
1324     * Rewrite most of the backend code to use threads and make
1325       the interface more responsive
1326
1327 New features
1328
1329     * Use page labels as page numbers (Jonathan)
1330
1331 ==============
1332 Evince   0.1.9
1333 ==============
1334
1335     * Fix a crash in the nautilus thumbnailer (Fernando Herrera)
1336
1337 ==============
1338 Evince   0.1.8
1339 ==============
1340
1341 BugFixes
1342
1343     * Fix crash when opening pdf documents with only 1 page
1344
1345 ==============
1346 Evince   0.1.7
1347 ==============
1348
1349 New features
1350
1351     * Nautilus thumbnailer for pdf (Fernando Herrera)
1352
1353 BugFixes
1354
1355     * Make code C89 compliant (Jens Granseuer)
1356     * Fix some issues in the nautilus thumbnailer (Marco)
1357     * Do not read ps defaults from ggv prefs! (Marco)
1358
1359 ==============
1360 Evince   0.1.6
1361 ==============
1362
1363 Code changes
1364
1365     * Use poppler instead of our own xpdf fork (Kristian Høgsberg)
1366
1367 Interface improvements
1368
1369     * Use an entry for the page control instead of
1370       spin buttons (Marco)
1371     * Expand the sidebar selection widget (Carlos)
1372
1373 Bug fixes
1374
1375     * Fix crash in links loading (Jonathan)
1376     * Fix crashes when reloading document (Marco)   
1377
1378 ==============
1379 Evince   0.1.5
1380 ==============
1381
1382 New features
1383
1384     * Reload menu (Kai Willadsen)
1385
1386 Interface improvements
1387     
1388     * Support for DnD of files (Carlos Garcia Campos)
1389     * Set the "Previous" and "Next" toolbar
1390       buttons as important (Vincent Noel)
1391     * Make the "best fit" and "fit width"
1392       values act as toggle buttons (Jonathan)
1393     * Autohide the fullscreen button (Kristian Høgsberg)
1394     * Added ellipsis to Print item (Bryan)
1395     * Change the fullscreen toolbar to always be in
1396           the popup window (Jonathan)
1397     * Improved sidebar widget (Carlos Garcia Campos)
1398     * Minimal size for the sidebar (Marco)
1399     * Hide the sidebar if the type doesn't
1400       support thumbnailing and indexing (Jonathan)
1401     * Remember the sidebar size (Carlos Garcia Campos)
1402
1403 Bug fixes
1404
1405     * Fix compilation on non-gcc platforms (Marco)
1406     * Fix thumbnails generation (Crispin Flowerday)
1407     * Fix best fit size allocation (Martin)
1408     * Replace newlines in the title by spaces (Martin)
1409     * Get rid of the black flash when resizing the window (Jonathan)
1410     * Sync selection with zoom levels (Marco)
1411     * Fix clipboard operations (Marco)
1412     * Fix a crash when the ps document cannot be opened (Marco)
1413     * Fix postcript page selection (Marco)
1414     * Fix page sizing to be idempotent (Marco)
1415     * Fix page sizing toggle buttons (Marco)
1416     * Fix freezing on document with unrecognized links (Marco)
1417     * Check ghostscript minimal version (Marco)
1418     * Fix rendering of landscape documents (Marco)
1419     * Unescape filenames for display (Marco)
1420
1421 ==============
1422 Evince   0.1.4
1423 ==============
1424
1425 Code changes
1426
1427     * Add debugging/logging helpers (Marco)
1428     * Add warnings about unimplemented/unknown link
1429           types (Marco)
1430
1431 Interface improvements
1432
1433     * Epiphany like fullscreen mode (Christian Persch)
1434     * Save chromes state between sessions (Christian Persch)
1435     * Improve toolbar layout and icons (Luca Ferretti)
1436
1437 Bug fixes
1438
1439     * Really fix postscript rendering (Marco)
1440     * Do not leak gs processes on exit (Marco)
1441     * Fix a buffer overflow fix (Marco)
1442
1443 ==============
1444 Evince   0.1.3
1445 ==============
1446
1447 Code changes
1448
1449     * Beginnings of continuous viewing (Jonathan)
1450
1451 New features
1452
1453     * Support eps (Marco)
1454     * Support gzipped ps (Marco)
1455
1456 Bug fixes
1457
1458     * Fix a crash with the postscript view (Marco)
1459     * Fix image view (Jeff Muizelaar)
1460     * Fix a warning when opening documents without
1461       thumbnails (Martin)
1462     * Fix crashes when searched word is not found (Marco)
1463     * Fix a crash when changing page with keys (Marco)
1464
1465 ==============
1466 Evince   0.1.2
1467 ==============
1468
1469 New features
1470
1471     * Make search really work (Marco)
1472
1473 Interface improvements
1474
1475     * Show password state in the view (Jonathan)
1476     * add GTK_SHADOW_IN to the scrolled window (Martin)
1477     * make sure the selected thumbnail stays visible (Martin)
1478     * Remove history buttons from the toolbar (Marco)
1479
1480 Bug fixes
1481
1482     * Fix CID fonts with freetype 2.1.9 (Marco)
1483     * Fix inverted up/down buttons (Marco)
1484
1485 ==============
1486 Evince   0.1.1
1487 ==============
1488
1489 New features
1490
1491     * Actually print PDF files
1492     * Navigation history
1493     * Support Links
1494     * Support encrypted PDFs
1495     * A desktop file
1496
1497 Interface improvements
1498
1499     * Rename Bookmarks sidebar to Index
1500     * Use filename as title if the file doesn't have a title (Jeff
1501           Muizelaar) or if the title is empty
1502     * Make navigation with thumbnails possible (Anders Carlsson)
1503     * (De)Sensitize actions as necessary (Dave Malcolm)
1504     * Show a wait cursor while the page is rendering
1505     * Center the page; draw a page border
1506     * Undo selection on page change
1507     * Shorter toolbar item labels
1508     * Make selection work in any direction
1509
1510 Code changes
1511
1512     * Render PDFs directly as packed RGB
1513     * Update egg-recent code (not used yet)
1514     * Update to latest Xpdf patchlevel
1515
1516 Bug fixes
1517
1518     * PostScript backend fixes
1519     * Pixbuf backend fixes (Jeff Muizelaar)
1520     * Set page spin button limits correctly (Anders Carlsson)
1521     * Fix problem when base fonts are installed as pcf files.
1522     * Keep search selection highlighting correct even when
1523       zooming/changing window size (Stephane LOEUILLET)
1524
1525 Translation updates
1526
1527     * cs (Miloslav Trmac)
1528     * de (Frank Arnold)
1529     * en_CA (Adam Weinberger)
1530     * es (Antonio Ognio)
1531     * nb (Kjartan Maraas)
1532     * nl (Tino Meinen)
1533
1534 evince 0.1.0
1535 ------------
1536
1537 Initial release.