aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
blob: 39dd51b3ddec7b57434081a4d2aff0a7f6d1b239 (plain) (blame)
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
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
Evolution 2.5.92 2006-02-27
---------------------------

Bug fixes since last release :
http://go-evolution.org/Evo2.5.92#Evolution

Updated Translations:
    
    - ca (Jordi Mas)
    - cs (Miloslav Trmac)
    - el (Kostas Papadimas)
    - es (Francisco Javier F. Serrador)
    - et (Priit Laes)
    - fi (Ilkka Tuohela)
    - gl (Ignacio Casal Quinteiro)
    - gu (Ankit Patel)
    - ja (Takeshi AIHaNA)
    - ka (Clytie Siddall)
    - lt (Žygimantas Beručka)
    - nb (Kjartan Maraas)
    - nl (Vincent van Adrighem)
    - no (Kjartan Maraas)
    - ru (Leonid Kanter)
    - sr (Slobodan D. Sredojevic)
    - th (Theppitak Karoonboonyanan)
    - vi (Clytie Siddall)
    - zh_CN (Funda Wang)
    - zh_HK (Chao-Hsiung Liao)
    - zh_TW (Chao-Hsiung Liao)

    
Evolution 2.5.91 2006-01-13
---------------------------

Bug fixes since last release :
http://go-evolution.org/Evo2.5.91#Evolution

Updated Translations:

    - bg (Vladimir Petkov)
    - ca (Xavier Conde, Jordi Mas)
    - cs (Lukas Novotny)
    - cy (Rhys Jones)
    - en_CA (Adam Weinberger)
    - es (Francisco Javier F. Serrador)
    - et (Ivar Smolin)
    - fi (Ilkka Tuohela)
    - gl (Ignacio Casal Quinteiro)
    - gu (Ankit Patel)
    - lt (Žygimantas Beručka)
    - nb, no (Kjartan Maraas)
    - nl (Tino Meinen)
    - pt_BR (Raphael Higino)
    - sq (Laurent Dhima)
    - sr, sr@Latn (Slobodan Sredojevic)
    - th (Theppitak Karoonboonyanan)
    - vi (Clytie Siddall)
    - zh_CN (Funda Wang)
    - zh_TW, zh_HK (Chao-Hsiung Liao)

Evolution 2.5.90 2006-01-30
---------------------------

What's new :

Bug fixes since 2.5.5 :
http://bugzilla.gnome.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Desktop&product=Evolution&long_desc_type=substring&long_desc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&resolution=WONTFIX&resolution=DUPLICATE&resolution=NOTABUG&resolution=NOTGNOME&resolution=INCOMPLETE&resolution=INVALID&resolution=GNOME1.x&resolution=MOVED&resolution=OBSOLETE&resolution=NOTXIMIAN&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&chfieldfrom=2006-01-17&chfieldto=Now&chfield=bug_status&chfieldvalue=RESOLVED&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=

Updated Translations:

        - bg (Vladimir Petkov)
        - el (Kostas Papadimas)
        - en_CA (Adam Weinberger)
    - es (Francisco Javier F. Serrador)
        - et (Ivar Smolin)
        - fi (Ilkka Tuohela)
        - gl (Ignacio Casal Quinteiro)
        - gu (Ankit Patel)
        - ko (Changwoo Ryu)
        - nb, no (Kjartan Maraas)
        - nl (Vincent van Adrighem)
        - pt_BR (Evandro Fernandes Giovanini)
    - sr, sr@Latn (Slobodan D. Sredojevic)
        - vi (Clytie Siddall)
        - zh_CN (Funda Wang)
    - zh_TW, zh_HK (Chao-Hsuing Liao)
        - POTFILES.in (Adam Weinberger)
        - POTFILES.in (Harish)

Evolution 2.5.5 2006-01-16
--------------------------
  
Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

    #326458 – New Meeting/Task UI: remove useless seperators (Srini)
    #326265 – "Message Source", "Character Encoding" miss mnemonics (Srini)
    #326266 – avoid using "i" as mnemonic (Srini)
    #326381 – change "_Insert" mnemonic in Signature Editor Menu (Srini)
    #325110 – Compose Message Controls Not Working (Shreyas)
    #326877 – UI: Menu Bar Changes Number Of Items When No Email Highlighted (Srini)
    #218570 – "Collapse all" and "expand all" threads feature missing (Srini)
    #221270 – Send & Receive -dialog should show also account name for usability (Rohini)
    #246257 – Find in Message dialog - UI suggestions (Rohini)
    #239929 – Zoom with mousewheel broken (Rajeev)
    #255303 – changing folders strangeness (Srini)
    #325334 – "Canceled" spelling errors (Andre Klapper)
    #325618 – Exchange operations plugin doesn't get loaded on startup. (Srini)
    #313095 – gw: Disable a account which has done proxy login to other account error message is wrong (Shreyas)
    #325568 – Spaces disappeared from strings (Andre Klapper)
    #325748 – Add a new mozila built-in cert module's path for compatible reason (Simon Zheng)
    #273076 – Cryptic short messages in Evolution certificate manager (Andre Klapper)
    #324739 – Crash moving from mail to calendar (Srini)
    #325629 – port to the new libnotify API (Sebastien Bacher)
    #324816 – Alarm Tray eats CPU (Chakravarthi)
    #324889 – Selecting calendar from event-notification drop-down from notification-area crashes EDS (Chakravarthi)
    #213660 – Set default alarm type and sound file in preferences (Johnny Jacob)
    #320101 – When Scheduling Meeting, [Invitations] Tab Accepts Multiple Names (Chenthill)
    #311888 – On Recurrence Meeting Screen, Calendar Doesn't Display Correct View (Chenthill)
    #313112 – Make this occurence movable does not delete moved recurring instance (Chenthill)
    #259505 – In Calendar List View, switching months changes View (Chenthill)
    #271810 – Calendar not enabled if editor adds event (Chenthill)
    #274234 – jump to today pretty useless (Srini)
    #271541 – Read Only Calendars shouldn't present Read Only "New" Screen (Chenthill)
    #326735 – Meeting editor shows a wrong organizer (Chenthill)
    #325446 – Alarm Editor Window width changes as typing custom message (Srini)
    #325502 – resizing task editor window does not resize description input field (Srini)
    #325612 – strings in e-alarm-list.c need translator comments (Andre Klapper)
    #261071 – "RSVP" in evolution addressbook probably needs a translator comment (Andre Klapper)
    #216535 – changing start time should keep appointment's time length (Johnny Jacob)
    #258786 – 'Mark Selected Tasks as Complete' active even after tasks are marked complete (Johnny Jacob)
    #303193 – Changing reminder snooze time doesn't work after pressing ALT-S (Johnny Jacob)
    #325416 – tooltip of *earlier* appointment displayed in day view (Srini)
    #325414 – calendar tooltip never disappearing when aborting appointment creation (Srini)
    #323127 – Attachments pane gone wild (Johnny Jacob)
    #326378 – missing mnemonics for mail recover dialog buttons (Srini)
    #246237 – Compose a message dialog - label suggestions (Rohini)
    #317283 – Contact Categories dialog should have a default response (Devashish)
    #317282 – Contact Full Name dialog should have a default response (Default)
    #326268 – "search > advanced" misses mnemonic (Srini)
    #307513 – Please update some of the commandline tools. (Ali Akcaagac)
    #325334 – "Canceled" spelling errors (Andre Klapper)
    #326265 – "Message Source", "Character Encoding" miss mnemonics (Srini)
    #220286 – Hints are not gone after a folder switch (Srini)
    #326264 – "Current View" and "Caret Mode" have same mnemonic (Srini)
    #325132 – change "Sa junk-plugin" to "Spamassassin plugin" (Andre Klapper)
    #325210 – Plugin Spam learn can not work correctly (Shi Pu)
    #327053 – One typo in the .po file (Harish)
    #327155 – New grammar error (Harish)
    #326842 – Save password not working (Sushma)
    #271546 – Can't subscribe to other user's calendar with non-english Exchange server (Chenthill)
    #326060 – Exchange password expiry handling is broken (Sushma)
    #316100 – there is an empty menu after the help menu (Srini)
    #314748 – modal dialog issue (Sushma)
    #267402 – can not specify https URL for a remote calendar location (Tony Tsui)
    #326265 – "Message Source", "Character Encoding" miss mnemonics (Srini)
    #323011 – UI: options available on right click should be in menus as well (Srini)
    #325926 – Menu bar has entry with no text (Chenthill)
    
New features and other fixes :
    - Merge caldav eplugin from evolution-caldav into Evolution (Harish)
    - Calendar EText Wrapping (Johnny Jacob)
    - CSV and Tab import support for addressbook (Devashish)
    - Edit menu implementation in Event/Task Editor (Johnny Jacob)
    - Keyboard Accelerator Fixes across Evolution (Srini & Harish)
    - Code cleanup (Simon Zheng, Johnny Jacob, Boby Wang, Harish )
    - Win32 Fixes (Tor Lillqvist)
    - import-ics-attachments plugin (Johnny Jacob)

Updated Translations:

    - bg (Alexander Shopov)
    - en_CA (Adam Weinberger)
    - es (Francisco Javier F. Serrador)
    - et (Priit Laes)
    - fi (Ilkka Tuohela)
    - gu (Ankit Patel)
    - ja (Takeshi AIHANA)
    - lt (Žygimantas Beručka)
    - nl (Vincent van Adrighem)
    - nb, no (Kjartan Maraas)
    - nn (Åsmund Skjæveland)
    - vi (Clytie Siddall)
    - zh_TW (Zhe Su, Chao-Hsiung Liao) 

Evolution 2.5.4 2006-01-02
--------------------------
  
Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

    #301149 - Translated plugin names, descriptions and labels. (Funda Wang)
    #323151 - Seperator in toolbar between Send/Receive and component buttons (Karsten Bräckelmann)
    #325120 - Remove ui/evolution-executive-summary.xml from CVS
    #306117 - Partially fixes typos and harmonizing capital/small letters (Andre Klapper)
    #319946 - Shortcut keys for Send/Receive and Save Message are same when invoked through Alt-F (Andre Klapper)
    #324677 - Mark as Menu does provide Clear/Completed (Srinivasa Ragavan)
    #313293 - Added shortcut for Preferences window (M Victor Aloysius J)
    #321734 - Added tooltips for Alarms and Attachment in the event editor.
    #322499 - Removed clashing tooltip for show/hide status bar (Srinivasa Ragavan)
    #227853 - Modifed Control + M to be the accelerator for show/hide preview across Evolution. (Srinivasa Ragavan)
    #316897 - Removed Copy To and Move To from the Evolution toolbar. (Rajeev Ramanathan)
    #323108 - ReOrdered Reply in the right click menu (Karsten Brackelmann)
    #325375 - Critical warning fix (Harish)
    #325276 - Modified usage of ""don't"" to "Do not" string (Harish)
    #306117 - Fixed few typos in po file (Andre Klapper)
    #325116 - Modified Cancelled to Canceled (Andre Klapper)
    #272772 - Added quotes to literal values (Andre Klapper)
    #311472 - Removed wrong singular string (Andre Klapper)
    #313801 - Changed duplicate mnemonic (Andre Klapper)
    #324173 - Changed title in selecting sound in Preferences page (Andre Klapper)
    #256913 - Fixed 3 HIG violations in Preferences page (Andre Klapper)
    #228040 - Setting up Follow-up flag to update preview (Srinivasa Ragavan)
    #324677 - Added menu for flag complete and clear menu (Srinivasa Ragavan)
    #60354  - Added the functionality to show folder name, mail and unread count in window title (NotZed)
    #324473 - Add-delete signature cause evolution crash (Jeff Cai)
    #324670 - Fixed evolution to change the pane size when changed in gconf (Sam Yang)
    #246256 - Changed "Case _Sensitive" to "Case _sensitive" (Varadhan)
    #324319 - Added accessible name for the attachment bar (Boby Wang)
    #234008 - Highlight drafts folder (Felix Ortega)
    #325364 - G_CRITICAL warning in shell (Harish)
    #325119 - Removed a duplicate word in the shell error dialog (Andre Klapper)
    #315866 - Made FAQ to point to go-evolution.org (Andre Klapper)
    #322001 - Fixed the display of menu item in ja locale (David Malcom)
    #325472 - G_CRITICAL warnings fix in certificates page (Harish)
    #325489 - G_CRITICAL warnings fix in tasks (Harish)
    #325468 - G_CRITICAL warnings fix in calendar preferences (Harish)
    #325123 - Removed duplication exclamation mark in iCalendar importer (Andre)
    #325125 - Strings Url and url are modified to URL (Andre Klapper)
    #313144 - Added punctuation to calendar error messages (Andre Klapper)
    #308851 - Fixed some grammatical errors in Calendar (Andre Klapper) 
    #306150 - Fixed a confusing string in calendar schema (Chenthill)
    #248133 - Peculiar popup menu in Scheduling tab (Chakravarthi)
    #324525 - Delete Calendar events should default to Cancel (Chenthill)
    #323125 - Default search bar in calendar is not same after pressing clear (Varadhan)
    #323955 - Fixed Evolution hang when trying to invoke alarm daemon (Chakravarthi)
    #324196 - Empty summary check in event editor (Johnny Jacob)
    #323984 - Task / Assigned task shows part of timezone widgets in task editor (Sam Yang)
    #324195 - Evolution Not Pulling Down Webcal Content (Chenthill)
    #324094 - Added translatable strings in calendar tooltips (Srinivasa Ragavan)
    #324058 - Fixed a crash, while creating a calendar in exchange (Chenthill)
    #321739 - Synchronize between the attendees and the name selector dialog (Chenthill)
    #246245 - Changed the file selector title to "Insert Attachment" (Johnny Jacob)
    #205616 - Added new top/bottom buttons to filter dialog (Mathew Hall)
    #246225 - Changed strings in Advanced Search dialog (Arulanandan)
    #246227 - Changed strings in Save Search dialog (Arulanandan)
    #258048 - Modified categories menu to option (Srinivasa Ragavan)
    #266003 - Fixed a false status message in import popup (Sushma)
    #309618 - G_CRITICAL warnings fix (Harish)
    #246233 - Modified Search Editor to Searches (Johnny Jacob)
    #303876 - Fix for input strings committed in the wrong order in Evolution Task (Akira TAGOH)
    #306118 - Fixed a typo in e-table (Andre Klapper)
    #240762 - Make only user creatable views editable (Srinivasa Ragavan)
    #306117 - Fixed typos in bbdb plugin (Andre Klapper)
    #325491 - Fix to allow to right click if exchange account is configured (Sushma)
    #306117 - Fixed typos in exchange errors (Andre Klapper)
    #324678 - Creating the contacts folder and accessing it from Evolution is not working (Sushma)
    #324580 - Set the folder subscription dialog title correctly (Sushma)
    #313545 - Added translator comments for Exchange Delegate dialog (Sushma)
    #324485 - Fix to stop asking password twice during account creation (Sushma)
    #324483 - Fixed a memory leak in connector (Sushma)
    #325127 - Changed string Uid to UID (Andre Klapper)
    #320119 - Fix to avoid Novell Address Book Showing Up Twice In Lists (Sushma)
    #274433 - Fixed encoding conversion problem when converting email to task (Chenthill)
    #325128 - Added a missed word in itip formatter (Andre Klapper)
    #313554 - Marked missing strings translatable in itip-formatter (Andre Klapper)
    
    
