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