summaryrefslogtreecommitdiff
path: root/NEWS
blob: 46a2c6116233d5f611240a4d278624e7297b831e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
Version 2.20.0
--------------

New features:

  * Complete rewrite of application core which means more stable, 
    maintanable, faster image viewer for GNOME 
  * New plugin system which allows developers to extend EOG's UI
    and behavior. Python support is available.
  * Editable application toolbar
  * New image collection pane with on-demand thumbnail loading, 
    polished look, and continuous scrolling side buttons.
  * Side Pane to be extended by plugins
  * New image properties dialog which replaces the image info
    sidepane
  * Single instance D-Bus-based activation support
  * Revamped error/warning UI 
  * "Open with" support to quickly open images on other applications
  * Mouse scrollwheel improvements: HIG compliancy and zoom factor 
    setting
  * General UI polishing 
  * Command line options for fullscreen, slideshow and image collection
    disabling
  * Display EXIF MakerNotes
  * XMP Support 

Misc improvements/fixes:

  * Small refactorings in metadata readers (Claudio Saavedra)
 
Bug fixes:

  #354352, Show incomplete images (Lucas Rocha)
  #394803, Fails to load .svgz (Matthias Clasen, Felix Riemann)
  #440254, Eog crashes when opening an image with invalid unicode 
           as filename (Lucas Rocha)
  #447063, eog hangs when opening SVG files that include external 
           images (Felix Riemann)
  #459665, opened images should take as much screen space as 
           possible (Claudio Saavedra)
  #465583, thumbnails badly rotated (autorotation enabled) (Lucas Rocha)
  #470521, some image is rendered with a wrong rotation (Lucas Rocha)
  #471530, Confusing PyGtk configure failure message (Paolo Borelli)
  #474642, ./configure is semi-broken (Martin Olsson)
  #474710, eog crashes when you try to open this .jpg file (it works fine on 
           Vista/XP) (Claudio Saavedra)
  #474931, factore out some code in the metadata consumer (Claudio Saavedra)

New and updated translations:

- Vincent van Adrighem [nl]
- Alexandre Prokoudine [ru]
- Ankit Patel [gu]
- Goran Rakić [sr, sr@Latn]
- Duarte Loreto [pt]
- Kostas Papadimas [el]
- Changwoo Ryu [ko]
- Gil Forcada [ca]
- Hendrik Richter [de]
- Yannig Marchegay [oc]
- Jovan Naumovski [mk]
- Gabor Kelemen [hu]
- Andre Klapper [sk]
- Djihed Afifi [ar]
- David Lodge [en_GB]
- Maxim Dziumanenko [uk]
- Inaki Larranaga Murgoitio [eu]
- Priit Laes [et]
- Kenneth Nielsen [da]
- Laurent Dhima [sq]
- Artur Flinta [pl]

New and updated manual translations:

- Claude Paroz [fr]
- Luca Ferretti [it]

Version 2.19.92
---------------

New features:

  * New image collection pane layout with continuous scrolling 
    side buttons (Lucas Rocha)

Misc improvements/fixes:

  * Several code cleanups and improvements (Felix Riemann)

Bug fixes:

  #427046, Scrollwheel on image list doesn't work (Lucas Rocha)
  #458663, Kill the scrollbar! (Lucas Rocha)

New and updated translations:

- Ilkka Tuohela [fi]
- Stéphane Raimbault [fr]
- Alexander Shopov [bg]
- Raphael Higino [pt_BR]
- Funda Wang [zh_CN]
- Clytie Siddall [vi]
- Kjartan Maraas [nb]
- Ankit Patel [gu]
- Daniel Nylander [sv]
- Gintautas Miliauskas [lt]
- Theppitak Karoonboonyanan [th]
- Ani Peter [ml]
- Priit Laes [et]
- Ignacio Casal Quinteiro [gl]
- Takeshi AIHANA [ja]
- Jorge Gonzalez [es]
- I. Felix [ta]

New and updated manual translations:

- Daniel Nylander [sv]
- Jorge Gonzalez [es]

Version 2.19.91
---------------

Misc improvements/fixes:

  * Small improvements on thumbnails appearance (Lucas Rocha)

Bug fixes:

  #470297, eog doesn't display images from an empty window (Felix Riemann)
  #311308, Drag and Dropping the same image twice in EOG will open 
           2 windows (Lucas Rocha)
  #467835, Patch to HIGify plugin list (Martin Ejdestig)
  #470416, Icon install location (Lucas Rocha)
  #470686, zooming documentation is confusing (Lucas Rocha)
  #466681, Page Setup/Properties/Trash items not accessible (Patrick Wade)

New and updated translations:

- Adam Weinberger [en_CA]
- Ankit Patel [gu]
- Alexander Shopov [bg]
- Duarte Loreto [pt]
- Raphael Higino [pt_BR]
- Kjartan Maraas [nb]
- Hendrik Richter [de]
- Daniel Nylander [sv]
- Gabor Kelemen [hu]
- Žygimantas Beručka [lt]
- Jorge Gonzalez [es]
- Theppitak Karoonboonyanan [th]
- Ilkka Tuohela [fi]
- Priit Laes [et]
- Takeshi AIHANA [ja]
- Artur Flinta [pl]
- I. Felix [ta]

New and updated manual translations:

- Daniel Nylander [sv]

Version 2.19.5
---------------

New features:

   * XMP Support (Hubert Figuiere)
   * Side Pane to be extended by plugins (Lucas Rocha)
   * Inhibit screensaver when running slideshow/fullscreen (Lucas Rocha) 
   * Improved selection visual feedback in image collection 
     pane (Lucas Rocha)

Misc improvements/fixes:

   * Several code cleanup and fixes (Felix Riemann, Claudio Saavedra)

