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