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