New features and other fixes :
    
    - Added visual cue to the present of search filter (Srinivasa Ragavan)
    - G_CRITICAL warnings (Harish)
    - Network Manager support in Evolution (Shreyas)
    - Publish Calendar plugin (David Trowbridge)
    - Using gstdio wrappers and code cleanup (Tor Lillqvist)
    - Win32 Fixes (Tor Lillqvist)

Updated Translations:

    - be (Ales Nyakhaychyk)
    - en_CA (Adam Weinberger)
    - es (Francisco Javier F. Serrador)
    - el (Kostas Papadimas)
    - fi (Ilkka Tuohela)
    - gl (Ignacio Casal Quinteiro)
    - gu (Ankit Patel)
    - ja (Takeshi AIHANA)
    - lt (Žygimantas Beručka)
    - nb, no (Kjartan Maraas)
    - nn (Åsmund Skjæveland)
    - vi (Clytie Siddall)
    - zh_CN (Funda Wang)

Evolution 2.5.3 2005-12-12
--------------------------
  
Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

    #321639 -  order of Reply methods confusing in the menu (Karsten Brackelmann)
    #321640 -  Forward As menu missing (Karsten Brackelmann)
    #323140 -  Mail Contex Menu ordered incorrectly (Karsten Brackelmann)
    #323253 -  Evolution fails to show mailbox in send & receive dialog (Shi Pu)
    #322414 -  Evolution doesn't respect to a key's change in gconf (Sam Yang) 
    #315987 -  Evolution 2.4 crashes EVERY time i sent an email (Parthasarathi)
    #316315 -  Evolution exchange storage crashes on ECalendar sync (Varadhan)
    #322616 -  End time in list view is displayed in UTC timezone (Chenthill)
    #317322 -  crash when delete a imported recurrent event (Chenthill)
    #314639 -  Evolution crashed on right click and select new appointment (Chenthill)
    #318777 -  recurrence editing ... (Chenthill)
    #321237 -  The categories' name cannot be displayed in braille monitor (Boby Wang)
    #314550 -  When description of meeting is lengthy alarm notify popup should
           have scrollbar (Chakravarthi)
    #322863 -  crashes on redirect (Parthasarathi)
    #300300 -  Evolution, EAddress-conduit extra newline breaks PalmOS (Sushma)
    #303856 -  Appointment Editor's OK button still greyed out after changing
           value (Johnny Jacob)
    #322740 -  Screen Reader can't read the subject or date (Boby Wang)
    #322776 -  Unable to keyboard navigate into message headers pane, if no
               message selected. (Li Yuan)
    #313219 -  gal_view_new_dialog_set_property() does GTK_IS_ENTRY(random)
               (Veerapuram Varadhan)
    #322311 -  New defined viewname with non-ASCII characters is not displayed
               in the View menu on some Non Ascii locale (Simon Zheng)
    #272514 -  Don't include URL in translateable evolution-exchange message (Sushma)
    #314583 -  Incorrect error messages (Sushma)
    #314576 -  hang when using "Type: None" for a mail account (Partha)

New features and other fixes :

Evolution Editor UI and tooltip enhancements (Srinivasa Ragavan and Chenthill)  
Resolve duplicate symbols in e-util wrt libedataserver (Irene)
Fix make-clean issues in Evolution plugins (Harish) 
e-attachment-bar crasher and Misc. code clean-up (Harish)
Win32 related fixes and code clean-up (Tor Lillqvist)

Updated Translations:

    - be (Vital Khilko)
    - bg (Rostislav Raykov)
    - cs (Miloslav Trmac)
    - en_CA (Adam Weinberger)
    - es (Francisco Javier F. Serrador)
    - et (Ivar Smolin)
    - fi (Ilkka Tuohela)
    - gl (Ignacio Casal Quinteiro)
    - ja (Takeshi AIHANA)
    - lt (Zygimantas Beručka)
    - nb, no (Kjartan Maraas)
    - th (Theppitak Karoonboonyanan)
    - zh_CN (Funda Wang)
    - zh_TW (Abel Cheung)
    - zh_TW (Chao-Hsuing Liao) 

Evolution 2.5.2 2005-10-25
--------------------------

New Features:
    - New Event / Meeting Editor dialog (Srinivasa Ragavan &
      Chenthill)
    -  Hula Account setup plugin (Harish)

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

    #302974 - Added accelerators for Next and Previous message
          (Sankar)
    #314638 - Fixes a memory build-up, while creating a new meeting
          with new category (Chakravarthi)
    #313538 - Fix to show Free/Busy information for organiser
          (Chenthil)      
    #321088 - Fix to reduce the size of time window in free/busy to
          avoid the scroll of widget in the wrong direction.
          It Shows only 35 days in the canvas. (Chenthill)
    #273322 - Fixed a crash in evolution, when calendar is removed,
          remove it from publishing. (Dinesh)
    #316710 - Fixed a alarm issue to popup for exchange, by
          obtaining correct key for a authenticated calendar (Chakravarthi)
    #319217 - Show only alarms starting from today for missed alarms
          (Chakravarthi)
    #316280 - Fix to addressbook print to use specified page size
          (Evan Yan)
    #229972 - In contact editor, move focus automatically to next
          field, after setting phone from the menus (Devashish)
    #301081 - Fix to rememberpublishing recipents in converting mail
          to task plugin (Mubeen)
    #308752 - Renamed 'Meetings and Tasks' to 'Calendar and Tasks'
          in Preferences (Dinesh)
    
Other Fixes:

    - Category syncing in todo-conduits (Nathen Owens)
    - Adjust the Date/Time widgets to take actual size in
      meeting/event page (Chenthill)
    - Automatic file extention filling in saving a calendar (Dinesh)
    - Code Cleanup (Harish) 
    
Update Translations:

    - bg (Alexander Shopov)
    - ca (Adam Weinberger)
    - es (Francisco Javier F. Serrador)
    - et (Priit Laes)
    - fi (Ilkka Tuohela)
    - gl (Ignacio Casal Quinteiro)
    - ku (Erdal Ronahi)
    - lt (Žygimantas Beručka)

Evolution 2.5.1 2005-10-25
--------------------------
New !!  Evolution Memos component (Nathan Owens)
and plenty of bug fixes as usual.

Evolution 2.4.0 2005-09-05
--------------------------
What is new ?

- A new menu layout (More HIG compliant)
- Inline PGP Signature/Encryption support.
- Performance enhancements on Camel/GroupWise Backends.
- Auto-fit Image Attachments
- Support for GroupWise proxy accounts
- Extended EPlugin support, importers as an EPlugin.
- Thunderbird-compatible storage of labels on IMAP.
- Support for delegation of meetings (Calendar)
- Marcus Baines Line (calendar) 

Evolution 2.3.8 2005-08-23
---------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

    #312225 - Cannot post message to NNTP easily (Rodney)
    #306878 - CTRL + H, does not select all mails of thread (Rodney)
    #310136 - Unable to get number of mails in a folder using 
              accessibility interface (Li Yuan)
    #312668 - Unable to go back to Online mode after 
              clicking offline button... (Michael Zucchi)
    #271894 - PGP-encrypted attached messages not displayed 
              (Michael Zucchi)
    #312224 - New attachment UI is weird (Srinivasa)
    #312033 - new attachment widget no polished (Srinivasa)
    #307375 - Serious fd usage error 16 (Kaushal)   
    #313440 - installed header includes non-existant file 
              (Michael Zucchi)
    #313582 - Add scalix to send and receive check_all 
              (Christian Kellner)
    #273842 - click 'Back' & 'Forward' to proceed in last but 
              one page (Vivek)
    #232499 - renamed IMAP folder loses custom view settings 
              (Michael Zucchi)
    #313057 - Evolution sends a GetFolderListRequest instead of 
              a LogoutRequest when disabling an account (Vivek)
    #271985 - More Command Line Spew (Michael Zucchi)
    #312715 - Evolution crashes moving IMAP folder to local folder 
              (Michael Zucchi)
    #304938 - Crash after posting to newsgroup (Michael Zucchi)
    #313585 - Install missing e-plugin header (Christian Kellner)
    #271984 - Command Line Spew From Plugins (Michael Zucchi)
    #311904 - unable to create new task b/w 00:00-03:00 (Chenthill)
    #312739 - Double click on the meeting in day view, 
              opens as appointment (Viren)
    #310338 - Click on 'Edit' on 'Alarm notification nothing 
              happens (Viren)
    #310438 - drag-n-drop a task from a task list to the 
              same task list makes the task disappear (Dinesh)
    #314152 - Contact renderer incorrectly uses 
              e_contact_get_const() (Sushma)
    #241219 - "Edit Categories" shouldn't be modal (Devashish)
    #269870 - evolution-addressbook-export --format=csv 
              does not work (Sushma)
    #312554 - Unable to rename contact list - Contact list 
              copy of existing contact list (Devashish)
    #313063 - scrollbar doesn't work at all (Michael Zucchi)
    #308117 - mono plugin fails to load (Michael Zucchi)
    #312621 - un-subscribe to list from mail that no 
              longer exists crashed evo (Michael Zucchi)
    #312313 - Cannot remove and then provide proxy access 
              immedietly to same id (Sankar)
    #312352 - Evolution crashes always while providing proxy 
              access to more then one user (Sankar)
    #312309 - gw: Evolution crashed when proxy access 
              modified (Sankar)
    #311555 - sharing tab missing for user-created folders 
              with names like Mailbox, Trash... (Vivek)
    #305627 - Inconsistent behaviour while accepting meeting 
              (Dinesh)
    #307841 - When accepting appointment into a groupwise 
              calendar, they are being marked as "free" 
          not "busy" (Chenthill)
    Win32 support fixes (Tor Lillqvist)
    Misc. build fixes (Harish)
    
Updated Translations:

    - bg (Alexander Shopov)
    - bg (Rostislav Raykov)
    - ca (Josep Puigdemont i Casamajó)
    - ca (Xavi Conde Rueda)
    - cy (Rhys Jones)
    - de (Frank Arnold)
    - el (Kostas Papadimas)
    - en_CA (Adam Weinberger)
    - es (Francisco Javier F Serrador)
    - et (Ivar Smolin)
    - fi (Ilkka Tuohela)
    - hu (Gabor Kelemen)
    - id (Mohammad DAMT)
    - ja (Takeshi AIHANA)
    - lt (Zygimantas Beručka)
    - nb, no (Kjartan Maraas)
    - nb, no (Terance Sola)
    - nl (Tino Meinen)
    - nn (Sigurd Gartmann)
    - pt_BR (Raphael Higino)
    - ru (Nickolay V. Shmyrev)
    - sq (Laurent Dhima)
    - sr, sr@Latn (Igor Nestorović)
    - sv (Christian Rose)
    - th (Theppitak Karoonboonyanan)
    - th (Supranee Thirawatthanasuk)
    - vi (Clytie Siddall)
    - zh_CN (Funda Wang)
    - zh_TW (Chao-Hsuing Liao)

Evolution 2.3.7 2005-08-08
---------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

    #261971 - Bad plural form: foo(s) in evolution-addressbook.xml (Devashish)
    #302843 - Replying to news posting from vFolder (Michael Zucchi)
    #300881 - crash adding signature (Michael Zucchi)
    #312397 - Forward Of Message Displays Wrong Names In Comments (Michael Zucchi)
    #273885 - Many english messages in a translated version of evolution (Michael Zucchi)
    #310840 - Resizing evolution mail window which contains an image attachment crashes it. (Michael Zucchi)
    #308512 - Key /apps/evolution/lock/mail/accounts/save_password does not work correctly (Michael Zucchi)
    #312410 - new attachment ui disappears (Srinivasa Ragavan)
    #309647 - contents of copy/paster buffer can corrupt initial contents of a reply message (Michael Zucchi)
    #231968 - Ability to access Permissions dialog from menus (Michael Zucchi)
    #300607 - "virtual vfolders" aren't moved properly (Michael Zucchi)
    #311223 - saving a message crashes evolution (Shreyas)
    #307538 - If receiving mail-tab is set to NONE (Shreyas)
    #311440 - Crashes on particular e-mail (Michael Zucchi)
    #311686 - Evolution crashes when adding an attendee in the event editor (Chenthill)
    #312460 - Evolution crashed on creating recurring meeting with attachment in GW calendar (Chenthill)
    #302460 - Double clicking in open text field in calendar crashes (Viren) 
    #312447 - [Gnopernicus]Brlmoniter doesn't show the time changes if using keyboard shortcut to change date (Harry Lu)
    #309601 - GroupWise Calendar Events Can Be Moved By Attendees (Chenthill)
    #306017 - 'Delete this occurence' removes all day event on day *before* (Chakravarthi)
    #309247 - Error loading address book dialog seizes the desktop (Srinivasa Ragavan)
    #254923 - The image in a contact could be scaled to a sane size (Frank Arnold)
    #258257 - Evolution allows to save the contact without the contact name (Devashish)
    #309416 - crash on close (Srinivasa Ragavan)
    #269870 - evolution-addressbook-export --format=csv does not work (Michael Meeks)
    #311324 - Unsubscribe folder should not work in offline (Shakti Sen)
    #310353 - password prompt appears twice even after entering the correct password the first time (Sankar)
    #304461 - clicking on 'edit message' from the 'subscribe to list' pop-up dialog hangs evolution (Michael Zucchi)
    #312365 - Proxy access to self should be disabled (Sankar)
    #302817 - "Sent items" status tracking does not appear properly (Vivek)
    #311721 - 'Track message status' option present for messages other than in sent items folder also (Vivek)

