summaryrefslogtreecommitdiff
path: root/NEWS.GNOME
blob: 127a65d93bf0744ea8c08829652d53aa3ae7235b (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
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
version 2.32.0
--------------

        Bugs fixed:

        * Fixed call to the package installer. (#629604)

        New or updated application translations:

        * Basque (Iñaki Larrañaga Murgoitio)
        * Dutch (Wouter Bolsterlee)
        * Italian (Davide Falanga)
        * Japanese (Yasumichi Akahoshi)
        * Kazakh (Baurzhan Muftakhidinov)
        * Korea (Changwoo Ryu)
        * Russian (Yuri Myasoedov)
        * Turkish (Baris Cicek)

        New or updated manual translations:

        * Japanese (Yasumichi Akahoshi)

version 2.31.92
---------------

        Bugs fixed:

        * Truncated file names in iso images. (Munsch) (#550946)
        * Fixed update of files in .tar.xz archives (#628717)
	* Fixed some memleaks (Pablo Castellano)

        New or updated application translations:

        * Brazilian Portuguese (Antonio Fernandes C. Neto)
        * British English (Bruce Cowan)
        * Greek (Michael Kotsarinis)
        * Indonesian (Dirgita)
        * Polish (Piotr Drąg)
        * Portuguese (Duarte Loreto)

version 2.31.91
---------------

        Bugs fixed:

        * 7zip: do not allow to specify a password if only 7zr is installed.
          The 7zr command does not support encryption. (#618908)
        * Fixed extraction of cpio archives with absolute paths (#558023)
        * Unexpected msgstr appears in update dialog, when Plural Forms
          definition in .po file is "Plural-Forms: nplurals=1; plural=0;\n"
          (e.g. ja.po). (Kiyotaka NISHIBORI) (#627387)
	* Use MateConf instead of GSettings
	
        New or updated application translations:

        * Arabic (Khaled Hosny)
        * Bulgarian (Alexander Shopov)
        * Danish (Kenneth Nielsen)
        * Hungarian (Gabor Kelemen)
        * Japanese (Yasumichi Akahoshi)
        * Serbian (Милош Поповић)
        * Serbian (Miloš Popović)

        New or updated manual translations:

        * Japanese (Yasumichi Akahoshi)

version 2.31.90
---------------

	New features and user visible changes:
	
	* Use MateConf instead of GSettings

        New or updated application translations:

        * Chinese (simplified) (Aron Xu)
        * Czech (Adrian Guniš)
        * Indonesian (Andika Triwidada)
        * Punjabi/Panjabi (A S Alam)
        * Uyghur (Sahran)

        New or updated manual translations:

        * Chinese (China) (YunQiang Su)

version 2.31.5
--------------

        Bugs fixed:

        * Make it possible to build against GTK+ 3. (#624564)
	* Make it compile again with GSEAL and DEPRECATED macros enabled
	
        New or updated application translations:

        * Bengali INDIA (Runa Bhattacharjee)
        * Chinese (Hong Kong) (Chao-Hsiung Liao)
        * Chinese (simplified) (Aron Xu)
        * Chinese/Traditional (Chao-Hsiung Liao)
        * Español (Jorge González)
        * French (Claude Paroz)
        * Frisian (Sense Hofstede)
        * Galician (Fran Diéguez)
        * German (Mario Blättermann)
        * Hebrew (Yaron Shahrabani)
        * Kazakh (Baurzhan Muftakhidinov)
        * Marathi (Sandeep Shedmake)
        * Norwegian Bokmål (Kjartan Maraas)
        * Slovenian Translation (Matej Urbančič)
        * Swedish (Daniel Nylander)
        * Tamil (Dr.T.Vasudevan)

        New or updated manual translations:

        * Chinese (China) (YunQiang Su)

version 2.31.4
--------------

        New features and user visible changes:

        * Migrated from dbus-glib to glib's GDBus (#622900)
	* Ported to GSettings
	
        New or updated application translations:

        * Estonian (Priit Laes)
        * Kazakh (Baurzhan Muftakhidinov)
        * Norwegian Bokmål (Kjartan Maraas)

version 2.31.3
--------------

        Bugs fixed:

	* Fixed segmentation fault when opening some rar archives.
        * Use dpkg-deb to view and extract .deb files. (Josselin Mouette)
          (#576436)

        New or updated application translations:

        * Esperanto (Kristjan SCHMIDT)
        * Galician (Fran Diéguez)

        New or updated manual translations:

        * catalan (Carles Ferrando Garcia)

version 2.31.2
--------------

        Bugs fixed:

        * improved the "encrypt header" button usability. always keep the
          "encrypt header" button clickable even when the password field is
          void. (#620172)

        New or updated application translations:

        * Brenux (Alan Monfort)
        * Estonian (Ivar Smolin)
        * Hebrew (Yaron Shahrabani)
        * zh_CN (Fan Qijiang)

version 2.31.1
--------------

	New features and user visible changes:

	* Added support for lrzip archives and lrzip compressed tar archives.
	* Bring back support for archives on remote GIO mounts when the fuse
	  daemon is not available. (Tomas Bzatek) (#617769)

	Bugs fixed:

	* Fixed crashes when trying to create a tar.z7 archive. due to a
	  missing sentinel in a varargs call. (Matthias Clasen) (#617840)

	New or updated application translations:

	* Español (Jorge González)
	* Galician (Fran Diéguez)
	* Norwegian Bokmål (Kjartan Maraas)
	* Shavian (Thomas Thurman)
	* Slovenian Translation (Matej Urbančič)

version 2.30.1.1
----------------

        Bugs fixed:

        * Extract multi-byte filename from URI in case of DND. (Takao
          Fujiwara) (#613298)

version 2.30.1
--------------

        Bugs fixed:

	* Fixed build error when dbus is not available. (Josselin
          Mouette) (#615127)

        New or updated application translations:

        * Bengali INDIA (Runa Bhattacharjee)
        * Catalan (Gil Forcada)
        * Dutch (Wouter Bolsterlee)
        * Indonesian (Andika Triwidada)
        * Japanese (KUSANO Takayuki)
        * Latviešu (Peteris Krisjanis)
        * Occitan (Yannig Marchegay (Kokoyaya))
        * Thai (Theppitak Karoonboonyanan)

version 2.30.0
--------------

        Bugs fixed:

        * removed multipart/x-zip from .desktop file (#612677)

        New or updated application translations:

        * Bengali (Sadia Afroz)
        * Brazilian Portuguese (Vladimir Melo)
        * Catalan (Gil Forcada)
        * Danish (Kenneth Nielsen)
        * Finnish (Tommi Vainikainen)
        * Greek (Bakaoukas Nikolaos)
        * Italian (Davide Falanga)
        * Korea (Changwoo Ryu)
        * Lithuanian (Žygimantas Beručka)
        * Norwegian Nynorsk (Torstein Adolf Winterseth)
        * Punjabi/Panjabi (A S Alam)
        * Russian (Alexander Saprykin)
        * Serbian (sr) (Горан Ракић)
        * Serbian (sr) (Goran Rakić)
        * Ukrainian (Maxim Dziumanenko)
        * Vietnamese (Clytie Siddall)

        New or updated manual translations:

        * Greek (Marios Zindilis)

version 2.29.92
---------------

        Bugs fixed:

        * Allow to start the PackageKit service if it's not available. Removed
          the call to NameHashOwner. (#610813)
        * Recheck commands presence after package installation.. Clear the
          program cache before updating the capabilities. (#610815)

        New or updated application translations:

        * Arabic (Khaled Hosny)
        * Basque (Iñaki Larrañaga Murgoitio)
        * British English (Bruce Cowan)
        * Bulgarian (Alexander Shopov)
        * Hungarian (Gabor Kelemen)
        * Portuguese (Duarte Loreto)
        * Russian (Alexander Saprykin)
        * Slovak (Peter Mráz)

version 2.29.91
---------------

        Bugs fixed:

        * Ensure that strcmp gets non-NULL values (#609449)

        New or updated application translations:

        * Chinese (Hong Kong) (Chao-Hsiung Liao)
        * Chinese/Traditional (Chao-Hsiung Liao)
        * Czech (Adrian Guniš)
        * Gallician (Fran Diéguez)
        * German (Nathan-J. Hirschauer)
        * Norwegian Bokmål (Kjartan Maraas)
        * Polish (Piotr Drąg)
        * Romanian (Lucian Adrian Grijincu)
        * Slovenian (Matej Urbančič)
        * Swedish (Daniel Nylander)
        * Tamil (Dr,T,Vasudevan)

version 2.29.90
---------------

        Bugs fixed:

        * Fixed some file renaming issues (#608556)

        New or updated application translations:

        * Bengali (Israt Jahan)
        * Brazilian Portuguese (Vladimir Melo)
        * Español (Jorge González)
        * Estonian (Ivar Smolin)
        * French (Claude Paroz)
        * Thai (Theppitak Karoonboonyanan)

version 2.29.5
--------------

        New or updated application translations:

        * Arabic (Khaled Hosny)
        * Bulgarian (Alexander Shopov)
        * German (Christian Kirbach)
        * Tamil (Dr,T,Vasudevan)
        * zh_CN (Tao Wei)

        New or updated manual translations:

        * Chinese (China) (Zhang Miao)

version 2.29.4
--------------

        Bugs fixed:

        * [arj] Fixed the way to get the filename from the command output
          (#606074)
        * Do not show the password dialog if not needed. check only the files
          to extract to see if the password prompt is needed. (#605244)

        New or updated application translations:

        * Greek (Kostas Papadimas)
        * Swedish (Daniel Nylander)
        * Thai (Theppitak Karoonboonyanan)
        * Ukrainian (Maxim Dziumanenko)

version 2.29.3
--------------

	New features and user visible changes

	* Allow to specify different package names using a configuration
	  file (#603757)
	* Use the zip format to create cbz files
	* Use AES128 as encryption type when creating zip files with 7zip
	* Fixed wrong use of gdk_property_get (#604535)

        New or updated application translations:

        * Español (Jorge González)
        * Estonian (Ivar Smolin)
        * Hebrew (Yaron Shahrabani)
        * Norwegian Bokmål (Kjartan Maraas)
        * Romanian (Adi Roiban)
        * Slovenian Translation (Matej Urbančič)

version 2.29.2
--------------

	New features and user visible changes:

	* Use the eggfileformatchooser widget to select the file format

        New or updated application translations:

        * Español (Jorge González)
        * Estonian (Ivar Smolin)
        * Low German (Nils-Christoph Fiedler)
        * Slovenian (Matej Urbančič)
        * zh_CN (Tao Wei)

version 2.29.1
--------------

	New features and user visible changes

	* Install the missing packages if a command is not available
          (#482560)

	Bugs fixed:

	* #590606: drag and drop bug makes engrampa UI unusable as
          a whole
	* #600131: encrypt_header is left enabled when creating zip
          archives
	* #580624: Visual refresh issues while browsing into the
          directories included in the archive
	* #326017: 4th and 5th mouse buttons should control back /
	  forward
	* #590027: engrampa will not update files

        New or updated application translations:

        * Español (Jorge González)
        * Estonian (Ivar Smolin)
        * Lithuanian (Gintautas Miliauskas)
        * Slovenian Translation (Matej Urbančič)
        * Swedish (Daniel Nylander)
        * Tamil (Dr.T.Vasudevan)

version 2.28.1
--------------

        New or updated application translations:

        * Russian (Leonid Kanter)

version 2.28.0
--------------

        New or updated application translations:

        * Assamese
        * Breton (Denis)
        * British English (Philip Withnall)
        * Catalan (Gil Forcada)
        * Danish (Kenneth Nielsen)
        * Hindi (Rajesh Ranjan)
        * Italian (Milo Casagrande)
        * Lithuanian (Gintautas Miliauskas)
        * Marathi (Sandeep Shedmake)
        * Punjabi/Panjabi (A S Alam)
        * Romanian (Mișu Moldovan)
        * Slovenian (Matej Urbančič)
        * Telugu (Krishna Babu K)
        * Ukrainian (wanderlust)

        New or updated manual translations:

        * French (Claude Paroz)

version 2.27.92
---------------

        New or updated application translations:

        * Basque (Iñaki Larrañaga Murgoitio)
        * Bengali INDIA (Runa Bhattacharjee)
        * French (Claude Paroz)
        * Gujarati (Sweta Kothari)
        * Hungarian (Gabor Kelemen)
        * Kannada (Shankar Prasad)
        * Oriya (Manoj Kumar Giri)
        * Portuguese (Duarte Loreto)
        * Serbian (sr) (Горан Ракић)
        * Serbian (sr) (Goran Rakić)

version 2.27.91
---------------

        Bugs fixed:

        * Fixed bug that prevented to add files with spaces. (#589920)
        * Fixed opening of cab files (William Jon McCann) (#591868)

        New or updated application translations:

        * Arabic (Khaled Hosny)
        * Bulgarian (Alexander Shopov)
        * Deutsch (Mario Blättermann)
        * Galician (Antón Méixome)
        * Irish (Seán de Búrca)
        * Korea (Changwoo Ryu)
        * Polish (Piotr Drąg)
        * Romanian (Lucian Adrian Grijincu)
        * Thai (Theppitak Karoonboonyanan)

        New or updated manual translations:

        * German (Mario Blättermann)
        * Italian (Milo Casagrande)

version 2.27.90
---------------

        Bugs fixed:

        * Allow to archive files with spaces and other special characters
          (#590468)
        * Support different types of RPM payloads (#590262, #574005)
        * Fixed building error (#591243)

        New or updated application translations:

        * Brazilian Portuguese (Krix Apolinário)
        * Breton (Denis Arnaud)
        * Czech (Adrian Guniš)
        * Galician (Antón Méixome)
        * Norwegian Bokmål (Kjartan Maraas)
        * Swedish (Daniel Nylander)
        * Vietnamese (Clytie Siddall)

version 2.27.3
--------------

        Bugs fixed:

        * Do not execute the extraction operation twice when the archive is
          encrypted. (#392994)
        * Fixed bug that prevented in some cases the correct extraction of
          encrypted files. (#588547)

        New or updated application translations:

        * Chinese (Hong Kong) (Chao-Hsiung Liao)
        * Chinese/Traditional (Chao-Hsiung Liao)
        * Español (Jorge González)
        * Estonian (Ivar Smolin)
        * Finnish (Ilkka Tuohela)
        * Hebrew (Yaron Shahrabani)
        * Tamil (Dr.T.Vasudevan)

        New or updated manual translations:

        * Czech (Marek Černocký)
        * German (Mario Blättermann)

version 2.27.2
--------------

        Bugs fixed:

	* Renamed the "Open Destination" button as "Show the Files" (#587501)
	* Renamed the "Create Archive" command as "Compress" (#300655)
	* Added a Quit button to the extract dialog. (#586014)
        * Do not distribute built sources. (#587491)
        * Auto-resize the property dialog to view the content correctly
          (#586189)

	Internal changes:

	* Do not copy remote files to a local folder, use gvfs directly.

        New or updated application translations:

        * Czech (Adrian Guniš)
        * Español (Jorge González)
        * Estonian (Ivar Smolin)
        * Hebrew (Mark Krapivner)
        * Swedish (Daniel Nylander)
        * Ukrainian (wanderlust)

        New or updated manual translations:

        * Español (Jorge González)

version 2.27.1
--------------

	New features and user visible changes

	* Added support for lzip compressed archives  (#579467)
	* Added support for xz compressed archives (#582237)

	Bugs fixed:

	* #582712: Opening multipart encrypted .7z files does not work (engrampa-created .7z)
	* #584675: Untracked files on fresh clone
	* #580070: Garbage is displayed when adding a folder
	* #583863: Wrong explanation for the command 'extract-here'.
	* #584810: File-roller uses libsexy
	* #584718: File-roller crashes when opening certain archives with wierd characters in filename
	* #581102: build error in copy-n-paste/
	* #578467: Should not use deprecated gtk symbols

	New or updated application translations:

	* Danish (Kenneth Nielsen)
	* Español (Jorge González)
	* Estonian (Ivar Smolin)
	* Greek (Thanos Lefteris)
	* Kazakh (Baurzhan M.)

	New or updated manual translations:

	* Greek (Μάριος Ζηντίλης)

version 2.26.1
--------------

	Bugs fixed:

	* #574657: support corrupted rar archives.
        * #576960: engrampa shows random filesize for zero bytes files.
        * #577389: File roller hangs and leaks memory when file is dragged /
          dropped from archive

	New or updated application translations:

	* Estonian (Ivar Smolin)
	* Swedish (Daniel Nylander)
	* Serbian (Miloš Popović)
	* Greek (Thanos Lefteris)
	* Dutch (Wouter Bolsterlee)
	* Kannada (Shankar Prasad)
	* Arabic (خالد حسني)
	* Assamese (Amitakhya Phukan)

	New or updated manual translations:

	* Español (Jorge González)
	* French (Claude Paroz)
	* German (Mario Blättermann)
	* Greek (Μάριος Ζηντίλης)

version 2.26.0
--------------

	New or updated application translations:

	* Assamese (Amitakhya Phukan)
	* Bengali INDIA (Runa Bhattacharjee)
	* Español (Jorge González)
	* Estonian (Ivar Smolin)
	* Galego (Suso Baleato)
	* Greek (Jennie Petoumenou)
	* Gujarati (Ankit Patel)
	* Hebrew (Gil Osher)
	* Hindi (Rajesh Ranjan)
	* Lithuanian (Vytautas Rekus)
	* Maithili (Sangeeta Kumari)
	* marathi (Sandeep Shedmake)
	* Oriya (Manoj Kumar Giri)
	* Russian (Anton Shestakov)
	* Swathanthra Malayalam Computing|സ്വതന്ത്ര
	  മലയാളം കമ്പ്യൂട്ടിങ് (Ani Peter)
	* Tamil (I. Felix)
	* Telugu (Krishna Babu K)

	New or updated manual translations:

	* British English (Philip Withnall)

version 2.25.92
---------------

	New or updated application translations:

	* English (British) (David Lodge)
	* Bulgarian (Alexander Shopov)
	* Czech (Adrian Guniš)
	* Hungarian (Gabor Kelemen)
	* Italian (Milo Casagrande)
	* Japanese (Takeshi AIHANA)
	* Swedish (Daniel Nylander)
	* Turkish (Baris Cicek)

	New or updated manual translations:

	* Swedish (Daniel Nylander)

version 2.25.91
---------------

	Bugs fixed:

	* #571273: crash in Archive Manager: Opening an archive (ISO)
	  Patch by Tom Parker.
	* #560429: MATE Goal: Remove deprecated GLib symbols
	* #570505: engrampa crashed with signal 5 in IA__g_malloc()

	New or updated application translations:

	* Asturian (Astur)
	* Aviary.pl (Tomasz Dominikowski)
	* Basque (Iñaki Larrañaga Murgoitio)
	* Belarusian Latin (Ihar Hrachyshka)
	* Brazilian Portuguese (Fabrício Godoy)
	* Bulgarian (Alexander Shopov)
	* Chinese (Hong Kong) (Chao-Hsiung Liao)
	* Chinese/Traditional (Chao-Hsiung Liao)
	* Danish (Kenneth Nielsen)
	* Dutch (Wouter Bolsterlee)
	* Español (Jorge González)
	* French (Claude Paroz)
	* Kannada (Shankar Prasad)
	* Macedonian (Arangel Angov)
	* Portuguese (Duarte Loreto)
	* Romanian (Adi Roiban)
	* Serbian (sr) (Горан Ракић)
	* Serbian (sr) (Goran Rakić)
	* Thai (Theppitak Karoonboonyanan)
	* Ukrainian (Maxim Dziumanenko)
	* Vietnamese (Clytie Siddall)
	* zh_CN (甘露(Gan Lu))

version 2.25.90
---------------

	New features and user visible changes:

	* Use gtkbuilder instead of libglade.

	Bugs fixed:

	* #568881: don't rely on gtk implementation details
	* #569825: engrampa should use TMPDIR or XDG_CACHE_HOME for
	  temporary files.

	New or updated application translations:

	* Brazilian Portuguese (Fabrício Godoy)
	* Catalan (Jordi Mallach)
	* Deutsch (Christian Kirbach)
	* Finnish (Ilkka Tuohela)
	* Hungarian (Gabor Kelemen)
	* Korea (Changwoo Ryu)
	* Swedish (Daniel Nylander)

version 2.25.2
--------------

	Bugs fixed:

	* #567554: An error occurred while adding files to the archive after
	  encrypt the zip archive.
	* #566591: File roller cannot create splitted archives with pieces
	  smaller than 1 Mb
	* #560647: engrampa wakes up the CPU 2 times per second.
	* #563208: engrampa can't extract to an ftp mounted directory.
	  Patch by Gerard Lommerse.
	* #564029: Unziping an archive from caja fails with certain
	  characters.
	* #565879: isoinfo.sh has shebang but is installed -x Patch by Loïc
	  Minier.
	* #567901: renaming directory in tarball creates duplicate files
	* #568260: engrampa installs static libraries by default (for
	  caja extension)
	* #566683: remove redundant figures

	New or updated application translations:

	* Español (Jorge González)
	* Norwegian Bokmål (Kjartan Maraas)
	* zh_CN (甘露(Gan Lu))

version 2.25.1
--------------

	Bugs fixed:

	* #564805: Drop libmate/ui dependency. Patch by Saleem Abdulrasool.
	* #561535: Unable to create archive with OpenOffice document using
	  caja integration. Patch by Gerard Lommerse.
	* #559481: Can't open/view file directly from File Roller if there
	  is a bracket in the directory/file name. Patch by Gerard Lommerse.

	New or updated manual translations:

	* Catalan (Joan Duran)

version 2.24.2
--------------

	New or updated application translations:

	* Estonian (Ivar Smolin)

version 2.24.1
--------------

	Bugs fixed:

	* #556623: correct spacings in glade dialogues. Patch by Christian
	  Persch.
	* #556619: format not a string literal and no format arguments.
	  Patch by Christian Persch.
	* #556571: non secret password typing.
	* #555282: opening archive on remote directory fails with "Operation
	  not supported".

	New or updated application translations:

	* Arabic (Anas Afif Emad)
	* Brazilian Portuguese (Fábio Nogueira)
	* Czech (Adrian Guniš)

	New or updated manual translations:

	* Finnish (Valto Wirkola)

version 2.24.0
--------------

	Bugs fixed:

	* #546799: engrampa crashed with SIGSEGV in g_str_hash()
	* #552031: Add archiving and compression to desktop categories.
	  Patch by Patryk Zawadzki.

	New or updated application translations:

	* Afrikaans (F Wolff)
	* Arabic (Anas Afif Emad)
	* Catalan (Jordi Mallach)
	* Croatian
	* Danish (Ask Hjorth Larsen)
	* Dzongkha (Dawa pemo)
	* French (Claude Paroz)
	* Greek (Kostas Papadimas)
	* Gujarati (Sweta Kothari)
	* Hungarian (Gabor Kelemen)
	* Italian (Milo Casagrande)
	* Kannada (Shankar Prasad)
	* Lithuanian (Gintautas Miliauskas)
	* Malayalam (Santhosh Thottingal)
	* marathi (Sandeep Shedmake)
	* Romanian (Mișu Moldovan)
	* Russian (Yuriy Penkin)
	* Serbian (sr) (Горан Ракић)
	* Serbian (sr) (Goran Rakić)
	* Telugu (Krishna Babu K)
	* Turkish (Baris Cicek)

	New or updated manual translations:

	* Español (Jorge González)
	* Finnish (Valto Wirkola)
	* French (Claude Paroz)
	* German (Mario Blättermann)
	* Italian (Milo Casagrande)

version 2.23.92
---------------

	Bugs fixed:

	* #551153: [PATCH] rpm: display empty directories and support device
	  files. Patch by Eric Piel.
	* #551146: [PATCH] cpio: escaped filenames and block devices
	  support. Patch by Eric Piel.
	* #546541: File associations paragraph corrected. Patch by Claude
	  Paroz.

	New or updated application translations:

	* British English (David Lodge)
	* albanian (Laurent Dhima)
	* Bulgarian (Alexander Shopov)
	* Croatian (Robert Sedak)
	* Korean (Changwoo Ryu)
	* Vietnamese (Nguyễn Đình Trung)
	* zh_CN (甘露(Lu Gan))

	New or updated manual translations:

	* Vietnamese (Nguyễn Đình Trung)

version 2.23.91
---------------

	Bugs fixed:

	* #544766: engrampa doesn't remember open-with application.
	* Sort the archive type list to make it easier to find the desired
	  type.

	New or updated application translations:

	* Basque (Iñaki Larrañaga Murgoitio)
	* Chinese (Hong Kong) (Chao-Hsiung Liao)
	* Chinese/Traditional (Chao-Hsiung Liao)
	* Español (Jorge González)
	* French (Claude Paroz)
	* German (Hendrik Richter)
	* Oriya (Manoj Kumar Giri)
	* Polish (Tomasz Dominikowski)
	* Serbian (Goran Rakić)

	New or updated manual translations:

	* German (Mario Blättermann)

version 2.23.6
--------------

	Bugs fixed:

	* #350640: sending an empty folder doesn't work.
	* #548020: "create archive" directory selection not working
	  correctly. Patch by Marcel Stimberg.
	* #546698: engrampa-2.23.1/2.23.5 removes r/x bit for anyone but
	  root from /
	* #547733: 7-zip tells about invalid command line
	* #547297: Crash reading zip/7za files with 7z version 4.55.
	* #546978: wrong icon for folders. Patch by Matthias Clasen.
	* #547017: segfault in "Open with". Patch by Matthias Clasen.
	* #546505: Debian packages not supported anymore.
	* #542424: Tar.bz2 archives create uncompressed archive files.
	* #546541: Typo and little errors in documentation. Suggested by
	  Frederic Peters. Patch by Claude Paroz.
	* LP#26662: engrampa fails to open .Z files.

	New or updated application translations:

	* Arabic (Djihed Afifi)
	* Belarusian Latin (Ihar Hrachyshka)
	* Bengali INDIA (Runa Bhattacharjee)
	* Brazilian Portuguese (Fábio Nogueira)
	* Español (Jorge González)
	* Estonian (Ivar Smolin)
	* Finnish (Ilkka Tuohela)
	* Hebrew (Gil Osher)
	* Japanese (Takeshi AIHANA)
	* Portuguese (Duarte Loreto)
	* Swedish (Daniel Nylander)
	* Thai (Theppitak Karoonboonyanan)

	New or updated manual translations:

	* Español (Jorge González)
	* German (Mario Blättermann)

version 2.23.5
--------------

	New features and user visible changes:

	* Added a help button to the window used to create archives from the
	  file manager menu.
	* Unified the "new" and "save as" dialogs. Allow to specify other
	  options in these dialogs, such as whether to encrypt the header and
	  whether to split the archive in volumes.
	* User's manual: now describes the current engrampa version.

	Bugfixes:

	* #545188: Has incorrect start text for 7zip version 4.43
	* #545168: no longer possible to open a multi-volume rar from any
	  part
	* #545161: engrampa crashed with SIGSEGV in strlen() when
	  extracting tarball.
	* #544613: engrampa crashed with SIGSEGV in remove_directory()
	* #544296: desktop entry does not validate. Patch by Götz Waschk.
	* #544184: extra space in the mimetype lists. Patch by Sebastien
	  Bacher.
	* #544182: configure.ac should use AC_PROG_CC. Patch by Sebastien
	  Bacher.
	* Allow to create multi-volume archives from the main window.

	Updated application translations:

	* Arabic (Djihed Afifi)
	* Dutch (Wouter Bolsterlee)
	* Norwegian Bokmål (Kjartan Maraas)
	* Macedonian (Arangel Angov)
	* Occitan (Yannig Marchegay (Kokoyaya))
	* Galego (Ignacio Casal Quinteiro)
	* Brazilian Portuguese (Fabrício Godoy)
	* Español (Jorge González)
	* Czech (Adrian Guniš)
	* Estonian (Ivar Smolin)

	Updated manual translations:

	* Swedish (Daniel Nylander)

version 2.23.4
--------------

        New features and user visible changes:

	* Added support for reading and extracting alz archives (#521324).
	* Added support for rzip compressed files (#503000).
	* Added support for creating self-extracting zip archives.
	* Added ability to create multi-volume archives.
	* Added support for header encryption.  Implemented header encryption for
	  7zip and rar archives.
	* Use the 7z command to read/write zip, cbr, cbz archives, and to
	  read cabinet, arj, rar and iso archives.
	* Try to get the mime type from magic numbers if all other methods
	  fail.
	* Now the progress dialog is exact when adding, extracting or deleting
	  files for tar, zip, rar and 7zip archives (#153281).
	* Do not add the backup files, that is files ending with ~, to the
	  archive.
	* Operations are now more efficient for archives with a long file
	  list.

	Bugfixes:

	* Fixed bug #343201 – Use p7zip for RAR archives?
	* Fixed bug #529395 – engrampa will not open 256 AES zip files
	* Fixed bug #515194 – PK 4.5 Zip files
	* Fixed bug #519046 – add x-cbr and x-cbz support
	* Fixed bug #336790 – engrampa can't open winzip-10 encrypted files (AES)
	* Fixed bug #539629 – Create archive for Trash/Computer
	* Fixed bug #506698 – 7z Filename (header) Encryption request
	* Fixed bug #542541 – icon lookup code is broken
	* Fixed bug #504584 – Incorrect comportment when extracting multi part
	  rar files.

	Internal code:

	* Simplified the way to register commands.
	* Allow to compile with Gtk+ 2.12 as well.

version 2.23.3
--------------
	* Added partial support for tar archives compressed with 7zip.
	* Display the progress dialog if the operation lasts more than 5
	  seconds.
	  Display the progress dialog without delay if extracting or converting
	  an archive.  After the extraction add to the progress dialog the
	  button to open the destination folder and after the conversion add
	  the button to open the newly created archive.
	  Removed the 'view folder after extraction' option from the
	  extraction dialog.
	* Removed the preview-file stock item, use gtk_stock_open instead.
	* Do not use the sh command to exec the process, use the utility command
	  directly to allow to stop the process properly
	* Use g_io_channel to read the command output.

version 2.23.2
--------------

	* Fixed bug #480190 – files added to archive are wrongly placed in root
	* Fixed bug #535967 – Meaningless message: Open Go to the next visited
	  location selected folder
	* Fixed bug #536055 – Support for special characters in rpm archives
	* Fixed bug #527271 – Ctrl-Q should quit engrampa.
	* Fixed bug #532789 – engrampa crashes when modifying archive,
	  data destroyed
	* Fixed bug #532255 – engrampa silently allows the user to exit in
	  the middle of an operation.

version 2.23.1
--------------

        New features and user visible changes:

	* Show an alert dialog when the 'save as' operation is completed, and
	  allow the user the open the newly created archive.
	* Load and save the 'add folder' dialog options.  Allow to clear the
	  options as well.
	* Allow to specify a password when converting an archive to another
	  format.
	* Added keyboard shortcut to deselect all.  Moved add files and add
	  folders down in the edit menu.  Moved stop and reaload at the bottom of
	  the view menu.  Removed the 'sort by' submenu.
	* Added an exclude folder filter to specify sub-folders to ignore when
	  adding a folder recursively.
	* Added ability to extract folders from the folder
	  pane using drag & drop.

	Bugfixes:

	* Fixed bug #523158 – exclamation mark in RAR password
	* Fixed bug #516043 – status bar / progress bar artifact
	* Fixed bug #512474 – Visual glitches at startup

	Internal code has been modified in order to remove the usage of
	deprecated libraries and API:

	* now the GIO library is used to access the filesystem instead of
	  the deprecated mate-vfs library.
	* gtk+ is used to get the applications and mime types icons.
	* replaced mate_url_show with g_app_info_launch_default_for_uri.
	* use g_app_info_launch_default_for_uri to show the help dialog.
	* use the new tooltips API.
	* use g_key_file instead of mate_config for loading/saving sessions.
	* use GRegex instead of the custom utf8_fnmatch function.

version 2.22.0
--------------

	* Fixed bug #518680 – Right click "Extract Here" action: Password dialogue
	  doesn't have its title set.
	* Fixed bug #504155 – Crash when click on create before it selects the
	  current directory
	* Updated translations.

version 2.21.92
---------------
	* Updated translations.

version 2.21.91
---------------
	* Updated translations.

version 2.21.2
--------------

	New features:

	* Added the ability to find the files of the archive with the
	  specified filename.

	Bug fixes:

	* Fixed bug #303213 – default to extract in home instead of tmp
	* Fixed bug #509933 – 2.21.1 does not compile

version 2.21.1
--------------

	New features:

	* Implemented the ability to update the files in an archive
	  when the files are modified with an external application (#109767).
	* Added support for lzma files, both normal files and tar-files
	  compressed by lzma (#502999).

	Bugfixes:

	* Fixed bug #487012: Check for the existence of 'filename.tar.{bz2,gz}'
	  and only if it doesn't exist it makes engrampa call tar with
	  the '-cf' switch.
	* Fixed bug #487079: Key F10 can not activate the main menu.
	* Fixed bug #499958: file size displayed incorrectly on .Z file
	* Fixed bug #499558: File-roller is unable to expand some zip files
	* Fixed bug #458399: fix duplicated hotkeys, assign new hotkeys, add
	  some user-friendly features
	* Fixed bug #475166: Failed assertion when --extract-here is used
 	  without --extract-to
 	* Fixed bug #505987: Caja extension directory changed to -2.0
 	* Fixed bug #487012: engrampa causes gnu tar >= 1.19 to give
	  warnings when creating tar-archives
	* Fixed bug #490891: skips files when opening an old ARJ archive
	* Fixed bug #504597: Direct compare on string

version 2.20.2
--------------
	* Updated translations: Occitan (oc), Galician (gl), Arabic (ar),
	Slovenian (sl), Hebrew (he), Hungarian (hu).

version 2.20.1
--------------
	* Fixed crash after cancelling an archive creation from the Caja
	context menu. (bug #482203)

version 2.20.0
--------------
	* Fixed bug #473158 - ask-password.glade is missing
	* Fixes bug #463968 - engrampa crashed with SIGSEGV in
	  g_closure_invoke()
	* Removed old check that prevented extraction to remote locations
	  via DnD.

version 2.19.92
---------------
	* Display empty folders in 7zip archives.

version 2.19.91
---------------
	* Fixed bug #467482 - [gutsy regression] "extract here" no longer puts
	  extracted file "here".
	* Fixed bug #468677 - engrampa doesn't open folders if you go up
	  one level.
	* Fixed bug #469528 - engrampa crashed with SIGSEGV in strlen()
	* Fixed bug #469221 - extract a package on an NTFS partition doesn't
	  work.

version 2.19.90
---------------
	* Fixed copy & paste of folders with tar archives.
	* Fixed execution of the sidebar context menu commands.
	* Fixed renaming of files.  Do not change the current location when
	reloading the archive after a rename.
	* Fixed bug #144216 - can't open compressed .EXE files
	* Fixed bug #463251 - remove #include <mate.h> lines
	* Fixed bug #463235 - Can't add an empty directory with --add option.
	* Fixed bug #463753 - replace mate_help_display.
	* Fixed bug #463887 - Progress bar height should be smaller.

version 2.19.4
--------------
	* Get the mime type from the file content to find out the default
	  application to use when viewing a file.
	* Added a sidebar context menu.
	* Unescape the archive filename in the tree view.
	* Fixed bug #450150 - Translate program description correctly.
	* Fixesd bug #461356 - Please add comment to this time string.

version 2.19.3
--------------
	* Added support for Drag&Drop among engrampa	windows.
	* Added a folders pane.
	* Fixed daylight saving time calculation.
	* Save and restore the filename column width.
	* Fixed bug #402756 - Can not open a file whose name is in
	non-ascii encoding.

version 2.19.2
--------------
	* Added support for cut/copy and paste among different windows.
	* Fixed bug #171619 - uses MateIconTheme which is deprecated
	* Fixed bug #398824 - crash in Archive Manager: Opened a lha-archiv
	* Fixed bug #438340 - engrampa has problems with files starting
	  with a dash ("-")
	* Fixed bug #402760 - "modified time" column is displayed blank in
	  zh_CN.GB18030 locale when creating a new archive
	* Fixes bug #440662 - extraction of files with special characters only
	  when in directory.
	* Fixes bug #439154 - engrampa: fails to create archives from
	  files starting with '#'

version 2.19.1
--------------
	* Added ability to load and save remote archives, to add remote files
	  to an archive and to extract to remote locations.
	* Make sure the extract_here destination is unique.
	* View the destination folder after performing an
	  extract_here operation if the corrisponding mateconf key is active.
	* The encrypted emblem is now shown on the right of the name column,
	  this way the mime-type icon is alway visible.
	* The error dialog is now HIG compliant.

version 2.18.0
--------------
	* Use standard password blank character instead of stars (#407461)
	* Removed Application from the .desktop categories.
	* Updated translations: zh_CN, lt, gu, mg, sl, ku, sr, bn_IN, ca,
	  nl, hu, ru, ro.

version 2.17.92
---------------
	* Fixed bug #409433 – Feisty Herd4: File-Roller shows directory
	  name twice.

version 2.17.91
---------------
	* The password dialog is HIG compliant (#396775)
	* Disable the ok button in the 'open with' dialog if no
	  application has been selected (#395074).

version 2.17.90
---------------
	* Updated translations: th, de, sv.

version 2.17.5
--------------
	* Fixed bug #387602 – Cannot open self-extracting files (*.exe)
	* Fixed bug #384499 – File-roller does not handle filenames starting with
	  a dash (-) correctly.
	* Fixed bug #384504 – File-roller does not handle filenames containing
	  a backquote (`) correctly.
	* Fixed bug #374478 – crash in Archive Manager: using archive
	  manager to...

version 2.17.4
--------------
	* Use the XDS protocol to extract dragged files.
 	  Fixes bug #102501 – Drag-and-drop extract operation should run
 	  instantly in background.
	* New app icons from Jakub Steiner
	* Made action icons themable.
	* Fixed bug #324154 – engrampa can't display modified time on
	  non-utf8 locale

version 2.17.3
--------------
	* Fixed ISO images extraction.
	* Fixes bug #371582 – Dead code in window.c
	* Fixed bug #367385 – [WISHLIST] engrampa does not close after
	  closing last open archive in violation of HIG

version 2.17.2
--------------
	* Make stock icons themable. (#362922)
	* Do not add temp archives to the recent files list
	* View as Java Archive (jar) (#43975)
	* Do not display a 100% progress bar when the last file is processed.
	* Rename the extraction folder if a folder with	the same name already
	  exists.
	* Fixed bug #349824 – does not work with 7zr.
	* Fixed bug #350192 – [PATCH] Make the Ok button to be default in
	  delete dialog.
	* Fixed bug #160991 – Crash while trying to extract from a .sit
	* Fixed bug #355307 – If uncompressed name not specified in compressed
	  file, cannot view, bad extracted filename.
	* Fixed bug #348211 – Please distinguish "View" menus/buttons for
	  translation.
	* Fixed bug #347019 – incorrect error message shown when trying to open
	  incomplete archive
	* Fixed bug #338210 – Context menu option "open files" not available
	  for folders.
	* Fixed bug #348524 – rar archives give ERROR: Unknown option: idp
	* Fixed bug #370754 – Manual menu item should be 'Contents' not 'Help'

version 2.17.1
--------------
	* Added ace and cpio support.
	* Allow to store, view and extract empty folders (#162792).
	* Use the file-chooser dialog to extract files.
	* Fixed bug #303213 - default to extract in home instead of tmp
	* Fixed bug #304362 - crash extratcting .sit stuffit files
	* Fixed bug #359629 - rpm support on solaris failing

version 2.16.1
--------------
	* Updated translations: ar, en_GB, et, ka, nn.

version 2.16.0
--------------
	* Updated translations: ja, sv, or, zh_CN, ml, ca, mr, lv, de, mk,
	  pt_BR, lt, pt, hu, mk, el, ta, bg, bn_IN, ro.

version 2.15.93
---------------
	* Prompt for the password when an archive is encrypted
	  instead of simply displaying a warning on how to spicify a password
	* Do not use the encrypted emblem for folders.
	* Added X-MATE-Bugzilla-Version field to the .desktop file.
	* Fixed bug #349095: Filetypes seriously screwed up in .zip files
	* Fixes bug #153642: Temporary files are created on the current
	  directory

version 2.15.92
---------------
	* Fixed tar archives creation.

version 2.15.91
---------------
	* Fixed bug #343739 – Seems to not escape file names correctly.
	* Fixes bug #340050 – tar permissions are not preserved.
	* Fixed bug #339913 – "create archive" option does not work on some
	  filenames.
	* Fixed bug #347624 – fix build with gcc 2.95
	* Fixed bug #347416 – RecentFilesMenu - OpenRecentMenu converting
	* Update translations: eu, zh_HK, zh_TW, nb, et, fr.

version 2.15.90
---------------
	* Update translations: cs, dz, fi, gu, ko, sk, sv.
	* Update manual translations: sv.

version 2.15.1
--------------
	* Migrated from EggRecent to GtkRecent.
	* Fixed bug #345052 – file roller should remember the size of the
	  window when it closes.
	* Fixed bug #345278 – File operations on the Edit menu should be moved
	  to the Archive menu.
	* Fixed bug #342251 – backspace does not go up a directory (ala
	  Caja)
	* Fixed bug #336078 - [PATCH] Convert from popt to GOption
	* Fixed bug #317782 - engrampa Cygwin build fixes
	* Fixed bug #152039 - Password Protected Files must be displayed
	  differently.

version 2.14.3
--------------
	* Fixed bug #338944 - Open Files..., can't delete programs
	* Updated translations: et.
	* Updated manual Spanish translation.

version 2.14.2
--------------
	* Fixed filename escaping in tar archives.

version 2.14.1
--------------
	* Ask for the password when trying to open a password protected rar
	  or arj archive.
	* Updated the user's guide.
	* Added help button to all the dialogs.
	* Install theme-friendly icon.
	* Fixed bug #335035 - mistake in engrampa's License.
	* Fixed bug #336908 - backshalshes not supported in paths.
	* Fixed bug #336632 - Help for Extract Dialog pointing to incorrect
	  location.
	* Fixed bug #336854 - crash on twice unpacking to the same location.
	* Fixed bug #335659 - File Roller should move not copy files.
	* Fixed bug #335368 - Crash when opening large 7z-archive.
	* Fixed buf #326193 - engrampa creates empty 7zip archives.
	* Fixed bug #337754 - Drag and Drop extraction only works when source
	  already has focus.
	* Fixed bug #337331 - Cut/Paste same file results in loss of file.

version 2.14.0
--------------
	* Added license button to the about dialog.
	* New translations: Georgian (ka) and Breton (br).
	* Updated translations: Ukrainian (uk), Welsh (cy), Hindi (hi),
	  Swedish (sv), et, Czech (cs), Italian (it), Romanian (ro).

version 2.13.92
---------------
	* Fixed bug #331601 – Caja doesn't display the "Extract here" menu
	  option for files which have a ".ps.gz"

version 2.13.91
---------------
	* Fixed bug #330315 - ps.gz files not associated
	* Fixed bug #328942 - Don't translate empty strings

version 2.13.90
---------------
	* Fixed bug #328473 – should not distribute pre-mate-2.8 mime files
	* Fixed bug #328331 - Crashes on extraction
	* Fixed bug #328036 - Add GTK category to the .desktop file

version 2.13.4
---------------
	* Fixed bug #139912 - file roller is not a "system tool".
	* Fixed bug #168388 - file roller shouldn't create an ARCHIVE_FILES
	  folder if the archive only have one root folder
	* Fixed bug #326810 - engrampa escaping issue with '#' by example.
	* Removed obsolete .applications file.

version 2.13.3
---------------
	* Updated translations: ca, zh_HK, zh_TW, vi, fi, ja, be, hy.

version 2.13.2
---------------
	* Fixed bug #323713: "Save as" should default to current archive
	  filename
	* Fixed bug #315069: engrampa: drag 'n drop doesn't work for more
	  than 1 file.
	* Fixed bug #323534: Passwords improperly escaped for zip files
	* Do not open a progress dialog	when dragging files, use a progressbar
	  in the statusbar instead.
	* Fixed bug #316364: Caja dependency should be optional
	* Fixed bug #311821: ascending and descending indicators are opposite
	  from expected.
	* Fixed bug #317423: Conflicting mnemonic in "Extract" dialog.
	* Fixed bug #323068: engrampa fails in chosing extract-to directory
	* Fixed bug #322197: Improve Naming Filename when create new Archive
	  file
	* Fixed bug #316564: needs unzip AND zip.
	* Simplified the add dialog populating the file type combobox with the
	  extensions instead of the descriptions.
	* Set progress dialog display delay to 1 second.
	* More HIG compliant progress dialog.
	* Use a single command execution to add many files and folders to an
	  archive to speed up the operation.
	* Allow to stop creation of a new archive.
	* Correctly associate fr to 7zip files.

version 2.13.1
---------------
	* Fixed bug #319600: compilation under AIX 5.1 aborts with ".atoll
	  not found".
	* Fixed bug #319343: engrampa won't let me delete files from an
	  archive which contain a dollar sign ($).
	* Removed the matecomponent component.

version 2.12.1
---------------
	* Updated translations: it, bn, sv, ku, vi, eu.

version 2.12.0
---------------
	* New and updated translations.

version 2.11.92
---------------
	* Do not allow Drag and Drop on the same window.

version 2.11.91
---------------
	* Fixed bug #311437: [breezy] can't extract a filename from a directory
	  with a space in it from ISO.
	* Ported the help documents to mate-doc-utils.
	* Fixed bug #312243: wrong zoo and 7-zip extensions.
	* Fixed bug #312240: escape sequences in rar output.
	* Fixed bug #312246: FR does not read all pending output.

version 2.11.90
---------------
	* Fixed bug #105521: single click: list view should have mouse-over.
	* Fixed bug #310015: crash when listing 7-zip archive with 7za 4.x
	* Updated translations: de bg zh_TW gl sr sr@Latn gu ja fi

version 2.11.2
--------------
	* Removed copy/move/rename/delete archive commands.
	* The recent files items are in the Archive menu instead of a submenu.
	* Changes in the properties dialog: align labels to left, allow window
	  resizing, ellipsize filename and path labels.
	* Fixed bug #142860: File-roller displays files larger
	  than 2GB as 2GB.

version 2.11.1
--------------
	* Do not create a _FILES folder anymore (#167261).
	* Allow to extract more archives at once.  Added an --extract-here
	  command line option.
	* Use g_filename_display_name and g_filename_display_basename when
	  appropriate.
	* Prevent renaming of files to silently overwrite other existing
	  files (#168287).
	* Header cleanup (#171618).
	* Allow stock labels to show through, be nice to translators (#172867).

version 2.10.2
--------------
	* Fixed bug #300238: Unable to gunzip "gzip'd ubuntu mail archives".
	* Plugged a little memory leak related tooltips.

version 2.10.1
--------------
	* Fixed bug #171195: File-Roller will not tar up any subdirectories
	  directly under /
	* Fixed bug #170842: Toolbar buttons too wide.
	* Fixed bug #170329: Aborting File Add can sometimes crash the
	  application.
	* Fixed bug #170258: engrampa can't open for preview files with a
	  white space in filename.
	* Fixed bug #169818: Archive menu item to be disabled if no files are
	  selected.
	* Fixed bug #172219: Select All and Deselect all doesnt work properly.
	* Added ellipsize property to the list view.
	* Do not activate the first row after reordering the list in single
	  click mode.
	* Fixed bug in recent files view.

version 2.10.0
--------------
	* Updated translations: it, sr, sr@Latn, lt, hu.

version 2.9.92
--------------
	* Fixed bug #157698: Default new archive name as the first-added object.
	* Fixed bug #168477: Create Archive should leave status window in the
	  background while creating multiple folder archives.
	* Fixed bug #159952: engrampa compilation error.
	* Fixed bug #166658: Archives should only be processed if command-line
	  utility is present.
	* Fixed bug #144953: ISO reading assumes Joliet and Rock Ridge
	  extensions.

version 2.9.91
--------------
	* Updated recent-files from libegg.

version 2.9.4
-------------
	* Fixed bug #100927: should use MATE mouse click settings.

version 2.9.3
-------------
	* Fixed bug #132555: engrampa does not honor system-wide toolbar
	  setting.
	* Fixed bug #162188: RAR archives' directories are not recognized
	  properly.
	* Fixed bug #162324: Cannot drag files from gthumb to engrampa

version 2.9.2
-------------
	* Fixed bug #152129: Unnecessary call to _window_update_sensitivity()
	* Fixed bug #154821: engrampa can't open archives with extension
	  .lha
	* Fixed bug #154398: Remove some useless code.
	* Fixed bug #154233: load_icon_file optimization.
	* Fixed bug #161141: Time of modifcation incorrect
	* Fixed bug #161147: View->Toolbars inconsistent across multiple
	  instance.
	* Fixed bug #160617: "Create archive" context menu item does not
	  support single-file bz2 or gz
	* Fixed bug #160401: create archive doesn't work on read-only CD-ROM
	* Fixed bug #159906: the configure.in should update its mate-vfs
	  requirement.
	* Fixed bug #160221: No more "extract here" entry in Caja
 	  context menu.
	* Use 'extract to...' if the archive location is write only.
	* Fixed loading of rar archives with directories.

version 2.9.1
-------------
	* Added a 'Open Recent' menu item on the toolbar.
	* Added password support and testing to RAR archives.
	* Fixed bug #145162] .omf.out and omf_timestamp files should not be in
	  cvs.
	* Fixed bug #159172: tooltips leaked.
	* Fixed bug #159464: Should not use deprecate mime API
	* Make logo icon to use the theme icon.

version 2.9.0
-------------
	* Added AR, Debian and 7-zip archives support.
	* Open the "open with" dialog if the file type does not
	  have a registered application; get rid of the internal viewer.
	* Make the text invisible for the password entries.
	* Removed Select All/Deselect All from the context menu.

version 2.8.0
-------------
	* Updated translations.

version 2.7.5
-------------
	* Fixed bug #151427: Compilation error.
	* Fixed bug #150672: Back button is broken
	* Fixed bug #150329: File roller creates predictable /tmp directories
	* Fixed bug #150327: Adding a directory to archive hangs file roller
	* Fixed BUG #150328: avoid crashing while DND of 'Home' icon into
 	  engrampa.
	* Updated the recent-files sources from libegg.

version 2.7.4
-------------
	* Updated the recent-files sources from libegg.
	* Added more mime types to the desktop file.

version 2.7.3
-------------
	* Added the supported mime types to engrampa.desktop

version 2.7.2
-------------
	* Fixed bug #144041: [Solaris] gtar will not be in path
	* Do not display the "operation stopped" dialog (bug #144171).
	* Fixed a leak and the display of the error message (bug #145440).

version 2.7.1
-------------
	* Fixed bug #144455: Make engrampa session aware even when no
	  archive is opened.
	* Fixed bug #144079 (iso is not listed as a archive in open dialog)
	* Hide the main window when in batch mode.
	* Allow to extract all the files, not only the selected files, from
	  an ISO image.

version 2.7.0
-------------
	* Added read/extract support for ISO files. (bug #142316)
	* Split the add dialog into two dialogs, one used to add files and the
	  other one used to add folders.
	* Ask the distination folder after pasting a selection, this allows
	  the user to create new folders in the archive.
	* Added content size and compression ratio in the properties dialog.
	* Extract selection without creating the whole path. (bug #140971)

version 2.6.1
-------------
	* Fixes reading of filenames with spaces in tar archives.
	* Fixes bug #138154 (File-Roller Crash when dropping a file dragged
	  from archive).
	* Remove a file from the recent file list if the file could not be
	  loaded.
	* Add RPM and Stuffit to the recent file list mime types.

version 2.6.0
-------------
	* Updated translations.

version 2.5.7
-------------
	* Fixed bug #137183 (Crash when opening tar-file when using 24 hour
	  time format).
	* Updated manual.
	* Added localized manuals for de, es, fr, it, ja, ko, sv,
	  zh_TW, zh_HK, zh_CN.

version 2.5.6
-------------
	* Use a better logic to parse the tar output.
	* Updated to work with the new filechooser api.

version 2.5.5
-------------
	* Use gtar if present, otherwise use tar.
	* Fix the "Zip Objects" command.
	* Remove C++ style comments.
	* Fix bug #133998 (schemas file must not be removed during distclean).
	* Updated manual.
	* Fix the password protected detection code.
	* Handle the delete_event event for the progress dialog.
	* Add a filter for the "save archive" and "new archive" dialogs,
	  simplify the filter for the "open archive" dialog.

version 2.5.4
-------------
	* Fix bug #105739 (Can't open tar.gz files on Solaris).
	* Fix bug #133358 (Small HIG fix for column header).
	* Allow to extract more archives at once with the "Extract Here"
	  command.
	* Use GType instead of guint.  Fixes segfaults on 64-bit architectures.
	* Do not show the new window until we are sure that the archive
	  has been opened with success.

version 2.5.3
-------------
	* Simplify the "Load Options" and "Save Options" commands in the
	  Add dialog.
	* Make the path column visible only if the list mode is set to flat.
	* Fix the "Save as" dialog.
	* Updated the recent-files stuff from libegg.
	* Changed Caja context menu item to "Zip Objects" and simplied
	  the dialog.
	* Always use a close button in the error dialogs.

version 2.5.2
-------------
	* Replace GtkFileSelection with GtkFileChooser everywhere.
	* Use mate_url_show instead of calling caja explicitly.
	* Do not use mkdtemp which does not exist on Solaris9.
	* Do not destroy the file selector if the archive was not created
	  successfully.
	* Do not add the password argument if the password is an empty string.
	* Use the stock system for the commands Add, Extract and View.
	* Updated the egg_recent stuff.
	* Changed name to "Zip Creator" and category to System Utility.
	* The preferences dialog has been removed.
	* The add dialog has been simplyfied.
	* The extract dialog is a GtkFileChooser in folder mode now.

version 2.5.1
-------------
	* Fix crash upon LZH file opening (#129794).

version 2.5.0
-------------
	* Added unstuff and RPM support.
	* Added ability to rename files and folders.
	* Added Cut/Copy/Paste operations.
 	* Add files and folders to the current directory.
	* Added ability to go back and forward in location history.
	* Open the archive in a new window if the current window already has
	  an archive opened.
	* Exit closes only the current window instead of closing all the
	  windows.
	* Zip archives: ask to enter a password if the archive is password
	  protected.
	* Remember extraction dialog options.
	* Substitute "Extract To.." with "Extract Here" in the Caja
	  context menu.

version 2.4.2
-------------
	* Do not compile with the DISABLE_DEPRECATED macros defined.
	* Handle filenames with ambiguous chars (like []*) in zip archives.
	* Handle passwords with spaces in zip archives.

version 2.4.1
-------------
	* Fixed bug that prevented the user to view the content of a
	  compressed file.

version 2.4.0
-------------
	* Updated recent files stuff from libegg.

version 2.3.6
-------------
	* Use unrar if rar is not available.

version 2.3.5
-------------
	* Minor bugfixes.

version 2.3.4
-------------
	* Updated manual.
	* Minor bugfixes.

version 2.3.3
-------------
	* Updated manual.
	* Make dialogs more HIG compliant.
	* Removed "Extract Here" and "Extract in a Folder" from the
	  Caja context menu.
	* Minor bugfixes.

version 2.3.2
-------------
	* Added ARJ archives support.
	* The delete operation move the archive to the trash instead of
	  deleting it from the disk.

version 2.3.1
-------------
	* Added ability to convert archives.
	* Popup a progress dialog when a long operation is underway,
	  instead of using a progress bar in the status bar.
	* Give more detailed information about the current operation (only
	  for tar archives at the moment).
	* When creating new archives, if the user does not specify the
	  extension, use 'tgz' as default instead of giving an 'archive
	  type not supported' error.
	* Associate File Roller to the zoo archive format.
	* Use a text entry instead of the option menu for the location.
	* Do not allow dangerous operations, that is operations that if stopped
	  can cause the lost of the archive, such as adding and
	  removing files, to be stopped.
	* Allow to stop folders reading.
	* Added ability to test zoo archives.
	* New toolbar icons.
	* Bugfixes.

version 2.3.0
-------------
	* Added ZOO archives support.
	* Read folders asynchronously.
	* Display a better error message when the user forgets to specify
	  the archive name in the "add to archive" dialog.
	* Handle tar archives with a ':' in the path.

version 2.2.0
-------------
	* Updated the manual.

version 2.1.5
-------------
	* Handle LHA archives created on Windows.
	* Bugfixes.

version 2.1.4
-------------
	* Bugfixes.

version 2.1.3
-------------
	* Multi Drag & Drop support.
	* Session management support.
	* HIG compliant dialogs.
	* Added archive operations in the caja context menu.
	* Scripts removed.
	* Bugfixes.

version 2.1.2
-------------
	* Archive loading is 3 times faster.
	* Recognize zip archives regardless of the file extension.

version 2.1.1
-------------
	* Use egg-recent for handling recent files.
	* Use mate-icon-lookup to get icons.

version 2.1.0
-------------
	* Do not read the archive in non-interative mode, this speeds up
	  extraction with Caja scripts.
	* Fixed russian manual.

version 2.0.2
-------------
	* Bugfixes.

version 2.0.1
-------------
	* Added a compression level option.
	* Added ability to extract multiple archives from command line.
	* Removed the "install Caja scripts" option, now simply install
	  scripts the first time you start File Roller.
	* Added ability to hide toolbar and statusbar.
	* Re-arranged menus.
	* Recent archives are shown in a submenu.
	* Uses mateconf instead of mate-config.
	* Builds on systems that do not have the FNM_CASEFOLD constant
	  defined (e.g. Solaris).

version 2.0.0
-------------
	* New option to install and remove the caja scripts automatically.

version 1.109
-------------
	* Added option to view the destination folder after extraction.
	* Updated documentation.
	* bugfixes.

version 1.108
-------------
	* re-arranged menus.
	* bugfixes.

version 1.107
-------------
	* added support for encrypted zip archives.
	* added test operation for zip archives.
	* added mnemonics to all dialogs.
	* use Caja as document viewer.
	* user manual.
	* handle archives with a ';' in the name.
	* use g_spawn to create processes.

version 1.106
-------------
	* the user can specify files to exclude when adding files with
	  the wildcard.
	* the user can save and load add dialog options.
	* ask whether to overwrite the file when copying, moving or renaming
	  an archive.
	* added ability to rename compressed files.

version 1.105
-------------
	* The document viewer shows the components list in a submenu.
	* bugfixes.

version 1.104
-------------
	* bugfixes.

version 1.103
-------------
	* bugfixes.

version 1.102
-------------
	* bugfixes.

version 1.101
-------------
	* ported to MATE 2.

version 0.8
-----------
	* added support for single files compressed with gzip, bzip, bzip2,
	  compress, lzop.
	* non-interactive mode to automatically add files to archives.
	* added two Caja scripts to extract archives and add files to
	  archives.
	* use the MIME database to decide whether to use the viewer or
	  the associated application when double-clicking on a file, or
	  ask the user what to do if no entry is available in the database.
	* bugfixes.

version 0.7
-----------
	* the user can choose the columns to show in the file list.
	* when extracting to a non existing directory ask the user whether
	  to create it.
	* bugfixes.

version 0.6
-----------
	* non-interactive mode to automatically extract archives.
	* can open multiple files at command line.
	* works faster when adding and removing a lot of files from
	  compressed tar archives.
	* works better when files in archives have strange characters.
	* fixed a bug when adding files with wildcard.
	* fixed a bug when 'view all files' mode is used.
	* fixed a bug when using tbz and tbz2 extensions.
	* minor bugfixes.

version 0.5
-----------
	* added support for ear, war, tbz and tbz2 archives (me, Claudio Bley).
	* better rar archives support (Claudio Bley).
	* new icon (Jakub Steiner).
	* the document viewer uses the locale language.

version 0.4
-----------
	* added support for multiple windows.
	* fixed some bugs concerning old versions of tar.

version 0.3
-----------
	* added rar and lha support.
	* the user can add, remove, extract files with wildcard.
	* fixed drag and drop of directories.

version 0.2
-----------
	* added jar archives support.
	* works even with big archives.
	* full drag & drop support.
	* double clicking on an file views its content.
	* added a file context menu.
	* the user can specify the file type when creating a new archive.
	* the user can specify the max length of the history list.
	* the user can interrupt a long operation.
	* toolbar buttons show the insensitive state correctly.

version 0.1
-----------
	* first public version.