Bug fixes:

   #456451, crash in EOG: Saving rotated image (Claudio Saavedra)
   #408591, Add wbmp to supported image types (Sven Arvidsson)
   #427806, Crash: when specifying an invalid extension in save 
            as dialog (Felix Riemann)
   #451101, Support Adobe XMP metadata (Hubert Figuiere)
   #453151, Changing scale of image in print dialog is slow (Stefan Röllin, 
            Claudio Saavedra)
   #455672, Use "document-page-setup" named icon for File->Setup Page 
            (Luca Ferretti)
   #455700, tooltips in collection don't update (Claudio Saavedra)
   #459819, Inhibit screensaver when running slideshow (Lucas Rocha)
   #460780, Weird preferences window (Felix Riemann)
   #462362, Application specific icons are installed in the wrong directory 
            (Jaap Haitsma)
   #462785, Fail to build with undefined reference to 
            `eog_application_register_service' (Felix Riemann)
   #462971, Thumbnails of modified images wrongly loaded from thumbnail 
            factory (Claudio Saavedra)
   #462973, thumbnails not updated after applying a transformation 
            (Claudio Saavedra)
   #464709, [patch] make thumbnail of modified and saved images actually 
            appear (Claudio Saavedra)
   #465060, [patch] get rid of compilation warnings (Cosimo Cecchi)
   #465628, configure doesn't check for libexif/exif-data.h (Claudio Saavedra)

New and updated translations:

- Kostas Papadimas [el]
- Ankit Patel, Josep Puigdemont i Casamajó  [gu]
- Nguyễn Thái Ngọc Duy [vi]
- Jordi Mas [ca]
- Inaki Larranaga Murgoitio [eu]
- Priit Laes [et]
- Jorge Gonzalez [es]
- Wouter Bolsterlee [nl]
- Kjartan Maraas [nb]
- Åsmund Skjæveland [lv]
- Žygimantas Beručka [lt]
- Theppitak Karoonboonyanan [th]
- Artur Flinta [pl]
- Stéphane Raimbault [fr]
- Leonardo Ferreira Fontenelle, Raphael Higino [pt_BR]
- Gabor Kelemen [hu]
- Åsmund Skjæveland [hi]
- Ilkka Tuohela [fi]
- Takeshi Aihana [ja]
- Daniel Nylander [sv]
- Jovan Naumovski [mk]

New and updated manual translations:

- Claude Paroz [fr]

Version 2.19.4
--------------

New features:

   * Python support on plugin system (Lucas Rocha)
   * Use same thumbnail frame than Nautilus (Lucas Rocha)
   * Ability to enable collection pane when in fullscreen (Lucas Rocha) 
   * Display EXIF MakerNotes (Jef Driesen) 
   * Image Collection toolbar item available on toolbar editor (Lucas Rocha,
     Andreas Nilsson, Jakub Steiner)

Misc improvements/fixes:

   * Several code cleanup and fixes (Felix Riemann, Lucas Rocha)
   * Several improvements and fixes on editable toolbar (Felix Riemann, Jaap
     Haitsma)

Bug fixes:

   #340831, add toolbar icon for image collection (Lucas Rocha)
   #350809, Exif MakerNotes are not decoded (even when supported by
            libexif) (Jef Driesen)
   #374582, Need 'slideshow' button on toolbar (Felix Riemann)
   #413211, eog crashed with SIGSEGV in eog_image_load() (Chris Wilson)
   #425613, Grey border around images in fullscreen/presentation mode
            (Felix Riemann)
   #435408, next and previos button don't get sensitive (Lucas Rocha)
   #435456, focus on the "Exif" tab should be remebered (Lucas Rocha)
   #438242, EOG should have a drag mode when zooming (Lucas Rocha)
   #440168, spacing in vertical collection not ideal (Lucas Rocha)
   #445535, Plugin menù problem (Lucas Rocha)
   #449741, Add ability to enable collection pane when in fullscreen
            (Lucas Rocha)
   #452849, egg-toolbareditor copy needs to be synched with libegg (Jaap
            Haitsma)
   #452886, Typo in data/eog.schemas.in (Bob Mauchin)
   #453064, Use a shorter label for collection button on toolbar (Lucas
            Rocha)
   #453503, null string pointer for "value" in eog_window.c at line 345
            (Lucas Rocha)
   #450590, [toolbareditor] allow named icons with
            Gtk{Radio,Toggle}Actions (Felix Riemann, Jaap Haitsma)
   #452923, [toolbareditor] use gobject type helpers instead of defining
            our own (Felix Riemann)
   #313676, Cleanup of EXIF tab (or, if you want, side pane) (Lucas Rocha)
   #441138, use nautilus thumbnails in the image pane (Lucas Rocha)

New and updated translations:

- Ankit Patel [gu]
- Funda Wang [zh_CN]
- Clytie Siddall, Nguyễn Thái Ngọc Duy [vi]
- Kjartan Maraas [nb]
- Daniel Nylander [sv]
- Jovan Naumovski  [mk]
- Danishka Navin [si]
- Pema Geyleg, Jorge Gonzalez [dz]
- Artur Flinta [pl]
- Theppitak Karoonboonyanan [th]
- Priit Laes [et]
- Sunil Mohan Adapa [te]
- Jorge Gonzalez [es]
- Tirumurthi Vasudevan [ta]

New and updated manual translations:

- Daniel Nylander [sv]
- Jorge Gonzalez [es]

Version 2.19.3
--------------

New features:

   * New preferences tab for the image collection view position/size features
     (Felix Riemann).

Misc improvements/fixes:

   * Make the toolbar keyboard navigable (Patrick Wade, Claudio Saavedra)
   * Several code cleanup and fixes (Felix Riemann, Christian Persch, 
     Claudio Saavedra, Damien Carbery)

Bug fixes:

   #430021, crash in Image Viewer: Eog crashes when it star... 
   	    (Claudio Saavedra)
   #439907, /usr/lib/eog/plugins/ warning not required (Claudio Saavedra)
   #440207, duplicate actions (Christian Persch)
   #440716, sys/time.h header needed to build on Solaris (Damien Carbery)
   #385327, Keyboard navigation doesn't work in eog toolbar. (Patrick Wade, 
   	    Claudio Saavedra)

New and updated translations:

- Danilo Segan, Goran Rakic [sr, sr@Latn]
- Kjartan Maraas [no, nb]
- Daniel Nylander [sv]
- David Lodge [en_GB]
- Theppitak Karoonboonyanan [th]
- Jakub Friedl [cs]
- Priit Laes [et]
- Ignacio Casal Quinteiro [gl]
- Jorge Gonzalez [es]
- Yair Hershkoviz [he]

Version 2.19.2
--------------

New features:

   * New plugin system which allows developers to extend EOG's UI
     and behavior (Lucas Rocha)

Misc improvements/fixes:

   * Several code cleanups (Felix Riemann, Lucas Rocha)
   * Correctly set slideshow delay when being entered with the 
     keyboard (Ryan Cumming)

Bug fixes:

   #435614, When DnD rotate left/right icons to "Toolbar Editor" the 
            icon not appear (Felix Riemann)
   #437691, README files needs an update (Claudio Saavedra)

New and updated translations:

   * Nickolay V. Shmyrev [ru]
   * Kjartan Maraas [nb]
   * Daniel Nylander [sv]
   * Jorge Gonzalez [es]

New and updated manual translations:

   * Nickolay V. Shmyrev [ru]
   * Daniel Nylander [sv]

Version 2.19.1
--------------

New features:

   * Complete rewrite of application core which means more stable, 
     maintanable, faster image viewer for GNOME (Claudio Saavedra, 
     Felix Riemann, Lucas Rocha, and others)
   * Editable application toolbar (Claudio Saavedra, Lucas Rocha)
   * New image collection pane with on-demand thumbnail loading 
     (Claudio Saavedra, Felix Riemann, Lucas Rocha)
   * Support for setting image collection position (left, right, top, 
     bottom) and wether it's resizable or not. No preference UI 
     yet (Lucas Rocha)
   * New image properties dialog which replaces the image info
     sidepane (Lucas Rocha)
   * Single instance D-Bus-based activation support (Claudio Saavedra)
   * Revamped error/warning UI (Lucas Rocha)
   * "Open with" support to quickly open images on other applications
     (Rodrigo Aguilar)
   * Mouse scrollwheel improvements: HIG compliancy and zoom factor 
     setting (Lucas Rocha)
   * Migration to GtkRecent (Felix Riemann)
   * UI polishing on multiple images save as dialog (Claudio Saavedra)
   * Command line options for fullscreen, slideshow and image collection
     disabling (Bruno Boaventura, Lucas Rocha)

Bug fixes:

   #377123, [eog-ng] implement EogJobSave (Felix Riemann, Lucas Rocha)
   #319859, "open image with" function (Rodrigo Aguilar)
   #334321, Should be possible move the collection in EOG (Lucas Rocha)
   #316175, EOG gives no error upon opening non image files (Lucas Rocha)
   #432439, Run gtk-update-icon-cache in uninstall-hook (Brian Pepple)
   #429156, [patch] "Save As" dialog for multiple files is way too 
            ugly (Claudio Saavedra)
   #427154, Some strings are not translated in save-as-multiple dialog. 
            (Felix Riemann)
   #419756, Slideshow background should be black. (Diego Escalante)
   #404708, eog crashed with SIGSEGV in g_closure_invoke() (Lucas Rocha)
   #404126, Convert debug messages to eog_debug_message (Claudio André)
   #401939, [eog-ng] Remove leaftag support. (Claudio Saavedra)
   #399333, EOG-NG crash while opening Print dialog (Claudio Saavedra)
   #398250, build bug: missing symbols from libpangoft2 (Elijah Newren)
   #389314, eog should use stock_print-setup from g-i-t for the 
            "Page setup..." action (Thomas Andersen)
   #376513, TRACKER: command-line options (Bruno Boaventura, Lucas Rocha)
   #355858, switching image forward and back quickly can display wrong 
            image (Felix Riemann)
   #351040, [eog-ng] use GtkRecent (Felix Riemann)
   #344140, [eog-ng] remove duplicate code in fullscreen-code (Claudio 
            Saavedra)
   #342817, crash trying to view profile image (Felix Riemann)
   #342103, [patch] [eog-ng] update about dialog (Claudio Saavedra)
   #341935, Should not zoom with mouse wheel (Lucas Rocha)
   #341831, [eog-ng] memory usage increases when switching fastly between 
            images (Lucas Rocha)
   #341600, [eog-ng] EOG eats a lot o CPU when inactive (Paolo Borelli)
   #340957, Filenames containing numbers are not properly sorted (as how 
            nautilus does) (Felix Riemann)
   #335689, Middle mouse drag should also scroll (Wouter Bolsterlee, 
            Lucas Rocha)
   #327424, progress bar changes view size which forces re-zooming of 
            image (Lucas Rocha)
   #322057, eog print output is corrupt (Jan Kümmel) 
   #305823, The rotate buttons on the toolbar are blurred (Luca Ferretti)
   #404907, [eog-ng] Crash when opening properties dialog (broken EXIF). 
            (Felix Riemann)
   #372820, First call to PKG_CHECK_MODULES is conditional without a prior 
            call to PKG_PROG_PKG_CONFIG (Felix Riemann)
   #381867, mouse cursor disappear after exit fullscreen mode 
            (Bruno Boaventura)
   #383090, Slideshow / Slide Show (Bruno Boaventura)
   #336973, [eog-ng] Migration of the collection pane to GtkIconView and 
            GtkListStore (Claudio Saavedra, Felix Riemann, Lucas Rocha)
   #356947, [eog-ng] GtkPrint support (Claudio Saavedra)
   #393586, [eog-ng] Editable toolbar for EOG (Claudio Saavedra, Lucas Rocha)
   #401946, [eog-ng] [patch] D-Bus based activation (Claudio Saavedra)
   #416321, [eog-ng] Use tooltips to show image information in the 
            thumbview (Lucas Rocha)
   #89512,  Setting for how much the mouse wheel should affect 
            zoom (Lucas Rocha)
   #321400, mouse side-buttons for navigation (Lucas Rocha)

New and updated translations:

   * Laurent Dhima [sq]
   * Yannig Marchegay [oc]
   * Daniel Nylander [sv]
   * Jovan Naumovski [mk]
   * again, Luca Ferretti [it]
   * Djihed Afifi [ar]
   * David Lodge [en_GB]
   * Jakub Friedl [cs]
   * Ignacio Casal Quinteiro [gl]
   * Jorge González, Claudio Saavedra [es]

New and updated manual translations:

   * Changwoo Ryu [ko]
   * Daniel Nylander [sv]
   * Jorge González, Claudio Saavedra [es]

Version 2.18.0.1
----------------

- Build when libexif is not installed in the system [#417684].
- Updated translations: Nikos Charonitakis (el).
- Updated manual translations: Maxim Dziumanenko (uk), A S 
  Alam (pa).

Version 2.18.0
--------------

- Avoid ellipsizing image position in statusbar for with big 
  numbers (Lucas Rocha) [#357427]
- Fix crasher when trying to print an already removed image
  (Claudio Saavedra) [#414547]
- Correctly handle external file removals (Claudio Saavedra) [#399982]
- Update image list position and length when image are externaly
  removed or added (Lucas Rocha, Claudio Saavedra) [#414968]
- Removed 'Application' category from desktop file (Claudio Saavedra).
- Updated manual translations: Daniel Nylander (sv), Amadeu A. 
  Barbosa (pt_BR), Christophe Bliard (fr), David Lodge (en_GB)   
- Updated translations: Ankit Patel (gu), Artur Flinta (pl),
  Erdal Ronahi (ku), Gintautas Miliauskas (lt), Reinout van 
  Schouwen (nl), Goran Rakić (sr, sr@Latn), Nickolay V. Shmyrev (ru)
  

Version 2.17.92
--------------

- Take other images in the same location into account even for remote
  URIs (if the image's parent is a directory) (Lucas Rocha) [#364426]
- EOG dependency on GTK >= 2.10 (Felix Riemann)
- Several code cleanups (Claudio Saavedra)
- Updated manual translations: Daniel Nylander (sv), 
  Amadeu A. Barbosa Junior (pt_BR), Maxim Dziumanenko (uk), 
  Christophe Bliard (fr) 
- Updated translations: Ihar Hrachyshka (be), Daniel Nylander (sv),
  Theppitak Karoonboonyanan (th), Josep Puigdemont i Casamajó (ca),
  Ilkka Tuohela (fi), Leonardo Ferreira Fontenelle (pt_BR),
  Duarte Loreto (pt), Djihed Afifi (ar), David Lodge (en_GB),
  Takeshi Aihana (ja), Ivar Smolin (et), Nguyễn Thái Ngọc Duy (vi),
  Maxim Dziumanenko (uk), Stéphane Raimbault (fr), Hendrik Richter (de),
  Abel Cheung (zh_CN), Peter Bach (da), Alexander Shopov (bg),
  Kjartan Maraas (nb), Changwoo Ryu (ko), Gabor Kelemen (hu)

Version 2.17.91
--------------

- Show an error message instead of closing the program if the image 
  loading has failed (Claudio Saavedra) [#399988]
- Fix crash when exiting EOG (Kees Cook) [#389755]
- Several code cleanups and memory leak fixes (Felix Riemann, Claudio Saavedra)
- Fix crash when closing EOG while printing (Felix Riemann) [#404708]
- Change launcher description to match UI review (Lucas Rocha) [#383436]
- Updated manual translations: Vasiliy Faronov (ru), AP Singh Alam (pa),
  David Lodge (en_GB)
- Updated translations: Daniel Nylander (sv), David Lodge (en_GB), 
  Kjartan Maraas (nb), Theppitak Karoonboonyanan (th), Pema Geyleg (dz),
  Priit Laes (et), Josep Puigdemont i Casamajó (ca), Leonardo Fontenelle (pt_BR),
  Jakub Friedl (cs), Stéphane Raimbault (fr), Philip Kerling (de), 
  Ihar Hrachyshka (be), Ilkka Tuohela (fi), Changwoo Ryu (ko), Djihed Afifi (ar),
  Duarte Loreto (pt), Alexander Shopov (bg)

Version 2.17.90
--------------

- Several code cleanups (Felix Riemann)
- Small i18n fix (Philip Kerling) [#395541]
- Updated translations: Priit Laes (et), Daniel Nylander (sv), 
  Clytie Siddall (vi), Hendrik Richter (de), Raphael Higino (pt_BR),
  Djihed Afifi (ar), Rasmus Ory Nielsen (da), Yair Hershkovitz (he),
  Theppitak Karoonboonyanan (th), Kjartan Maraas (nb), Matic Zgur (sl),
  Jakub Friedl (cs) 

Version 2.17.4
--------------

- Several printing fixes (Claudio Saavedra)
- Fix crash on automatic orientation (Felix Riemann) [#388413]
- Use gnome-icon-theme icon for printing setup (Thomas Andersen) [#389314]
- Fix fatal warning when reusing windows (Felix Riemann) [#390268]
- Several code cleanups (Felix Riemann, Lucas Rocha) [#354106] 
- New themable EOG icon by Ulisse Perusin (Luca Ferretti) [#357413]
- New interactive image print preview on printing 
  dialog (Claudio Saavedra) [##356947, #321815]
- Updated manual translations: Daniel Nylander (sv) 
- Updated translations: Francisco Javier F. Serrador (es), 
  Ales Nyakhaychyk (be), Raivis Dejus (lv), Djihed Afifi (ar),
  Daniel Nylander (sv), Kjartan Maraas (nb), David Lodge (en_GB),
  Theppitak Karoonboonyanan (th), Josep Puigdemont i Casamajó (ca),
  Jovan Naumovski (mk), Alexander Shopov (bg), Clytie Siddall (vi),
  Jakub Friedl (cs), Priit Laes (et) 


Version 2.17.3
--------------

- Printing fixes (Claudio Saavedra) [#381358]
- Memory leaks fixes (Felix Riemann)
- Automatic orientation based on EXIF (Kalle Vahlman, Jef Driesen) [#148400]
- Simplify preferences dialog label texts (Lucas Rocha) [#382586]
- Updated manual translations: Francisco Javier F. Serrador (es),
  Jan Arne Petersen (de)    
- Updated translations: Francisco Javier F. Serrador (es), Ilkka Tuohela (fi),
  Kjartan Maraas (nb), Theppitak Karoonboonyanan (th), Priit Laes (et),
  Djihed Afifi (ar)  

Version 2.17.2
--------------

- Manual translations fixes (Claudio Saavedra, Felix Riemman) 
  [#363348, #366695]
- Several code cleanups (Claudio Saavedra, Felix Riemann) [#375897]
- Use stock icons for rotate and flip actions (Luca Ferretti) [#305823]
- Migration to GtkPrint (Claudio Saavedra)
- Make check pattern for transparent images a bit lighter (Claudio Saavedra)
  [#350183] 
- i18n fixes on save as dialog for multiple images (Felix Riemman) 
  [#337642, #340490] 
- Build infrastructre fixes (Felix Riemann) [#372820]
- Updated manual translations: Daniel Nylander (sv), Francisco Javier
  F. Serrador (es) 
- Updated translations: Satoru Satoh (ja), Hendrik Richter (de),
  Danilo Nylander (sv), Jakub Friedl (cs) 


Version 2.17.1
--------------

- Use mouse sidebuttons for image navigation (Lucas Rocha) [#321400]
- Use mouse wheel to scroll, not to switch images (Wouter Bolsterlee) [#331645]
- Save customized keybindings on application shutdown (Lucas) [#324757]
- Fix some memory leaks (Claudio Saavedra)
- Fix critical warnings (Claudio)
- Undo stack optimizations (Felix Riemman)
- Make sure correct image is displayed when reselecting current one while 
  loading other image (Felix) [#355858]
- Add stock icon to undo action (Felix)
- Several code cleanups and updates (Felix)
- Optimize transformations calculations (Felix)
- Updated translations: Jakub Friedl (cs), Mindu Dorji (dz), Ivar Smolin (et),
  Christophe Bliard (fr), Satoru SATOH (ja), Kjartan Maraas (nb), Åsmund 
  Skjæveland (nn), Pablo Saratxaga (wa).

Version 2.16.0.1
----------------

- Fix infinite loop on canvas destruction (Sven Herzberg) [#350569]

Version 2.16.0
---------------

- Updated translations: Raivis Dejus (lv), Duarte Loreto (pt),
  Žygimantas Beručka (lt), Robert-André Mauchin (fr), 
  Theppitak Karoonboonyanan (th), Gabor Kelemen (hu),
  Chao-Hsiung Liao (zh_HK, zh_TW), Jovan Naumovski (mk),
  Nikos Charonitakis (el), Inaki Larranaga (eu), Abel Cheung (zh_HK, zh_TW),
  Danilo Šegan (sr, sr@Latn.po), Runa Bhattacharjee (bn_IN)

Version 2.15.92
---------------

- .desktop file small fix (Lucas Rocha) [#343052]
- Fix error when loading images	with ':' in their filenames 
  from command line (Felix Riemman) [#305129].
- Fix critical warnings when opening remote 
  images (Lucas Rocha) [#350557]
- Make transparency color preferences work on full screen 
  mode (Felix Riemman) [#346680]
- Updated translations: Wouter Bolsterlee (nl), Baris Cicek (tr),
  Ilkka Tuohela (fi), Jovan Naumovski (mk), Priit Laes (et),
  Guntupalli Karunakar (dz), Francisco Javier F. Serrador (es),
  Maxim Dziumanenko (uk), Ani Peter (ml), Hendrik Richter (de),
  Vladimer Sichinava (ka), Ahmad Riza H Nst (id), Clytie Siddall (vi),
  Ankit Patel (gu), Gabor Kelemen (hu), Daniel Nylander (sv),
  Leonid Kanter (ru), Satoru Satoh (ja), Artur Flinta (pl),
  Funda Wang (zh_CN), Alexander Shopov (bg), Matic Žgur (sl).

Version 2.15.91
---------------

- Small fixes on error dialog (Lucas Rocha)
- Fix memory leak on image transformation (Felix Riemman) [349434]
- Fix typo on UI message (Lucas Rocha) [349361]
- Panning around the image with arrows on fullscreen mode 
  (Lucas Rocha) [347174] 
- Updated translations: Hendrik Richter (de), Francisco Javier F. 
  Serrador (es), Christophe Merlet (fr), Maxim Dziumanenko (uk),
  Jovan Naumovski (mk), Bastien Nocera (en_GB), Theppitak 
  Karoonboonyanan (th), Ankit Patel (gu), Jakub Friedl (cs)

Version 2.15.90
---------------

- Avoid losing EXIF data when saving changed jpeg images (Felix Riemman) 
  [#309219]
- Use middle mouse drag to scroll image (Wouter Bolsterlee) [#335689].
- Make transparent color selection work (Felix Riemman) [#347600].
- Fix crash when switching images with mouse wheel (Callum McKenzie) [#340827].
- Updated translations: Mahay Alam Khan (bn_IN), Jordi Mallach (ca), Jakub 
  Friedl (cs), Kostas Papadimas (el), Christophe Merlet (RedFox) (fr), Satoru 
  SATOH (ja), Daniel Nylander (sv).

Version 2.15.4
---------------

- Several code cleanups (Felix Riemman) [#321267, #321267]
- Updated FSF address (Francisco Javier F. Serrador).
- Updated translations: Ales Nyakhaychyk (be), Vladimir Petkov (bg), Mahay 
  Alam Khan (bn_IN), Mahay Alam Khan (bn), Lukas Novotny (cs), Martin Willemoes
  Hansen (da), Hendrik Richter (de), Mindu Dorji (dz), Alan Horkan (en_GB),
  Francisco Javier F. Serrador (es), Priit Laes (et), Iñaki Larrañaga 
  Murgoitio (eu), Ilkka Tuohela (fi), Benoît Dejean (fr), Ankit Patel (gu),
  Mohammad DAMT (id), Changwoo Ryu (ko), Fanomezana Rajaonarisoa (mg), Sanlig 
  Badral (mn), Mahesh Subedi (ne), A S Alam (pa), Licio Fernando Nascimento da 
  Fonseca (pt_BR), Leonid Kanter (ru), Felix (ta), Theppitak 
  Karoonboonyanan (th), Gheyret T.Kenji (ug), Woodman Tuen (zh_HK), Woodman 
  Tuen (zh_TW)

Version 2.15.3
---------------
- Properly sort image filenames containing numbers (Felix Riemann) [#340957]
- Thumbnailing fixes (Felix Riemann) [#342817]
- Fix printing for images with alpha channel (Jan Kümmel) [#322057]
- Updated translations: Ignacio Casal Quinteiro (gl), Ankit Patel (gu), 
  Theppitak Karoonboonyanan (th), Clytie Siddall (vi), Inaki Larrañaga (eu), 
  Pema Geyleg (dz), Francisco Javier F. Serrador (es)

Version 2.15.2
---------------
- Small code cleanups (Lucas Rocha) 
- About dialog update (Claudio Saavedra) [#342103]
- Respect desktop saving lockdown (Lucas Rocha) [#341862]
- Avoid rezooming caused by progress bar (Lucas Rocha) [#327424]
- Partial fix for crash on slideshow/fullscreen 
  cancel (Claudio Saavedra) [#320206]

Version 2.15.1
---------------
- gnome-doc-utils migration (Lucas Rocha)
- Use the directory of the currently viewed file as 
  initial location of file chooser (Lucas Rocha) [#335653]
- Image navigation keyboard shortcuts review for desktop 
  coherence: Alt-Left for previous image, Alt-Right for 
  next, Alt-Home for first, Alt-End for last (Jaap Haitsma)
- GOption migration (Michael Plump)
- Small UI fixes (Lucas Rocha) [#339315, #335109]
- Duplex printing off by default (Lucas Rocha) [#334016]
- Fix crash when saving files on directories that EOG
  is watching (Lucas Rocha) [#336050]
- Use of po/LINGUAS file (Michiel Sikkes)
- Updated translations: Baris Cicek (tr), Gora Mohanty (or),
  Tommi Vainikainen (dz), Priit Laes (et), 
  Vincent van Adrighem (nl), Lukas Novotny (cs),
  Clytie Siddall (vi), Kjartan Maraas (no),
  Ankit Patel (gu). 

Version 2.14.0
---------------
- Fixes crasher when opening images with strange extensions 
  (Ryan Lortie) [#333551]
- Quit EOG when not able to load images (Lucas Rocha)
- Fix window positioning behavior (Lucas Rocha) 
- Updated translations: Alexander Shopov (bg), Mugurel Tudor (ro),
  Rajesh Ranjan (hi), Luca Ferretti (it), Ole Laursen (da),
  Gabor Kelemen (hu), Daniel Nylander (sv), Elnaz Sarbar (fa),
  Farzaneh Sarafraz (fa), Miloslav Trmac (cs), Benoît Dejean (fr). 

Version 2.13.92
---------------

- Disable all debug messages by default (Lucas Rocha) [#331362]
- Fix 64-bit pointer truncation (Pascal Hofstee, Alexander 
  Nedotsukov) [#331971] 
- Correct handling of zoom precision with mouse wheel 
  (Felix Riemann) [#310833] 
- Build system fixes (Sylvain Bertrand) [#330708]
- Define a minimum window size (Lucas Rocha) [#327065]
- Mouse scroll wheel now makes image switching on collection 
  pane (Lucas Rocha) [#331645]
- Fixes crash when removing images from a directory with images 
  that EOG is watching (Lucas Rocha)
- Updated translations: Žygimantas Beručka (lt), Kostas Papadimas (el),
  Satoru Satoh (ja), Inaki Larrañaga (eu), Artur Flinta (pl),
  Rhys Jones (cy), Leonid Kanter (ru), Alessio Frusciante (it),
  Maxim Dziumanenko (uk)

Version 2.13.91
---------------

- Remove critical warnings on save dialogs (Lucas Rocha) [#327170]
- Use current locale for images on NIS filesystem (Takao Fujiwara) [320289] 
- Updated translations: Laurent Dhima (sq), Hendrik Richter (de),
  Lukas Novotny (cs), Alexander Sigachov (ru)  

Version 2.13.90
---------------

- Normal viewing of images from SMB shares (#326104)
  Patch from Felix Riemann.
- .desktop file fixes (#328033)
- Updated translations:  Theppitak Karoonboonyanan (th), Ankit Patel (gu),
  Adam Weinberger (en_CA), Slobodan D. Sredojevic (sr, sr@Latn), 
  Priit Laes (et), Clytie Siddall (vi), Kjartan Maraas (no, nb),
  Josep Puigdemont i Casamajó (ca), Francisco Javier F. Serrador (es),
  Chao-Hsiung Liao (zh_TW, zh_HK), Funda Wang (zh_CN), Duarte Loreto (pt),
  Evandro Fernandez Giovanini (pt_BR)  

Version 2.13.5
--------------

- Plural string fixes (#327106)
- Updated translations: Clytie Siddall (vi), Ankit Patel (gu),
  Gabor Kelemen (hu), Ivar Smolin (et), Takeshi Aihana (ja),
  Kjartan Maraas (no, nb), Chao-Hsiung Liao (zh_TW, zh_HK),
  Francisco Javier F. Serrador (es), Slobodan D. Sredojevic (sr, sr@Latn),
  Ignacio Casal Quinteiro (gl), Ilkka Tuohela (fi)  


Version 2.13.4
--------------

- Disable xscreensaver on fullscreen mode (#326369)
- Correctly refresh image section for very small images (#317641).
  Patch from Felix Riemann.
- New delete confirmation dialog (#322884). Patch from
  Jaap Haitsma.
- Several code cleanups. Patches from Felix Riemann.
- Resize window according to the image dimensions (#323204)
- Add BackSpace accel for previous image action (#324088)
- Fix GTK+ dependency version. (#324149)
- Updated translations: Alan Horkan (en_GB), Clytie Siddall (vi),
  Ilkka Tuohela (fi), Abel Cheung (zh_TW, zh_HK), Josep Puigdemont 
  i Casamajó (ca), Žygimantas Beručka (lt), Vincent van Adrighem (nl),
  Kjartan Maraas (no, nb), Ignacio Casal Quinteiro (gl), Theppitak
  Karoonboonyanan (th), Ankit Patel (gu), Alexander Shopov (bg),
  Adam Weinberger (en_CA) 

Version 2.13.3
--------------

- Added Return accelerator for Next Image and Shift+Return
  and Shift+SpaceBar accelerators for Previous Image. (#322593)
  Patch from Jaap A. Haitsma <jaap@haitsma.org>
- Use one single function when changing single selection
  instead of six too similar ones. (#321395) Patch from
  Claudio Saavedra <csaavedra@alumnos.utalca.cl>)
- Icon now shown in about dialog. (#321665) Patch from
  Vincent Noel <vincent.noel@gmail.com>.
- Image information pane is disabled by default. (#313672)
- Other assorted bug fixes and code cleanups.
- Updated translations: 
  Ankit Patel (gu), Alessio Frusciante (it), Miloslav Trmac (cs),
  Åsmund Skjæveland (nn),  Francisco Javier F. Serrador (es),
  Alexander Shopov (bg), Žygimantas Beručka (lt),Ales Nyakhaychyk (be),
  Takeshi AIHANA (ja), Adam Weinberger (en_CA), Funda Wang (zh_CN),
  Priit Laes (et), Ignacio Casal Quinteiro (gl), Kjartan Maraas (nb, no),
  Guilherme de S. Pastore (pt_BR), Theppitak Karoonboonyanan (th).
  
Version 2.13.2
--------------

- UI redesign. Fixes bugs #148643 and #320542. (Lucas Rocha)
  * Removed 'New Window' and 'Open Folder' from 'File' menu;
  * Removed 'New Window' and 'Open' items from toolbar;
  * Moved rotation toolbar items to the right edge;
  * Added Next/Previous button to toolbar for easy navigation
    through image collection;
  * Added 'Go' menu with Next/Previous/First/Last Image items;
  * Status shows the position of image within a collection,
    not the number the selected images;
  * Added 'Image Collection' item to 'View' menu to Show/Hide
    image collection pane;
  * Accelerators: Ctrl+PageDown and spacebar switches to the next
    image, Ctrl+PageUp switches to the previous image, Ctrl+Home
    switches to the first image, Ctrl+End switches to the last image,
    F9 shows/hides image collection pane, F5 starts slideshow.
- Fix crash when setting window icon. Fixes bug #320245. 
  (Claudio Saavedra)
- Removed confirmation dialog when removing an image. Fixes
  bug #309046. (Lucas Rocha)
- Option to use an image as the desktop wallpaper. Fixes bug
  #140768. (Nirmal Kumar, Lucas Rocha)
- Page Up and Page Down scroll images up and down. Fixes bug
  #152364. (Lucas rocha)
- Several code cleanups. (Lucas Rocha, Paolo Borelli) 
- Correct keys that cancel Fullscreen and Slideshow. (Lucas
  Rocha) 
- On single and collection view, default focus on 
  image. Fixes bug #169836. (Lucas Rocha)
- Make it possible to use '=' or '+' for zooming in. Fixes
  bug #320367. (Lucas Rocha)
- Added accelerators from numerical keypad for zooming in
  and out. Fixes bug #315183. (Felix Riemann)
- Make scrollbar buttons work in thumbnails pane. Fixes
  bug #124653. (Juan Carlos Inostroza)
- More coherent fullscreen/slide show behavior. Fixes
  bug #317392. (Lucas Rocha) 
- Window icon is a thumbnail of the image. Fixed bug
  #311720. (Lucas Rocha)
- Use intuitive gnome-icon-theme icon for image viewer
  instead of EOG icon. Fixes bug #167087. (Lucas Rocha)
- Fix width of the information pane that was too small.
  Fixes bug #313674. (Ed Catmur)

Version 2.13.1
--------------

- Update window title when saving in another location.
  Fixes bug #318318. (Lucas Rocha)
- Asks to overwrite target file instead of source when 'Saving
  as'. Fixes bug #162627. (Lucas Rocha)
- Don't crash when removing images from a collection. 
  Fixes bug #313003. (Lucas Rocha)
- No "Open in new window" option on save action. Fixes bug #318734.
  (Lucas Rocha)
- Add image/svg+xml to the list of supported file types. 
  Closes bug #314566. (Lucas Rocha)
- Fix RGBA->RGB conversion when saving PNG images to JPEG.
  Fixes bug #314742. (Felix Riemann)
- Update "recent files" when viewing images. Fixes bug #316004.
  (Lucas Rocha)
- Ctrl+I keybinding to show/hide Image Properties bar.
  Fixes bug #307188. (Lucas Rocha)
- Fix crash when trying to view an image from recent list that 
  doesn't exist anymore. Fixes bug #312448. (Lucas Rocha)
- Change X development libraries checking in build system 
  to work on every platform. Fixes bug #317828. (Christophe Belle)  
- Fix crash when adding new non-image files to a directory eog 
  watches and when trying to view a PNG image with a JPEG extension.
  Fixes bugs #316808 and #311925. (Callum McKenzie) 
- Translation Updates: Ivan Noris (sk)

Version 2.12.1
--------------

- Several bug fixes from Lucas Rocha: fixes a crash reading broken
  SVG files, fixes a crash when opening a symlink to an image,
  and properly updates the status bar on opening.
- Translation Updaes: Vladimir Petkov (bg), Mahay Alam Khan (bn),
  Miloslav Trmac (cs), Iñaki Larrañaga Murgoitio (eu), Ignacio 
  Casal Quinteiro (gl), Alessio Frusciante (it), Christian Rose (sv),
  Clytie Siddall (vi)


Version 2.12.0
--------------

- Images opened with the sidebar enabled are now shown at 100% zoom
  with a correct window size. Bug #315189. (Ryan Lortie)
- Fixed a crashing bug while using arrow keys to navigate a
  directory. Bug #311086. (Lucas Rocha)
- Translation Updates: Vladimir Petkov (bg), Jordi Mallach (ca),
  Miloslav Trmac (cs), Rhys Jones (cy), Hendrik Richter (de),
  Kostas Papadimas (el), Stéphane Raimbault (fr), Gil Osher (he),
  Gabor Kelemen (hu), Mohammad DAMT (id), Young-Ho Cha (ko),
  Erdal Ronahi (ku), Žygimantas Beručka (lt), Michiel Sikkes (nl),
  Guilherme de S. Pastore (pt_BR), Duarte Loreto (pt), Mugurel
  Tudor (ro), Leonid Kanter (ru), Laurent Dhima (sq), Baris
  Cicek (tr), Maxim Dziumanenko (uk), Clytie Siddall (vi),
  Woodman Tuen (zh_TW)


Version 2.11.92
--------------

- Threading bug fix from Ross Burton.
- New Ukraininian translation of the manual.
- Translation Updates:
  Vladimir Petkov (bg), Jordi Mallach (ca), Miloslav Trmac (cs),
  Kostas Papadimas (el), Gabor Kelemen (hu), Žygimantas Beručka (lt),
  Guilherme de S. Pastore (pt_BR), Duarte Loreto (pt) , Mugurel
  Tudor (ro), Leonid Kanter (ru), Laurent Dhima (sq), Maxim
  Dziumanenko (uk), Woodman Tuen (zh_TW)


Version 2.11.90
---------------

- Bug fixes for dual-screen/multi-monitor display.
  (Davyd Madeley)
- ICC color profile support, requires the Little CMS library
  available at http://www.littlecms.com/ (Ross Burton)
- The thumbnail list of images is now updated dynamically
  based on filesystem changes. (Philip Van Hoof)
- Printing and print preview bugs have been fixed. (Philip Van Hoof)
- Many small bug fixes and UI changes.
- Translation Updates:
  Abdulaziz Al-Arfaj (ar), Vladimir Petkov (bg), Jordi Mallach (ca),
  Miloslav Trmac (cs), Martin Willemoes Hansen (da), Hendrik Richter
  (de), Nikos Charonitakis (el), Adam Weinberger (en_CA), David Lodge
  (en_GB), Francisco Javier F. Serrador (es), Priit Laes (et), Iñaki
  Larrañaga Murgoitio (eu), Meelad Zakaria (fa), Ilkka Tuohela
  (fi), Benoît Dejean (fr), Ignacio Casal Quinteiro (gl), Ankit
  Patel (gu), Rajesh Ranjan (hi), Gabor Kelemen (hu), Mohammad DAMT
  (id), Alessio Frusciante (it), Takeshi AIHANA (ja), Changwoo Ryu
  (ko), Žygimantas Beručka (lt), Terance Edward Sola (nb), Pawan
  Chitrakar (ne), Michiel Sikkes (nl), Åsmund Skjæveland (nn),
  Terance Edward Sola (no), Zuza Software Foundation (nso), Bartosz
  Kosiorek (pl), Guilherme de S. Pastore (pt_BR), Duarte Loreto
  (pt), Mugurel Tudor (ro), Leonid Kanter (ru), Steve Murphy (rw),
  Ivan Noris (sk), Laurent Dhima (sq), Игор Несторовић
  (sr), Christian Rose (sv), (tamil), Theppitak Karoonboonyanan (th),
  A. Alphan Bayazit (tr), Gheyret T.Kenji (ug), Maxim Dziumanenko
  (uk), Clytie Siddall (vi), Canonical Ltd (xh), Funda Wang (zh_CN),
  Woodman Tuen (zh_TW), Zuza Software Foundation (zu)
  

Version 2.11.0
--------------

- The status bar code has been reworked (Paolo Borelli)
- Preferences and Help dialogs now launch centered on the
  parent window. (Paolo Borelli)
- Some small fixes to the zoom UI (Paolo Borelli)
- Color picker button has been rewritten to use new Gtk API
  (Paolo Borelli)
- More UI fixes (Paolo Borelli, Dennis Cranston, Murali K.)
- Many bug fixes (Kjartan Maraas, Behdad Esfahbod)
- Portable to the Microsoft Windows platform (Tor Lillqvist)
- Translation Updates:
  Vladimir Petkov (bg), Martin Willemoes Hansen (da), 
  Francisco Javier F. Serrador (es), Ivar Smolin (et),
  Ilkka Tuohela (fi), Ignacio Casal Quinteiro (gl),
  Terance Edward Sola (nb), Michiel Sikkes (nl),
  Terance Edward Sola (no), Ivan Noris (sk),
  Theppitak Karoonboonyanan (th), Gheyret T.Kenji (ug),
  Funda Wang (zh_CN), Woodman Tuen (zh_TW)

Version 2.10.2
--------------
- Translation Updates: Vladimir Petkov (bg), Ivar Smolin (et)
  Iñaki Larrañaga Murgoitio (eu), Ignacio Casal Quinteiro (gl)
  Gabor Kelemen (hu), Žygimantas Beručka (lt), Steve Murphy (rw)
  Clytie Siddall (vi), Canonical Ltd (xh), Woodman Tuen (zh_TW)

Version 2.10.0
--------------
- Translation Updates:
  Albanian (Laurent Dhima), Brazilian Portuguese (Guilherme de
  S. Pastore), Bulgarian (Vladimir Petkov), Canadian English (Adam
  Weinberger), Catalan (Jordi Mallach), Chinese Simplified (Funda
  Wang), Chinese Traditional (Woodman Tuen), Czech (Miloslav Trmac),
  Danish (Martin Willemoes Hansen), Dutch (Tino Meinen), English/GB
  (David Lodge), Estonian (Ivar Smolin), Finnish (Ilkka Tuohela),
  French (Benoît Dejean), German (Frank Arnold), Greek
  (Nikos Charonitakis), Gujarati (Ankit Patel), Hungarian (Gabor
  Kelemen), Indonesia (Mohammad DAMT), Italian (Alessio Frusciante),
  Japanese (Takeshi AIHANA), Korean (Changwoo Ryu), Lithuanian
  (Žygimantas Beručka), Macedonian (Tomislav Markovski), Norwegian
  (Kjartan Maraas), Norwegian (Kjartan Maraas), Polish (Bartosz
  Kosiorek), Portuguese (Duarte Loreto), Punjabi (Amanpreet Singh
  Alam), Romanian (Mugurel Tudor), Russian (Leonid Kanter), Serbian
  (Данило Шеган), Slovak (Ivan Noris), Spanish (Francisco Javier
  F. Serrador), Swedish (Christian Rose), Thai (Theppitak
  Karoonboonyanan), Turkish (A. Alphan Bayazit), Ukrainian (Maxim
  Dziumanenko), Xhosa (Canonical Ltd)

Version 2.9.0
-------------
- Support for bug-buddy auto version completion (Christoffer Olsen)
- Some critical bug fixes (James Henstridge, Jens)
- Preferences help (Vinay M R)
- Removing of eel dependency (Paolo Borelli)
- Show/hide image info view
- Translation Updates:
  Adam Weinberger (en_CA), Alexander Shopov (bg), David Lodge (en_GB), 
  Dwayne Bailey (nso), Francisco Javier F. Serrador (es), Hendrik Richter 
  (de), Kjartan Maraas (nb), Laurent Dhima (sq), Martin Willemoes Hansen 
  (da), Miloslav Trmac (cs), Mohammad DAMT (id),

Version 2.8.1
-------------
- Documentation update
- File/directory chooser fix
- Removed quit from menu for consistency
- Recent files update
- More statusbar information
- Improved slideshow navigation
- Translation Updates:
  Abel Cheung (zh_TW, mk, de), Akagic Amila (bs), Alessio 
  Frusciante (it), Arafat Medini (ar), Changwoo Ryu (ko), 
  Danilo Šegan (sr), Jens Finke (cs), Jesus Bravo Alvarez (gl), 
  Nikos Charonitakis (el), Paisa Seeluangsawat (th), 
  Stanislav Visnovsky (sk)

Version 2.8.0
-------------
- Bug fixes
- Translation Updates:
  Adam Weinberger (en_CA), Alexander Shopov (bg), Arafat Medini 
  (ar), Baris Cicek (tr), Changwoo Ryu (ko), Christian Rose (sv),
  Christophe Merlet (fr), Dafydd Harries (cy), Danilo Šegan (sr),
  David Lodge (en_GB), Estêvão Samuel Procópio (pt_BR), Francisco 
  Javier F. Serrador (es), Gora Mohanty (or), Ilkka Tuohela (fi),
  Iñaki Larrañaga (eu), Jayaradha (ta), Jordi Mallach (ca), 
  Kjartan Maraas (nb, no), Kostas Papadimas (el), Laszlo Dvornik (hu),
  Laurent Dhima (sq), Leonid Kanter (ru), Martin Willemoes Hansen (da),
  Miloslav Trmac (cs), Mugurel Tudor (ro), Peteris Krisjanis (lv),
  Roozbeh Pournader (fa), Takeshi AIHANA (ja), Vincent van Adrighem (nl),
  Åsmund Skjæveland (nn)

Version 2.7.1
-------------
- eog.desktop fix (Ray Strode)
- About icon added (Mason Kidd)
- Removed bonob dependencies
- Compile with new libexif (Grzegorz Golawski)
- Multiple string translation fixes
- Multiple bug fixes (slideshow, crasher)
- Translation Updates:
  Adam Weinberger (en_CA), Alexander Shopov (bg), Ankit Patel (gu), 
  Artur Flinta (pl), Changwoo Ryu (ko), Christian Rose (bs, or), 
  Danilo Šegan (sr), David Lodge (en_GB), Duarte Loreto (pt), 
  Francisco Javier F. Serrador (es), Funda Wang (zh_CN), Gareth Owen
  (en_GB), Gora Mohanty (or), Guntupalli Karunakar (hi), Gustavo Maciel
  Dias Vieira (pt_BR), Hasbullah Bin Pit (ms), Jens Finke (de), 
  Kjartan Maraas (nb, no), Laszlo Dvornik (hu), Laurent Dhima (sq), 
  Martin Willemoes Hansen (da), Maxim Dziumanenko (uk), Miloslav 
  Trmac (cs), Takeshi AIHANA (ja), Telsa Gwynne (cy), Tommi Vainikainen 
  (fi), Vincent van Adrighem (nl), Åsmund Skjæveland (nn), 
  Žygimantas Beručka (lt)

Version 2.7.0
-------------
- Kicked bonobo components. Eog is a monolithic program again.
- Display image info for single and collection view.
- Better metadata reader
- Speed improvements 
- Use new GtkUIManager
- New icons for flipping transformations
- "Save As" function in collection view
- "Delete" function
- Translation Updates:
  Adam Weinberger (en_CA), Alexander Shopov (bg), Alexander Winston (en_CA), 
  Christian Rose (tk), Christophe Merlet (fr), Est Samuel Proc io (pt_BR), 
  Francisco Javier F. Serrador (es), Gareth Owen (en_GB), Gil Osher (he),
  Gustavo Maciel Dias Vieira (pt_BR), Jens Finke (de), Laurent Dhima (sq),
  Miloslav Trmac (cs), Pablo Saratxaga (wa), Pawan Chitrakar (ne), 
  Vincent van Adrighem (nl)

Version 2.6.1
-------------
* General:
   - Fullscreen fixes for Xinerama (#137137)
* Translation Updates:
  Abel Cheung (zh_TW), Andras Timar (hu), Christian Rose (af),
  Guntupalli Karunakar (gu), Iñaki Larrañaga (eu), Pablo Saratxaga (wa),
  Samúel Jón Gunnarsson (is)

Version 2.6.0
-------------
* General:
   - Fileselector opens non local URIs (Seth Nickell)
   - Italian documentation update (Lucca Feretti)
* Translation Updates:
  Andras Timar (hu), Arafat Medini (ar), Baris Cicek (tr), Dmitry G.
  Mastrukov (ru), Gareth Owen (en_GB), Guntupalli Karunakar (pa), 
  Stanislav Visnovsky (sk), Telsa Gwynne (cy)

Version 2.5.91
--------------
* Translation Updates:
  Abel Cheung (zh_TW), Alastair McKinstry (ga), 
  Alexander Winston (en_CA), Dafydd Harries (cy), Dinesh Nadarajah (ta),
  Francisco Javier F. Serrador (es), Gustavo Maciel Dias Vieira (pt_BR),
  Leonid Kanter (ru), Maxim Dziumanenko (uk), Miloslav Trmac (cs), 
  Robert Sedak (hr), Sanlig Badral (mn), Sayamindu Dasgupta (bn)

Version 2.5.90
--------------
* General:
   - Documentation updates (Breda McColgan)
   - Translation markup fix (Ole Laursen) - #119170
   - File Selection fixes (Jan Arne Peterson, Jonathan Blandford,
     Jens) - #128396, #135816 
* Collection:
   - New busy icon, borrowed from nautilus. - #134981
   - Thumbnail layout fixes.
* Translation Updates:
  Alastair McKinstry (ga), Ales Nyakhaychyk (be), 
  Alessio Frusciante (it), Changwoo Ryu (ko), Christophe Merlet (fr),
  Duarte Loreto (pt), Francisco Javier F. Serrador (es), Guntupalli 
  Karunakar (hi), Jarkko Ranta (fi), Jordi Mallach (ca), 
  Kjartan Maraas (no), Kostas Papadimas (el), Miloslav Trmac (cs), 
  Mugurel Tudor (ro), Mətin Əmirov (az), Ole Laursen (da), 
  Paisa Seeluangsawat (th), Priit Laes (et), Takeshi AIHANA (ja), 
  Vincent van Adrighem (nl), Yuriy Syrota (uk), Žygimantas Beručka (lt)

Version 2.5.6
-------------
* General:
   - Updated documentation (Breda McColgan)
   - Typo fixes (Alessio Frusciante)
   - AIX compilation fixes 
   - Recent files update 
* Collection:
   - Marked forgotten string for translation (Danilo Šegan)
* Translation Updates:
  Artur Flinta (pl), Christian Rose (sv), Danilo Šegan (sr),
  Francisco Javier F. Serrador (es), Hasbullah Bin Pit (ms),
  Jarkko Ranta (fi), Jens Finke (de), Kostas Papadimas (el), 
  Laurent Dhima (sq), Miloslav Trmac (cs), Takeshi AIHANA (ja), 
  Åsmund Skjæveland (nn)

Versino 2.5.5
-------------
* General:
  - Don't force file selector window size.
* Collection:
  - Save scroll position in exif data, when switching images. 
    Fixes #123463.
* Translation Updates:
  Alastair McKinstry (ga), Arafat Medini (ar), Changwoo Ryu (ko),
  Christian Rose (sv), Danilo Šegan (sr, sr@Latn), Francisco 
  Javier F. Serrador (es), Hasbullah Bin Pit (ms), Laurent Dhima (sq),
  Mətin Əmirov (az), Nikos Charonitakis (el), Takeshi AIHANA (ja),
  Vincent van Adrighem (nl)

Version 2.5.4
-------------
* General: 
  - Recent files update (Jason Leach)
  - Compile fixes - #131766 (German Poo Caaman~o)
  - Crash fix for filenames with ':' - #130726
  - Close file dialog on cancel in all cases - #131654
    (Balamurali Viswanathan)
* Collection:
  - Display name of the directory shown - #132263
  - Fixed memory leaks.
  - Mnemonic for "View as Image Collection" in Nautilus - #128796
   (Christian Neumair)
* Translation Updates:
  Changwoo Ryu (ko), Laurent Dhima (sq), Christophe Merlet (fr), 
  Miloslav Trmac (cs), Takeshi AIHANA (ja), Kostas Papadimas (el), 
  Robert Sedak (hr), Sanlig Badral (mn), Jens Finke (de), 
  Artur Flinta (pl), Vincent van Adrighem (nl), Francisco Javier F.
  Serrador (es), Žygimantas Beručka (lt), Duarte Loreto (pt), 
  Ole Laursen (da), Hasbullah Bin Pit (ms), Kjartan Maraas (no),
  Andras Timar (hu), Mətin Əmirov (az), Åsmund Skjæveland (nn), 
  Danilo Šegan (sr)

Version 2.5.3
-------------
* General:
  - Preview of images in the fileselector if an thumbnail
    already exists.
  - 'eog *.jpg' works again and give you a nice collection view
  - Handle spaces in filenames.
* Translation Updates:
  Žygimantas Beručka (lt), Miloslav Trmac (cs), Francisco Javier 
  F. Serrador (es), Taneem Ahmed (bn), Danilo Šegan (sr, sr@Latn),
  Robert Sedak (hr), Duarte Loreto (pt), Christophe Merlet (fr), 
  Åsmund Skjæveland (nn), Laurent Dhima (sq), Jordi 
  Mallach (ca), Roozbeh Pournader (fa), Kjartan Maraas (no),
  Artur Flinta (pl), Arafat Medini (ar)

Version 2.5.2.1
---------------
* General: 
  - Intltool build fix (#130062)
* Collection:
  - Indicate modified images by bold caption
  - Better caption wrapping 
* Translation Updates:
   Laurent Dhima (sq), Gustavo Noronha Silva (pt_BR), 
   Takeshi AIHANA (ja), Miloslav Trmac (cs),
   Åsmund Skjæveland (nn), Duarte Loreto (pt), 
   Artur Flinta (pl)

Version 2.5.2
-------------
* General:
  - Use new GTK file chooser (Jan Arne Petersen)
  - Compilation fixes (Kaushal Kumar)
  - Build fix (Thomas Vander Stichele)
  - Multiple save-issues fixed
  - Fullscreen mode crash fixed
  - 0-byte file issue fixed
* Collection:
  - Show only image files, which can actully loaded by GdkPixbuf
* Translation Updates:
  Jens Finke (de), Danilo Šegan (sr, sr@Latn), Francisco Javier 
  F. Serrador (sp), Miloslav Trmac (cs), Kjartan Maraas (no),
  Changwoo Ryu (ko), Takeshi AIHANA (jp), Arafat Medini (ar), 
  Vincent van Adrighem (nl), Laurent Dhima (sq), Kjartan Maraas (no)

Version 2.5.1
-------------
* General: 
  - Support lossless saving of jpeg files (Jens)
* Collection:
  - Select last viewed slideshow image when returning from fullscreen 
    (Jens) - #118617
* Viewer:
  - Display image file size (Jens)
  - Ask user before overwriting files (pasupathi.duraisamy@wipro.com)
    #119469
* Translation Updates:
  Laurent Dhima (sq), Paisa Seeluangsawat (th), Vincent van Adrighem
  (nl), Miloslav Trmac (cs), Žygimantas Beručka (lt), Danilo Šegan
   Šegan (sr), Ole Laursen (da), Jordi Mallach (ca), Kostas Papadimas
  (el), Francisco Javier F. Serrador (es)

Version 2.5.0.1
---------------
* General:
  - Cache recently loaded images. 
  - Use exif loader from libexif >= 0.5.12.
  - Reworked image loading status cycle
  - Made fullscreen shortcut key F11 work on Solaris (Shivaram
    Upadhyayula, Jens) - #104805
  - Updated help (Breda McColgan)
* Collection:
  - Don't include auto-generated files in tarball - #125118
  - New model implementation (EogImageList)
  - Mem leak fix
  - Slideshow: automatic switching after user determined timeout.
  - Slideshow: determine upscale status for small images by config
    key.
* Shell:
  - Consider gconf key 'open_new_window' - #91189
  - Tool-/statusbar hiding (Kaushal Kumar, Jens) - #114231

* Translation Updates: 
  Danilo Šegan (sr, sr@Latn), Åsmund Skjæveland (nn), Kostas Papadimas (el), 
  KAMAGASAKO Masatoshi (ja), Jordi Mallach (ca), Vincent van Adrighem (nl), 
  Hasbullah Bin Pit (ms)

Version 2.5.0 (changes since 2.4.0)
-------------
* General:
  - Better filename -> UTF-8 translation - #122671, #117838 (Jens,
    Hidetoshi Tajima)
  - configure switch to disable libexif support
  - Added X-GNOME-DocPath to .desktop file - #124196
* Collection:
  - Fixed crash on shutdown
  - Fixed crash when libexif is not available
  - Fixed duplicate size entries in info view
  - Update image infos on modification
  - Much better thumbnail layout   
  - Mark status message for translation
  - Don't show frame around temporary icons
* Translation Updates:
  Pablo Saratxaga (wa), Gustavo Maciel Dias Vieira (pt_BR), 
  Žygimantas Beručka (lt), toivo@linux.ee (et), Jordi Mallach (ca),
  Christian Rose (sv), Pablo Gonzalo del Campo (es),
  Vincent van Adrighem (nl), Danilo Šegan (sr), Jens Finke (de)

==== gnome-2-4 branch ====

Version 2.4.0
-------------
* General: 
  - User documentation updates (Irene Ryan) 
* Collection View: 
  - Crash fixed on startup when not linking against libexif. (Jens)
* Translation Updates:
  Mugurel Tudor (ro), Jarkko Ranta (fi), Ivan Stojmirov (mk),
  Guntupalli Karunakar (hi), Pablo Saratxaga (vi)

Version 2.3.90
--------------
* Build fix - #120871 (William Jon McCann
* Translation Updates:
  Dafydd Harries (cy), Vincent van Adrighem (nl), Stanislav Visnovsky (sk), 
  Pablo Gonzalo del Campo (es), Yuriy Syrota (uk)

Version 2.3.6
-------------
* General:
  - HIG dialog fixes - #117799 (Martin Kretzschmar)
  - Menu layout fixes - #117270 (Andreas Köhler)
  - Removal of debug messages/code (Jens)
  - Destroy "file does not exsit" dialog #117673 - (Andreas Köhler)
* Controls:
  - Wait until timeout before destroying control on last reference
    #118204 - (Gustavo Carneiro, Jens)
* Translation Updates:
  Vincent van Adrighem (nl), Duarte Loreto (pt), Kostas Papadimas
  (el), Francisco Javier Fernandez (es), Takeshi AIHANA (jp), Changwoo Ryu (ko),
  Dafydd Harries (cy), Pablo Saratxaga (vi), Christophe Merlet (fr), 
  Laurent Dhima (sq), Evandro Fernandes Giovanini (pt_BR),
  Hasbullah Bin Pit (ms), Alessio Frusciante (it), Dmitry G. Mastrukov (be),
  Ole Laursen (da), Funda Wang (zh_CN), Metin Amiroff (az), Danilo
  Šegan (sr, sr@Latn), Jarkko Ranta (fi), Metin Amiroff (az), 
  Kjartan Maraas (no), Abel Cheung (zh_TW), Samúel Jón Gunnarsson (is), 
  Sanlig Badral (mn)  

Version 2.3.5
-------------
* General:
  - UI polishing
  - Documentation build fixes (John Fleck)
  - Don't show title on error dialogs
  - Unified copyright string - #101726 (Christian Neumair)
  - eog.desktop fixes (Jordi Mallach)
* Collection View:
  - Hide side panes on splitter mouse click
  - Draw frame around thumbnails
  - Arrange thumbnails better 
  - Show scrollbars only if required (Andreas Köhler)
* Image View:
  - Window should be adapted to image size in all cases now - #114189
  - Show error dialog on I/O errors
* Translation Updates: 
  Valek Filippov (ru), Andras Timar (hu), Vincent van Adrighem (nl),
  Dmitry G. Mastrukov (b), Pablo Saratxaga (wa), Metin Amiroff (az),
  Owain Green & Dafydd Harries (cy), Jens Finke (de), Christian Rose
  (sv), Jordi Mallach (ca), Miloslav Trmac (cs), Gil "Dolfin" Osher
  (he), Artur Flinta (pl)
 
Version 2.3.4
-------------
* SVG mime type fixes (Christian Schaller)
* Special support for JPEG images on save (preserves EXIF data, 
  requires libjpeg)
* Function for saving modified images in a collection.
* Collection thumbnail creation/update fixes.
* Code cleanup
* GUI cleanup (before the freeze)
* Gconf keys cleanup
* Translation Updates:
  Christian Rose (sv), Jordi Mallach (ca), Takeshi AIHANA (ja),
  Christophe Merlet (fr), Sam?el J?n Gunnarsson (is), Dmitry
  G. Mastrukov (ru), Laurent Dhima (sq), Hasbullah Bin Pit (ms),
  Miloslav Trmac (cs), Vincent van Adrighem (nl), Taneem Ahmed (bn),
  Mohammad DAMT (id), Jens Finke (de), Gil "Dolfin" Osher (he), Ole
  Laursen (da), Artur Flinta (pl), Pauli Virtanen (fi).

Version 2.3.3
-------------
* Printing of images in image viewer (Lutz Müller)
* Image Collection View:
   - Layout computation fix (Federico) 
   - image rotation/flipping (Jens)
   - drag'n'drop source (Jens)
* Load/transform progress indication (Jens)
* Scheme type fixes (Abel Cheung)
* Build fix (Art Haas)
* Translation Updates:
  Christophe Merlet (fr), Takeshi AIHANA (ja), Paul Duffy (ga), 
  Pablo Gonzalo del Campo (es), Danilo Danilo Šegan (sr@Latn), 
  Paisa Seeluangsawat (th), Hasbullah Bin Pit (ms), 
  Duarte Loreto (pt), Abel Cheung (zh_TW), Christian Rose (sv), 
  Dmitry G. Mastrukov (be), Laurent Dhima (sq), Miloslav Trmac (cs),
  Christian Neumair (de), Jordi Mallach (ca), Kostas Papadimas (el),
  Vincent van Adrighem (nl), Evandro Fernandes Giovanini (pt_BR), 

Version 2.3.2
-------------
Release skipped.

Version 2.3.1
-------------
* TIFF loading fixes - #109139 (Jens)
* Consider theme background (Jens)
* Code cleanup (Federico)
* List collection view in nautilus only if there are images in 
  the directory (Alexander Larsson)
* Hide mouse cursor in fullscreen mode - #92184 (Jens)
* Added menu mnemonics - #107831 (Jens)
* More international help docs (Mike Lei)
* Collection view supports zoom interface (Jens)
* Recent files support (Jens)
* Scheme installation fixes (Bobby Kashani, Jens)
* Fullscreen image pre-load improvements (Jens)
* Translation updates: 
  Jens Finke (de), Fatih Demir (ta), Laurent Dhima (sq), Miloslav
  Trmac (cs), Changwoo Ryu (ko)

Version 2.3.0
-------------
* Architectual changes (Jens)
* Build image collection component always
  (this is also usable in Nautilus as photo collection view) (Jens)
* Collection view shows the selected image in the top 
  half of the window (Jens)
* Support for thumbnail management spec (Jens)
* Adaption to content size works better (Jens)
* Sticky zoom to fit (if you resize the window the image zoom will be 
  adapted automatically) (Jens)
* Progressive image loading for remote or large files - #89831 (Jens)
* EXIF support in collection view (requires optional libexif) (Jens)
* Correct filename escaping - #105192, #95561, #104961 (Federico)
* Session recovery fixes - #108829 (Shivaram Upadhyayula)
* File selector improvements - #101888, #102116, #90767, #102117 (Jens)
* More HIG compatible - #106169, #100206 (Jens)
* Use 'Image Viewer' in .desktop entry - #100205 (Elle Uca)
* Require libeel (Federico)
* Compiler warning fixes - #108342 (Kelledin, Jens) 
* Don't close preferences on ESC - #105720 (Jens)
* Updates of strings to translate - #99572 (Jens)
* GConf configure fixes - #106130 (Julio Merino)  
* Translation Updates: 
   Roozbeh Pournader (fa), FSF-India (ml),
   Metin Amiroff (az), Paul Duffy (ga),
   Belarusian team (be), Christophe Merlet (fr)
  
=============== Branch for Gnome 2.4 ================

Version 2.2.0
-------------
* Translation updates.

Version 1.1.4
-------------
* Translation updates.

Version 1.1.3
-------------
* Toolbar fix (Christian Neumaier)
* Translation updates.

Version 1.1.2
-------------

* Typo fixes. (Kjartan Maraas)
* Translation updates.

Version 1.1.1
-------------

* Typo fixes. (Kjartan Maraas)
* Documentation updates. - #91027 (Irene Ryan)
* URI handling fixes. (Jens)
* Don't depend on libgnomeprint until printing is working again. (Jens)
* Translation updates.

Version 1.1.0
-------------

* We don't crash anymore if the user doesn't have permissions to read
  a file - #85263 (Federico).
* The window is correctly sized upon startup, and you can shrink it
  again - #72352, #75713 (Jens).
* Nautilus will now display "Display as Image", which is better than
  "Display as EOG Image" - #73651 (Federico).
* Images now have a simple context menu - #75889 (Federico).
* We do the right thing to destroy the window list on File/Exit -
  #86469 (Federico).
* Filenames with percent signs in them are now handled correctly -
* #89372 (Federico).
* The File/Open dialog now displays a list of the supported image
  types - #85690 (Jens).
* Removed Tiles interpolation as it does not make sense for EOG. (Federico)
* Reworked preferences dialog and droped View menu settings. (Jens)
* Components are installed in $(libexec) (Michael).
* Restarted work on the collection component, currently disabled 
  by default (Jens).
* No distorted view anymore when resizing an empty window. - 
  #85927 (Jens)
* DnD into an empty window doesn't open a new window. (Jens)
* Load control ui xml file correctly (Ross Burton).
* Fullscreen now uses the whole screen again. (Jens)
* Better HIG compliance. (Jens)
* Rotating and flipping images - #68340 (Jens).
* New Latvian translation (Peteris Krisjanis).
* New Bulgarian translation (Borislav Aleksandrov).
* New Albanian translation (Laurent Dhima, Christian Rose).
* Lots of updated translations.

=========== Branch for Gnome 2.2 =================

Version 1.0.1
-------------

* We now display error dialogs if files that do not exist get passed
  through the command line - #84890 (Federico).
* Fixed a stupid bug that affected session management - #85216
  (Federico).
* Translation Updates

Version 1.0.0
-------------

* Fixed installation of locale files on Solaris - #83642 (Hidetoshi
  Tajima)
* Translation Updates

Version 0.119
-------------

* Updated the scrolling engine for GTK+ 2.0; it is nice and fast again -
  #82417 (Federico)
* EOG doesn't crash on exit anymore if you bring up the preferences
  dialog - #82426 (Federico)
* Session is saved and discarded correctly - #82603 (Federico)
* Re-added scroll wheel support - #79351 (Federico)
* Fixes for installation prefix - #83399 (Ross Burton)
* Opening an image in a window that already contains one will not screw
  up the image view size - #83233 (Federico)
* Prettified the About dialog (Federico)
* Misc. code cleanup (Federico)

Version 0.118
-------------

* include dir fix (Ronald Bultje, me)
* fix for save-session crash (me)
* reduced debug output  (Michael)
* accessibility support (Muktha Narayan, Federico)
* support for loading svg images (Jacob Berkman)
* zoom to fit does fit, #76406 (Federico)
* image saving fix, #76239 (Federico)
* preference dialog has help (Satyajit Kanungo, Federico)
* Updated translations:
  Pablo Saratxaga (vi, ca, wa),Duarte Loreto (pt), Kjartan Maraas (no),
  Stanislav Visnovsky (sk), Hector Garcia Alvarez (es),
  Christophe Merlet (fr), Ole Laursen (da), Abel Cheung (zh_TW), 
  Zbigniew Chyla (pl), Christian Rose (sv), Hasbullah Bin Pit (ms)


Version 0.117
-------------

* no re-rendering on mouse moves, bug #72351 (fix has been in 0.116.1 already
  but wasn't announced yet) (Michael Meeks)
* session management fixes (Federico)
* image saving fixes, bug #77173 (Federico)
* bonobo_window_new adaptions (Murray Cumming)
* build fixes regarding broken libjpeg, bug #79010 (Federico)
* help topic menuitem added (Satyajit Kanungo)
* fullscreen fix, bug #73606 (Federico)
* Updated translations:
  Jarkko Ranta (fi), Ole Laursen (da), Changwoo Ryu (ko),
  Zbigniew Chyla (pl), Hasbullah Bin Pit (ms)


Version 0.116.0
---------------

* added mnemonics to preference dialog
* menu rearrangements to fit HIG better
* bigger default window size
* session management
* build fixes
* removed remaining uses of deprecated API
* fixed memory leak with preference dialog
* beautified preference dialog
* Updated translations:
  Christian Rose (sv), Jarkko Ranta (fi), Stanislav Visnovsky (sk),
  Abel Cheung (zh_TW),  Duarte Loreto (pt),  Kjartan Maraas (no),
  Fatih Demir (ta), Christophe Merlet (fr), Changwoo Ryu (ko),
  Zbigniew Chyla (pl), Hasbullah Bin Pit (ms), Jens Finke (de)


Version 0.115.0
---------------

* reworked user dialog when opening multiple files concurrently
* report loading errors to the user through a dialog
* reworked preferences dialog
* Updated translations:
  Ole Laursen (da), Zbigniew Chyla (pl), Hasbullah Bin Pit (ms),
  Jens Finke (de), Roy-Magne Mo (nn), Wang Jian (zh_CN), 
  Valek Filippov (ru), Jarkko Ranta (fi)

Version 0.114.0
---------------

* zooming fixes
* memory leak fixes
* documentation fixes (John Fleck)
* don't ask for collection component when there are 
  multiple files on the command line
* link with popt explicitly (Laszlo Peter)
* save preference settings through gconf
* updated translations:
  Valek Filippov (ru), Stanislav Visnovsky (sk), Zbigniew Chyla (pl),
  Hasbullah Bin Pit (ms), Ole Laursen (da), Takayuki KUSANO (ja),
  Kjartan Maraas (no), Jarkko Ranta (fi)

Version 0.113.0
---------------

* fixed statusbar updates
* merged most of the ChangeLogs into a single one (Federico)
* check for required library versions on configure
* don't crash on non-image files (bug #72228)
* integrate smoothly with nautilus (bug #72069)
* use gtk stock icons
* updated translations:
  Ole Laursen (da), Kjartan Maraas (no), Jens Finke (de), 
  Wan Jian (zh_CN)

Version 0.112.0
---------------

* fixed display flickering when zooming (Jens)
* removed features which won't be ready 
  within the Gnome2 timeframe:   (Jens)
    - evolution & gnocam configure options
    - printing support
* eog.desktop updates for Gnome2 (Jens)
* build fixes for Forte CC (Laszlo Peter)
* disable properites menu item when     
  no component is loaded (Jens)
* fixed all remaining places where 
  strings aren't marked as translatable (Jens)
* some code cleanup (Jens)
* Updated translations:
  Zbigniew Chyla (pl), Cristian Rose (sv), Duarte Loreto (pt)
  Ole Laursen (da)

Version 0.111.0
---------------

* setup eog-image-viewer component for translation (Jens)
* removed decorations on fullscreen mode (Jens)
* fixed image saving (Jens)
* fixed all the remaining issues where strings don't get translated (Jens
* Updated translations:
  Abel Cheung (zh_TW), Takayuki KUSANO (ja)

Version 0.110.0
---------------

* Better integration with Nautilus (Michael Meeks)
* autoconf 2.5x build fix (Havoc Pennington)
* bind_textdomain fixes (Shingo Akagaki)
* Bonobo reference leak fixes (Jens)
* Resize window to image on opening (Jens)
* Drag'n'drop fixes (Jens)
* Re-enabled preference settings  (Jens)
* gconf schema installation fixes (Jens)
* Code cleanup & compile warning fixes (Jens)
* New/updated translations:
  Christophe Merlet (fr), Ole Laursen (da), Duarte Loreto (pt),	
  Zbigniew Chyla (pl),Stanislav Visnovsky (sk), Roy-Magne Mo (nn),
  Jarko Ranta (fi), Vincent van Adrighem (nl), Kjartan Maraas (no),
  Chrisitan Rose (sv), Hasbullah Bin Pit (ms)


=========== 0.11x.0 versions are for Gnome 2 ======================

Version 0.6
-----------

* There's a totally new Bonobo component which uses the core EOG
  code to display things (Martin, Michael). The old component has
  been moved into Nautilus.

* Requires Bonobo 0.35, GConf 0.12, gnome-print 0.25 and OAF 0.6.2.

Version 0.5
-----------

* You can now drag a bunch of filenames into a window and EOG will
  open them for you (patch from Juan Pablo Mendoza).

* Introduced a maximum zoom factor so that the gdk-pixbuf scaling
  functions are happy (Federico).

* Fixes to the documentation installation procedure (Federico).

Version 0.4
-----------

* Requires libglade stable and GConf 0.8.

* We now have a wonderful user's manual courtesy of Eliot Landrum.
  This guy deserves a beer.

* Greatly enhanced the scrolling engine.  Now it is fast and nice.  It
  also supports a two-pass scrolling mode which is useful for slow
  machines when scrolling zoomed images (Federico).

* New full screen viewing mode.  Look at your images on the big
  screen! (Federico)

* We support wheel mice; you can use the wheel for zooming (Federico).

* Windows can adjust their size and zoom factor automatically when
  opening new images (Federico).

* New preferences dialog and a slew of options to tinker
  with (Arik, Federico).

* The Bonobo part can now use OAF instead of GOAD (Maciej).

* Plenty of Bonobo work (Michael, Iain, Maciej).

* Miscellaneous UI polishing (Federico).

* New and updated translations (Fatih, Pablo, Rasta, Kjartan, Jesús,
  Zbigniew, Yukihiro, Christopher, Andreas, Jarkko, Valek, Gergo,
  Ville, Yuri, Kusano, Kenny, Kai, George, Matthias, Federico).

Version 0.3
-----------

* Requires gdk-pixbuf 0.7, gnome-print 0.18, bonobo > 0.9.

* The old canvas-based rendering engine is gone.  We now have a custom
  rendering engine using gdk-pixbuf's fast scaling functions (right
  now only bilinear interpolation is supported, but that will change).
  Zooming and scrolling can be interrupted by the user at any time,
  leading to a smoother user interface experience (Federico).

  Scrolling is not finished, look at the TODO list to see what is
  missing.  The final scrolling support will be in the next version.

* Image windows now display the filename and image size in the title
  (Miguel, Federico).

* Many enhancements to the Bonobo component (Michael).

* RGBA print support for the Bonobo component (Michael).

* We now install an eog.desktop file and a cool icon (Tuomas).

* Many new and updated translations (Ville, Jarkko, Pablo, Dan, Gergo,
  Alastair, Tomasz, Richard, Yuri, Matthias, Sergey, Fatih, Dennis,
  Christopher, George, Lauris, Vincent, Simos, Kjartan).

Version 0.2
-----------

* Requires gdk-pixbuf-0.3.  Uses the new gdk-pixbuf API.

* Added "hand" scrolling.  Performance sucks due to limitations in
  GtkLayout and the GNOME canvas.  These will be fixed shortly.


Version 0.1
-----------

This is the first public release of the Eye of Gnome.  It is *far*
from complete, but is stable and usable enough to work as a small and
fast image viewer.

Features in this release:

- Opening multiple images at once in different windows.

- Fast zooming and scrolling, while keeping memory usage constant.

- Opening multiple images from the command line.