Updated Translations:

    - cs (Miloslav Trmac)
    - cy (Rhys Jones)
    - en_CA (Adam Weinberger)
    - el (Kostas Papadimas)
    - es (Francisco Javier F. Serrador)
    - et (Ivar Smolin)
    - fi (Ilkka Tuohela)
    - gu (Ankit Patel)
    - ja (Takeshi AIHANA)
    - nb,no (Kjartan Maraas)
    - nb,no (Terance Sola)
    - nl (Vincent van Adrighem)
    - POTFILES (Adam Weinberger)
    - pt_BR (Raphael Higino)
    - sk (Marcel Telka)
    - te (Prajasakti Localisation Team)
    - vi (Clytie Siddall)
    - zh_CN (Funda Wang)
    - zh_TW (Chao-Hsuing Liao)

Evolution 2.3.6 2005-07-26
---------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

    #248126 - Missing options from Task menubar (Viren)
    #219242 - Save draft shortcut and button (Devashish)
    #310136 - number of mails in a folder using accessibility interface
              (Li Yuan)
    #310138 - locate first mail in a message list tree using 
              accessibility interface (Li Yuan)
    #310330 - forwarding a mail as inline/quoted makes evolution 
              disappear (Vivek)
    #216021 - Add confirmation dialog to Forget Password (Sankar)
    #309991 - PROXY: Appointments not shown in proper time-zone (Chenthill)
    #310985 - "Subscribe to other user's Folder" option should be moved 
              to File menu (Shakti)
    #309602 - Un-accepted GroupWise Appointments Should Give 
              Cue On Calendar (Chenthill)
    #245331 - Keybindings for switching b/w calendar views (Harish)
    #310340 - 'Delete This Occurence' does not delete that occurence 
              in GW calendar (Chenthill)
    #309680 - "Make this Occurence Movable" for a recurring appointment 
              crashes evolution (Chenthill)
    #309869 - Clicking on buttons in composer doesnt change focus 
              to the corresponding fields (Antony)
    #257329 - autocompletion in the settings uses wrong icon (Sushma)
    #235830 - Contacts name not displayed during edits (Arunprakash)
    #311090 - Cut contact asking for confirmation (Sushma)
    #310343 - Copying contact to same folder - Evolution crashes (Arunprakash)
    #311096 - Not able to add any user to give permissions (Shakti)
    #310433 - Renaming a user created Tasks List under exchange account 
              creates one more Tasks List (Praveen)
    #310837 - Folder Permissions' doesn't show the 'Custom' label in the 
              'Role' combo box  (Shakti)     
    #310699 - Evolution crashes after viewing the all folders' size (Sarfraaz)
    #310479 - For exchange calendar 'Permission' option is missing (Shakti)
    #310493 - Checking any Mail folder permission crashes evolution (Shakti)
    #310369 - No dialog pops up when you click on Folder->Subscribe (Shakti)
    #310233 - Evolution crashes when no exchange-account is configured  (Shakti)
    #310854 - settings message receipts in send options does not send any message (Vivek)
    #310347 - trying to enable/disable filters for a mail account when the 
              account is disabled hangs/crashes evolution (Vivek)
    #309992 - PROXY: Contacts button not disabled in edit-proxy-access-rights (Vivek)
    
Other fixes and changes :

    - fix make distcheck woes all over the module (Harish)
    - refactor mail refresh code (Michael)
    - revert broken view->hide menu (Michael) 
    - attachment bar cleanup (Srinivasa)
    - mailer memory leak fixes (Kjartan Maraas, Shreyas)
    - do not enter sidebar button in shell window when there
      is no label (Sarfraaz)
    - Build fixes for Windows support and use of NO_UNDEFINED
      (Tor Lillqvist)
    - Image resize in contact-editor (Srinivasa)
    - enhance ESendOptionsDialog ui (Vivek)
    - allow user added categories to be edited and disable
      editing on builtin views on etable (Srinivasa)
    - calendar/contact/task hooks for exchange-operations plugin
      (Shakti)
    - fix error calls in exchange (Arunprakash)
    - exchange folder size display (Sarfraaz)
    - mark GW System Addressbook for offline usage by default (Sushma)
    - consolidate proxy plugins into groupwise features (Sankar)
    - fix memory leak in itip-formatter (Chenthill)
    

Updated Translations:

    - bg (Vladimir Petkov)
    - el (Nikos Charonitakis)
    - en_CA (Adam Weinberger)
    - es (Francisco Javier F. Serrador)
    - et (Ivar Smolin)
    - fi (Ilkka Tuohela)
    - ja (Takeshi AIHANA)
    - lt (Žygimantas Beručka)
    - nb, no (Kjartan Maraas)
    - nl (Tino Meinen)
    - POTFILES (Adam Weinberger)
    - POTFILES (Sankar P)
    - POTFILES (Sarfraaz Ahmed)
    - POTFILES (Shakti Sen)
    - POTFILES (Vivek Jain)
    - pt_BR (Raphael Higino)
    - sk (Marcel Telka)
    - sr, sr@Latn (Igor Nestorović)
    - vi (Clytie Siddall)
    - zh_CN (Funda Wang)

Evolution 2.3.5 2005-07-12
---------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

    #309624 - An addressbook error tells me to check a filesystem path, but doesn't tell me what it is (Sushma)
    #237844 - Create a appointment with all blank properties (Sankar)
    #307794 - Evolution crashs in Mail Account creation druid (Vivek)
    #274329 - Evolution crashes on load, with notification to d-bus enabled. (Vivek)
    #242165 - "search in any field" produces wrong results
    #309245 - Unnecessary confirmation popup dialog while copying contacts (Srinivasa Ragavan) 
    #206774 - Context menu should be different for Lists and Individuals (Srinivasa Ragavan)
    #242154 - "Open" should be first menu entry when right-clicking on a contact (Srinivasa Ragavan)

New plugins :

    sa-junk - junk filtering through spam assassin (Vivek)
    Groupwise proxy - proxy support for GW (Sankar, Shreyas)
    
Other fixes and changes :

    - Importers refactoring (Michael Zucchi)
    - Unify mail and calendar attachment bar (Srinivasa Ragavan)
    - Handle contact:// and calendar:// uris (Veerapuram Varadhan)
    - Enable autocompletion on personal addressbook on creation (Frederic Crozat)
    - Miscellaneous recurrence fixes (Chenthill) 
    - Enable alarms for non-organizers (Chenthill) 
    - Set vertical scrollbar to always in meeting page (Srinivasa Ragavan)
    - Show progress information in calendar (Chenthill)
    - Add forward command line option to uri handling in mail (Veerapuram Varadhan)
    - Exit evolution when closing wizard using wm control (Frederic Crozat)
    - GW Junk mail handling (Vivek)
    - Attachment UI fixes and refactoring (Michael Zucchi) 
    - Exchange Folder size support (Sarfraaz)
    - Exchange Subscribe/Unsubscribe support (Shakti Sen)
    - Exchange Folder Permissions support (Shakti Sen)
    - Exchange Delegation support (Praveen Kumar)   - 
    - Improved error handling in Exchange operations plugin (Arun Prakash)

    
Updated Translations:

    - bg (Rostislav Raykov)
    - de (Hendrik Richter)
    - de (Jens Seidel)
    - el (Nikos Charonitakis)
    - en_CA (Adam Weinberger)
    - es (Francisco Javier F. Serrador)
    - et (Ivar Smolin)
    - nb, no (Terance Sola)
    - sr, sr@Latn (Igor Nestorović)
    - vi (Clytie Siddall)
    - zh_TW (Chao-Hsiung Liao)
    - POTFILES (Sankar P, Vivek Jain)

Evolution 2.3.4 2005-07-02
---------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

Mail :
    #307398 - blank IMAP warning messages (Michael Zucchi)
    #301466 - Could not able to create a vFolder with Match all condition (Brian Mury) 

New plugins - exchange-operations (Sarfraaz Ahmed, Praveen Kumar)
        - default-mailer (Jonathan Dieter, Michael Zucchi)  

Other fixes and changes :
    
    - Get around circular dependencies using fake bootstrap libraries 
      and updates for Win32 support (Tor Lillqvist) 
    - Inline-pgp signature/encryption support (Matt Brown) 
    - gal clean up (Kaushal Kumar)
    - Do not pass data to gtkhtml that it cannot handle (Michael Zucchi)
    - Copyright year update (Andre Klapper) 
    - utility function to display the busy cursor (Srinivasa Ragavan)
    - fix memory leaks in conduits (Mark G Adams)
    - add source type to ECalConfigTargetSource (Praveen Kumar)
    - fix attachment desensitization and fixes for delegation support (Chenthill)
    - compare backends for long events in the day view (Jedy Wang)
    - disable widgets appropriately for non-organizers in Event editor
      (viren l) 
    - Fix free/busy query updates from the GW backend (viren l)
    - Fix circular dependancies in the contact-list-editor (Harish)
    - set default parameter to email attribute. (Sushma)

Updated Translations:

    - bg (Alexander Shopov)
    - cs (Miloslav Trmac)
    - cy (Rhys Jones)
    - da (Martin Willemoes Hansen)
    - de (Andre Klapper)
    - de (Hendrik Richter)
    - en_AU (Not Zed)
    - en_CA (Adam Weinberger)
    - es (Francisco Javier F. Serrador)
    - et (Ivar Smolin)
    - et (Priit Laes)
    - fi (Ilkka Tuohela)
    - nb, no (Terance Sola)
    - sk (Marcel Telka)
    - zh_CN (Funda Wang)
    - zh_TW (Abel Cheung)
    - zh_TW  (Chao-Hsiung Liao)
    - POTFILES.in (Kaushal Kumar)
    - POTFILES.in (Not Zed)
    - POTFILES.in (Sarfraaz Ahmed)

Evolution 2.3.3.1 2005-06-15
-----------------------------

    #307176 - Remove X-GNOME-Bugzilla-Bugzilla=Ximian (Andre Klapper)
    Fix build issues related to the mono plugin (Harish)

Evolution 2.3.3, 2005-06-07
---------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

UI:
    #306153 Two mnemonics in same string (Andre Klapper)
    #305376 Hide/unhide read messages missing from new menu layout (Rodney Dawes)

Mail:
    #306151 Extra space in string (Andre Klapper)

Calendar:
    #272114 Beside 'Task' & 'Calender' folders, color boxs get displayed
    when properties are changed (Chenthill)
    #302267 Date button should have a detailed name (Li Yuan)


Other fixes and new features :
    
    - subclass mail-component from evolution-component and 
      not a bonobo object (Michael Zucchi)
    - plugin type loader registration, using a plugin itself. 
      remove e-plugin-mono. (Michael Zucchi )
    - Delegation of meetings for GW backend (Chenthill)
    - Marcus Bains line for Calendar (Thouis Jones)
    - Folder browser listeners for filtering message list (Rodney Dawes) 
    - helper for plugins to get mail session. (Michael Zucchi)
    - pseudo mime type to find message formatter (Michael Zucchi)
    - missing bits of e-cert-db from branch merge (JP)
    - delete/unload old nssckbi root certs module (Jeffrey Stedfast)
    - initial commits for importer plugin hooks (Michael Zucchi)
    - DnD support for remote URLs to the attachment window. (Srinivasa
      Ragavan)
    - exchange plugin UI changes (Sarfraaz Ahmed)
    - mail-remote plugin (Michael Zucchi)
    
Updated translation :

    - zh_CN (Funda Wang) 
    - bg (Vladimir Petkov)
    - en_CA (Adam Weinberger)
    - es (Francisco Javier F. Serrador)
    - nb (Kjartan Maraas)
    - no (Kjartan Maraas)
    - vi (Clytie Siddall)
    - de (Hendrik Richter)
    - cs (Miloslav Trmac)
    - bg (Yavor Doganov, Ivelina Karcheva)
    - el (Kostas Papadimas)
    - da (Martin Willemoes Hansen)

Evolution 2.3.2, 2005-05-18
---------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

#269129 replying to a newsgroup post from a vfolder gets group wrong (Jeffrey Stedfast) 
#271679 "make this occurrence movable" unusable (Rodrigo Moya)
#274406 alarm notify crasher (Chenthill)
#209416 Mini-card view for mailing list is wrong (Srinivasa Ragavan)


i18n :
272242 action "Print" doesn't have dots at the end of name (Vivek)
Fixes #301459 - A collection of typos from the Evolution .po file (Chenthill)
"all the deleted message" typo in Evolution mail-errors.xml (Sarfraaz)
273075 - "cert" slang in Evolution certificate manager" (Sarfraaz)
#300477 - Evolution account assistent does not have label (Mengjie Yu)
#268906 - improve date selection for recurring appointments (Sushma)
#229794 - When creating a recurrent appointment, current weekday can't be deselected (Harish)
          Patch from  jack jia.
#269416 - Drag/drop between task lists copies instead of moving (Srinivasa Ragavan)   
#301350 - alarms totally unreliable . (Rodrigo Moya)
#261079 - Please add translator comments for "%s %s" messages in evolution (Vivek)
#272464 - Error message on GW server needs to be clarified (Chenthill)
#261969 - Bad plural form: foo(s) in addressbook-errors.xml (Sushma) 
#272005 - Click on 'Help' in 'Send Options' popup, this popup closes (Shreyas)
#273096 - Double spacing in Evolution widget message (Harish)
#273097 - Unnecessary trailing spaces in Evolution widget messages (Harish)

Other fixes and features :

    New menu layout - Rodney Dawes
    Attachment Expander changes - Srinivas
    Remove wizard related code and use eplugin (JP)
    Evolution Force shutdown fixes (Harish)
    Pkg config fixes for evolution exchange (Amish)
    Move e-error to e-util (Michael Zucchi)
    Prevent crash if D-BUS session bus is not running (Timo Hoenig) 
    Fixes for Bug #73099 and Bug #73098 - rdf, csv formats (Philip Van Hoof)
    moved widgets/misc/e-system-errors to e-util/e-system.error (Michael Zucchi)
    Memory leak fixes (Ross burton)
    Miscellaneous config fixes (Harish)
    Potfiles - remove dead files (JP)

