]> www.fi.muni.cz Git - evince.git/blob - NEWS
Release: 2.91.2
[evince.git] / NEWS
1 ================
2 Evince  2.91.2
3 ================
4
5 New Features and UI Improvements:
6
7     * Migrate to new size request API (#633480, Matthias Clasen)
8     * Implement GtkScrollable interface in EvView (Christian Persch,
9       Carlos Garcia Campos)
10     * Migrate to new combo box APIs (#632640, #632600, Matthias
11       Clasen, Christian Persch)
12
13 Bug fixes:
14
15     * Fix drawing glyphs with transparency in dvi backend (#494736,
16       Carlos Rendon)
17     * Fix a typo in pkg-config file (Marek Kasik)
18
19 Translation updates:
20
21     * Mario Blättermann (de)
22     * Michael Kotsarinis (el)
23     * Jorge González (es)
24     * Ivar Smolin (et)
25     * Fran Diéguez (gl)
26     * Shushi Kurose (ja)
27     * 朱涛 (zh_CN)
28
29 ================
30 Evince  2.91.1
31 ================
32
33 New Features and UI Improvements:
34
35     * Migrate user config dir to XDG fdo directories spec (#522811,
36       Carlos Garcia Campos)
37
38 Documentation:
39
40     * Replace the existing Evince user guide with new topic-based
41       help from the Mallard project (#631371, Phil Bull, Tiffany
42       Antopolski, Ryan Lortie)
43
44 Bug fixes:
45
46     * Fix introspection build for library renames (#631360, Owen
47       W. Taylor)
48
49 Translation updates:
50
51     * Michael Kotsarinis (el)
52     * Jorge González (es)
53     * Fran Diéguez (gl)
54     * Yaron Shahrabani (he)
55     * Baurzhan Muftakhidinov (kk)
56     * Kjartan Maraas (nb)
57     * Matej Urbančič (sl)
58
59 ================
60 Evince  2.91.0
61 ================
62
63 New Features and UI Improvements:
64
65     * Add timestamp parameter to SyncView D-Bus method (#630576, José
66       Aliste)
67     * Port to gtk3 (Christian Persch)
68     * Layer actions are now supported for PDF document (Carlos Garcia
69       Campos)
70     * Add 'Open Containing Folder' action to the File menu (#627443,
71       Federico Mena Quintero)
72     * Make "Shrink to Printable Area" default option for Page Scaling
73       (Marek Kasik)
74     * Change gsettings schema path from /apps/evince to
75       /org/gnome/evince (Christian Persch)
76     * A D-Bus signal is now emitted when document is loaded (#626561,
77       José Aliste)
78     * XPS Documents are now supported (#321868, Carlos Garcia Campos)
79     * Evince daemon can spawn an evince instance when finding a
80       document (#625971, José Aliste)
81
82 Bug fixes:
83
84     * Fix a crash when synctex backward search fails (#630845, José
85       Aliste)
86     * Don't show an empty tooltip for links that don't have tooltip
87       text (Carlos Garcia Campos)
88     * Fix build with --disable-dbus (#629498, Didier Roche)
89     * Fix a crash during selection when evince is built with gtk2
90       (Carlos Garcia Campos)
91
92 Translation updates:
93
94     * Khaled Hosny (ar)
95     * Damyan Ivanov (bg)
96     * Gil Forcada (ca)
97     * Marek Černocký (cs)
98     * Kenneth Nielsen (da)
99     * Christian Kirbach  (de)
100     * Michael Kotsarinis (el)
101     * Bruce Cowan (en_GB)
102     * Ivar Smolin (et)
103     * Milan Bouchet-Valat (fr)
104     * Gabor Kelemen (hu)
105     * Dirgita (id)
106     * Francesco Marletta (it)
107     * Shushi Kurose (ja)
108     * Baurzhan Muftakhidinov (kk)
109     * Aurimas Černius (lt)
110     * Wouter Bolsterlee (nl)
111     * Piotr Drąg (pl)
112     * Duarte Loreto (pt)
113     * Lucian Adrian Grijincu (ro)
114     * Andrej Žnidaršič (sl)
115     * Miloš Popović (sr@latin)
116     * Милош Поповић (sr)
117     * Dr.T.Vasudevan (ta)
118     * Chao-Hsiung Liao (zh_HK)
119     * Chao-Hsiung Liao (zh_TW)
120
121 ================
122 Evince  2.31.90
123 ================
124
125 Bug fixes:
126
127     * Do not jump to link dest when clicking with GDK_CONTROL_MASK
128       (#626407, Carlos Garcia Campos)
129     * Use GDK_BLANK_CURSOR instead of creating our own empty cursor
130       (Carlos Garcia Campos)
131     * Improve findbar message when there are no matches (#626334,
132       Carlos Garcia Campos, José Aliste)
133     * Remove #ifdefs for old cairo versions (#626147, Juanjo Marín)
134
135 Translation updates:
136
137     * Paul Seyfert (de)
138     * Jorge González (es)
139     * Fran Dieguez (gl)
140     * Yaron Shahrabani (he)
141     * Torstein Adolf Winterseth (nn)
142     * A S Alam (pa)
143     * Matej Urbančič (sl)
144     * Xhacker Liu (zh_CN)
145
146 ================
147 Evince  2.31.6.1
148 ================
149
150 New Features and UI Improvements:
151
152     * Add --with-gtk=2.0|3.0 configure flag (#626030, Vincent Untz)
153
154 Bug fixes:
155
156     * Fix a crash with DVI files and empty glyphs (#600552, Marek Kasik)
157     * Fix a crash when a page is manually entered (#624936, Marek Kasik)
158
159 Translation updates:
160
161     * Jorge González (es)
162     * Fran Dieguez (gl)
163     * Yaron Shahrabani (he)
164     * Andika Triwidada (id)
165     * Kjartan Maraas (nb)
166     * Matej Urbančič (sl)
167     * Dr.T.Vasudevan (ta)
168
169 ================
170 Evince  2.31.6
171 ================
172
173 New Features and UI Improvements:
174
175     * Preliminary support for adding new annotations (#168304, Carlos
176       Garcia Campos)
177     * Add confirmation dialog on closing window when document has been
178       modified (Form fields have been filled out or annots have been
179       added/modified) (#168304, Carlos Garcia Campos)
180     * Add an action to edit menu to save current settings as
181       default. Default settings will be used only for new documents
182       that don't have metadata (#620325, Carlos Garcia Campos)
183     * Migrate lockdown to gsettings (Carlos Garcia Campos)
184
185 Bug fixes:
186
187     * Update synctex parser from TexLive SVN repository (#624532,
188       Marek Kasik)
189     * Fix a crash when loading document with inverted colors enabled
190       (Carlos Garcia Campos)
191     * Several build improvements (Hib Eris)
192     * Fix memory leaks when document is reloaded (Carlos Garcia Campos)
193     * Fix position of window annotations when moved by the user (Jose
194       Aliste, Carlos Garcia Campos)
195     * Fix build with poppler 0.14 (#624904, Carlos Garcia Campos)
196     * Use cairo instead of gdk_draw API (Carlos Garcia Campos)
197     * Only set text and text_layout flags in page cache when a11y
198       might be enabled (Carlos Garcia Campos)
199
200 Translation updates:
201
202     * Xandru Armesto (ast)
203     * Mario Blättermann (de)
204     * Jorge González (es)
205     * Ivar Smolin (et)
206     * Fran Diéguez (gl)
207     * Sweta Kothari (gu)
208     * Yaron Shahrabani (he)
209     * Shankar Prasad (kn)
210     * Sandeep Shedmake (mr)
211     * Kjartan Maraas (nb)
212     * Daniel Nylander (sv)
213     * Krishna Babu K (te)
214     * Eleanor Chen (zh_CN)
215     * Chao-Hsiung Liao (zh_HK)
216     * Chao-Hsiung Liao (zh_TW)
217
218 ================
219 Evince  2.31.5
220 ================
221
222 New Features and UI Improvements:
223
224     * Add a new sidebar page to show the list of annotations (Carlos
225       Garcia Campos)
226     * Finish DBus API for synctex support (#543503, Jose Aliste)
227     * Switch to GTK+ 3
228
229 Bug fixes:
230
231     * Make sure annot popups never show up outside the main window
232     * (#604125, Carlos Garcia Campos)
233     * Set word wrapping mode for text in popup annotations (#623456,
234       gvlat@pochta.ru)
235
236 Translation updates:
237
238     * Baurzhan Muftakhidinov (kk)
239     * 朱涛 (zh_CN)
240
241 ================
242 Evince  2.31.4.1
243 ================
244
245 Bug fixes:
246
247     * Fix build when poppler_page_get_text_layout is not available
248       (#623080, Carlos Garcia Campos)
249
250 ================
251 Evince  2.31.4
252 ================
253
254 New Features and UI Improvements:
255
256     * Implement AtkText interface in EvView (#309015, Daniel Garcia)
257     * Add preliminary SyncTex support (#543503, Jose Aliste, Carlos
258       Garcia Campos)
259
260 Bug fixes:
261
262     * Don't save print document settings into global file (#530018,
263       Carlos Garcia Campos)
264     * Reload presentation view when document changes (#621750, Carlos
265       Garcia Campos)
266     * Remove hard-coded reason in totem-scrsaver (#621386, Bastien
267       Nocera)
268     * Fix opening cbz files with [] in archive (#619248, Juanjo Marín)
269
270 Translation updates:
271
272     * Carles Ferrando Garcia (ca)
273     * Kristjan SCHMIDT (eo)
274     * Fran Diéguez (gl)
275     * Kjartan Maraas (nb)
276     * Matej Urbančič (sl)
277     * 杨章 (zh_CN)
278
279 ================
280 Evince  2.31.3
281 ================
282
283 New Features and UI Improvements:
284
285     * Use a dynamic pixbuf cache size based on document page
286       size. It allows us caching more pages for lower scale factors
287       and increase zoom level by caching fewer pages. (#303365, Carlos
288       Garcia Campos)
289
290 Bug fixes:
291
292     * Fix fade animations (#619825, Carlos Garcia Campos)
293     * Fix a crash when starting animation in presentation mode
294       (#619948, Carlos Garcia Campos)
295     * Remove set_focus_on_map and set NOTIFICATION type hint for
296       loading window. It prevents focus stealing and skips taskbar and
297       pager hints (#620548, Carlos Garcia Campos)
298     * Fix build with GSEAL enabled (#605776, Carlos Garcia Campos)
299     * Remove circular dependencies in Makefiles and fix some compiler
300       warnings (Hib Eris)
301
302 Translation updates:
303
304     * Jorge González (es)
305     * Ivar Smolin (et)
306     * Fran Diéguez (gl)
307     * Yaron Shahrabani (he)
308     * Kjartan Maraas (nb)
309     * Sira Nokyoongtong (th)
310     * 甘露(Gan Lu) (zh_CN)
311
312 ================
313 Evince  2.31.2
314 ================
315
316 New Features and UI Improvements:
317
318     * Port to GDBus (Christian Persch, Carlos Garcia Campos)
319     * Do not use the gconf gsettings backend any more (#619335,
320       Matthias Clasen)
321     * Use cairo to draw search results (Carlos Garcia Campos)
322     * Use a loading window to show loading progress information
323       instead of the old 'Loading ...' text rendered on every page
324       (Carlos Garcia Campos)
325
326 Bug fixes:
327
328     * Fix localization on Windows (#610548, Hib Eris)
329     * Convert relative path to absolute path for evince-previewer
330       (Marek Kasik)
331     * Fix opening files with '#' in its name (#616515, Carlos Garcia
332       Campos)
333     * Accept keyboard focus in window annotations (Carlos Garcia
334       Campos)
335     * Fix most of the GSEAL build issues (#605776, Carlos Garcia
336       Campos)
337     * Add .c files to the introspection sources (#617736, Christian
338       Persch)
339
340 Translation updates:
341
342     * Thomas Thurman (en@shaw)
343     * Kjartan Maraas (nb)
344     * Wouter Bolsterlee (nl)
345     * Manoj Kumar Giri (or)
346
347 ================
348 Evince  2.31.1
349 ================
350
351 New Features and UI Improvements:
352
353     * Add saved documents with "save a copy" to recent file list
354       (#617580, Carlos Garcia Campos)
355     * Port override_restrictions gconf key to GSettings (Carlos Garcia
356       Campos)
357     * Add icons to the recent items, and always show them in menu
358       (#614400, Christian Persch)
359
360 Bug fixes:
361
362     * Invert colors of pages and thumbanils when loading in inverted
363       color mode (#616110, #616111, Juanjo Marín)
364     * Take default settings from last document opened. Fixes
365       regression caused by migration to gio metadata (#606090,
366       Carlos Garcia Campos)
367     * Ellipsise the recent action's label (Christian Persch)
368     * Make inverted colors mode work in presentation mode too
369       (#614693, Carlos Garcia Campos)
370     * Respect GNOME22_USER_DIR env variable (#613637, Ray Strode)
371     * Fix loading of local documents when uri contains a page
372       destination (#616515, Carlos Garcia Campos)
373     * Make gnome-doc-utils optional (Hib Eris)
374     * Update icons to match gnome-icon-theme appearance (#614747,
375       Hylke Bons, Carlos Garcia Campos)
376     * Make sure there's a new valid page range before updating caches
377       (fdo#27599, Carlos Garcia Campos)
378     * Fix .desktop file according to CorrectDesktopFiles GNIOME Goal
379       (#592733, Javier Jardón)
380     * Update FSF address everywhere (#514607, Arun Persaud)
381     * Fix loading of compressed password-protected documents (#613959,
382       Carlos Garcia Campos)
383     * Add command line option to open document at a given page index
384       (#613449, Daniel M. German)
385     * Fix build with GSEAL_ENABLE for libview and libdocument
386       (#605776, Hib Eris, Carlos Garcia Campos)
387     * Close previewer window with control + w (#612972, Carlos Garcia
388       Campos)
389     * Fix keybindings in previewer window (#612972, Carlos Garcia
390       Campos)
391
392 Translation updates:
393
394     * Runa Bhattacharjee (bn_IN)
395     * Gil Forcada (ca)
396     * Gil Forcada (ca@valencia)
397     * Jorge González (es)
398     * Fran Diéguez (gl)
399     * Shankar Prasad (kn)
400     * Ani Peter (ml)
401     * Sandeep Shedmake (mr)
402     * Wouter Bolsterlee (nl)
403     * Andrej Žnidaršič (sl)
404
405 ================
406 Evince  2.30.0
407 ================
408
409 Bug fixes:
410
411     * Fix scale calculation on rotated monitors in presentation mode
412       (José Aliste, Carlos Garcia Campos)
413     * Save current page when closing window in presentation mode
414       (#612656, Carlos Garcia Campos)
415     * Fix rendering of documents with non uniform page size when in
416       presentation mode (Carlos Garcia Campos)
417     * Use monitor height instead of screen height to calculate page
418       scale in presentation mode (#608924, Carlos Garcia Campos)
419
420 Translation updates:
421
422     * Sadia Afroz (bn)
423     * Lucas Lommer (cs)
424     * Kenneth Nielsen (da)
425     * Iñaki Larrañaga Murgoitio (eu)
426     * Tommi Vainikainen (fi)
427     * Gabor Kelemen (hu)
428     * Andika Triwidada (id)
429     * Francesco Marletta (it)
430     * Changwoo Ryu (ko)
431     * Badral (mn)
432     * Nils-Christoph Fiedler (nds)
433     * Wouter Bolsterlee (nl)
434     * A S Alam (pa)
435     * Duarte Loreto (pt)
436     * Daniel Nylander (sv)
437     * Maxim Dziumanenko (uk)
438
439 ================
440 Evince  2.29.92
441 ================
442
443 Bug fixes:
444
445     * Fix build with gtk+ >= 2.19.7
446
447 Translation updates:
448
449     * Gil Forcada (ca)
450     * Bruce Cowan (en_GB)
451     * Iñaki Larrañaga Murgoitio (eu)
452     * Gabor Kelemen (hu)
453     * Gintautas Miliauskas (lt)
454     * Anita Reitere (lv)
455     * Umarzuki bin Mochlis Moktar (ms)
456     * Piotr Drąg (pl)
457     * Yuri Kozlov (ru)
458     * Miloš Popović (sr@latin)
459     * Милош Поповић (sr)
460     * Daniel Nylander (sv)
461
462 ================
463 Evince  2.29.91
464 ================
465
466 New Features and UI Improvements:
467
468     * DVI backend support on windows (#602910, Hib Eris)
469
470 Documentation fixes:
471
472     * Modernise API docs (Christian Persch)
473
474 Bug fixes:
475
476     * Fix dpi calculation (#608586, Juanjo Marín)
477     * Allow adding actions for more than one item in view popup menu
478       (#609497, Carlos Garcia Campos)
479     * Add gconf schemas for comic cbt files (#609501, Carlos Garcia
480       Campos)
481     * Update totem-scrsaver from totem sources (#610173, Carlos Garcia
482       Campos)
483     * Fix linking with pedantic linkers (#609895, Hib Eris)
484     * Do not link evince shell to poppler directly (#608832, Hib Eris)
485     * Several translatable messages fixed (#608698, Philip Withnall)
486
487 Translation updates:
488
489     * Khaled Hosny (ar)
490     * Krasimir \"Bfaf\" Chonov (bg)
491     * Sadia Afroz (bn)
492     * Christian Kirbach (de)
493     * nikosCharonitakis (el)
494     * Philip Withnall (en_GB)
495     * Jorge González (es)
496     * Ivar Smolin (et)
497     * Claude Paroz (fr)
498     * Fran Diéguez (gl)
499     * Hideki Yamane (Debian-JP) (ja)
500     * Kjartan Maraas (nb)
501     * Wouter Bolsterlee (nl)
502     * Henrique P. Machado (pt_BR)
503     * Adi Roiban (ro)
504     * Matej Urbančič (sl)
505     * Dr,T,Vasudevan (ta)
506     * Theppitak Karoonboonyanan (th)
507     * Chao-Hsiung Liao (zh_HK)
508     * Chao-Hsiung Liao (zh_TW)
509
510 ================
511 Evince  2.29.5
512 ================
513
514 New Features and UI Improvements:
515
516     * Make Home/End keys go to first/last page in presentation mode
517       too (#358462, Carlos Garcia Campos)
518     * Allow finish presentation by clicking on end page (#309364,
519       Carlos Garcia Campos)
520     * Add custom print tab to printing dialog with several page scale
521       options (#599468, #599470, #599547, Adrian Johnson)
522     * Add support for remote files in evince thumbnailers (#605218,
523       Carlos Garcia Campos)
524     * Add evince icon to the windows executable (#596401, Hib Eris)
525
526 Bug fixes:
527
528     * Fix transition of pages with duration=0 in presentation mode
529       (Carlos Garcia Campos)
530     * Fix vertical white line shown in presentation mode with
531       documents with black background (#438760, Carlos Garcia Campos)
532     * Fix fickering and blank screen issues when changing pages fast
533       in presentation mode (#602738, Carlos Garcia Campos)
534     * Fix printing on Windows (#604705, Hib Eris)
535     * Disable text selection in presentation mode (#605554, Carlos
536       Garcia Campos)
537     * Make comics backend also compile on Windows (#605146, Hib Eris)
538     * Remove comics_regex_quote() in favor of always using
539       g_shell_quote() (#605092, Juanjo Marín)
540     * Properly redrawn properties view when document is reloaded
541       (#605169, Carlos Garcia Campos)
542
543 Translation updates:
544
545     * Khaled Hosny (ar)
546     * Jorge González (es)
547     * Kjartan Maraas (nb)
548     * Matej Urbančič (sl)
549     * Daniel Nylander (sv)
550     * Theppitak Karoonboonyanan (th)
551     * Maxim Dziumanenko (uk)
552
553 ================
554 Evince  2.29.4
555 ================
556
557 New Features and UI Improvements:
558
559     * Always show rotate icons (#599398, Carlos Garcia Campos)
560     * EvPrintOperation has been moved to libview so that it can
561       be used by EvView users (#604750, Tomeu Vizoso)
562     * Support for cbt comic files (#588266, Juanjo Marín)
563
564 Bug fixes:
565
566     * Do not fail to open external uri links that are relative paths
567       (#604716, Carlos Garcia Campos)
568     * Do not hardcode BINDIR on Windows (#605001, Hib Eris)
569     * Fix a crash in djvu backend on windows (#604919, Hib Eris)
570     * Replace mkdtemp with our own _ev_g_mkdtemp to make it portable
571       (#604917, Hib Eris)
572     * Include a copy of some icons from gnome-icon-theme to be used as
573       fallback on platforms like window where gnome-icon-theme is not
574       available (#596400, Hib Eris)
575     * Fix 0x0 page size always shown in properties view (Carlos Garcia
576       Campos)
577     * Do not hide page selector widget on invalid input (#603714,
578       Carlos Garcia Campos)
579     * Split EvPixbufCache into dynamic and static data. Static page
580       data (links, annots, images, text and forms) that don't
581       depend on current scale/rotation, have been moved to EvPageCache
582       and are never removed. (#602405, Carlos Garcia Campos)
583     * Fix a typo in EV_RENDER_CONTEXT macro definition (#603857,
584       Gustavo Carneiro)
585     * Code cleanups and improvements in libview (#603858, Carlos
586       Garcia Campos)
587
588 Translation updates:
589
590     * Khaled Hosny (ar)
591     * Yaron Shahrabani (he)
592     * Kjartan Maraas (nb)
593     * Matej Urbančič (sl)
594     * Tao Wei (zh_CN)
595
596 ================
597 Evince  2.29.3
598 ================
599
600 New Features and UI Improvements:
601
602     * Add inverted colors view mode (#321823, Juanjo Marín, Carlos
603       Garcia Campos)
604     * Add options to open/save attachment annotations to context menu
605       (Carlos Garcia Campos)
606
607 Bug fixes:
608
609     * Fix infinite loop when scrollbar visibility changes in fit-with
610       mode (Carlos Garcia Campos)
611     * Fix rendering issue in dual/continuous mode (#602742, José
612       Aliste)
613     * Do not resize the window when zoom in/out with CTRL+Scroll
614       (#602798, Carlos Garcia Campos)
615     * Keep scroll position when reloading (#602445, Carlos Garcia
616       Campos)
617     * Make "p" and "n" accels unsensitive while searching (Carlos
618       Garcia Campos)
619
620 Translation updates:
621
622     * Jorge González (es)
623     * Ivar Smolin (et)
624     * Yaron Shahrabani (he)
625     * Nils-Christoph Fiedler (nds)
626     * Matej Urbančič (sl)
627     * Tao Wei (zh_CN)
628
629 ================
630 Evince  2.29.2
631 ================
632
633 New Features and UI Improvements:
634
635     * Add support for PDF File Attachment Annotations (#601839, Carlos
636       Garcia Campos)
637     * Use "n" and "p" keys for page jump (#601217, Carlos Garcia
638       Campos)
639     * Update actions sensitivity when gconf keys change (#568433,
640       Carlos Garcia Campos)
641
642 Documentation fixes:
643
644     * Make series ID unique (#599726, Christian Persch)
645
646 Bug fixes:
647
648     * Fix saving attachments (Carlos Garcia Campos)
649     * Make sure view is redrawn as soon as current page is rendered
650       (#601433, Carlos Garcia Campos)
651     * Fix documentation of default flag values in configure (Emmanuel
652       Fleury)
653     * Do not mark properties name and desc as translatable (#509824,
654       Carlos Garcia Campos)
655     * Fix build with glib < 2.22.0 (#600338, Christian Spurk)
656     * Disable print page setup options according to lockdown (#568433,
657       Carlos Garcia Campos)
658     * Fix loading of remote files (Carlos Garcia Campos)
659     * Correctly process --with-smclient arguments (#590174, Christian
660       Persch)
661
662 Translation updates:
663
664     * Thomas Thurman (en@shaw)
665     * Jorge González (es)
666     * Ivar Smolin (et)
667     * Antón Méixome (gl)
668     * Kjartan Maraas (nb)
669     * Matej Urbančič (sl)
670     * Daniel Nylander (sv)
671     * Dr.T.Vasudevan (ta)
672     * 樊栖江(Fan Qijiang) (zh_CN)
673
674 ================
675 Evince  2.29.1
676 ================
677
678 New Features and UI Improvements:
679
680     * Embed page setup settings in the print dialog (#591551, Marek
681       Kašík, Carlos Garcia Campos)
682     * A new tab has been added to properties dialog to show
683     * information about the document license (#349173, Juanjo Marín,
684       Carlos Garcia Campos)
685     * Use different processes for every document opened. (#583680,
686       #434966, #497388, #524633, #586087, Carlos Garcia Campos)
687     * Use GVFS metadata instead of our own xml based
688       implementation. (#586841, Carlos Garcia Campos)
689     * When scrolling a page, move one screen leaving one line context
690       to help to visually track the document as it moves. (#170871,
691       Carlos Garcia Campos)
692     * Use GtkInfoBar instead of GeditMessageArea for the message area
693       (#592785, Carlos Garcia Campos)
694     * EvPageCache has been splitted up into document part (moved to
695       EvDocument which has been converted into an abstract class
696       instead of an interface) and view part: EvDocumentModel. This
697       allows to have more than one EvView for the same document, so
698       that "Open a Copy" can be implemented without using the symlink
699       hack. (#573641, Carlos Garcia Campos)
700
701 Bug fixes:
702
703     * Several fixes and cleanups in comics backend (Christian Persch)
704     * Don't exit with non-writable $HOME (Christian Persch)
705     * Clean up temp file handling to make sure we can cope with not
706       being able to create our temp directory (#595372, Christian Persch)
707     * Set page orientation of each page when printing so that
708       documents with mixed portrait/landscape pages print correctly
709       (#599470, Adrian Johnson)
710     * Preserve aspect ratio when scaling page for printing (#599468,
711       Adrian Johnson)
712     * Fix a crash when we don't have a DBUS connection (Christian Persch)
713     * Make sure total_num_bytes > 0 before using it in progress
714       callbacks (#597691, Carlos Garcia Campos)
715     * Escape document URI before showing it in progress area (#597691,
716       Carlos Garcia Campos)
717     * Fix a crash due to an uninitialized variable (#597154, Carlos
718       Garcia Campos)
719     * Fix a crash when there are form field widgets active during
720       rotation (#593316, Carlos Garcia Campos)
721     * Remarks the selected thumbnail after rotation (#595548, Juanjo Marín)
722     * Don't change current page when rotating documents with different
723       page sizes (#595704, Carlos Garcia Campos)
724     * Fix thumbnails rotation when loading a rotated document
725       (#595718, Carlos Garcia Campos)
726     * Save images as png or jpg when the filename has no extensions
727       (#595079, Patrick Ammann)
728     * Populate destination page when reloading the document (#570054,
729       Fernando Herrera)
730
731 Translation updates:
732
733     * Khaled Hosny (ar)
734     * Astur (ast)
735     * Krasimir \"Bfaf\" Chonov (bg)
736     * Runa Bhattacharjee (bn_IN)
737     * Gil Forcada (ca)
738     * Marek Černocký (cs)
739     * Kenneth Nielsen (da)
740     * Mario Blättermann (de)
741     * Kostas Papadimas (el)
742     * Philip Withnall (en_GB)
743     * Jorge González (es)
744     * Ivar Smolin (et)
745     * Iñaki Larrañaga Murgoitio (eu)
746     * Tommi Vainikainen (fi)
747     * Claude Paroz (fr)
748     * Antón Méixome (gl)
749     * Sweta Kothari (gu)
750     * Gabor Kelemen (hu)
751     * Andika Triwidada (id)
752     * Francesco Marletta (it)
753     * Shushi Kurose (ja)
754     * Shankar Prasad (kn)
755     * Changwoo Ryu (ko)
756     * Gintautas Miliauskas (lt)
757     * Sangeeta Kumari (mai)
758     * Ani Peter (ml)
759     * Sandeep Shedmake (mr)
760     * Kjartan Maraas (nb)
761     * Reinout van Schouwen (nl)
762     * Manoj Kumar Giri (or)
763     * A S Alam (pa)
764     * Piotr Drąg (pl)
765     * André Gondim (pt_BR)
766     * Duarte Loreto (pt)
767     * Lucian Adrian Grijincu (ro)
768     * Matej Urbančič (sl)
769     * Miloš Popović (sr@latin)
770     * Милош Поповић (sr)
771     * Daniel Nylander (sv)
772     * Dr.T.Vasudevan (ta)
773     * Krishna Babu K (te)
774     * Theppitak Karoonboonyanan (th)
775     * Baris Cicek (tr)
776     * Maxim Dziumanenko (uk)
777     * Aron Xu (zh_CN)
778     * Chao-Hsiung Liao (zh_HK)
779     * Chao-Hsiung Liao (zh_TW)
780
781 ================
782 Evince  2.27.90
783 ================
784
785 Bug fixes:
786
787     * Let scroll wheel change page when in non-continuous best-fit
788       mode (#562257, Philip Langdale)
789     * Show print progress information when using GtkPrintOperation
790     * Don't show crash recovery dialog when requested file is the only
791       one to be recovered (#578894, Carlos Garcia Campos)
792     * Disable crash recovery when D-BUS is disabled (#578894, Carlos
793       Garcia Campos)
794     * Grab focus on view widget after setting metadata (#589300,
795       Nickolay V. Shmyrev)
796     * Fixes segmentation violation when print file format is empty
797       (#589226, Andreas Liebe)
798     * Use AM_V_GEN to make custom commands silent (#585355, Javier Jardón)
799     * Don't install schema files when building without gconf (Nickolay
800       V. Shmyrev)
801
802 Translation updates:
803
804     * Khaled Hosny (ar)
805     * Maruf Ovee (bn)
806     * Denis (br)
807     * Gil Forcada (ca)
808     * Carles Ferrando Garcia (ca@valencia)
809     * Marek Černocký (cs)
810     * Mario Blättermann (de)
811     * Seán de Búrca (ga)
812     * Antón Méixome (gl)
813     * Kjartan Maraas (nb)
814     * André Gondim (pt_BR)
815     * Daniel Nylander (sv)
816     * Theppitak Karoonboonyanan (th)
817     * Chao-Hsiung Liao (zh_HK)
818     * Chao-Hsiung Liao (zh_TW)
819     
820 ================
821 Evince  2.27.4
822 ================
823
824 Bug fixes:
825
826     * Compute selections on button press for word/line selections
827       (#562059, Carlos Garcia Campos)
828     * Fix several even/odd multipage issues (#583429, Bartek Kostrzewa)
829     * Register thumbnailing for gzip/gzip dvi files (#588013, Emilio
830       Pozuelo Monfort)
831     * Get rid of shave with AM_SILENT_RULES automake option (#585355,
832       Javier Jardón)
833     * Make evince output pdf on supported printers (#585442, Johan Brannlund)
834     * Fix build on windows (Fridrich Strba)
835     * Determine data directory on runtime on windows (Fridrich Strba)
836     * Fix build without GConf (Nickolay V. Shmyrev)
837     * Fix several introspection build issues (#585971, Christian Persch)
838
839 Translation updates:
840
841     * Giannis Katsampirhs (el)
842     * Jonathan Ernst (fr)
843     * Daniel Nylander (sv)
844     * Maxim Dziumanenko (uk)
845     * Clytie Siddall (vi)
846     * Nguyễn Đình Trung (vi)
847
848 ================
849 Evince  2.27.3
850 ================
851
852 New Features and UI Improvements:
853
854     * Update the hildon port (Christian Persch)
855     * Complete the win32 port (#339172, Hib Eris)
856     * Allow activate the menubar in fullscreen mode (#504243, Carlos
857       Garcia Campos)
858     * Do not create popup window if the annot doesn't have a popup
859       (Carlos Garcia Campos)
860     * Add tests for printer settings (#583976, Bartek Kostrzewa)
861     * Remember and reuse "Save a Copy..." path (#485195, Carlos Garcia Campos)
862     * Support for cb7 using the p7zip commands in comics backend
863       (#565174, Juanjo Marín)
864     * Parse xml metadata to detect PDF/A documents (#582206, Davide Capodaglio)
865
866 Bug fixes:
867
868     * Several build fixes and improvements (Christian Persch)
869     * Fix page transitions in presentation mode (#583652, #581881,
870       Carlos Garcia Campos)
871     * Scale according to paper size before rendering for printing
872       (Carlos Garcia Campos)
873     * Fix multipage even/odd printing issues (#583429, #583388, Bartek
874       Kostrzewa)
875     * Gracefully work with FITB destinations and friends (#583276,
876       Matthias Drochner)
877     * Fix double to int conversion in thumbnails_get_dimensions
878       (#581524, Carlos Garcia Campos)
879     * Ohter bugs fixed: #584617, #585497
880
881 Translation updates:
882
883     * Runa Bhattacharjee (bn_IN)
884     * Mario Blättermann (de)
885     * Jorge González (es)
886     * Ivar Smolin (et)
887     * Kjartan Maraas (nb)
888     * Vladimir Melo (pt_BR)
889     * Dr.T.Vaasudevan (ta)
890
891 ================
892 Evince  2.27.1
893 ================
894
895 New Features and UI Improvements:
896
897     * Use GtkPrintOperation when printing for the backends that
898       support rendering into a cairo context (#557112, Carlos Garcia Campos)
899     * Recover previous session when running evince after a crash
900       (#578894, Carlos Garcia Campos)
901     * Preliminary annotations support (#315002, Carlos Garcia Campos,
902       Iñigo Martínez)
903     * Rename Print Setup menu entry as Page Setup for consistency with
904       the GTK+ dialog title (#581109, Nickolay V. Shmyrev)
905     * Added F3 as a find-next accelerator key (#579072, Michael J. Chudobiak)
906     * Support the free Gna! unrar tool in comics backend (#552074,
907       Juanjo Marín)
908     * Add evince-previewer as a separate applicaton that implements
909       the printing preview (Carlos Garcia Campos)
910
911 Bug fixes:
912
913     * Fix handling of the tmp folder (#582108, Juanjo Marín)
914     * Abort dnd operations originated in the same Evince window
915       (#582077, Carlos Garcia Campos)
916     * Disable bouncing during scrolling (#533534, Martin Pohlack)
917     * Fix build without gconftool-2 (#581441, Christian Persch)
918     * Fix documentation build (#579671, Nickolay V. Shmyrev)
919     * Fix error handling of broken documents (#580886, Nickolay V. Shmyrev)
920     * Fix several memory leaks in comics backend (#552074, Juanjo Marín)
921     * Escape URIs for display (#581064, Nickolay V. Shmyrev)
922     * Resync with libegg to remove deprecated GTK+ symbols (#580556,
923       Javier Jardón)
924     * Correct check for exit status of commands in comics backend
925       (#579656, Juanjo Marín)
926     * Add -no-undefined flag for Cygwin build (#580058, Yaakov Selkowitz)
927     * Use g_file_make_symbolic_link to create symlinks (#339172, Hib Eris)
928     * Delete the temp symlink created when opening a copy (Carlos
929       Garcia Campos)
930     * Don't redraw again when zoom is set more than once to the same
931       scale factor (Carlos Garcia Campos)
932     * Fix print preview of empty selection (#517735, Juanjo Marín)
933     * Don't prevent unmounting in case the initial cwd is on an
934       external device (#575436, Carlos Garcia Campos)
935     * Create and load the document based on the mime-type provided by
936       nautilus instead of using our own documents factory. (#533917,
937       Carlos Garcia Campos)
938     * Fix endianess issues in dvi and tiff backends (#578433, #509920,
939       Benjamin Berg)
940     * Fix memory leak in tiff backend (#578285, Nickolay V. Shmyrev)
941     * Fix path where accels file is saved (#577500, Nickolay
942       V. Shmyrev)
943     * Fix fading animations (Nickolay V. Shmyrev)
944     * Translate the categories in the nautilus properties tab
945       (#575085, Christian Persch)
946     * Other bugs fixed: #539972, #578436, #582543
947
948 Translation updates:
949
950     * Jorge Gonzalez (es)
951     * Manoj Kumar Giri (or)
952     * Ivar Smolin (et)
953     * Vladimir Melo (pt_BR)
954     * Matej Urban (sl)
955     * Khaled Hosny (ar)
956     * Miloš Popović (sr)
957     * Funda Wang (zh_CN)
958     * Amitakhya Phukan (as)
959     * Baris Cicek (tr)
960
961 ================
962 Evince  2.26.0
963 ================
964
965 Bug fixes:
966
967     * Fix compiler warning when building with -Wformat (#574168,
968       Tobias Mueller)
969     * Fix a crash with encrypted documents (Christian Persch)
970
971 Translation updates:
972
973     * F Wolff (af)
974     * Martin Picek (cs)
975     * Fotis Tsamis (el)
976     * Ivar Smolin (et)
977     * Suso Baleato (gl)
978     * Yaron Shahrabani (he)
979     * Gabor Kelemen (hu)
980     * Francesco Marletta (it)
981     * Shankar Prasad (kn)
982     * Gintautas Miliauskas (lt)
983     * Sangeeta Kumari (mai)
984     * Ani Peter (ml)
985     * Sandeep Shedmake (mr)
986     * Manoj Kumar Giri (or)
987     * Fabrício Godoy (pt_BR)
988     * Mișu Moldovan (ro)
989     * Yuriy Penkin (ru)
990     * I. Felix (ta)
991     * Krishna Babu K (te)
992     
993 ================
994 Evince  2.25.92
995 ================
996
997 Bug fixes:
998
999     * Show the 'jump to page' window in the right GdkScreen (#560541,
1000       Carlos Garcia Campos)
1001     * Make our own thumbnail when the provided one doesn't have the
1002       needed size (#323198, #307357, Christian Spurk, Carlos Garcia Campos)
1003     * Reduce the restriction on the minimum size of thumbnails from 40
1004       to 1 (#323198, Christian Spurk)
1005     * Use GOption in thumbnailer (Carlos Garcia Campos)
1006     * Fix saving a copy of encrypted PDF documents (#566791, Carlos
1007       Garcia Campos)
1008     * Don't use g_quark_from_static_string in a loadable module
1009       (Christian Persch)
1010     * Use g_object_unref() instead of gdk_pixbuf_unref() in impress
1011       backend (#571707, Thomas H.P. Andersen)
1012
1013 Translation updates:
1014
1015     * Ihar Hrachyshka (be@latin)
1016     * Alexander Shopov (bg)
1017     * Gil Forcada (ca)
1018     * Petr Kovar (cs)
1019     * Christian Kirbach (de)
1020     * David Lodge (en_GB)
1021     * Juanje Ojeda Croissier (es)
1022     * Iñaki Larrañaga Murgoitio (eu)
1023     * Ilkka Tuohela (fi)
1024     * Claude Paroz (fr)
1025     * Sweta Kothari (gu)
1026     * Yuval Tanny (he)
1027     * Takeshi AIHANA (ja)
1028     * Changwoo Ryu (ko)
1029     * Kjartan Maraas (nb)
1030     * Duarte Loreto (pt)
1031     * Daniel Nylander (sv)
1032     * Chao-Hsiung Liao (zh_HK)
1033     * Chao-Hsiung Liao (zh_TW)
1034
1035 ================
1036 Evince  2.25.91
1037 ================
1038
1039 Bug fixes:
1040
1041     * Fix several memory leaks (Christian Persch)
1042     * Fix errors handling and propagation (Christian Persch)
1043     * Fix several translation strings in properties dialog (#571787,
1044       Nickolay V. Shmyrev)
1045     * Do not resize the window on reloading (#571051, #304249, Carlos
1046       Garcia Campos)
1047     * Experimental introspection support (#569083, Christian Persch)
1048     * Use g_set_error_literal() (Christian Persch)
1049     * Other firxes for win32 (#339172, Hib Eris)
1050     * Make session manager code compile for win32 (#339172, Carlos
1051       Garcia Campos)
1052     * Update totem-screensaver from totem svn to make it build for
1053       win32 (#339172, Hib Eris)
1054     * Make use of GConf optional (#339172, Hib Eris, Carlos Garcia Campos)
1055     * Fix i18n in libdocument (Christian Persch)
1056     * Include gi18n-lib.h instead of gi18n.h in libs and backends
1057       (Christian Persch)
1058
1059 Translation updates:
1060
1061     * Mikel González (ast)
1062     * Ihar Hrachyshka (be@latin)
1063     * Kenneth Nielsen (da)
1064     * Dawa pemo (dz)
1065     * Juanje Ojeda Croissier (es)
1066     * Ivar Smolin (et)
1067     * Iñaki Larrañaga Murgoitio (eu)
1068     * Gabor Kelemen (hu)
1069     * Takeshi AIHANA (ja)
1070     * Shankar Prasad (kn)
1071     * Arangel Angov (mk)
1072     * Wouter Bolsterlee (nl)
1073     * Tomasz Dominikowski (pl)
1074     * Taylon (pt_BR)
1075     * Горан Ракић (sr)
1076     * Daniel Nylander (sv)
1077     * Theppitak Karoonboonyanan (th)
1078     * Clytie Siddall (vi)
1079     * Gan Lu (zh_CN)
1080     * Chao-Hsiung Liao (zh_HK)
1081     * Chao-Hsiung Liao (zh_TW)
1082
1083 ================
1084 Evince  2.25.90
1085 ================
1086
1087 Bug fixes:
1088
1089     * Split API documentation into libdocument, libview and shell
1090       (#568465, Carlos Garcia Campos)
1091     * Fix symbols conflict in impress backend (#569998, Christian Persch)
1092     * Add mnemonics to buttons in search bar (#569212, Carlos Garcia
1093       Campos)
1094     * Fix a crash when printing (#569328, Carlos Garcia Campos)
1095     * Fix --version command line option (#562869, Christian Persch)
1096     * Use versioned directory for backends (#569082, Christian Persch)
1097     * Add EV_DEFINE_BOXED_TYPE and EV_DEFINE_INTERFACE macros
1098       (#568228, Carlos Garcia Campos)
1099     * Sync EggToolbarEditor with libegg (Nickolay V. Shmyrev)
1100     * Respect directory umask and setgid when saving files (#568593,
1101       Michael J. Chudobiak)
1102     * Add libtool versioning, pkg-config files and single headers for
1103       libdocument and libview (#568224, #568220, #568229, #568227,
1104       Christian Persch) 
1105     * Remove G_OBJECT casts from g_signal_connect calls (#568386, Hiroyuki
1106       Ikezoe)
1107     * Install several missing header files of libdocument and libview
1108       (#567787, #567790, Tomeu Vizoso)
1109     * Other bugs fixed: #569120, #569231, #569327, #570077
1110
1111 Translation updates:    
1112     
1113     * Hendrik Richter (de)
1114     * Ivar Smolin (et)
1115     * Gabor Kelemen (hu)
1116     * Changwoo Ryu (ko)
1117     * Kjartan Maraas (nb)
1118     * Daniel Nylander (sv)
1119
1120 ================
1121 Evince  2.25.5
1122 ================
1123
1124 Code changes:
1125
1126     * Move EvView specific code to a libevview library so that it can
1127       be embbeded in other applications (#567751, Tomeu Vizoso, Carlos
1128       Garcia Campos)
1129     * Other improvements for embbeders (#567785, #567788, #567789,
1130       Tomeu Vizoso)
1131
1132 Bug fixes:
1133
1134     * Fix a minor typo (Michal Vaner)
1135     * Fix the API docs build (#568171, Christian Persch)
1136     * Simplify drag data handling (#558084, Christian Persch)
1137     * Several portability issues (#339172, Hib Eris)
1138     * Fix mnemonic conflict (#567937, Carlos Garcia Campos)
1139     * Other bugs fixed: #567910
1140
1141 Translation updates:
1142
1143     * Gil Forcada (ca)
1144     * Hendrik Richter (de)
1145     * Juanje Ojeda Croissier (es)
1146     * Kjartan Maraas (nb)
1147     * Gan Lu (zh_CN)
1148     
1149 ================
1150 Evince  2.25.4
1151 ================
1152
1153 New Features and UI Improvements:
1154
1155     * Show progress information when loading/saving remote files
1156       (#370958, Carlos Garcia Campos)
1157     * Remember page setup options (#525185, #349102, Carlos Garcia Campos)
1158     * Show a confirmation dialog when there are pending print jobs
1159       while closing the main window (#480964, Carlos Garcia Campos)
1160     * Show progress information when printing (#482770, Carlos Garcia Campos)
1161     * Add document URI to properties page (#555376, Carlos Garcia Campos)
1162
1163 Bug fixes:
1164
1165     * Bump glib requirement to fix build with older versions
1166       (Christian Spurk)
1167     * Fix mime type handling (Hib Eris)
1168     * Fix saving images to remote locations (Carlos Garcia Campos)
1169     * Do not try to jump to the location of the find result for every
1170       match, but only for the first one. It makes searching really
1171       faster. (#564774, Michael Hunold)
1172     * Fix zip mime-type in comics backend (Juanjo Marín)
1173     * Fix several memory leaks (Carlos Garcia Campos)
1174
1175 Translation updates:
1176
1177     * Ihar Hrachyshka (be@latin)
1178     * Juanje Ojeda Croissier (es)
1179     * Yuval Tanny (he)
1180     * Kjartan Maraas (nb)
1181     * Taylon (pt_BR)
1182     * Gan Lu (zh_CN)
1183
1184 ================
1185 Evince  2.25.2
1186 ================
1187
1188 New Features and UI Improvements:
1189
1190     * PDF Optional content (layers) support. (Carlos Garcia Campos)
1191     * The password dialog has been reworked in order to make it more
1192       hig compliant and consistent (#562496, Carlos Garcia Campos)
1193     * Improved keyring support. Password dialog is not shown anymore
1194       when the password is already in the keyring (Carlos Garcia Campos)
1195     * Support for monitor and reload of remote documents
1196       (#555399, Carlos Garcia Campos)
1197
1198 Bug fixes:
1199
1200     * Fix opening comic documents with a wrong but valid extension
1201       (#562143, Carlos Garcia Campos)
1202     * Fix a crash when searching (#558377, Carlos Garcia Campos)
1203     * Fix several crashes when selecting text (#561393, Marek Kašík)
1204
1205 Translation updates:
1206
1207     * Jorge González (es)
1208     * Nguyễn Đình Trung (vi)
1209
1210 ================
1211 Evince  2.25.1
1212 ================
1213
1214 New Features and UI Improvements:
1215
1216     * Use the message area instead of popup dialogs for any error and
1217       warning messages (Carlos Garcia Campos)
1218
1219 Bug fixes:
1220
1221     * Adapt to the new single-include policy (#558064, Christian Persch)
1222     * Fix page transition in presentation mode (#516749, Nickolay V. Shmyrev)
1223     * Other bugs fixed: (#558066, Christian Persch)
1224
1225 Translation updates:
1226
1227     * Hendrik Richter (de)
1228     
1229 ================
1230 Evince  2.24.1
1231 ================
1232
1233 Bug fixes:
1234
1235     * Disable toggle function of F5 when in presentation mode
1236       (#556162, Dave Neary)
1237     * Create a loading thumbnail for every different page size
1238       (#556264, Carlos Garcia Campos)
1239     * Fix several memory leaks (Carlos Garcia Campos)
1240     * Do not show bad titles like 'Microsoft Word' in the window title
1241       bar (#534684, Robin Sonefors and Nickolay V. Shmyrev)
1242     * Fix mailto links which were considered as http uris (#555801,
1243       Carlos Garcia Campos)
1244     * Fix launching external applications (#554500, Carlos Garcia Campos)
1245     * Other bugs fixed (#552382, #553369, #555134, Carlos Garcia Campos)
1246
1247 Translation updates:
1248
1249     * Ihar Hrachyshka (be@latin)
1250     * Adrian Guniš (cs)
1251     * Kenneth Nielsen (da)
1252     * Ivar Smolin (et)
1253     * Takeshi AIHANA (ja)
1254
1255 ================
1256 Evince  2.24.0
1257 ================
1258
1259 Bug fixes:
1260
1261     * Use GdkAppLaunchContext when available to launch external uris
1262       (Carlos Garcia Campos)
1263     * Use the message area to show errors when lauching external uris
1264       instead of a popup window (Carlos Garcia Campos)
1265     * Assume invalid uris are http uris (#552071, Carlos Garcia
1266       Campos)
1267
1268 Translation updates:
1269
1270     * Usama Akkad (ar)
1271     * Gil Forcada (ca)
1272     * Kenneth Nielsen (da)
1273     * Hendrik Richter (de)
1274     * nikosCharonitakis (el)
1275     * Ilkka Tuohela (fi)
1276     * Sweta Kothari (gu)
1277     * Gabor Kelemen (hu)
1278     * Francesco Marletta (it)
1279     * Shankar Prasad (kn)
1280     * Changwoo Ryu (ko)
1281     * Gintautas Miliauskas (lt)
1282     * Arangel Angov (mk)
1283     * Santhosh Thottingal (ml)
1284     * Sandeep Shedmake (mr)
1285     * wadim dziedzic (pl)
1286     * Mișu Moldovan (ro)
1287     * Alexandre Prokoudine (ru)
1288     * Горан Ракић (sr)
1289     * Dr.T.Vasudevan (ta)
1290     * Baris Cicek (tr)
1291     * Chao-Hsiung Liao (zh_HK)
1292     * Chao-Hsiung Liao (zh_TW)
1293     
1294 ================
1295 Evince  2.23.92
1296 ================
1297
1298 Bug fixes:
1299
1300     * Allow page scrolling with PageUp/PageDown keys when find bar is
1301       active (#529833, Carlos Garcia Campos)
1302     * Search in page labels is now case-insensitive (#550136, Michael Lee)
1303     * Do not append the file extension twice when saving an image
1304       (Carlos Garcia Campos)
1305     * Correctly restore the cursor after showing the context menu
1306       (Carlos Garcia Campos)
1307     * Grab the mediakeys with a low priority so that it doesn't
1308       interfere with other applications like a music player
1309       (#547164, Eric Piel)
1310
1311 Translation updates:
1312
1313     * Alexander Shopov (bg)
1314     * Petr Kovar (cs)
1315     * David Lodge (en_GB)
1316     * Jorge González (es)
1317     * Ivar Smolin (et)
1318     * Iñaki Larrañaga Murgoitio (eu)
1319     * Robert-André Mauchin (fr)
1320     * Ignacio Casal Quinteiro (gl)
1321     * Kjartan Maraas (nb)
1322     * Wouter Bolsterlee (nl)
1323     * Leonardo Ferreira Fontenelle (pt_BR)
1324     * Duarte Loreto (pt)
1325     * Laurent Dhima (sq)
1326     * Daniel Nylander (sv)
1327     * Theppitak Karoonboonyanan (th)
1328     * Clytie Siddall (vi)
1329     * Funda Wang (zh_CN)
1330       
1331 ================
1332 Evince  2.23.91
1333 ================
1334
1335 New Features and UI Improvements:
1336
1337     * Use EggSMClient from libegg instead of gnome-client and remove
1338       libgnome and libgnomeui dependencies (Carlos Garcia Campos)
1339     * Implement document_get_page_label in tiff backend (Carlos Garcia
1340       Campos)
1341       
1342 Bug fixes:
1343
1344     * Start up in the right workspace when resuming a previous session
1345       (Carlos Garcia Campos)
1346     * Fix metacity warnings shown in ~/.xsession-errors (Carlos
1347       Garcia Campos)
1348     * Fix a crash due to an idle function called with an already
1349       destroyed object (#549163, Carlos Garcia Campos)
1350     * Fix problems when opening or saving attachments (#548653, Carlos
1351       Garcia Campos)
1352     * Handle document orientation in tiff backend (#548444, Carlos
1353       Garcia Campos)
1354     * Fix a crash when adjustment page size is 0 (#547440, Carlos
1355       Garcia Campos)
1356     * Other bugs fixed: #548462
1357
1358 Translation updates:
1359
1360     * Runa Bhattacharjee (bn_IN)
1361     * Gil Forcada (ca)
1362     * Mario Blättermann (de)
1363     * Dawa pemo (dz)
1364     * Jorge González (es)
1365     * Iñaki Larrañaga Murgoitio (eu)
1366     * Ilkka Tuohela (fi)
1367     * Takeshi AIHANA (ja)
1368     * Shankar Prasad (kn)
1369     * Gintautas Miliauskas (lt)
1370     * Arangel Angov (mk)
1371     * Manoj Kumar Giri (or)
1372     * Vladimir Melo (pt_BR)
1373     * Chao-Hsiung Liao (zh_HK)
1374     
1375 ================
1376 Evince  2.23.6
1377 ================
1378
1379 Bug fixes:
1380
1381     * Correctly build desktop file (#544237, Götz Waschk)
1382
1383 Other changes:
1384
1385     * Cleanup #include statements. (Wouter Bolsterlee)
1386     * The jobs system has been reworked in order to make it simpler
1387       and easier to extend. (Carlos Garcia Campos)
1388     * Add a profile mode available when debug is enabled (Carlos
1389       Garcia Campos)      
1390
1391 Translation updates:
1392
1393     * Djihed Afifi (ar)
1394     * Adrian Guniš (cs)
1395     * Pierre Lemaire (fr)
1396     * Duarte Loreto (pt)
1397       
1398 ================
1399 Evince  2.23.5
1400 ================
1401
1402 New Features and UI Improvements:
1403
1404     * Intercept window manager's fullscreen request in order to
1405       run/stop fullscreen mode (#493541, Carlos Garcia Campos)
1406     * 7-zip compressed commics support (#532312, Kartik Rustagi)
1407     * Add Alt+Left and Alt+Right shortcuts to rotate (#539972, Bastien
1408       Nocera)
1409     * Media player keys support (#539971, Bastien Nocera)
1410
1411 Bug fixes:
1412
1413     * Restart the job search when the find bar is opened for the
1414       second time (#531956, Carlos Garcia Campos)
1415     * Fixes nautilus crash caused by evince properties page extension
1416       (#542548, Carlos Garcia Campos)
1417     * Fix Solaris build (#542924, Darren Kenny)
1418     * Fix endianess bug (#540950, Benjamin Jacobs)
1419     * Other bugs fixed: #542001
1420
1421 Translation updates:
1422
1423     * Jorge González (es)
1424     * Ivar Smolin (et)
1425     * Ignacio Casal Quinteiro (gl)
1426     * Yuval Tanny (he)
1427     * Rakesh Pandit (ks)
1428     * Kjartan Maraas (nb)
1429     * Wouter Bolsterlee (nl)
1430     * Zabeeh Khan (ps)
1431     * Daniel Nylander (sv)
1432     * Theppitak Karoonboonyanan (th)
1433     
1434 ================
1435 Evince  2.23.4
1436 ================
1437
1438 New Features and UI Improvements:
1439
1440     * A warning message is shown in the message area when the document
1441       has no pages (#171588, Carlos Garcia Campos)
1442     * Automaticly reload the document when the file has changed on
1443       disk (#304249, Carlos Garcia Campos)
1444     * Added Ctrl-Insert keybinding for copying text and Ctrl+N for
1445       opening a copy (#526523, #532239, Carlos Garcia Campos)
1446     * Save as action has been added as a toolbar button too. (Abhishek Mukherjee)
1447     * Primary selection is also updated when copying a link address
1448       (#520855, Carlos Garcia Campos)
1449     * Added GtkMountOperation, copied from gtk+. (Carlos Garcia Campos)
1450     * GS code has been removed, libspectre is now required to build the
1451       PostScript backend. (Carlos Garcia Campos)
1452
1453 Bug fixes:
1454
1455     * Fixed a crash when opening documents with no pages
1456       (#537574, Carlos Garcia Campos)
1457     * Fixed a crash when running in debug mode (Daniel M. German)
1458     * Fixed a crash in impress backend (#530852, Hans Petter Jansson)
1459     * Improved error handling in djvu backend (#530202, Carlos Garcia Campos)
1460     * Do not use the pixbuf backend for rendering tiff documents when
1461       the tiff backend is available (#520290, Carlos Garcia Campos)
1462     * Fixed T1 font rendering in dvi backend (#536883, Mattias Nissler)
1463     * Other bugs fixed: #533323, #533897, #533896, #534493, #537535
1464
1465 Thanks:
1466
1467     Matthias Drochner, Frederic Peters, Cosimo Cecchi
1468
1469 Translation updates:
1470
1471     * Djihed Afifi (ar) 
1472
1473     
1474 ================
1475 Evince  2.22.1.1
1476 ================
1477
1478 Bug fixes:
1479
1480     *  Fix build in FreeBSD (#526799, Michael Johnson, Carlos Garcia Campos)
1481     *  Fixes djvu backend links (#526517, Carlos Garcia Campos)
1482
1483 ===============
1484 Evince  2.22.1
1485 ===============
1486
1487 Bug fixes:
1488
1489     * Add compressed dvi to the list of supported mime types
1490       (#307087, Ed Catmur)
1491     * Fix a crash when printing a range that doesn't specify the start
1492       or end page (#524288, Carlos Garcia Campos)
1493     * Fix a crash when thumbnail failed to render in PS backend
1494       (#525015, Carlos Garcia Campos)
1495     * Open default application when launching an external uri
1496       (#525009, Emil Soleyman)
1497     * Add a configure option to enable/diable DBus (#521797, Rémi Cardona)
1498     * Fix printing in documents with rotated pages (#512648, Eugen Dedu)
1499     * Do not append file extension twice when saving an image
1500       (#523069, Carlos Garcia Campos, Wouter Bolsterlee)
1501     * Cancel find operation when the find bar is closed
1502       (#508845, Carlos Garcia Campos)
1503     * Several printing fixes: collate, reverse and copies were broken
1504       (#365332, Eugen Dedu)
1505     * Fix selection rendering when poppler is compiled with splash
1506       backend (Carlos Garcia Campos).
1507     * Other bugs fixed: #521224, #524112
1508
1509 Translation updates:
1510
1511     * Alexander Nyakhaychyk (be)
1512     * Yavor Doganov (bg)
1513     * David Lodge (en_GB)
1514     * Jorge González (es)
1515     * Ivar Smolin (et)
1516     * Clytie Siddall (vi)
1517
1518 ===============
1519 Evince  2.22.0
1520 ===============
1521
1522 Bug fixes:
1523
1524     * Do not print when Escape is pressed to close printing dialog
1525       (#495107, Wouter Bolsterlee)
1526     * Fix a crash in nautilus properties page (#519679, Carlos Garcia Campos)
1527     * Fix a crash with transition effects (#519106, Carlos Garnacho)
1528     * Fix document mime type detection (#518874, Carlos Garcia Campos)
1529     * Fix a crash in forms (#518831, Carlos Garcia Campos)
1530     * Fix images extraction (#516237, Carlos Garcia Campos)
1531     
1532 Translation updates:
1533
1534     * Djihed Afifi (ar)
1535     * Ihar Hrachyshka (be@latin)
1536     * Petr Kovar (cs)
1537     * Kenneth Nielsen (da)
1538     * nikosCharonitakis (el)
1539     * David Lodge (en_GB)
1540     * Jorge González (es)
1541     * Ivar Smolin (et)
1542     * Ilkka Tuohela (fi)
1543     * Claude Paroz (fr)
1544     * Ignacio Casal Quinteiro (gl)
1545     * Ankit Patel (gu)
1546     * Yuval Tanny (he)
1547     * Gabor Kelemen (hu)
1548     * Luca Ferretti (it)
1549     * Takeshi Aihana (ja)
1550     * Shankar Prasad (kn)
1551     * Changwoo Ryu (ko)
1552     * Gintautas Miliauskas (lt)
1553     * Arangel Angov (mk)
1554     * Sandeep Shedmake (mr)
1555     * Narayan Kumar Magar (ne)
1556     * Åsmund Skjæveland (nn)
1557     * Yannig Marchegay (Kokoyaya) (oc)
1558     * Hugo Doria (pt_BR)
1559     * Laurent Dhima (sq)
1560     
1561 ===============
1562 Evince  2.21.91
1563 ===============
1564         
1565 Bug fixes:
1566     
1567     * gnome-print code has been removed (#512370, Carlos Garcia Campos)
1568     * Fix thumbnailer crash (#513934, Matthias Clasen)
1569     * Fix djvu rendering (#482720, Carlos Garcia Campos)
1570     * Fix mime type detection based on file contents (Cosimo Cecchi, Carlos Garcia Campos)
1571     * Other bugs fixed: #512719, #512720, #512718, #512771, #513203
1572     
1573 Translation updates:
1574
1575     * Khaled Hosny (ar)
1576     * Amitakhya Phukan (as)
1577     * Hendrik Richter (de)
1578     * Jorge González (es)
1579     * Kjartan Maraas (nb)
1580     * Yannig Marchegay (Kokoyaya) (oc)
1581     * Tomasz Dominikowski (pl)
1582     * Vladimir Melo (pt_BR)
1583     * Duarte Loreto (pt)
1584     * Theppitak Karoonboonyanan (th)
1585     * Serdar CICEK (tr)
1586     * Woodman Tuen (zh_HK)
1587
1588 ===============
1589 Evince  2.21.90
1590 ===============
1591
1592 Important notice for distributors:
1593
1594     * This release overrides document permissions by default. See
1595       http://bugzilla.gnome.org/show_bug.cgi?id=382700 for more information
1596       about this.
1597     * Ghostscript interface for PostScript documents is now deprecated.
1598       Please use libspectre (http://libspectre.freedesktop.org/)
1599       instead.
1600
1601 New features and UI improvements:
1602
1603     * Port to gio and drop gnome-vfs dependency. (#510401, Cosimo Cecchi, Carlos Garcia Campos)
1604     * Scroll pages in page entry with mouse wheel (#324122, David Turner)
1605     * Automatic scrolling in context menu (#323670, David Turner)
1606     * Kinetic scrolling (#461271, David Turner)
1607     * New plugin system for backends (#351348, Carlos Garcia Campos)
1608     * Allow saving images in formats other than PNG (#500209, Carl-Anton
1609       Ingmarsson, Nickolay V. Shmyrev)
1610     * Add support for page transitions (#458460, Carlos Garnacho)
1611     * Override document restrictions by default (#382700, Wouter Bolsterlee)
1612     * Use up/down arrows instead of left/right (#170081, Wouter Bolsterlee)
1613
1614 Bug fixes:
1615
1616     * Reset cursor correctly (#501603, #509958, Carlos Garcia Campos)
1617     * Use GSlice to allocate memory (#475972, Christian Persch)
1618     * Do not limit minimum zoom factor in best fit/fit width mode (#503805,
1619       Carlos Garcia Campos)
1620     * Use libspectre, if available, for the ps backend. (#317106, #499787,
1621       #501235, #421879, #445797, #443859, #486547, #386005, #507705, Carlos Garcia Campos)
1622     * Put RTL marker in recent file list (#509076, Djihed Afifi)
1623     * Put Nautilus extension in right place (#505359, Matthias Clasen, Brian
1624       Pepple, Damien Carbery, Wouter Bolsterlee)
1625     * Avoid filename quoting issues (#502500, Tom Parker)
1626     * Repair horizontal scrolling with shift (#483412, Nickolay V. Shmyrev)
1627     * Gnome Keyring is now an optional dependency (#509676, Marcelo Lira)
1628     * Reduce memory consumption by rendering images on demand (Carlos Garcia Campos)
1629     * Fix printing in dvi backend when filename contains white spaces. (#502839, Carlos Garcia Campos)
1630     * Other bugs fixed: #502843, #460658, #504721, #511635
1631
1632 Thanks:
1633
1634     * Carlos Garcia Campos
1635     * Christian Persch
1636     * Yaakov Selkowitz
1637     * David Turner
1638     * Carl-Anton Ingmarsson
1639     * Carlos Garnacho
1640     * Djihed Afifi
1641     * Nickolay V. Shmyrev
1642     * Wouter Bolsterlee
1643     * Marcelo Lira
1644
1645 Translation updates:
1646
1647     * Djihed Afifi (ar)
1648     * Ihar Hrachyshka (be@latin)
1649     * Gil Forcada (ca)
1650     * Jorge Gonzalez (es)
1651     * Priit Laes (et)
1652     * Inaki Larranaga Murgoitio (eu)
1653     * Stéphane Raimbault (fr)
1654     * Seán de Búrca (ga)
1655     * Ignacio Casal Quinteiro (gl)
1656     * Kjartan Maraas (nb)
1657     * Wouter Bolsterlee (nl)
1658     * Thierry Randrianiriana (mg)
1659     * Yannig Marchegay (oc)
1660     * Leonardo Ferreira Fontenelle, Hugo Doria, Rodrigo Flores (pt_BR)
1661     * Daniel Nylander (sv)
1662     * Clytie Siddall (vi)
1663
1664 ===============
1665 Evince  2.21.1
1666 ===============
1667
1668 New Features and UI Improvements:
1669
1670     * Use message area for notification about errors
1671     * Some print settings for documents are stored in metadata
1672     * Added command line option for search
1673     * Expander with a recent documents is added to toolbar
1674     * Egg-recent code dropped
1675     * Djvu, dvi and comics are enabled by default
1676     * Support for links with URI's like mailto (Pascal Terjan)
1677     * Removed the shadow of the fullscreen toolbar
1678
1679 Bug fixes:
1680
1681     * A lot of bug fixes from a stable branch
1682
1683 Thanks:
1684  
1685     To Carlos Garcia Campos who did the all the amazing work above :)
1686
1687 Translations:
1688
1689     Changwoo Ryu (ko)
1690     Daniel Nylander (sv)
1691     Djihed Afifi (ar)
1692     Jorge Gonzalez (es)
1693     Francesco Marletta (it)
1694     Gabor Kelemen (hu)
1695     Gintautas Miliauskas (lt)
1696     Ignacio Casal Quinteiro (gl)
1697     Ihar Hrachyshka (be@latin)
1698     Ilkka Tuohela (fi)
1699     Ivar Smolin (et)
1700     Jorge González (es)
1701     Kjartan Maraas (nb)
1702     Matej Urbančič (sl)
1703     Peter Bach (da)
1704     Yannig Marchegay (Kokoyaya) (oc)
1705
1706 ===============
1707 Evince  2.20.2
1708 ===============
1709
1710 Bug fixes:
1711
1712     * Tiff documents were rendered with wrong colors (Matthias Clasen)
1713     * Fix endless loop when zero pages per sheet is selected (Darren Kenny)
1714     * Do not jump to the first page when reloading from command line (Carlos Garcia Campos)
1715     * Memory leak fix (Hiroyuki Ikezoe)
1716     * Fix printing with poppler splash backend (Carlos Garcia Campos)
1717     * Fix a crash when printing with the gnome-print dialog (Carlos Garcia Campos)
1718     * Warning fix (Sebastien Bacher)
1719
1720 Translations:
1721
1722     Matej Urbančič (sl)
1723     Youssef Chahibi (ar)
1724
1725 ===============
1726 Evince  2.20.1
1727 ===============
1728
1729 Bug fixes:
1730
1731     * Printing multiple pages per sheet fixes (Carlos Garcia Campos)
1732     * Respect ranges order during print (Carlos Garcia Campos)
1733     * Silently ignore unknown form fields (Matthias Drochner)
1734     * Do not show the toolbar in fullscreen mode if the main toolbar is not visible (Carlos Garcia Campos)
1735     * Give priority to form fields over images (Carlos Garcia Campos)
1736     
1737 Translations:
1738
1739     Changwoo Ryu (ko)
1740     Francesco Marletta (it)
1741     Ilkka Tuohela (fi)
1742     Peter Bach (da)
1743
1744 ===============
1745 Evince  2.20.0
1746 ===============
1747
1748 Bug fixes:
1749
1750     * Forms support broken by forgotten ifdef fix (Carlos Garcia Campos)
1751     * Issue with making a copy and xfer to different file system (Carlos Garcia Campos)
1752     * Desktop file fixes (Götz Waschk)
1753
1754 Translations:
1755
1756     Youssef Chahibi (ar)
1757     Alexander Shopov (bg)
1758     Peter Bach (da)
1759     Ivar Smolin (et)
1760     Ignacio Casal Quinteiro (gl)
1761     Francesco Marletta (it)
1762     Gintautas Miliauskas (lt)
1763     Espen Stefansen (nb)
1764     Yannig Marchegay (Kokoyaya) (oc)
1765     Mişu Moldovan (ro)
1766     Peter Tuhársky (sk)
1767     Laurent Dhima (sq)
1768     Горан Ракић (sr)
1769     Maxim Dziumanenko (uk)
1770
1771 ===============
1772 Evince  2.19.92
1773 ===============
1774
1775 Bug fixes:
1776
1777     * Bump requirements to poppler 0.6 (Carlos Garcia Campos)
1778     * Restart the search when reloading a document with the find bar visible (Carlos Garcia Campos)
1779     * Do not jump to the first page when reloading a document from the last page (Carlos Garcia Campos)
1780     * Do not update visibility when changing a chrome flag (Carlos Garcia Campos)
1781     * Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL (Carlos Garcia Campos)
1782     * Make sure current-page <= end-page in continuous mode (Carlos Garcia Campos)
1783     * Ignore outline items without a title (Carlos Garcia Campos)
1784     * Use only drag mouse cursor during a drag operation (Carlos Garcia Campos)
1785     * Actually fix printing regressions (Carlos Garcia Campos)
1786     * Add support for double and triple click selections (Carlos Garcia Campos)
1787
1788 Translations:
1789
1790     Gil Forcada (ca)
1791
1792 ===============
1793 Evince   2.19.4
1794 ===============
1795
1796 Bug fixes:
1797
1798     * Find works when findbar is hidden (Justin Blanchard)
1799     * Use directly cairo_surface_get_content (Jeff Muizelaar)
1800     * Great speedup by using CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 (Jeff Muizelaar)
1801     * Fix for embedded thumbnails dimension and rotation (Carlos Garcia Campos)
1802     * Avoid ifdefs inside macros (Jens Granseuer)
1803     * Memory leak fixes (Justin Blanchard, Hiroyuki Ikezoe)
1804     * New icon sizes (Andreas Nilsson)
1805     * Invalid read fix (Justin Blanchard)
1806     * Fix multihead problems in toolbar editor (Carlos Garcia Campos)
1807     * Use the same cairo context for every page in the same expose event (Carlos Garcia Campos)
1808
1809 Translations:
1810
1811     Adam Weinberger (en_CA)
1812     Danishka Navin (si)
1813     Duarte Loreto (pt)
1814     Hendrik Richter (de)
1815     Ihar Hrachyshka (be@latin)
1816     Raphael Higino (pt_BR)
1817     Stéphane Raimbault (fr)
1818     Takeshi Aihana (ja)
1819     
1820 ==============
1821 Evince   0.9.3
1822 ==============
1823
1824 New Features and UI Improvements:
1825
1826     * Use new GTK+ tootlips (Carlos Garcia Campos)
1827     * Printing multiple pages per sheet (Carlos Garcia Campos)
1828     * Added UNIX-like key bindings hjkl (Cosimo Cecchi)
1829
1830 Bug fixes:
1831
1832     * Do not block while enumerating printers in preview mode (Christian Persch)
1833     * Show new pages as soon as they are rendered even if other page 
1834       elements like forms, images or links are not ready yet (Carlos Garcia Campos)
1835     * Provide different options in the print dialog depending on document 
1836       type backend capabilities (Carlos Garcia Campos)
1837
1838 Translations:
1839
1840     Jorge González (es)
1841     Iñaki Larrañaga Murgoitio (eu)
1842     Ilkka Tuohela (fi)
1843     Gabor Kelemen (hu)
1844     Arangel Angov (mk)
1845     Wouter Bolsterlee (nl)
1846     Funda Wang (zh_CN)
1847
1848 ==============
1849 Evince   0.9.2
1850 ==============
1851
1852 New Features and UI Improvements:
1853
1854     * Forms support (Julien Rebetez, Carlos Garcia Campos)
1855     * Toolbar editor icons on dragging (Jaap Haitsma)
1856
1857 Bug fixes:
1858
1859     * Program description translation issue fixed (Gabor Kelemen)
1860     * Do not change page after presentation (Cesar Fernandez)
1861
1862 Translations:
1863
1864     Ankit Patel (gu)
1865     Arangel Angov (mk)
1866     Bharat Kumar (te)
1867     Clytie Siddall (vi)
1868     Daniel Nylander (sv)
1869     Dr.T.Vasudevan (ta)
1870     Espen Stefansen (nb)
1871     Ivar Smolin (et)
1872     Takeshi Aihana (ja)
1873     Theppitak Karoonboonyanan (th)
1874     Tomasz Dominikowski (pl)
1875     Tshewang Norbu (dz)
1876
1877 ==============
1878 Evince   0.9.1
1879 ==============
1880
1881 New Features and UI Improvements:
1882
1883     * Cairo-based renderer for pages and selections of PDF, DVJU and DVI documents (Carlos Garcia Campos)
1884     * PDF exporter for printing DVI documents (Alaska Subedi)
1885     * Zoom icon artwork (Michael Monreal)
1886     * Patch to avoid frequent process wakeup for metadata handling (Bastien Nocera, Arjan van de Ven)
1887     * Bumped poppler requirements to 0.5.9 (Carlos Garcia Campos)
1888     * Changed sidebar ordering (Wouter Bolsterlee)
1889     * Removed extra locking of a main loop to speed up rendering (Carlos Garcia Campos)
1890
1891 Bug fixes:
1892
1893     * Print job is released quickly (Carlos Garcia Campos)
1894     * Update a cursor and tooltips after scrolling (Carlos Garcia Campos)
1895     * More safe mkdir_with_parents (Eduardo Lima)
1896     * Safe saving of a document copy to a remote location (Carlos Garcia Campos)
1897     * Build fix without libgnome (Marc Brockschmidt)
1898     * Selections don't disappear after zoom (Carlos Garcia Campos)
1899     * Preview button added to the print dialog (Carlos Garcia Campos)
1900
1901 Translations:
1902
1903     Daniel Nylander (sv)
1904     David Lodge (en_GB)
1905     Dr.T.Vasudevan (ta)
1906     Espen Stefansen (nb)
1907     Gil Forcada (ca)
1908     Ignacio Casal Quinteiro (gl)
1909     Ivar Smolin (et)
1910     Jorge González (es)
1911     Sonam Pelden (dz)
1912     Theppitak Karoonboonyanan (th)
1913     Yuval Tanny (he)
1914     
1915 ==============
1916 Evince   0.9.0
1917 ==============
1918
1919 New Features and UI Improvements:
1920
1921     * Printing support in djvu documents (Alaska Subedi)
1922     * Optional drop of libgnome dependency (Ross Burton)
1923     * Print button for preview mode (Carlos Garcia Campos)
1924     * Remember print settings (Carlos Garcia Campos)
1925     * Use gtk+ builtin paper list to identify the document's paper size (Carlos Garcia Campos)
1926     * Start rendering pages before any other jobs (Carlos Garcia Campos)
1927     * Developer documentation updated. (Iñigo Martínez)
1928     * History button improvements (Nickolay Shmyrev)
1929
1930 Bug Fixes:
1931
1932     * Fixes for issues with fullscreen toolbar (Carlos Garcia Campos)
1933     * Open document in empty window with EggRecent (Eduardo Lima)
1934     * Compilation fixes for FreeBSD (Roy Marples)
1935     * A lot of calls to parent class methos added (Christian Persch)
1936     * Update gtk-icon-cache in uninstall hook (Brian Pepple)
1937     * Fix for crash in comics backend when filename contains quote (Nickolay Shmyrev)
1938     * Always add application-specific icons to the theme (Nickolay Shmyrev)
1939
1940 Translations:
1941
1942     Jakub Friedl (cs)
1943     Dimitris Glezos (el)
1944     David Lodge (en_GB)
1945     Jorge González (es)
1946     Ivar Smolin (et)
1947     Francesco Marletta (it)
1948     Espen Stefansen (nb)
1949     Yannig Marchegay (oc)
1950     Washington Lins (pt_BR)
1951     Daniel Nylander (sv)
1952
1953 ==============
1954 Evince   0.8.1
1955 ==============
1956
1957 Bug Fixes:
1958
1959     * Default resolution is used when it's not provided by TIFF
1960       document (Carlos Garcia Campos)
1961     * Added support for ps, eps and compressed documents 
1962       thumbnails (Carlos Garcia Campos)
1963     * Implemented font color specials in the DVI backend (Ricardo Markiewicz)
1964     * DOCUMENTS folder from xdg-data-dirs is used as default folder when
1965       opening a file chooser (Matthias Clasen)
1966     * unlink-tempfile is used instead of unlink-temp-file (Carlos Garcia Campos)
1967
1968 Translations:
1969
1970     Gil Forcada (ca)
1971     Ignacio Casal Quinteiro (gl)
1972     Iñaki Larrañaga Murgoitio (eu)
1973     Jorge González (es)
1974     Jakub Friedl (cs)
1975     Sonam Pelden (dz)
1976
1977 ==============
1978 Evince   0.8.0
1979 ==============
1980
1981 Features and UI Improvements:
1982
1983     * Thumbnails for postscript documents (Carlos Garcia Campos)
1984     * Copy of compressed document is saved compressed (Carlos Garcia Campos)
1985
1986 Bug Fixes:
1987
1988     * Properly handle PostScript page orientation (Carlos Garcia Campos)
1989     * Do not render thumbnails when sidebar thumbnail page is not visible
1990       on startup (Carlos Garcia Campos)
1991     * Warning when document has one page (Carlos Garcia Campos)
1992     * Djvu backend builds on Mac (Carlos Garcia Campos)
1993     * Allow deleting in goto window in presentation mode (Carlos Garcia Campos)
1994
1995 Translations:
1996
1997     Ankit Patel (gu)
1998     Changwoo Ryu (ko)
1999     Christian Kintner (de)
2000     Clytie Siddall (vi)
2001     Daniel Nylander (sv)
2002     Djihed Afifi (ar)
2003     Duarte Loreto (pt)
2004     Erdal Ronahi (ku)
2005     Funda Wang (zh_CN)
2006     Gabor Kelemen (hu)
2007     Gil Forcada (ca)
2008     Gintautas Miliauskas (lt)
2009     Ihar Hrachyshka (be)
2010     Ivar Smolin (et)
2011     Kjartan Maraas (nb)
2012     Matic Žgur (sl)
2013     Maxim Dziumanenko (uk)
2014     Mişu Moldovan (ro)
2015     Nickolay V. Shmyrev (ru)
2016     Raphael Higino (pt_BR)
2017     Takeshi Aihana (ja)
2018     Thierry Randrianiriana (mg)
2019     Wadim Dziedzic (pl)
2020     Woodman Tuen (zh_HK)
2021     Woodman Tuen (zh_TW)
2022     Yuval Tanny (he)
2023     Игор Несторовић (sr)
2024
2025 ==============
2026 Evince   0.7.2
2027 ==============
2028
2029 New Features and UI Improvements:
2030
2031     * Document thumbnail is used as window icon (Carlos Garcia Campos)
2032     * Support for gzipped and bzipped 
2033       document types (Carlos Garcia Campos)
2034     * A lot of new icons (Luca Feretti, Andreas Nilsson)
2035     * Finally working history button (Nickolay V. Shmyrev)
2036
2037 Internal Improvements:
2038
2039     * Developer gtk-doc based documentation (Nickolay V. Shmyrev)
2040     * More dogtail tests (Nickolay V. Shmyrev)
2041
2042 Bug Fixes:
2043     
2044     * Fontconfig lock to avoid crashes (Carlos Garcia Campos)
2045     * Critical crash fix by checking return value from 
2046       psscan (Tom Parker)
2047     * Critical crash fix in nautilus property page and 
2048       broken ODF (Tom Parker)
2049     * Critical crash fix with multifile djvu 
2050       documents (Carlos Garcia Campos)
2051     * Multithreaded gtk problems fix by using async 
2052       gnome-vfs (Carlos Garcia Campos)
2053
2054 Translations:
2055
2056     Changwoo Ryu (ko)
2057     Clytie Siddall (vi)
2058     Daniel Nylander (sv)
2059     David Lodge (en_GB)
2060     Dimitris Glezos (el)
2061     Dorji Tashi (dz)
2062     Duarte Loreto (pt)
2063     Gabor Kelemen (hu)
2064     Ihar Hrachyshka (be)
2065     Ilkka Tuohela (fi)
2066     Ivar Smolin (et)
2067     Jovan Naumovski (mk)
2068     Khaled Hosny (ar)
2069     Kjartan Maraas (nb)
2070     Nickolay V. Shmyrev (ru)
2071     Stéphane Raimbault (fr)
2072     Theppitak Karoonboonyanan (th)
2073     Vladimir Petkov (bg)
2074     Wouter Bolsterlee (nl)
2075     Yuval Tanny (he)
2076
2077 Thanks:
2078
2079     Ed Catmur, Esteban Sanchez, Theppitak Karoonboonyanan, Wouter Bolsterlee
2080
2081 ==============
2082 Evince   0.7.1
2083 ==============
2084
2085 New Features:
2086
2087     * Popup window to jump to another page in presentation mode. (Carlos Garcia Campos)
2088     * Page transition support in presentation mode. (Carlos Garcia Campos)
2089
2090 Bug Fixes:
2091
2092     * Fix random crashes related to threads and Font Config (Carlos Garcia Campos)
2093     * Fix icon name in desktop file (Luca Ferretti)
2094     * Always use "best fit" zoom in presentation mode (Wouter Bolsterlee)
2095     * Don't restore the view on the last page when a document is reopened 
2096       (Wouter Bolsterlee)
2097     * Fix build due to libxml2 (Elijah Newren)
2098
2099 Translations:
2100
2101     * Djihed Afifi (ar)
2102     * Ales Nyakhaychyk (be)
2103     * Alexander Shopov (bg)
2104     * Josep Puigdemont i Casamajó (ca)
2105     * David Lodge (en_GB)
2106     * Francisco Javier F. Serrador (es)
2107     * Priit Laes (et)
2108     * Raivis Dejus (lv)
2109     * Jovan Naumovski (mk)
2110     * Kjartan Maraas (nb)
2111     * Wouter Bolsterlee (nl)
2112     * Matic Žgur (sl)
2113     * Daniel Nylander (sv)
2114     * Theppitak Karoonboonyanan (th)
2115     * Clytie Siddall (vi)
2116
2117 Thanks:
2118
2119     Damien Carbery, Jens Granseuer, Yevgen Muntyan
2120
2121 ==============
2122 Evince   0.7.0
2123 ==============
2124
2125 New Features:
2126
2127     * History. Preliminary implementation, not finished yet. (Nickolay V. Shmyrev)
2128     * Option to open a copy of the document in a new window. (Carlos Garcia Campos)
2129     * Multihead systems support. (Carlos Garcia Campos)
2130     * Added paper size field to the properties dialog. (Kasper Svendsen, Wouter Bolsterlee)
2131     * Added automated UI tests with dogtail (Nickolay V. Shmyrev)
2132
2133 Bug Fixes:
2134
2135     * Links support in rotated documents. (Radoslav Dorcik)
2136     * Side pane disabled when entering and leaving fullscreen mode. (Nickolay V. Shmyrev)
2137     * Fixed crash in DVI backend. (Nickolay V. Shmyrev)
2138     * Printing settings scale, copies, collate, reverse, odd/even work again (Carlos Garcia Campos)
2139     * Added page setup dialog for printing. (Carlos Garcia Campos)
2140     * Support for printing to a PDF file. (Carlos Garcia Campos)
2141     * Allow blank screen in presentation mode. (Carlos Garcia Campos)
2142     * Added "End of presentation" page in presentation mode. (Carlos Garcia Campos)
2143     * Screensaver detection in presentation mode. (Wouter Bolsterlee)
2144     * "Loading..." text is not shown in presentation mode. (Wouter Bolsterlee)
2145
2146 Security Fixes:
2147
2148     * Buffer overflow in PS backend. CVE-2006-5864. (Carlos Garcia Campos)
2149
2150 Translations:
2151
2152     * Djihed Afifi (ar)
2153     * Runa Bhattacharjee (bn_IN)
2154     * Gil Forcada (ca)
2155     * Jakub Friedl (cs)
2156     * Mindu Dorji (dz)
2157     * Dimitris Glezos (el)
2158     * David Lodge (en_GB)
2159     * Francisco Javier F. Serrador (es)
2160     * Ilkka Tuohela (fi)
2161     * Claude Paroz (fr)
2162     * Ankit Patel (gu)
2163     * Rajesh Ranjan (hi)
2164     * Gabor Kelemen (hu)
2165     * Satoru SATOH (ja)
2166     * Vladimer Sichinava (ka)
2167     * Fano Rajaonarisoa (mg)
2168     * Kjartan Maraas (nb)
2169     * Wouter Bolsterlee (nl)
2170     * Leonardo Ferreira Fontenelle (pt_BR)
2171     * Leonid Kanter (ru)
2172     * Steve Murphy (rw)
2173     * Daniel Nylander (sv)
2174     * Theppitak Karoonboonyanan (th)
2175     * Baris Cicek (tr)
2176
2177 Thanks:
2178
2179     Claudio Saavedra, Gabriel Felipe Cornejo, Mathias Hasselmann, Michael Monreal, 
2180     Julien Rebetez, P. Henrique Silva, Yevgen Muntyan
2181
2182 ==============
2183 Evince   0.6.1
2184 ==============
2185
2186 Bug Fixes:
2187
2188     * Current page follows find page
2189     * Reopen reloads document
2190     * Document size is guessed correctly
2191     * Icons are installed in correct folders
2192     * Memory leak fixed, etc
2193     
2194 Translations:
2195
2196     * da dz el en_GB es fa gl it ka nn ro
2197     * documentation: fi it sv
2198       
2199 Thanks:     
2200
2201     Carlos Garcia Campos, Mathias Hasselmann, Wouter Bolsterlee,
2202     Christian Persch
2203     
2204     and especially translators:
2205     
2206     Alessio Frusciante, Åsmund Skjæveland, David Lodge, 
2207     Francisco Javier F. Serrador, Ignacio Casal Quinteiro, Kostas Papadimas,
2208     Mugurel Tudorm, Ole Laursen, Pema Geyleg, Roozbeh Pournader,
2209     Vladimer Sichinava, Daniel Nylander, Tommi Vainikainen, Luca Ferretti
2210         
2211 ==============
2212 Evince   0.6.0
2213 ==============
2214
2215 Bug Fixes:
2216
2217     * Links aren't lost while resizing
2218     * Tiff backend crash is fixed
2219     * Recent code and icons code are screen safe
2220     * Crash while handling password-protected documents is fixed
2221
2222 Translations:
2223
2224     * bg bn bn_IN ca de dz el et fa fi fr gu hi hu ja ko lt lv mk ml 
2225       mr nb or pt pt_BR ro ru sl sv th tr vi zh_CN zh_HK zh_TW
2226       
2227 Thanks:     
2228
2229     Carlos Garcia Campos, Julien Rebetez, Sebastien Bacher, Wouter Bolsterlee
2230     
2231     and especially translators:
2232         
2233     Abel Cheung, Alexander Shopov, Ani Peter, Ankit Patel, Baris Cicek,
2234     Changwoo Ryu, Chao-Hsiung Liao, Christophe Merlet, Claude Paroz, Clytie
2235     Siddall, Daniel Nylander, Duarte Loreto, Funda Wang, Gabor Kelemen,
2236     Guntupalli Karunakar, Hendrik Richter, Ilkka Tuohela, Ivar Smolin, Josep
2237     Puigdemont i Casamajó, Jovan Naumovski, Khandakar Mujahidul Islam,
2238     Kjartan Maraas, Leonardo Ferreira Fontenelle, Leonid Kanter, Lucas
2239     Rocha, Matic Žgur, Meelad Zakaria, Mişu Moldovan, Mugurel Tudor, Nikos
2240     Charonitakis, Priit Laes, Rahul Bhalerao, Raivis Dejus, Rajesh Ranjan,
2241     Roozbeh Pournader, Runa Bhattacharjee, Satoru SATOH, Subhransu Behera,
2242     Theppitak Karoonboonyanan, Žygimantas Beručka
2243         
2244 ==============
2245 Evince   0.5.5
2246 ==============
2247
2248 New Features:
2249
2250     * Evince have preview mode for using with gtk+
2251     * New print dialog is used with gtk 2.10
2252     * New recent files framework is used
2253     
2254 UI Improvements:
2255     
2256     * Sidebar is unified with Epiphany
2257     * Escape unfocus page entry
2258
2259 Bug Fixes:
2260
2261     * Automake updates
2262     * Link coordinates now used correctly
2263     * Desktop file is corrected
2264     * Memory leak fixes
2265
2266 Translations:
2267
2268     * ca cs de dz el es et eu fi fr gu ja ko mk nl ru sl sv th zh_HK zh_TW
2269       
2270 Thanks:     
2271
2272     Carlos Garcia Campos, Christian Persch, Radoslav Dorcik,
2273     Ricardo Markiewicz, Sebastien Bacher, Wouter Bolsterlee
2274     
2275     and especially translators:
2276         
2277     Ankit Patel, Arangel Angov, Benoît Dejean, Changwoo Ryu, Chao-Hsiung
2278     Liao, Christophe Merlet, Daniel Nylander, Francisco Javier F. Serrador,
2279     Guntupalli Karunakar, Hendrik Richter, Ilkka Tuohela, Inaki Larranaga,
2280     Jakub Friedl, Josep Puigdemont i Casamajó, Jovan Naumovski, Nikos
2281     Charonitakis, Priit Laes, Takeshi Aihana, Theppitak Karoonboonyanan
2282         
2283 ==============
2284 Evince   0.5.4
2285 ==============
2286
2287 New Features:
2288
2289     * Evince supports impress slides with --enable-impress
2290     * URI's with anchors can be opened
2291
2292 Bug Fixes:
2293
2294     * PAPI printing crash was fixed
2295     * Threads-related crash was fixed
2296     * Assertion on document types that don't support
2297       links don't cause crash now
2298     * Reload crash was fixed as loading of
2299       password-protected documents
2300     * Page-label command line option works again
2301
2302 Translations:
2303
2304     * be bg bn_IN ca cs de dz es et eu fi fr gl gu he id ko mk nb ne 
2305       nl ru ta th vi zh_CN zh_HK zh_TW        
2306       
2307 Thanks:     
2308
2309     Bastien Nocera, Carlos Garcia Campos, Ghee Teo, Pat Rondon,
2310     Ricardo Markiewicz, Wouter Bolsterlee
2311     
2312     and especially translators:
2313         
2314     Ahmad Riza H Nst, Ales Nyakhaychyk, Alexander Shopov,  Ankit Patel,
2315     Benoît Dejean, Changwoo Ryu, Chao-Hsiung Liao, Clytie Siddall,
2316     Francisco Javier F. Serrador, Funda Wang, Hendrik Richter,
2317     I. Felix, Ignacio Casal Quinteiro, Ilkka Tuohela, Inaki Larranaga,
2318     Jakub Friedl, Jayaradha,  Josep Puigdemont Casamajó,
2319     Jovan Naumovski, Kjartan Maraas, Pawan Chitrakar, Pema Geyleg,
2320     Priit Laes, Runa Bhattacharjee, Theppitak Karoonboonyanan, 
2321     Vincent van Adrighem, Yair Hershkovitz
2322         
2323 ==============
2324 Evince   0.5.3
2325 ==============
2326
2327 New Features:
2328
2329     * Evince supports attachments in PDF files
2330     * We require gtk 2.8 and djvulibre 3.5.17 now
2331     * Links system is reworked allowing named links
2332
2333 Interface imporovements:
2334
2335     * Esc closes properties dialog
2336     * Cursor is hidden in presentation mode
2337     * Find previous item is added to the menu
2338
2339 Bug Fixes:
2340
2341     * GOption port and po/LINGUAS work
2342     * Fixed mime type detection by file contents
2343     * Several memory leaks were found
2344     * Crash on exit related to thumbnailer
2345     * Current page is selected more intelligently
2346     * Work around libtool build bug is created
2347
2348 Translations:
2349
2350
2351     * bg bn br dz es et fi gl gu nb nl nn no ro vi zh_CN zh_HK zh_TW
2352         
2353 Thanks:     
2354
2355     Michael Plump, Carlos Garcia Campos, Wouter Bolsterlee, Francisco
2356     Javier F. Serrador, Kjartan Maraas and especially all translators.
2357         
2358 ==============
2359 Evince   0.5.2
2360 ==============
2361
2362 Bug Fixes:
2363
2364     * View don't jump on scrolling
2365     * In presentation mode we scroll by one page
2366
2367 Translations:
2368
2369     * bg bn da de et fa fr hi hu ja ka pt pt_BR ro ru sv uk vi
2370     
2371 ==============
2372 Evince   0.5.1
2373 ==============
2374
2375 New Features:
2376
2377     * Evince can search text in DJVU files
2378
2379 Interface improvements:
2380
2381     * Odd pages are placed to the right in dual page mode
2382
2383 Bug Fixes:
2384
2385     * Produce thumbnails for comic books and carefully work with
2386       unzip
2387     * Correctly interoperate with DBUS 0.60
2388     * Ghostscript interpreter is checked in runtime
2389     * PS mime types are listed in desktop file
2390     * It's possible to add sidebar checkbutton on toolbar
2391     * It's possible to print in inverse order
2392     * Filechooser now will ask for overwrite confirmation
2393     * Search now takes account for scrolling
2394     * It's allowed to scroll view from find entry
2395     * Evince don't jump to find result if window was scrolled during search
2396     * It's now clear what page the toolbar page number applies to
2397
2398 Translations:
2399
2400     * bg ca cs cy da el en_CA es et eu fi gl gu he hu ja lt nb nl no pl
2401       pt_BR pt ru sq sr th vi zh_CN zh_HK zh_TW
2402     * Spanish docs are updated and we have Bulgarian translation now
2403     
2404 Thanks:
2405
2406     Ricardo Markiewicz, Rostislav Raykov, Stanislav Slusny, 
2407     Francisco Javier F. Serrador, Antoine Dopffer, Michael Hofmann, 
2408     Gary Coady, Luca Ferretti, Carlos Garcia Campos, Eduardo de Barros Lima,
2409     Christopher Aillon and all translators.
2410
2411 ==============
2412 Evince   0.5.0
2413 ==============
2414
2415 New Features:
2416
2417     * Various types of PDF links are now supported
2418     * New backend for comic books (CBR/CBZ archives)
2419     * Storage of passwords for protected documents in gnome-keyring
2420     * Layout settings for new documents are taken from the last used document
2421
2422 Interface Improvements:
2423
2424     * Statusbar was removed to save space
2425     * Notification about page processing is shown on the page
2426     * More key bindings
2427     * Improved intelligent window title that shouldn't confuse users
2428     * Show index by default if available
2429     * Tooltips for links
2430     * Now we have right click context menu
2431
2432 Bug Fixes:
2433
2434     * Crashes on reload and window close are fixed
2435     * DBus usage cleaned
2436     * Printing of multiple copies start to work
2437     * Crash on structured ps document
2438     * Improved session handling
2439     * Vertical and horizontal scrolling on selection
2440
2441 Translations:
2442
2443     * be, bg, bn, ca, cs, de, en_CA, es, et, eu, fi, fr, gl, gu 
2444       hu, it, ku, lt, nb, nl, no, ro, ru, sr, sv, th, vi, zh_CN, zh_HK, zh_TW
2445     * nl for documentation.
2446
2447 ==============
2448 Evince   0.4.0
2449 ==============
2450
2451 Bug Fixes:
2452
2453     * Depend on poppler 0.4.0
2454     * Pass in timestamp to to handle opening multiple windows over dbus
2455       better (Ryan Lortie)
2456     * Really quit when rendering postscript files.
2457     * Set textdomain to libglade. 
2458     * Fix rotation of thumbnails multiple times
2459     * Fix selection for non-continuous case
2460     * Disable selection and links for rotated case
2461     * findbar fixes
2462
2463 ==============
2464 Evince   0.3.4
2465 ==============
2466
2467 Bug Fixes:
2468
2469     * Depend on poppler 0.4.0
2470     * Convert filenames to utf8 when showing them in the UI
2471     * Return focus back to view on escape
2472     * Fix compatibility with dbus 0.34.2
2473     * Fix some build warnings
2474     * Fix dvi backend compilation with t1lib-5.0
2475
2476 ==============
2477 Evince   0.3.3
2478 ==============
2479
2480 New Features:
2481
2482     * real text selection, complete with theming and I-Beam support
2483     * Respect lockdown gconf keys
2484     * Metadata support per document
2485     * Font properties dialog
2486     * dbus support to create a factory
2487     * Implement nautilus plugin for properties.
2488
2489 Interface Improvements:
2490
2491     * HIG Fixes 
2492     * Hide menu entry in .desktop file
2493     * Get the correct mime types in the open dialog
2494
2495 Bug Fixes:
2496
2497     * Improved rotation support
2498     * Backwards searching
2499     * Use unzipped document when printing
2500     * Persist the print settings
2501     * Support pdf's with 0 pages
2502     * Fix find flickering
2503     * gnome-doc-utils for manual
2504     * Add keypad accelerators for zooming. Fix for bug 308128.
2505     * fix mem leaks
2506     * MIME Fixes
2507     * tiff/djvu backend fixes
2508
2509 Translations:
2510
2511     * eu, gl, gu, he, hi, ne, pa, pl, sk, sr, st@Latn, tr
2512
2513 ==============
2514 Evince   0.3.2
2515 ==============
2516
2517 New Features:
2518
2519     * Multi page tiff support
2520     * Document properties
2521     * Document rotation
2522     * Gnome vfs support
2523
2524 Interface Improvements:
2525
2526     * Faster dvi rendering
2527     * More compact layout for documents with different page formats
2528     * Stock icons for all toolbar editor items
2529     * Multiple selection in the open dialog
2530     * Loading progress feedback
2531     * Multiple column thumbnails
2532     * Expand links when specified by the document
2533     * Several new handy keybindings
2534     * Ellipsize recent items labels
2535
2536 Bug Fixes:
2537
2538     * Fix rendering of several postscript documents
2539     * Fix reloading of postcript documents
2540     * Fix a lot of memory leaks
2541     * Fix compilation on gcc 4
2542     * Several minor fixes
2543
2544 ==============
2545 Evince   0.3.1
2546 ==============
2547
2548 New Features:
2549
2550     * Toolbar editor
2551     * Middle button scrolling
2552     * Support for printing page ranges
2553     * Support for printing chapters (from the index)
2554
2555 Interface Improvements:
2556
2557     * Move best fit items in the toolbar control at the top
2558     * In the sidebar make drop down menu as large as the button
2559     * Several keybindings improvements
2560     * Faster scrolling
2561     * Only render the visible thumbnails (less memory usage)
2562     * Get rid of confusing Normal size menu
2563
2564 Bug Fixes:
2565
2566     * Better mime detection
2567     * Several minor fixes
2568     * Fix printing on LPD printers
2569
2570 ==============
2571 Evince   0.3.0
2572 ==============
2573
2574 New Features:
2575
2576     * Continous mode
2577     * Dual page mode
2578     * Control + Scroll does zooming
2579     * Shift + Scroll scrolls horizontally
2580     * Zoom control in the toolbar
2581
2582 Interface Improvements:
2583
2584     * If all page labels are numeric show only
2585       the page total
2586
2587 Bug Fixes:
2588
2589     * Fix size of dvi thumbnails
2590     * Fix crash on exit
2591     * Make thumbnailer schemas translatable
2592     * Fix build problems with t1lib
2593
2594 ==============
2595 Evince   0.2.1
2596 ==============
2597
2598 New Features:
2599
2600     * new backend to support DJVU files.
2601     * new backend to support DVI.
2602     * Initial implementation of doc metadata.  No UI for this yet,
2603       though we respect docs requesting UI changes.
2604     * support application/x-gzpostscript
2605     * consolidate mime handling code so thumbnailer and main page
2606           can use them.  Thumbnail all types we support.
2607     * Respect document orientation 
2608     * Implement print and save a copy for the ps backend.
2609     * Badass completion of the document in the entry.  Only works
2610       with GTK+ >= 2.7.1
2611     * User docs
2612
2613 Bug Fixes:
2614
2615     * Faster Zooming
2616     * Clean up Schemas
2617     * README added.
2618     * Small rework of sidebar code. Now sidebar pages should implement
2619       EvSidebarPage interface.
2620     * lots of small bug fixes
2621     * Actually fix the "FIXME: update priority" comment.
2622     * Update egg-recent from libegg. This should fix long startup
2623           problem.
2624
2625 Interface Improvements:
2626
2627     * Shift + Space scrolls up.
2628     * Removed fullscreen toolbar hard-coded style
2629     * Fix normal size zoom. Make zoom in/zoom out unsensitive when
2630       they are behyond the limits.
2631     * Doesn't show resize grip when maximized
2632     * don't draw border in fullscreen
2633     * Doesn't show thumbnails if document has 1 page. Make sidebar
2634       menu entries sensitive only if if they have sense. 
2635     * Work around the Escape conflict (find bar and unfullscreen)
2636     * Save accelerators on exit.
2637     * Add Edit->Find Next
2638
2639 Translations:
2640
2641     * Make all toolbar items translatable
2642     * ru (Nickolay Shmyrev)
2643
2644 ==============
2645 Evince   0.2.0
2646 ==============
2647
2648 Code changes
2649
2650     * Use poppler glib api
2651
2652 Interface improvements
2653
2654     * Rewrite most of the backend code to use threads and make
2655       the interface more responsive
2656
2657 New features
2658
2659     * Use page labels as page numbers (Jonathan)
2660
2661 ==============
2662 Evince   0.1.9
2663 ==============
2664
2665     * Fix a crash in the nautilus thumbnailer (Fernando Herrera)
2666
2667 ==============
2668 Evince   0.1.8
2669 ==============
2670
2671 BugFixes
2672
2673     * Fix crash when opening pdf documents with only 1 page
2674
2675 ==============
2676 Evince   0.1.7
2677 ==============
2678
2679 New features
2680
2681     * Nautilus thumbnailer for pdf (Fernando Herrera)
2682
2683 BugFixes
2684
2685     * Make code C89 compliant (Jens Granseuer)
2686     * Fix some issues in the nautilus thumbnailer (Marco)
2687     * Do not read ps defaults from ggv prefs! (Marco)
2688
2689 ==============
2690 Evince   0.1.6
2691 ==============
2692
2693 Code changes
2694
2695     * Use poppler instead of our own xpdf fork (Kristian Høgsberg)
2696
2697 Interface improvements
2698
2699     * Use an entry for the page control instead of
2700       spin buttons (Marco)
2701     * Expand the sidebar selection widget (Carlos)
2702
2703 Bug fixes
2704
2705     * Fix crash in links loading (Jonathan)
2706     * Fix crashes when reloading document (Marco)   
2707
2708 ==============
2709 Evince   0.1.5
2710 ==============
2711
2712 New features
2713
2714     * Reload menu (Kai Willadsen)
2715
2716 Interface improvements
2717     
2718     * Support for DnD of files (Carlos Garcia Campos)
2719     * Set the "Previous" and "Next" toolbar
2720       buttons as important (Vincent Noel)
2721     * Make the "best fit" and "fit width"
2722       values act as toggle buttons (Jonathan)
2723     * Autohide the fullscreen button (Kristian Høgsberg)
2724     * Added ellipsis to Print item (Bryan)
2725     * Change the fullscreen toolbar to always be in
2726           the popup window (Jonathan)
2727     * Improved sidebar widget (Carlos Garcia Campos)
2728     * Minimal size for the sidebar (Marco)
2729     * Hide the sidebar if the type doesn't
2730       support thumbnailing and indexing (Jonathan)
2731     * Remember the sidebar size (Carlos Garcia Campos)
2732
2733 Bug fixes
2734
2735     * Fix compilation on non-gcc platforms (Marco)
2736     * Fix thumbnails generation (Crispin Flowerday)
2737     * Fix best fit size allocation (Martin)
2738     * Replace newlines in the title by spaces (Martin)
2739     * Get rid of the black flash when resizing the window (Jonathan)
2740     * Sync selection with zoom levels (Marco)
2741     * Fix clipboard operations (Marco)
2742     * Fix a crash when the ps document cannot be opened (Marco)
2743     * Fix postcript page selection (Marco)
2744     * Fix page sizing to be idempotent (Marco)
2745     * Fix page sizing toggle buttons (Marco)
2746     * Fix freezing on document with unrecognized links (Marco)
2747     * Check ghostscript minimal version (Marco)
2748     * Fix rendering of landscape documents (Marco)
2749     * Unescape filenames for display (Marco)
2750
2751 ==============
2752 Evince   0.1.4
2753 ==============
2754
2755 Code changes
2756
2757     * Add debugging/logging helpers (Marco)
2758     * Add warnings about unimplemented/unknown link
2759           types (Marco)
2760
2761 Interface improvements
2762
2763     * Epiphany like fullscreen mode (Christian Persch)
2764     * Save chromes state between sessions (Christian Persch)
2765     * Improve toolbar layout and icons (Luca Ferretti)
2766
2767 Bug fixes
2768
2769     * Really fix postscript rendering (Marco)
2770     * Do not leak gs processes on exit (Marco)
2771     * Fix a buffer overflow fix (Marco)
2772
2773 ==============
2774 Evince   0.1.3
2775 ==============
2776
2777 Code changes
2778
2779     * Beginnings of continuous viewing (Jonathan)
2780
2781 New features
2782
2783     * Support eps (Marco)
2784     * Support gzipped ps (Marco)
2785
2786 Bug fixes
2787
2788     * Fix a crash with the postscript view (Marco)
2789     * Fix image view (Jeff Muizelaar)
2790     * Fix a warning when opening documents without
2791       thumbnails (Martin)
2792     * Fix crashes when searched word is not found (Marco)
2793     * Fix a crash when changing page with keys (Marco)
2794
2795 ==============
2796 Evince   0.1.2
2797 ==============
2798
2799 New features
2800
2801     * Make search really work (Marco)
2802
2803 Interface improvements
2804
2805     * Show password state in the view (Jonathan)
2806     * add GTK_SHADOW_IN to the scrolled window (Martin)
2807     * make sure the selected thumbnail stays visible (Martin)
2808     * Remove history buttons from the toolbar (Marco)
2809
2810 Bug fixes
2811
2812     * Fix CID fonts with freetype 2.1.9 (Marco)
2813     * Fix inverted up/down buttons (Marco)
2814
2815 ==============
2816 Evince   0.1.1
2817 ==============
2818
2819 New features
2820
2821     * Actually print PDF files
2822     * Navigation history
2823     * Support Links
2824     * Support encrypted PDFs
2825     * A desktop file
2826
2827 Interface improvements
2828
2829     * Rename Bookmarks sidebar to Index
2830     * Use filename as title if the file doesn't have a title (Jeff
2831           Muizelaar) or if the title is empty
2832     * Make navigation with thumbnails possible (Anders Carlsson)
2833     * (De)Sensitize actions as necessary (Dave Malcolm)
2834     * Show a wait cursor while the page is rendering
2835     * Center the page; draw a page border
2836     * Undo selection on page change
2837     * Shorter toolbar item labels
2838     * Make selection work in any direction
2839
2840 Code changes
2841
2842     * Render PDFs directly as packed RGB
2843     * Update egg-recent code (not used yet)
2844     * Update to latest Xpdf patchlevel
2845
2846 Bug fixes
2847
2848     * PostScript backend fixes
2849     * Pixbuf backend fixes (Jeff Muizelaar)
2850     * Set page spin button limits correctly (Anders Carlsson)
2851     * Fix problem when base fonts are installed as pcf files.
2852     * Keep search selection highlighting correct even when
2853       zooming/changing window size (Stephane LOEUILLET)
2854
2855 Translation updates
2856
2857     * cs (Miloslav Trmac)
2858     * de (Frank Arnold)
2859     * en_CA (Adam Weinberger)
2860     * es (Antonio Ognio)
2861     * nb (Kjartan Maraas)
2862     * nl (Tino Meinen)
2863
2864 evince 0.1.0
2865 ------------
2866
2867 Initial release.