New plugins :

- mono, mail-remote, profiler (Michael Zucchi)

Updated Translations:

    - bg (Rostislav Raykov)
    - el (Kostas Papadimas) 
    - ne (Pawan Chitrakar)
    - fa (Meelad Zakaria and Roozbeh Pournader) 
    - es (Francisco Javier F. Serrador) 

Evolution  2.3.1, 2005-04-26
---------------------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):

* Calendar 

    - #301885 - Evolution crash when shifting locale in calendar view 
      several times (Li Yuan)
    - #274476 - File ->Open Appointments, opens meeting as appointment
      (Chenthill)
    - #273508 - status of organizer of a meeting getting changed
      (Chenthill)
    - #41740 - No error trying to edit Exchange appointments from alarm
      (Rodrigo)
    - #73879 - Attach a file to 'Calendar' in offline, 'OK' button gets enabled
      (JPR)
    - #73969 - 'Cancel' meeting doesnt delete all instances of recurring 
      meeting in 'attendee's calendar (Chenthill)
    - #44719 - Alarm Notify window is not sticky any more (Rodrigo)
    - #69272 - doesn't accept new date & crashes while retrying (JP)
    - #73508 - evolution crash on startup (Chenthill)
    - #44579 appointment location / description does not get printed(Li Yuan)
    - #73031  - crash when closing event editor (Chenthill)
    - #268525 - crash when evo is in background (Chenthill)
    - #272983 - 'List' view has one entry for recurring appointment
      (Rodrigo)
     -#74265  incorrect start date display (Chenthill)
    
* Mail
    - #273752 - Dragging folder from Maildir spool account to 'On This Computer' 
    account crashes Evolution (Michael)
    - #273192 - Mark as (un)read missing from context popup menu (Rodney)
    - #273914 - Some of the tables do not have a11y names (Li Yuan)
    - #74002 - create shared-to me folder from the wizard offline (Partha, Vivek)

* Shell/GUI 
    - #273066 - buutons" typo in Evolution schemas message (JP)
    - #300968 - (Mengjie Yu)
    - #300970 - (Mengjie Yu)
    - #73270 - (Mengjie Yu)

* a11y
    - #73914 -add a11y name to Certificates Table (Li Yuan)

* Addressbook
    - #74366 (Sushma)


Other Bugs

* Mail 
    -  asynchronously load message if no receipt is supplied (Michael)
    -  New function to send an RFC2298-compliant message delivery notification
       (ERDI Gergo)
    -  make the 'select all' work in all conditions (Mengjie Yu)
    -  use gnome-vfs API to launch external applications (Marco Pesenti Gritti)
    -  add new receipt_policy field to services (ERDI Gergo)

* Shell
    - return the localized name of the supported file type (Yong Sun)
    - fix offline state event (Michael)

* Calendar 
    - display error messages when we can't load the component in the editor
      (Harry Lu)


Updated Translations :

    * et - Ivar Smolin
    * bg - Vladimir Petkov  
    * cs - Miloslav Trmac
    * en_CA - Adam Weinberger
    * en_GB - Gareth Owen
    * es - Francisco Javier F. Serrador
    * de - Frank Arnold
    * id - Ahmad Riza H Nst
    * ne - Pawan Chitrakar 
    * nl - Tino Meinen
    * da - Martin Willemoes Hansen
    * gu - Ankit Patel 
    * pt - Duarte Loreto
    * pt_BR - Guilherme de S. Pastore 
    * cs - Stanislav Brabec
    * fi - Ilkka Tuohela
    * sq - Laurent Dhima

Evolution 2.2.0, 2005-03-07
---------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook
   #73152 - Assigning Color To Default Personal Contacts, Creates Duplicate (Siva)

 * Calendar
   #72835 - Alarm notify crashes always (Rodrigo)
   #73152 - Assigning Color To Default Personal Calendar, Creates Duplicate (Siva)

Other bugs

 * Plugins
   - Fix exchange plugin description for OOF (Sushma)

Updated translations:
    - pt_BR (Raphael Higino)
    - hu (Laszlo Dvornik)
    - sr (Danilo Segan, Igor Nestorovic)
    - sr@Latn (Danilo Segan, Igor Nestorovic)
    - nl (Tino Meinen)
    - lt (Zygimantas Berucka)
    - sq (Gintautas Miliauskas, Laurent Dhima)
    - ja (Takeshi AIHANA)
    - bg (Iassen Pramataro)

Evolution 2.1.6, 2005-02-28
---------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook
   #73005 - Cannot cancel 'Contact List Editor' (Siva)
   #73005 - offline - setting/unsetting folder offline property is not working (Sushma)
   #70371 - Evolution crashes when adding contact list (Siva)
   #67724 - When unix user name, callendar points to old username (Siva)
   #54825 - Freeze on .vcf import from MacOS X AddressBook (Christophe Fergeau)
   #73013 - 'Right' click on a 'Contact' cannot select 'Cut' (Siva)

 * Calendar
   #72958 - Unable to send delayed meeting (Chen)
   #72006 - Opened existing appointments with attachment - press cancel - popup info with save / discard / cancel changes (Chen)
   #63866 - Same name can be entered twice in invitations tab (JP)
   #67714 - Invitations Tab Allows Entry Of Empty Line (JP)
   #62089 - adding contact lists to meetings impossible (JP)
   #47747 - Changes to attendee not updated until click on different row (JP)
   #61495 - Existing text is placed off screen when editing attendee field (JP)
   #28947 - adding contact list to attendee list should expand it (JP)
   #67724 - When unix user name, callendar points to old username (Siva)
   #72038 - Changes meeting to appoinment after throwing warning invalid mail id (Rodrigo)
   #69556 - Crash attaching mime parts to calendar events (Harish)

 * Mail
   #66126 - attach File Chooser is modal (Michael)
   #68549 - Answering to Usenet article doesn't consider the "Followup-To:" field (Michael)
   #71003 - threads still running at exit (Michael)
   #62109 - Inconsistent ways of determining 8-bit Subject: and From: header charsets (Jeff)
   #34153 - Confusing Outbox semantics for deleted outgoing messages (Michael)
   #71528 - Search Selection Widget Has Repeated Items (Michael)
   #71967 - Evolution delete mail from POP3 server even is checked the option "leave the mail on server (Michael)
   #40515 - Signature scripts do not allow switches (Michael)
   #68866 - Forward button doesn't put newline between headers and body (Michael)
   #35219 - flag-for-followup crufting (Michael)
   #64987 - Go to next unread message doesn't work when multiple messages are selected (Michael)
   #72337 - Evolution crashes if I click OK/Cancel on the password dialog after disabling the IMAP account (Michael)
   #70718 - Next and previous buttons don't realize there's new mail (Michael)
   #61363 - Setup wizard, IMAP for receiving server, sending default GW (Michael)
   #70795 - Next/Previous Message Should Only Display Listed Emails (Michael)
   #23822 - no copy text option when right-clicking on marked mail text (Rodney)
   #72266 - You shouldn't be able to open more than one 'Select Folder' dialog in the mail filters (Michael)
   #71429 - on NLD, menus in wrong order (Michae)l
   #72228 - cannot store into groupwise sent folder (Michael)
   #72209 - Evolution is crashing when you move a VFolder to a folder 'on this computer' (Michael)
   #72275 - Can't use Shift+F10 to popup context menu for link in message (Harry Lu)
   #54503 - "New" dropdown menu on toolbar has wrong widget style (Rodney)
   #72676 - Saved filter rule can't be modified if it is selected with GOK. (Harry Lu)

 * SMIME
   #68592 - "Backup" buttons in certificate settings does nothing - work around (Michael)

 * Shell
   #33287 - "send/receive" button not greyed out when starting offline (JP)
   #48868 - Status bar changes its height when fonts are large (William Jon McCann)

 * Plugins
   #71527 - Save Calendar widget mixup between directory and file (Rodrigo)

Other bugs

 * Addressbook
   - Use new categories dialog in contact editor (Rodrigo)
   - HIG spacing fixes (Rodney)
   - Display warning dialog when GW server is old (Vivek)

 * Calendar
   - Always ensure default sources are available (Siva)
   - Don't look up free/busy unless we need to (Harish)
   - Make sure new events don't display twice (Chen)
   - Make sure double click opens attachments (Chen)

 * Mail
   - a11y fixes for composer (Harry Lu)
   - Use gnome-vfs API to launch external applications (Marco Pesenti Gritti)
   - New mailer context menus for messages (Rodney)

 * Shell
   - Fix leak (JP)
   - Use gnome-vfs API to open quick reference (Marco Pesenti Gritti)

 * Plugins
   - Make e-popup more robust (Michael)
   - Cleanup authors/descriptions (Björn Torkelsson)
   - out of office exchange fixes (Sushma)
   - retry send options if invalid session string (Chen)
   - set proper default port for shared folders (Vivek)

 * Miscellaneous
   - BSD runtime linking fixes (Hans)
   - distclean fixes (Björn Torkelsson)

Updated translations:
    - et (Priit Laes)
    - el (Kostas Papadimas, Nikos Charonitakis)
    - sv (Christian Rose)
    - es (Francisco Javier F. Serrador)
    - it (Luca Ferretti, Marco Ciampa)
    - da (Martin Willemoes Hansen)
    - ca (Josep Puigdemont, Xavi Conde)
    - nb (Kjartan Maraas)
    - no (Kjartan Maraas)
    - ru (Leonid Kanter)
    - gu (Ankit Patel)
    - cs (Miloslav Trmac)
    - nl (Vincent van Adrighem)
    - fi (Ilkka Tuohela)
    - pt (Duarte Loreto)
    - uk (Maxim Dziumanenko)
    - ko (Changwoo Ryu)
    - de (Frank Arnold)
    - fr (Vincent Carriere)
    - en_CA (Adam Weinberger)
    - cs (Miloslav Trmac)
    - pl (Artur Flinta)
    - bg (Vladimir Petkov)
    - ja (Takeshi AIHANA)
    - en_GB (David Lodge)
    - en_CA (Adam Weinberger)
    - lt (Zygimantas Berucka)

Evolution 2.1.5, 2005-02-07
---------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook
   #36137 - Leading %s in addressbook message totally non-obvious (Siva)
   #57819 - Evolution allows to create several contact lists with same name
            (Partha)
   #61060 - Don't split sentences in Evolution (Siva)
   #61067 - Use translator comment for evolution addressbook message (Siva)
   #67411 - Crash: create new address book (Hans Petter)
   #68799 - Evolution doesn't store IM info on the LDAP server (Siva)
   #70339 - vcard preview doesn't appear to work (Siva)

 * Calendar
   #33078 - No category list for Category searches in Calendar & Tasks (Rodrigo)
   #56901 - Only one line gets printed when printing Tasks and Appointments (Yong)
   #61078 - Please avoid using different styles of markup in translateable
            evolution messages (Priit)
   #64682 - Moving a appts from one calendar to another sends update (Chenthill)
   #71265 - Deletion Of Weather Calendar Crashes Evo (Rodrigo)
   #71452 - Pressing 2 times escape - edited meeting window disappear (JP)
   #71485 - String issues (JP)
   #71729 - Gnopernicus should report the full name of week day (Li)
   #71929 - Whitespace before colons in Evolution calendar a11y messages
            (Rodrigo)
   #71924, 71926, 71932 - Don't split sentences (Harry)
   #71944 - Failed to compile (JP)
   #72088 - Some calendar a11y functions don't work (Harry)
   #72090 - Evolution crashed when clicking on 'open calender' in sent items (Rodrigo)

 * Mail
   #65329 - Regression in default folder name localisation (Michael)
   #67083 - CJK-translated mail header names are line-wrapped with long lined headers
            (Michael)
   #68137 - Inconsistent VFolder vs vFolder (Rodney)
   #68696 - RFE: Simplifications to the "Account Management" page of the Account
            setup druid (Rodney)
   #68743 - Button jumps when you click it (Rodney)
   #69815 - Cannot quit while updating vfolders (Michael)
   #69850 - Crash: attempting to create a Vfolder based on a message without a Sender
            (Michael)
   #70454 - Folder shows unsubscribed, but is subscribed (Jeff)
   #71310 - Always loses my signature script settings (Michael)
   #71312 - Double-clicking vFolder of Draft folder doesn't allow editing (Michael)
   #71520 - Changing server type not displayed immediately in 'Account settings'
            (Michael)
   #71521 - 'Account Editor' does not allow to change hostname (Michael)
   #71774 - Evolution crashes when cancel 'Rename Folder' dialog (Mengjie)
   #71937 - Spamasssassin typo in Evolution mail schemas (JP)

 * Plugins
   #41235 - Spacing/padding of itip control (Rodney)
   #71460 - Clicking accept button in appointment - Unable to send item to calender
            'Calender'. Invalid object (Chenthill)
   #71512 - Crash: AMD64 Unable to add or import contacts (Siva)
   #71644 - Empty string marked for translation (Sushma)

Other bugs

 * Addressbook
   - Use new categories dialog in contact editor (Rodrigo)
   - HIG spacing fixes (Rodney)
   - Display warning dialog when GW server is old (Vivek)

 * Calendar
   - Fixed sensitation of widgets in recurrence page (Rodrigo)
   - Fixed IDL duplications (Hans Petter)
   - Don't build private libraries as modules (Hans Petter)
   - Fixed popup menu for detached recurrences (Rodrigo)
   - HIG spacing/padding fixes (Rodney)
   - Display warning dialog when GW server is old (Vivek)
   - Clear component preview when updating (Rodrigo)
   - Added help button to editors (Rodney)
   - Fix DND issues with calendar attachments (Harish)

 * Mail
   - HIG fixes (Rodney)

 * Plugins
   - Use icon factory in audio-inline plugin (JP)
   - Fix order of menus in calendar-http plugin (David)
   - Added missing ID's (JP)
   - Set weather categories as not searchable (Rodrigo)
   - Added auth type section in exchange-account-setup plugin (Sushma)
   - Fixed crash in groupwise-send-options dialog (Chenthill)

 * All
   - Added 'pt' default setup to build (Rodney)
   - Fixed druid lock on startup (Jeff)
   - a11y improvements (Mengjie, Li, Harry)
   - HIG fixes to e-passwords dialogs (Rodney)

Updated translations:
   - bg (Alexander Shopov)
   - cs (Miloslav Trmac)
   - de (Hendrik Richter, Frank Arnold)
   - el (Kostas Papadimas)
   - en_CA (Adam Weinberger)
   - es (Francisco Javier F. Serrador)
   - et (Priit Laes)
   - it (Marco Ciampa)
   - ja (Takeshi AIHANA)
   - lt (Zygimantas Beruska)
   - nb (Kjartan Maraas)
   - no (Kjartan Maraas)
   - ru (Leonid Kanter)
   - sk (Marcel Telka)
   - sv (Christian Rose)
   - zh_CN (Funda Wang)

Evolution 2.1.4, 2005-01-24
----------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Mail

   #46287 - Space key should work for checkbox (JP)
   #57090 - Junk Button Sensitivity needs changes (Radek)
   #69122 - Make subject || sender contains the default search (Michael)
   #60664 - message view does not follow theme change (Michael)
   #55831 - missing warning dialog about opening a lot of selected mails (Michael)
   #66943 - Crash when saving draft (Michael)
   #70768 - 'Mark All as Read' marks all the mails which are not in current query as read (Michael)
   #71105 - When trying to rename a folder containing a slash "/" and spaces, evil stuff happens (Michael)
   #65178 - newly created folder on local maildir doesn't show until evolution restart (Michael) 
   #71029 - receiving settings not stored (Michael)
   #70990 - NNTP without username broken (Michael)
   #70018 - Signatures don't work (Michael)
   #68352 - Add post message keybinding (Rodney)

 * Calendar

   #71407 - Input Protect Read-Only Calendars (Rodrigo)
   #65820 - Evolution Calendar weekday names message needs translator comment (JP)

 * Addressbook

   #70622 - crash (JP)
   #71448 - Deleting many contacts is incredibly slow (Siva)
   #41210 - spacing/padding of "Contact Quick Add" dialog (Rodney)
   #60852 - "Add address" popup dialog UI is ugly/wrong size, and button is resizable (Rodney)
   #41228 - spacing/padding of "duplicate contact detected" dialog (Rodney)
   #70922 - Email address types should show "Other" when importing vcards (Siva)
   #61973 - add TTYTDD translator comment (JP)

 * Plugins

   #71384 - 'Forward' button is disabled while configuring mail id (Sushma)
   #29985 - Accepted meetings should have a replied-to icon (JP)

 * Miscellaneous

   #46404 - not remembering printer definition (JP)

Other bugs

 * Address Book

    - set full name appropriately when quick adding (Hans)
    - fix creation of local addressbooks (Siva)
    - a11y fixes (Hao Sheng)

 * Mail

    - Add items to folder properties correctly (Jeff)
    - Add async descriptions (Jeff)
        
 * Calendar

    - for detached instances, disable recurrence UI (Rodrigo)
    - use receive_objects for importing (Rodrigo)
    - change free/busy prefs title (Nat)
    - handle attachment errors better (Harish)
    - fix possible day view resize crash (Michael)
    
 * Shell

    - fix offline handler crash (JP)
    - close import wizard on Esc (Mengjie Yu)

 * S/MIME

    - don't remove tree node if deleting cert failed (Michael)

  * Plugins

    - Add addressbook file config plugin so local calendar get set up right (Siva)
    - In BBDB check the buddy account name not alias (Nat)
    - In weather calendar fix units spelling (David Trowbridge)
    - In weather calendar use single metric/imperial specification (David Trowbridge)
    - Add default source plugin so its easy to set for the user (Siva)
    - Make exchange account setup simpler (Sushma)
    - In groupwise account setup simplify the settings for soap only (Siva)
    - Add groupwise status tracking plugin so the user can see the information they requested (Chen)
    - In itip-formatter extract the decoded text so non-ascii works (JP)
    - In itip-formatter handle utc dtstart/dtend correctly (JP)
    - In new-mail-notify fix DBUS event handling (Miguel Angel Lopez Hernandez)
    - In groupwise sendoptions, make sure the global send options actually work (Chen)
    - In groupwise shared folder, improve UI (Vivek)
    - In groupwise shared folder, add a wizard for shared folder notifications (Vivek)

Updated translations:
    - es (Francisco Javier F. Serrador)
    - de (Hendrik Richter, Frank Arnold)
    - it (Marco Ciampa)
    - nl (Vincent van Adrighem)
    - lt (Zygimantas Berucka)
    - nb (Kjartan Maraas)
    - no (Kjartan Maraas)
    - et (Priit Laes)
    - el (Nikos Charonitakis)
    - ja (Takeshi AIHANA)
    - en_CA (Adam Weinberger)

Evolution 2.1.3, 2004-01-10
----------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Calendar

   #69663 - Task list on the web does not mark tasks as finished (JP)
   #61076 - Evolution calendar messages unnecessarily marked for translation (JP)
   #41624 - only the last exception is deleted on palm device (JP)

 * Addressbook

   #61068 - Extraneous space in evolution message (Andre Klapper)
   #61975 - Can't translate string "Reflow test" (JP)

 * Plugins

   #30992 - Preferences dialog greys out OK button after Apply (JP)

Other bugs

 * Address Book

    - set read only state better for contact editor (Hans)
    - add UI for marking calendars offline (Siva)
    - use new name selector api (Hans)

 * Mail

    - Display icon for shared folder (Vivek)
    - New offline folder/store classes (Jeff)
    - Handle reply in mailto: (Michael)
    - a11y fixes (Mengjie Yu)
    -  (Mengjie Yu)
        
 * Calendar

    - detached instance recurrence handling (Rodrigo)
    - calendar attachments (Harish)
    - send options for meeting (Chen)
    - handle calendar:// uris (JP)
    - handle different calendars having the same uid (Rodrigo)
    - add UI for marking calendars offline (Chen)
    - use new name selector API (Hans)
    - prevent crash when searching for f/b info (JP)
    - a11y fixes (Harry)
    - calendar config cleanup (JP)
    
 * Shell

    - Make component buttons configurable (JP)
    - Set offline with gconf key (Siva)

  * Plugins

    - add component.migration event for calendar (David Trowbridge)
    - fix translations of popup menus (Michael)
    - HIG config dialog fixes (Rodney)
    - Add calendar file config plugin so local calendar get set up right (JP)
    - Add calendar weather config plugin (David Trowbridge)
    - Add exchange account config plugin (Sushma)
    - Add groupwise send options plugin (Partha)
    - Add itip formatter plugin (JP)
    - Add new-mail-notify plugin that uses DBUS (Miguel Angel Lopez Hernandez)
    - Use standard error messages in save-calendar plugin (Philip Van Hoof)
    - Add send options plugin for account editor (Chen)
    - Add shared folder notification plugin (vivek)

Updated translations:
  - lt (Zygimantas Berucka)
  - ja (Takeshi AIHANA)
  - bg (Vladimir Petkov, Alexander Shopov)
  - et (Priit Laes, Ivar Smolin)

Evolution 2.1.2, 2004-12-20
----------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Mail

   #68759 - Evolution Shell can't load modules (JP)
   #69579 - Moving a message from an IMAP INBOX to an IMAP folder caused crash (Michael)
   #69339 - postscript and some other attachments not visable (Michael)
   #69579 - vFolders#UNMATCHED generates errors (Michael)
   #68958 - current message forgotten in vfolders (Michael)
   #69446 - Mail shown as attachment if some headers are upper case (Michael)
   #46229 - Filters dialog - label suggestions (Diego Sevilla Ruiz)

 * Calendar

   #47535 - Snooze Time "minutes" string Improperly marked for translation
    (Rodney)
   #67403 - wrong alarm time displayed (Rodrigo)

 * Shell

   #61065 - Evolution should be spelled with uppercase E in evolution message (Joan Sanfeliu) 

Other bugs

 * Address Book

    - Turkish locale fixes (S. Caglar Onur)
    - Set proper window title for editing addressbook properties (Vivek)
    - Prevent null UID from causing weird saving problems (Siva)
    - a11y fixes (Harry Lu, Hao Sheng)

 * Mail

    - Add mnemonics everywhere (Mengjie Yu)
    - Moving a message from an IMAP INBOX to an IMAP folder caused crash (Radek)
        
 * Calendar

    - let users set a template for fetching free/busy information (James
      Bowes)
    - Set proper window title for editing calendar/task properties (Vivek)
    - Leak fixes (Harish)
    - Fix 64 bit problem (David Mosberger)
    - UI Fixes for meetings and assigned tasks (Chen)

 * Shell

    - fix 64 bit problem (David Mosberger)
    - use new window icon (Rodney)

  * Plugins

    - make plugin hooks available for mail even when the mailer is not
    activated (Michael)
    - move groupwise config code to a plugin (Siva)
    - support csv and rdf calendar saving (Philip Van Hoof)   

Updated translations:

  - nl (Vincent van Adrighem)
  - sv (Christian Rose)
  - ca (Jordi Mallach)
  - zh_CN (Funda Wang)
  - bg (Alexander Shopov)
  - fi (Ilkka Tuohela)
  - da (Martin Willemoes Hansen)
  - tr (Baris Cicek)
  - lt (Zygimantas Berucka)
  - cy (Dafydd Harries)

Evolution 2.1.1, 2004-11-28
----------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook

   #28725 - should not say "no items in this view" until the backend is done responding (Sushma)
   #61065 - Evolution should be spelled with uppercase E in evolution message (Joan Sanfeliu)
   #61976 - Near-identical strings, should be made identical (Rodney)
   #67656 - almost the same email address are considrered identical (Siva)
   #61966 - Typo in string: Word "be" missing (Andre Klapper)
   #69079 - Data repeated after save with bad date format (Siva)
   #66854 - Some strings are missed to translation (partial, Rodney)

 * Mail

   #68787 - Crash when migrating 1.4 data to 2.0.2 (Michael)
   #69109 - EHLO or HELO with ip addresses does not conform rfc 821 (Michael)
   #69408 - Evolution hang in message fetching with ima4rev1 (Jeff)
   #69145 - toplevel message/rfc822 parts are broken for IMAP (Michael)
   #69241 - base64 attachement holding PGP block (Jeff)
   #69160 - IMAP4 dont freez on scaning imap folders (Jeff)
   #67496 - html email not rendered in preview pane (Michael)

 * Calendar

   #68624 - Requires URL to have http:// or webcal:// at beginning (Diego Sevilla Ruiz)
   #47529 - Date in reminder window appears in UTF-8 in non-UTF-8 locale (Rodney)
   #6767  - Fix hardcode colors in day, week, month views (Li Yuan)
   #68707 - Events ending at 12:00 AM show as ending at 12:00 pm (JP)

 * Shell

   #61065 - Evolution should be spelled with uppercase E in evolution message (Joan Sanfeliu) 

Other bugs

 * Address Book

    - Handle required fields (Siva)
    - a11y fixes (Hao Sheng)
    - make shift-F10 popup menu (Hao Sheng)
    - don't show error dialog when cancelling operation (Siva)

 * Mail

    - Reduce memory for vfolder operations (Michael)
    - Use unix sockets for spam checking (Radek)
        
 * Calendar

    - warn is summary is blank (Chen)
    - allow creating new calendar with right click on a group (Harish)
    - EConfigize new calendar and calendar properties (David Trowbridge)
    - make sure switch between 12/24h time shows immediately (JP)

  * Plugins

    - set "base" plugin target (Michael)
    - add webcal config plugin (David Trowbridge)
    - mailing list actions plugin (Meilof Venningen)   
    - plugin manager plugin (Michael)   

Updated translations:

  - da (Martin Willemoes Hansen)
  - lt (Žygimantas Beručka)
  - nl (Vincent van Adrighem)
  - de (Hendrik Richter)
  - it (Marco Ciampa)
  - ca (Jordi Mallach)
  - fa (Meelad Zakaria)
  - sq (Laurent Dhima)
  - fr (Sebastien Bacher)
  - cs (Juraj Kubelka)

Evolution 2.1.0, 2004-11-01
----------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook

   #61069 - Missing space in evolution addressbook message (Andre Klapper)
   #61972 - Typo in country name: Is "Grena-dines", should be "Grenadines" (Andre Klapper)

 * Mail

   #68894 - IMAP4 rev1, error on selecting INBOX (Jeff)
   #68814 - evo crash while fetching mail using IMAP4 rev1 (Jeff)
   #44876 - Missing keyboard navigation in the e-mail recipient section (Mengjie Yu)

Other bugs

 * Address Book

    - Display multi value attributes in the preview (Nat)

 * Mail

    - Enable IMAP4 camel provider by default (Jeff)
    - IMAP4 offline folder info caching (Jeff)
        
 * Calendar

    - a11y fixes (Li Yuan)
    - make free/busy information gathering more efficient (Harish)

 * Shell

    - remove deprecated calls (Kjartan Maraas)

  * Plugins

    - convert mail, address book to econfig (Zucchi)
    - convert all components to e-menu (Zucchi)
    - add new mail event (Zucchi)
    - add message replied event (Nat/Zucchi)
    - add online/offline event (Zucchi)
    - inline audio via gstreamer (Radek)
    - big brother database (Nat)
    - copy address tool (Zucchi)
    - folder unsubscribe (Jeff)
    - mail to task (Rodrigo)
    - mark calendar for offline (Harish)
    - prefer plain text for messages (Zucchi)
    - save attachments (Zucchi)
    - save calendar (Rodrigo)
    - select one calendar/task (JP)
    - subject threading (JP/Zucchi)

Updated translations:

  - da (Martin Willemoes Hansen)
  - it (Marco Ciampa)
  - sq (Laurent Dhima)
  - el (Nikos Charonitakis)
  - ms (Hasbullah Bin Pit)
  - bg (Vladimir Petkov)

Evolution 2.0.2, 2004-10-11
----------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook

   #66520 - Crash deleting addressbooks (Michael)
   #66369 - VCard import requires blank lines between contacts (Hans)
   #65537 - Updating Contacts Causes Crash (Hans)

 * Calendar
    
   #65932 - Crash when accessing the details of an appointment notification (Rodrigo)
   #64683 - meeting invite expands to larger than workspace (Rodrigo and JP)
   #66736 - crash clicking Search Clear button twice (Michael)
   #61766 - select personal calendar/tasks by default when migrating (JP)
   #65599 - 'Evolution 1.5' crash in 'Free/Busy' editor (Rodrigo)
   #62053 - select GroupWise calendar by default (Siva)
   #66164 - popup date edit drop down in correct place (JP)
   #45951 - Scroll properly in task description (Rodrigo)

 * Mail

   #67170 - Unable to subscribe to the alt hierarchy (Michael)
   #67028 - 2.0.1 compilation fails on camel-service.c: In function `camel_getaddrinfo' (Jeff)
   #67257 - evolution busy waits looking up hostname if network down (Michael)
   #66509 - Evolution Crashes when deleteing a news group (Michael)
   #65828 - Fix typo in error message (Jeff)
   #63881 - "Cannot copy or move messages into a Virtual Folder" when
         dragging from UNMATCHED vfolder into real folder (Ed Catmur)
   #63521 - stale / bogus pop cache file (Michael)
   #66991 - crash creating folders (Michael)
   #66706 - Evolution Crashes while refreshing Folder Subscriptions (Michael)
   #67408 - Seg Fault on exit (Michael)
   #67211 - Evolution crashes when getting summary from folder (Michael)
   #66703 - S/MIME signing fails randomly (Jeff)

 * Shell

   #61285 - use better query for config pages (Michael)
   #66216 - don't show translator-credits directly in about box (Malcolm Treddinnick)

Other bugs

 * Address Book

    - Crash when exiting (Hans)

 * Mail

    - Provide error dialogs if host/name lookups fail (Jeff)
    - Improve NNTP locking (Michael)
    - Work with complete MBox hierarchy (Michael)
    - Forward as inline sends attachments (Michael)
    - Fix possible migration bug from 1.2 (Dave Malcolm)
    
  * Other

    - Updated documentation (Rodney and Novell Doc Team)
    - Don't dereference NULL nickname or emailAddr on certificate (Michael)

Updated translations:

  - el (ta panta rei, Nikos Charonitakis)
  - ja (Takeshi AIHANA)
  - hu (Laszlo Dvornik)
  - pt (Duarte Loreto)
  - sq (Laurent Dhima)
  - es (Francisco Javier F. Serrador)
  - nl (Vincent van Adrighem, Michel Klijmij)
  - en_CA (Adam Weinberger)
  - zh_CN (Funda Wang)
  - cs (Miloslav Trmac)
  - pl (GNOME PL Team)
  - pt_BR (Raphael Higino)
  - sr (Danilo Segan)
  - sr@Latn (Danilo Segan)
  - en_GB (David Lodge)
  - ca (Xavier Conde Rueda)
  - ko (Changwoo Ryu)
  - ro (Mugurel Tudor)
  - fr (Christophe Merlet)
  - nb (Kjartan Maraas)
  - no (Kjartan Maraas)
  - da (Martin Willemoes Hansen)
  - ru (Leonid Kanter)
  - fa (Meelad Zakaria)

Evolution 2.0.1, 2004-09-24
----------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook

   #61070 - Fix improper grammar (hannah rebekah & fazlu huq)
   #59725 - Conduit syncing to wrong desktop record (JP)
   #63191 - Fix contact list editor title (JP)
   #64080 - addressbook gui component needs to be linked with libcamel (Michael)
   #64024 - Lower pane doesn't go away when you uncheck "Preview Pane" in Contacts (Siva)
   #64011 - Remove C99-ism (Vicent Noel)
   #62856 - in --offline mode, still get prompted for gw addressbook password, work around (Michael)

 * Calendar

   #66344 - Evolution crashes added start time column to tasks (JP)
   #63513 - G/W appointment acceptance fails ('invalid object') (Chen)
   #60904 - Show all appointments when work week longer than 5 days (JP)
   #66158 - Completion status is not displayed immediately (JP)
   #59194 - Crash editing location field in event list (JP)
   #65682 - get error deleting appointments (Chen)
   #55172 - sync montly recurrences properly (JP)
   #62374 - alarms no function if run over night (Rodrigo)
   #62728 - week day heading in month view does not update after changing week start day in settings (JP)
   #62392 - Crash on close alarm notification (Rodrigo)

 * Mail

   #65329 - translate standar folder names (Michael)
   #65058 - Specific mails don't display picture but picture data (Michael)
   #64972 - signature auto-selection in composer with Maildir account is broken (Michael)
   #65448 - Opening a mail does not mark it read (Jeff)
   #64974 - Allow selecting of file or folder for maildir and mh accounts (Jeff)
   #65703 - Display reply to all icon (JP)
   #59717 - crash checking supported authentication types (Michael)
   #47821 - try all host names available when connecting (Michael)
   #66199 - Image loading fails with authenticated proxy (Michael)
   #64023 - Forget NNTP password if it was wrong (Michael)
   #64092 - Ambiguity in nomenclature of GW Tasks in Evolution (Siva)

 * Shell

   #61285 - use better query for config pages (Michael)
   #66216 - don't show translator-credits directly in about box (Malcolm Treddinnick)

Other bugs

  * Addressbook

    - point to correct documentation file (Rodney)
    - check for LABEL supported (Siva)

  * Calendar

    - Don't allow deletion of system calendar or tasks (JP)
    - Don't allow a task to be changed to an assigned task if the backend doesn't support it (Chen)

  * Mail

    - Fix typo setting the root node in folder tree (Dave Malcolm)
    - Handle 0 length token read for summary (Michael)
    - Make SSL connections async and cancellable (Michael)

Updated translations:
  - fr (Christophe Merlet, Craig Jeffares)
  - pl (Artur Flinta)
  - sq (Laurent Dhima)
  - cs (Miloslav Trmac)
  - es (Francisco Javier F. Serrador)
  - nl (Vincent van Adrighem)
  - zh_CN (Funda Wang)
  - en_CA (Adam Weinberger)
  - it (Craig Jeffares)
  - zh_TW (Craig Jeffares)
  - en_GB (Gareth Owen)
  - fa (Roozbeh Pournader)
  - el (Nikos Charonitakis)
  - ja (Takeshi AIHANA)
  - pt_BR (Raphael Higino)
  - da (Martin Willemoes Hansen)
  - ko (Changwoo Ryu)
  - nn (Åsmund Skjæveland)
  - sr (Danilo Segan)
  - hu (Laszlo Dvornik)
  - bs Danilo Segan
  - id (Mohammad DAMT)
  - nb (Sigurd Gartmann)
  - no (Sigurd Gartmann)
  - ar (Arafat Medini))

Evolution 2.0.0, 2004-09-13
----------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook

   #59582 - Contact incompletely updated to LDAP store, address information lost/not editable (Siva)
   #64084 - addressbook gui component needs to be linked with libcamel (Michael)

 * Calendar

   #65454 - Evolution crashes while opening newly received e-mail (JP)
   #62392 - Crash on close alarm notification (Rodrigo)
   #64800 - broken timezone selector (Rodney)

 * Mail

   #60515 - signature setting is not preserved changing "Autogenerated" to "None"  (Michael)
   #63377 - Crash when replying to a (specific) message  (Jeff)
   #62665 - Wrong Folder is deleted (Jeff)
   #64377 - crash creating new folder (Michael)
   #63456 - crash replying to E-mail (Michael)

Other bugs

  * Addressbook

    - Confirmation dialog was showing up on contact-editor close,
      even if there were no changes (Hans Petter)

  * Calendar

    - 64 bit build fix (Rodrigo)
    
  * Misc
    
    - new documentation (Rodney)

Updated translations:

  - ar (Arafat Medini)
  - bn (Runa Bhattacharjee)
  - cs (Miloslav Trmac)
  - cy (Dafydd Harries, Telsa Gwynne)
  - da (Martin Willemoes Hansen)
  - de (Hendrik Richter)
  - el (Nikos Charonitakis)
  - en_CA (Adam Weinberger)
  - en_GB (David Lodge)
  - es (Francisco Javier F. Serrador)
  - et (Priit Laes)
  - fi (Ilkka Tuohela)
  - hi (Rajesh Ranjan)
  - hu (Laszlo Dvornik)
  - id (Mohammad DAMT)
  - ja (Takeshi AIHANA)
  - ko (Changwoo Ryu)
  - ms (Hasbullah Bin Pit)
  - nb (Sigurd Gartmann)
  - nl (Vincent van Adrighem)
  - nn (Åsmund Skjæveland)
  - no (Kjartan Maraas)
  - pl (Artur Flinta)
  - pt (Duarte Loreto)
  - pt_BR (Raphael Higino)
  - ro (Mugurel Tudor)
  - ru (Leonid Kanter)
  - sq (Laurent Dhima)
  - sr (Danilo Segan)
  - sv (Christian Rose)
  - tr (Baris Cicek)
  - uk (Maxim Dziumanenko)
  - zh_CN (Funda Wang)
  - zh_TW (Abel Cheung)

Evolution 1.5.94, 2004-08-27
----------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook

   #61833 - Blank names in name selector (Hans Petter)
   #62715 - Free-form addresses not loading in contact editor (Hans Petter)

 * Calendar

   #62869 - Crash: attempt to access GW tasks from evolution (Siva)
   #62706 - Changing time-zone doesn't refresh calendar correctly (JP)
   #62063 - Meeting description does not wrap (Jeff)
   #58824 - Stray message or failing to open tasks? (Rodrigo)
   #62911 - ITIP control blocks mailer opening calendar (JP)
   #54101 - In itip control had "Birthdays & Anniversaries" as calendar (JP)

 * Mail

   #63189 - Deleting IMAP folders is too aggressive  (Michael)
   #63504 - Don't send IMAP commands to a disconnected socket  (Jeff)
   #63177 - Can't drag folder to "On This Computer"  (Jeff)
   #62812 - Crash when parent of search window is closed  (Jeff)
   #62963 - C99-isms in smime/gui/cert-trust-dialog.c  (Michael)

Other bugs

  * Addressbook

    - Confirmation dialog was showing up on contact-editor close,
      even if there were no changes (Hans Petter)

  * Calendar

    - Fixed problems in alarm daemon (JP, Siva, Rodrigo)
    - Clean up of stray status messages for tasks (Chen)
    - Don't remove GtkDialog's separator if using GTK >= 2.4.0 (Frederic)
    - Fix copy/move problems when pilot syncing (JP)
    - Don't mark menu accels for translation (Christian)

  * Mail

    - Crash in em-utils on GtkFileChooser with no name selected (Hans Petter)

  * Misc

    - avoid warnings on dialogs with GTK 2.4 (Frederic)
    - upgrade egg tray icon (Rodrigo)
    - fix memory corruption when pilot syncing tasks/events (JP)
    

Evolution 1.4.1, 2003-06-25
---------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Addressbook

    #41826 - Focus the first minicard when focusing the view for the
             first time (gilbert.fang@sun.com)
    #43841 - Contact editor will not save Web Page address (Toshok)
    #44477 - Make sure the master category list is upgraded (Toshok)

  * Calendar

    #41582 - Display incorrect after switching between week and day
             view (Rodrigo)
    #43585 - Ugly tasks printout (Hans Petter)
    #45273 - Tab through events in day view (Bolian Yin)
    #45275 - Shift+F10 to activate Popup menu in ToDo List (Bolian Yin)
    #45423 - Provide shortcus for "Go to today" and "Go to date" (Bolian Yin)

  * Mail

    #22542 - Creating a folder in the vFolder store fails with a
             meaningless message (Michael)
    #31745 - Cannot view mails under '#mh' namespace.  Temporary
             workaround, strip #'s (Michael)
    #33593 - Message remains displayed after last message removed from
             list (Michael)
    #40788 - Broken POP3 server causing evolution to hang/crash (Jeff)
    #42630 - collapsed thread always shows as unread (Jeff)
    #43917 - ECharsetPicker doesn't save user-specified charset strings
             properly (Jeff)
    #43972 - Invert selection doesn't work (Jeff)
    #43974 - Cannot retrieve "Local Delivery" mail (Michael)
    #44121 - Invalid multipart/signed message showing empty (Michael)
    #44139 - Composer spacing is not HIG compliant (Jeff)
    #44322 - Evolution crash with weird IMAP foldername (Michael)
    #44344 - Dont use quoted-printable encoding on anything but text/*
             parts, interoperation with Lookout and others (Jeff)
    #44457 - Crash viewing video content as inline-text (Jeff)
    #44519 - Popup message view redraws when new mail arrives (Michael)
    #44609 - HIG issue with vFolder properties editor (Michael)
    #44991 - Cannot send mail in GB-2312 (Jeff)
    #45082 - GB18030 BIG5HKSCS and EUC-TW charsets not supported in
             evolution mail (suresh.chandrasekharan@sun.com)
    #45063 - Message display refreshes when new mail arrives,
             introducted by #33593 (Michael)
    #45386 - Warnings when sending mail (Michael)
    #45368 - Crash when closing the folder browser

  * Summary

    #44111 - Crash on exit (Ettore)
    #44798 - Crash when closing print preview dialog (Ettore)

  * All

    #42691 - Build, make clean doesn't rebuild bonobo-activation
             .server files (Michael)
    #44717 - Tarball cointains generated files (Frederic Crozat)

Other bugs

  * Calendar

    - Fix invalid shared use of list of calendar factories (Rodrigo)
    - Make the calendar editor window title reflect the summary contents (Rodrigo)

  * Mail

    - Fix bug in indexer string normalisation (they weren't) (Larry)
    - Major memory leak in message-threading (Larry)
    - Only try to snoop a content-type if its application/octet-stream
      when displaying mail parts (Jeff)
    - Major memory leak in filter-file based filters (Jeff)
    - Try to make asynchronous dns lookup more asynchronously
      cancellable (Michael)
    - Fix a degenerate algorithm case in vFolder shutdown which could
      cause excessive exit cpu usage (Michael)

  * Shell

    - Wrong version number used for configuration upgrade (Michael)

  * All

    - Lots of miscellaneous memory leaks

Updated translations:

  - cs (Miloslav Trmac, Stanislav Brabec)
  - el (Kostas Papadimas)
  - es (Francisco Javier F. Serrador)
  - hu (Andras Timar)
  - it (Marco Ciampa)
  - ko (Kan Jeong-Hee)
  - mk (Ivan Stojmirov)
  - nl (Vincent van Adrighem)
  - pt_BR (Gustavo Maciel Dias Vieira)
  - sr, sr@Latn (prevod.org)
  - sv (Christian Rose)
  - tr (Gorkem Cetin)
  - zh_CN (Wang Li, Funda Wang)


Evolution 1.4, 2003-06-02
-------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Calendar
  
    #43388 - Problems importing appointments  (Rodrigo)
    #43455 - Crash on exit  (Rodrigo)
    #43763 - 2 right mouse menus appear in Week & Month views  (Rodrigo)
    #43775 - Crash under Chinese locale  (JP)

  * Mail

    #42854 - Copying files from one IMAP folder to another makes
             multiple copies of file  (Jeff)
    #43862 - First run imap account won't load folders until account
             is disabled and re-enabled  (Jeff, Michael)
    #42691 - Server files not regenerated after distclean  (Michael)
    #43805 - Evolution locked while editing reply to an mail  (Jeff)
    #43410 - Flag for Followup dialog opens up too small in Evo  (Michael)
    #43688 - Can't save signatures  (Michael)

  * Summary

    #43506 - Spontaneous crash  (Ettore)

  * Misc

    #43596 - Symlink icon file so it doesn't break existing panel
             setups  (Ettore)

Other bugs fixed:

  * Addressbook

    - Removed conflicting shortcut for the Print Preview menu item
      (Rodney)

  * Misc

    - Corrected some problems in the pkgconfig files  (Rodney)
    - Fixed an issue with GConf schema file installation  (Joe Marcus
      Clarke)

Updated translations:

  - nl (Vincent van Adrighem)
  - ru (GNOME Russian Team)
  - be (GNOME Belarusian Team)
  - es (Francisco Javier F. Serrador)


Evolution 1.3.92, 2003-05-22
----------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Addressbook

    #38084 - Rename local folder issue in contacts  (sean.gao@sun.com)
    #41130 - HIG compliance  (Anna)
    #41137 - HIG compliance  (Anna)
    #41140 - HIG compliance  (Anna)
    #41144 - Use stock buttons in the ldap config page  (Toshok)
    #41211 - Add icon to "Add" button in "Add to Contacts" dialog  (Toshok)
    #41229 - HIG compliance  (Anna)
    #41231 - HIG compliance  (Anna)
    #41232 - HIG compliance  (Anna)
    #41245 - HIG compliance  (Toshok)
    #41248 - HIG compliance  (Anna)
    #41249 - HIG compliance  (Anna)
    #41250 - HIG compliance  (Anna)
    #41251 - HIG compliance  (Anna)
    #41254 - HIG compliance  (Anna)
    #41255 - Use stock Add/Remove icons in the contact list editor  (Toshok)
    #41910 - Crash when deleting addresses from long contact lists  (Toshok)
    #42048 - "Print" not hooked up in etable view  (Toshok)
    #42177 - Cannot tab out of date edit widgets in contact editor  (Toshok)
    #42472 - Selecting a field in a contact highlights entire row  (Toshok)
    #42596 - Selecting text in a contact address field selects all
             rows of text (Toshok)
    #42604 - Display not shifted when cursor moved to next address
             line (Toshok)
    #42606 - Not saving information entered in Notes field of Contact
             editor (Toshok)
    #42620 - Crash related to mailing address checkbox  (Toshok)
    #42625 - Clicking in white space of contact brings up empty
             contact editor  (Toshok)
    #42780 - Crash on solaris due to missing NULL in g_guild_filename.
             (sean.gao@sun.com)
    #42825 - clicking on letters in LDAP address card view does not
             load selected letter (Dan, Toshok)
    #43005 - Crash on reply  (Toshok)
    #43016 - Crash when adding duplicate contact  (Toshok)
    #43023 - All contacts have disappeared  (Toshok)
    #43090 - GalView menu missing from the addressbook  (Toshok)
    #43175 - Evolution crashed pasting large amount of text into
             address field  (Toshok)
    #43213 - auto-completion folder list wasn't populated correctly on
             fresh install  (Toshok)

  * Calendar

    #40972 - connector crashed while evolution was idle  (Rodrigo)
    #41234 - button order of "Enter Delegate" dialog (Rodrigo)
    #41329 - Changing Options in scheduling tab causes display time to shift
    #41579 - Double clicked on meeting in Exchange calendar, Evo
             crashed  (Rodrigo)
    #41760 - Alarm dialog does not reappear after snoozing Exchange
             alarm  (Rodrigo)
    #41811 - Calendar update failing and crashing  (JP)
    #41930 - Warning while running gdb includes: "Some clown returned
             undeclared exception"  (JP)
    #41935 - day view ignores scroll wheel  (JP)
    #42056 - Accelerators in meeting selector not working/looks bad
             (Hans Petter)
    #42220 - calendar not refreshing correctly after changing meeting
             times  (Rodrigo)
    #43029 - When running under valgrind Evolution crashed while
             exiting  (JP)
    #43308 - scheduling page alignment (JP)

  * Mail

    #40074 - Thread expansion state not remembered  (Jeff)
    #41748 - Send/Recv not sending mail in connector Outbox  (Michael)
    #42000 - Crash selecting a non-selectable folder  (Michael)
    #42045 - Another workaround for mailers sending out invalid date
         formats  (Jeff)
    #42118 - Edit->Mark as unread doesn't behave the same as right
         click->mark as unread  (Jeff)
    #42170 - Thread expansion state lost on deleting messages  (Jeff)
    #42212 - Crash entering address in composer  (Rodrigo)
    #42294 - Custom fixed font setting not applying to composer
              (Michael)
    #42333 - Crash opening a mail again that was still being opened
              (Jeff)
    #42356 - Adding colour from not working properly  (Jeff)
    #42456 - Spelling preferences Enable/Disable button inconsisency
              (Michael)
    #42540 - Crash when pressing send/recv too quickly  (Michael)
    #42710 - Invalid 8 bit header data getting to the UI layer
             generating warnings  (Michael)
    #42763 - Crash deleting local folder with indexing turned off
              (Jeff)
    #42838 - Crash setting up local mail account  (Michael)
    #42854 - Copying many messages between IMAP folders results in
             several duplicates  (Jeff)
    #43214 - changing server settings enables the account  (Jeff)
    #43234 - crash reading mail  (Michael)
    #42748 - Check spelling while I type - broken (Larry)
    #42749 - Composer ignores color for misspelled words (Larry)
    #43392 - Reproducible crash after searching mail w/ attachment and
             closing (Jeff)
    #43406 - Evo crashed during POP download/filtering  (Jeff)

  * Shell

    #36956 - Window title too long  (Ettore)
    #40391 - Updated contributor list in the about box  (Michael)
    #42038 - Crash hitting escape or closing window on rename box
              (Michael, Ettore)
    #42342 - Send/receive sensitive when startedi in offline mode
              (Ettore)
    #42465 - Unread count problem in the shortcut bar  (Ettore)
    #42491 - Compilation problems on Forte  (Antonio Xu)
    #42518 - Folder bar selection lost on folder delete  (Ettore)
    #43079 - Don't crash when an invalid "default:" URI is given on
             the command-line  (Ettore)
    #43119 - Memory corruption problem in settings dialog  (Ettore)
    #43216 - Crash on exit  (Ettore)
    #43322 - Crash on exit  (Ettore)

  * Summary

    #41131 - HIG compliance  (Anna)
    #41133 - HIG compliance  (Anna)
    #41849 - Charsets not respected in news feed display  (Michael)
    #43101 - Crash on exit  (JP)
    #43117 - Crash on exit  (Ettore)

Other bugs:

  * Addressbook

    - 64bit cleanup and warning fixes  (Jeremy Katz)
    - Fixed some probable memory corruption (Toshok, Sean Gao)

  * Calendar

    - Fixed crash in cal_client_discard_alarm  (Rodrigo)
    - Fixed Bonobo unrefing problems on components  (JP)
    - Fixed multiple initialization in calendar factory  (Rodrigo)

  * Mail

    - Crash on exit if password dialog was open  (Ettore)
    - Make Ok the default response on the password dialog  (Ettore)
    - Crash in SMTP if unable to resolve the remote host name  (Jeff)
    - Fix an automake 1.6 issues with camel-lock-helper  (Dan)
    - Reload page if citation color changes (Larry)
    - Made all the composer preferences work (Larry)
    - Made newly created HTML signatures work again (Radek)

  * Shell

    - HIGified config settings dialog a bit more  (Anna)
    - Fixed a bunch of reference count problems  (JP)
    - Improved the look of the "open other user's folder" dialog
      (Dan)

  * Summary

    - Fixed a typo that caused the summary to not see the default
      calendar folder  (Ettore)
    - Made the print dialog close properly  (Ettore)
    - Reference count fixes  (JP)

  * All

    - Various container referencing issues  (JPR)
    - 64 bit and portability fixups  (Jeremy Katz)
    - Cleaned up lots of compile time warnings and run-time debugging
      output  (everyone)

Updated translations:

  - cs (Miloslav Trmac)
  - da (Kenneth Rode Christiansen)
  - de (Christian Neumair)
  - es (Francisco Javier Fernandez)
  - fr (Christophe Fergeau)
  - it (Marco Ciampa)
  - ja (Takuo Kitame)
  - no (Kjartan Maraas)
  - pt (Duarte Loreto)
  - pt_BR (Gustavo Maciel Das Vieira)
  - ru (GNOME Russian Team)
  - sv (Christian Rose, Anders Carlsson)

  - Fixed encoding of the ca, en_AU, en_CB, et, eu, ro catalogs (Abel
    Cheung)


Evolution 1.3.3, 2003-04-29
---------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Addressbook

    #37351 - Contact List drag-n-drop broken from sorted list view  (Toshok)
    #40954 - Wombat crashes when opening an appointment  (Toshok)
    #41843 - Don't use localized field names in the csv exporter  (Gilbert Fang)
    #41779 - Fix crash when adding emails to existing contacts  (Toshok)

  * Calendar

    #21499 - No docs in snaps (Rodney)
    #22444 - Deleting recurring meetings menu option (Rodrigo)
    #34498 - alarm-notify not noticing meetings canceled by organizer (Rodrigo)
    #35814 - same mnemonic for File:New:Mail Message and :Meeting (Rodney)
    #37552 - GUI doesn't notice Connector failed to delete task (JP)
    #39735 - Calendar View settings not persistent between sessions (JP)
    #40257 - selecting day from calendar control causes window resize (JP)
    #41129, #41215, #41221, #41256, #41148, #41216, #41235 - gui spacing (Rodrigo, Anna)
    #41230 - forwarded tasks blank when viewed in a separate window (JP)
    #41458 - Crash sending meeting invite (Dan)
    #41459 - remove "Delegate to..." from right click menu in meeting dialog (JP)
    #41641 - crash opening calendar for the first time (Hans)
    #41661 - Only one popup dialog for repeated message alarm (Rodrigo)
    #41671 - audio alarms pop up message dialog instead of playing tune (Rodrigo)

  * Mail

    #21499 - No docs in snaps  (Rodney)
    #38927 - Signature editor help brings up composer help
    #40694 - Focus not in To field of new message when From field is
             visible. (Toshok)
    #40989 - Deleted sub-folders hang around  (Michael)
    #41043 - Send/receive accelerators broken  (Michael)
    #41142 - Message search dialog has questionable button order  (Jeff)
    #41149 - Spacing/padding of "Filters" dialog  (Jeff)
    #41150 - Use stock buttons in "Filters" dialog  (Jeff)
    #41151 - Spacing/padding of "Add/Edit Filters" window  (Jeff)
    #41152 - Spacing/padding of "Vfolders" dialog  (Jeff)
    #41153 - Use stock buttons in "VFolders" window  (Jeff)
    #41155 - Spacing/padding in "Add/Edit Vfolders" dialog  (Jeff)
    #41156 - Use stock** buttons in "add/edit vfolders" dialog  (Jeff)
    #41163 - Forwarding HTML mail with inline images results in 
             misformatted mail  (Michael)
    #41164 - Can't import mails at all  (Michael)
    #41190 - Crash cursor navigating Inbox  (Michael)
    #41199 - Subscribe dialog's toolbar -- why? :)  (Michael)
    #41205 - Use icons on Add/Edit/Delete buttons in "Search Editor"  (Jeff)
    #41208 - Spacing/padding in "advanced search" dialog  (Jeff)
    #41209 - Spacing/padding of "Create VFolder from Search" dialog  (Jeff)
    #41238 - Crash when opening "attachment properties"  (Jeff)
    #41239 - Spacing/padding of "attachment properties"  (Jeff)
    #41241 - Title capitalisation of "Attachment Properties"  (Jeff)
    #41244 - Spacing/padding of "Reformat Mailbox" dialog  (Jeff)
    #41389 - Crash creating new Exchange acct  (Jeff)
    #41398 - vFolder Sources IMAP folder names not being unencoded 
             correctly  (Michael)
    #41419 - Variable font key has trailing slash  (katzj@redhat.com)
    #41448 - Crash on startup  (Michael)
    #41461 - camel_text_to_html doesn't do as good a job with URLs as 
             e_text_to_html  (Jeff)
    #41513 - Plain text attachments not showing up in the composer  (Jeff)
    #41578 - Up/down buttons broken in vfolder list  (Jeff)
    #41648 - 1.2 -> 1.3 vfolder conversion  (Michael)
    #41730 - Empty "Organization" headers  (Jeff)
    #41789 - Bonobo components can pause/freeze the gui  (Jeff)
    #41972 - Searching on labels is broken  (Michael)
    #42024 - Improper use of Error dialog  (Jeff)

  * Shell

    #21499 - Documentation not working in the snapshots  (Rodney)
    #33919 - Crash when opening other user's folder  (Dan)
    #41002 - Default folder bar size too narrow  (Ettore)
    #41008 - HIG compliance  (Anna)
    #41010 - HIG compliance  (Anna)
    #41022 - HIG compliance  (Anna)
    #41024 - HIG compliance  (Anna)
    #41025 - HIG compliance  (Anna)
    #41036 - HIG compliance  (Anna)
    #41059 - Crash connecting to other user's folder  (Ettore)
    #41013 - Startup wizard display problems  (Michael)
    #41128 - HIG compliance  (Anna)
    #41145 - HIG compliance  (Anna)
    #41146 - HIG compliance  (Anna)
    #41147 - HIG compliance  (Anna)
    #41225 - HIG compliance  (Anna)
    #41227 - HIG compliance  (Anna)
    #41242 - HIG compliance  (Anna)
    #41304 - Missing dialog title  (Michael)
    #41392 - HIG compliance  (Anna)
    #41413 - Creating folder needs to make sure parent folder is
             expanded  (Dan)
    #41468 - New Exchange public folders do not follow type of parent
             folder  (Dan)
    #41469 - Upgrade routine crashing on Solaris  (Jeff)
    #41484 - Make proxies work  (Sanshao Jiang)
    #41567 - HIG compliance  (Anna)
    #41569 - HIG compliance  (Anna)
    #41648 - Vfolder upgrade problem  (Michael)
    #41916 - Memory corruption in Storage interface  (Rodrigo)

  * Summary

    #39693 - Summary weather settings annoyances  (Ettore)
    #40902 - HIG compliance  (Ettore)

Other bugs:

  * Addressbook

    - Mostly, if not completely, fixed 33708  (Dan, Toshok)
    - Fix duplicate entry in exported CSV  (Gilbert Fang)
    - Use stock buttons  (Rodney)

  * Misc

    - Made Solaris/CDE integration work again  (Rodney)
    - Removed some debugging spewage  (everyone)
    - Don't crash on malformed GConf folder settings  (Toshok)
    - Don't error out if the directory already exists when creating a
      new folder  (Ettore)
    - Fixed various memory leaks all over the place  (Hans)

Updated translations:

  - cs (Miloslav Trmac)
  - de (Christian Neumair)
  - es (Francisco Javier Fernandez)
  - it (Marco Ciampa)
  - nl (Vincent van Adrighem)
  - no (Kjartan Maraas)
  - pt (Duarte Loreto)
  - sv (Christian Rose)
  - zh_CN (Wang Jian)


Evolution 1.3.2, 2003-04-11
---------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Addressbook

    #7103  - Addressbook doesn't play nice with dark themes.  (Toshok)
    #19178 - importers only target default contact folder.  (Toshok)
    #20210 - Cannot save changes when invoked from mailer.  (Toshok)
    #23036 - Export Contact Data to CSV, XLS, etc.  (for mail merge,
             etc.) (Gilbert Fang)
    #25148 - Selected contacts fields are not scrolling properly.
             (Toshok)
    #31786 - LDAP config dialog not properly internationalized.
             (Toshok)
    #32113 - Problem with UTF8 and contact list.  (Toshok)
    #34085 - drag+drop not finalizing.  (Toshok)
    #34651 - Searches with 8bit ascii char. not working in Select
             Contacts.  (Toshok)
    #37204 - Ximian, Inc. contact info update.  (Michael)
    #38202 - Evolution crashed when I clicked the send button.  (Michael)
    #39170 - void function should not has a 'return' keyword.  (Philip
             Zhao)
    #39256 - "Forward Contact", "Send Message to Contact" don't
             work.  (Michael)
    #39381 - crash when adding an address from an email to addressbook.
             (Toshok)
    #39507 - Select-names search broken.  (Toshok)
    #39730 - Search Base Callback Not Working.  (Toshok).
    #39763 - Pasting text into "To:" field doesn't work.  (Toshok)
    #39788 - Can't add email address to contact.  (Toshok)
    #40026 - Using pulldown to view multiple emails changes email to
             random characters.  (Toshok)
    #40046 - To: and Cc: fields not accepting accented letters.
             (Toshok)
    #40403 - can't edit contact lists.  (Toshok)
    #40715 - Merge email address dialog non functional when adding
             contact that already exists. .  (Toshok)
    #40727 - email autocompletion not listing all names.  (Toshok)
    #40841 - Ctrl-v was being used for both "Save As VCard" and
             "Paste".  (Toshok)
    #40901 - HIG-ify the LDAP server editor dialog's button
             layout.   (Toshok)

  * Calendar

    #17231 - Private settings not retained.  (JP)
    #31382 - Free/busy retrieval didn't work for http source.  (Rodrigo)
    #31660 - Appointments with "for" recurrence synced with no end date.
             (JP)
    #32248 - Todo items imported from pilot have time set to 00:00.  (JP)
    #34095 - Memory leaks.  (Hans Petter)
    #34505 - Duplicate alarm dialogs for appts in exchange calendar.
             (Rodrigo)
    #35926 - Contacts entry in appointment editor to be removed.
             (Hans Petter, Dan)
    #37935 - Drawing problems in mini-calendar.  (Hans Petter)
    #39262 - Crash when importing an ics file to local calendar.  (Rodrigo)
    #39356 - New evo users didn't get calendar.  (Rodrigo)
    #39692 - File type names should not be OAF component types.  (Ettore)
    #39735 - View settings not persistent between sessions.  (Jeff)
    #39736 - Times in day view too large.  (Hans Petter)
    #39740 - Crash clicking in Attendees field when creating new
             meeting.  (Rodrigo)
    #39757 - Couldn't delete reminder for appointment.  (Hans Petter)
    #39770 - Not meeting request sent.  (Rodrigo)
    #39803 - Bottom part of text cut off in month view.  (Hans Petter)
    #39895 - Selection vanishes when day view loses focus.  (Michael/Hans)
    #39954 - Crash when setting recurrence rule for an appointment.
             (Hans Petter)
    #39955 - Crash when forwarding an appointment as icalendar.  (JP)
    #39961 - Appointment schedule autopick menu displays under File.
             (Rodrigo)
    #40133 - wombat startup error. (Toshok)
    #40195 - Cannot create new calendar folders (JP)
    #40252 - LOG(e...) syntax error (Michael)
    #40258 - Recurring event displayed truncated description.  (Hans Petter)
    #40578 - Event summaries cut off in month view.  (Hans Petter)
    #40655 - Mini-calendar always showed January 1970.  (Hans Petter)
    #40661 - Missing header for Forte compilation.  (Rodrigo)
    #40722 - Crash when closing a meeting.  (JP)
    #40789 - Didn't remember reminder text.  (JP)
    #40790 - Didn't launch programs added as reminders.  (JP)
    #40792 - Buttons in Select File dialog for sound reminder didn't
             work.  (Ettore)
    #40876 - Cannot create a meeting with a resource in Exchange 
         calendar (JP)
    #40894 - calendar switching weeks selected in small right subcalendars 
         (JP)
    #41127 - Evolution crashed when sending new meeting invitation (JP)

  * Mail

    #29564 - Message list loses focus when you expunge.  (Michael)
    #33786 - Crash when invalid expression fed to vFolder.  (Michael)
    #36245 - Translation string context problem.  (Dan)
    #37084 - Mailer forgets message list pane size on startup.
             (Michael)
    #38227 - Button spacing issues.  (Ettore)
    #38461 - Mail importers cannot import to non-local folders.
             (Michael)
    #38659 - RFC2047 word encoding errors.  (Jeff)
    #38926 - Configuration dialogs overlap each other. (Ettore, Jeff)
    #39165 - Losing all vFolder rules after editing them, until
             restart.  (Michael)
    #39168 - compiler compatability, empty structs.  (Jeff)
    #39170 - Compiler compatibility, returning a void return value.
             (Jeff)
    #39173 - prototype mismatch.  (Jeff)
    #39204 - Charset handling problems with broken mails.  (Jeff)
    #39256 - Send message to contact/forward contact doesn't work.
             (Michael)
    #39325 - Allow user to enable/disable account from account list.
             (Jeff)
    #39382 - Signature editor dialog buttons messed up.  (Jeff)
    #39464 - Trying to remove a duplicate vfolder crashes.  (Michael)
    #39486 - Cancelling send/receive could cause a crash.  (Michael)
    #39654 - vFolder source remove button doesn't work.  (Jeff)
    #39696 - Default composer window title is meaningless. (Jeff)
    #39741 - Configuration dialogs overlap each other. (Ettore, Jeff)
    #39744 - Sending 8 bit mime to a smtp server which doesn't say it
             supports it. (Jeff)
    #39759 - Crash using search dialog.  (Michael)
    #39800 - Make To: have focus on a new message.  (Jeff)
    #39809 - Dialog's don't match gnome 2 layout.  (Jeff)
    #39813 - Crash/noop adding signature script.  (Jeff)
    #39870 - Message browser button sensitivity not correct.  (Jeff)
    #39914 - Configuration dialogs overlap each other. (Ettore, Jeff)
    #39924, and many others - Subject entry box didn't work
             properly/support i18n very well.  (Jeff)
    #40043 - A warning dialog wont go away.  (Jeff)
    #40074 - Threads always open expanded.  (Jeff)
    #40083 - Search box doesn't work on subscription dialog - it was
             removed.  (Jeff)
    #40103 - Deadlock at startup.  (Michael)
    #40124 - Cannot unsubscribe from folders that aren't selectable.
             (Jeff)
    #40188 - Context menu on addresses crashes.  (Michael)
    #40300 - Files are only detected for recovery when you start an
             editor.  (Michael)
    #40314 - Some folders not expandable in subscriptions dialog.
             (Jeff)
    #40472 - Crash after entering password.  (Michael)
    #40522 - Two passphrase dialogues viewing encrypted mail.  (Michael)
    #40536 - Send/receive dialogue should transient for parent.
             (Michael)
    #40608 - Crash saving attachment.  (Jeff)
    #40679 - Composer crash browsing files to attach.  (Jeff)
    #40728 - Crash while scrolling.  (Jeff)
    #40764 - Composer backs up drafts too often.  (Jeff)
    #40778 - incorrect IMAP BODY parsing/display  (Jeff)
    #40900 - vfolder creation dialog has wrong button order.  (Michael)
    #40904 - Spontaneous crash.  (Jeff)
    #40921 - Cancel subscription dialogue while busy -> crash.  (Michael)
    #41004 - HIG compliance.  (Jeff)

  * Shell

    #17034 - Use UTF-8 in about box.  (Michael)
    #34371 - Tries to open other user's folder with blank user field.
             (Ettore)
    #38775 - Version number hardcoded in warning dialog text.  (Michael)
    #38974 - Xlib dependency causing linking error on Solaris.  (Ettore)
    #39096 - Start-up crash on Solaris.  (Ettore) 
    #39467 - Crash when splash image not found.  (Michael)
    #39599 - Crash when folder icons missing.  (Ettore)
    #39692 - OAFIIDs being shown in the importer dialog.  (Ettore)
    #39706 - Settings window too big.  (Michael)
    #40377 - Old stale wombat servers not being killed.  (Ettore)
    #40413 - Problem with closing the folder selector dialog.  (Ettore)
    #40474 - Summary settings not imported from 1.2.  (Michael)
    #40590 - Signature settings upgrade problem.  (Michael)    
    #40652 - Folder bar not resizing after resizing Evolution window.
            (Michael)
    #40748 - Cannot resize icons in the shortcut bar.  (Ettore)
    #40854 - Problem with selecting other user's folder.  (Dan)
    #40888 - Crash when selecting other user's folder.  (Dan)

  * Summary

     #5344  - Missing weather locations.  (Marten Woxberg)
     #7153  - Stock folder names not translated.  (Ettore)
     #12066 - Missing weather locations.  (Dan)
     #15740 - Missing weather locations.  (Dan)
     #18015 - Missing weather locations.  (Dan)
     #19957 - AM/PM setting not being honoured.  (Ettore)
     #40358 - Summary page not showing properly in non-C locales.
              (Ettore)
     #40141 - Preferences settings inconsistency when clicking "Close".
              (Michael)
     #32027 - Missing locations.  (Dan)

Other bugs:

  * Addressbook

    - HIG'ify the e-address-popup's buttons layout.  (Toshok)
    - Add input method support to the minicard view.  (Toshok)
    - Make the minicard view listen for style changes.  (Toshok)
    - Fix the select names component to be more friendly to non-shlib
      components.  (Dan)
    - Fix various errors in the contact editor caused by parsing
      addresses when we don't need to - especially after the user has
      explicitly entered the elements of the address
      themselves.  (Toshok)
    - Replace GtkImage based arrow buttons in the contact editor with
      GtkArrow.  (Toshok)

  * Calendar

    - Replaced all references to GdkFont deprecatedness with Pango.
      (Hans Petter)
    - Alarm notification fixes.  (Rodrigo)
    - Timezone dialog fix.  (Dan)
    - Use weak refs instead of destroy signal.  (Rodrigo, Hans Petter)
    - Use GtkMessageDialogs for meeting-related questions.  (Rodrigo)
    - GtkObject -> GObject fixes.  (Everyone)
    - Connector-related fixes.  (Dan)
    - Made meeting/scheduling work correctly.  (JP)
    - Only remove alarms for backends that request it (Rodrigo)
    - HIG'ify dialogs (Ettore)

  * Mail

    - Clear passwords didn't work.  (Michael)
    - Show preview and view threaded were made per-folder, as in
      1.2.x, 1.3.1 had them global.  (Michael)
    - Make the printing dialog, and account editor transient for the
      parent.  (Larry, Jeff)
    - Check for unique filter/vFolder names in all cases.  (Michael)
    - Most warnings removed.  (Jeff, Michael)
    - some text/plain mails detected as text/html, re-do the fix for
      #16817 to make it pickier.  (Michael)
    - Imap buffer overflow potential.  (Timo Sirainen)
    - GSSAPI SASL support.  (Jeff)
    - Handle broken header charset checking similarly to badly
      labelled/broken body content.  (Dan)
    - Various glib deprecation issues, and use non-locale specific
      string compares in various places.  (Jeff, Michael)
    - Mail piped to the sendmail transport is canoncalised into Un*x
      format, using network format (CRLF) confuses some versions of
      postfix.  (Jeff)
    - Some work on fixing cut and paste shortcuts in composer.  (Jeff)
    - Made the EvolutionComposer corba interfaces work again/port to
      GNOME 2.  (Michael)

  * Shell

    - Fixed some problems with the folder dialogs.  (Dan)
    - Fixed shell .server files.  (Dan)
    - Added --force-shutdown to the shell as a killev replacement.
      (Dan)
    - Make Evolution use large WM icons.  (Ettore)
    - Made the offline dialog work again.  (Ettore)
    - Fixed importer framework to support non-local folders.  (Ettore)

  * Summary

    - Make creation of the summary settings page faster.  (Dan)

  * All

    - A number of compiler portability fixes, varadic macro's,
      __FUNCTION__ -> G_GNUC_FUNCTION, inline usage, void returns, etc
      (Everyone)
    - Fixed druid colors.  (Dan)



Evolution 1.3.1, 2003-03-05
---------------------------

First release based on GNOME 2.