aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
blob: 24d37f0654c2deb413a432455b91a15f9454dc39 (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
Version 0.12 (Beta 2), 2001-07-31
---------------------------------

Shell:

  - Change the name of the local storage node from "local" to "Local
    Folders".  (Jason)

  - Fixed a problem with invalid URIs crashing the shell.  (Jason)

  - Hide internal folder types (like "vtrash") from user.  (Ettore)

  - Fixed some crashes that could happen when creating folders.
    (Ettore)

  - Fixed the URIs for the installed manuals in the help menu.
    (Ettore)

  - Added a status bar to show components' tasks instead of using
    pop-up progress dialogs.  (Ettore)

  - Other miscellaneous bug and leak fixes.  (Jason, Ettore)

  - Initialize GConf properly when GtkHTML is built with GConf
    support.  (Frederic Crozat)

  - Make the shortcut bar not change the current group when renaming
    it.  (Jason)

Mail:

  - Use new shell ActivityClient interface for progress reporting so
    the ongoing activities appear at the bottom of the window instead of
    using a pop-up.  (Michael)

  - "Remember this password" check box added.  (Peter, Jeff)

  - UI for timespan editor cleaned up.  (Peter)

  - UTF8 issues with PGP and mail display addressed.  (Jeff)

  - Translate some more strings.  (Jeff, Zbigniew Chyla)

  - Fix camel_session_*_timeout functions.  (Michael)

  - Fix application/pgp handling.  (Jeff)

  - Fix DnD with no messages selected.  (Jeff)

  - Respect the GTK+ theme when generating the header in the mail
    display.  (Jeff)

  - Make the default date column smaller.  (Peter)

  - Don't display "0 hidden" messages.  (Peter)

  - 'q' now toggles the message (pre)view.  (Peter)

  - Rename the "Date" column to "Sent".  (Peter)

  - Fix saving of passwords (some passwords were being saved and
    loaded under different URI's).  (Jeff)

  - Enter now always open the message in a new window.  (Peter)

  - Gray out unsupported authentication mechanisms.  (Jeff)

  - Fix saving/loading of several preferences.  (Peter, Jason)

  - Overwrite attachment files correctly.  (Jeff)

  - Don't lose the selection when deleting the last message.  (Jason)

  - Improve guessing of which address to use when replying.  (Jeff, Jason)

  - If SSL isn't supported, indicate so.  (Peter)

  - Improve handling of NoSelect IMAP folders.  (Peter)

  - Add a browse button for local mailboxes.  (Jason)

  - VTrash handling improvements.  (Jeff, Peter)

  - Display "unsent" in outbox summary.  (Peter)

  - Only have main view folder browsers save view settings.  (Peter)

  - Fixes to POP3 cache.  (Jeff)

  - Handle variants of charset names.  (Jeff)

  - Progress reporting and optimizations for IMAP.  (Dan)

  - Progress reporting for SMTP.  (Michel)

  - Handle unencoded eight-bit headers.  (Jeff)

  - Miscellaneous improvements to Camel backend.  (Michael, Jeff)

  - Several crashes fixed.  (everyone)

Addressbook:

  - Fixed some warnings.  (Chris T.)

  - I18n fixes.  (Zbigniew Chyla)

  - Address quoting in composer bug fixed.  (Jon)

  - Made it so that Other Contacts doesn't show up if you don't have
    LDAP compiled in.  (Jason)

  - Made it so that Other Contacts doesn't show up if you don't have
    any LDAP servers configured.  (Jos Dehaes)

  - General bug fixes.  (Chris T., Jon, Frederic Crozat, Jason,
    JP, Ettore, Chris L.)

  - Some LDAP cleanup.  (Chris T.)

  - Crash fixes.  (Jon, Dan)

  - Work on contact lists.  (Chris T., Jon)

  - Made Contact Editor Save & Close button not active if nothing is
    changed.  (Chris T.)

  - Added accelerators to a few dialogs.  (Taylor Hayward)

  - Made evolution-vcard-importer.c load the file into the correct directory.
    (Iain)

Calendar & Tasks:

  - Show icons for categories.  (Rodrigo)

  - Multiple selections for cut/copy/paste in task list.  (Rodrigo)

  - Added missing underlined shortcuts for dialogs.  (Taylor)

  - Many timezone-related fixes.  (Damon, Federico)

  - Alarm notification dialogs.  (Federico)

  - iTIP and iMIP ongoing work.  (JP)

  - Consistency & cosmetic fixes for dialogs and menus.  (Damon,
    Federico)

  - You can now create new calendar/tasks folders in the shell.
    (Ettore)

  - Printing fixes.  (Damon)

  - Added a search bar for tasks folders.  (Federico)

  - The task pad in the day view is now filtered as well.  (Federico)

  - Timezone support for conduits.  (JP)

  - General bug fixes.  (Federico, JP, Damon, Rodrigo)

My Evolution:

  - Removed the wipe trackers option.  (Iain)

  - Fix broken links in the Calendar.  (Iain)

  - Added some more German cities.   (Iain)

  - Fixed the New Feed button.  (Iain)

  - Fixed the KDE and Newsforge urls.  (Iain and Jason)


Version 0.11 (Beta 1), 2001-07-12
---------------------------------

Shell:

  - Drag and drop handling (Chris T.)

  - Online/Offline operation (Ettore)

  - Numerous code cleanups and bug fixes (Ettore & Jason)

Mail:

  - Added ability to specify a charset in the composer and for the 
    Preview Pane.  (Jeff, Danw)

  - Auto-save messages during composition and composer 
    crash-recovery.  (Larry)

  - Better signature file handling.  (Radek)

  - File->Insert menu.  (Larry)

  - Address-completion in the composer.  (Trow)

  - Much improved PGP/GPG.  (Jeff)

  - Cut/Copy/Paste and Drag & Drop.  (Jeff)

  - Disconnected IMAP, IMAP filtering, and other IMAP improvements. (Danw)

  - Empty Trash On Exit.  (Jeff)

  - More informative Folder message counts (new/hidden/total).  (Peter)

  - Implemented "Select Thread".  (Peter)

  - Movemail fixes and improvements.  (Michael)

  - Improved/Configurable Forward/Reply functionality.  (Jeff, Trow, Danw)

  - Improved Message browser window.  (Jeff, Peter)

  - Load HTML images Sometimes/Always/Never.  (Danw)

  - rfc2184 conformance.  (Jeff)

  - Online/Offline modes.  (Ettore, Danw, Jeff)

  - HTML indexing.  (Michael)

  - Spool providers.  (Michael)

  - Many i18n fixes. (Jeff, Trow, Larry, Michael)

  - Fixed saving of html signature preferences. (Peter)

  - Cleaned up exiting by having remote stores sync folders (Peter)

  - Attached binhex files do not cause infinite loops (Peter)

  - Don't send BCC headers when sending via SMTP (Peter)

  - Let you show and hide attached message/rfc822's (Peter)

  - Implemented Create/Remove/Move Folder. (Jason, Jeff)

  - Maildir fixes and improvments, support for subdirectories. (Michael)

  - Progress reporting using via shell activity interface. (Michael)

  - Many bug fixes all around.  (Michael, Jeff, Danw, Peter, Trow and others)

Addressbook:

  - Cut/Copy/Paste (Chris T.)

  - Improvements to address completion, matching and merging (Jon, Chris L.)

  - LDAP improvements (Chris T.)

  - Numerous bug fixing (Jon, Chris L., Chris T.)

Calendar & Tasks:

  - Timezone support (Damon)

  - Cut/Copy/Paste (Rodrigo)

  - Event/Task editor rewrite (Federico & JP)

  - Improved Printing (Damon)

  - Itip/Imip improvements (JP)

Importers: 

  - Fixes, bug fixes and more fixes. (Iain & Jason)

General:

  - New graphics/icons (Jakub & Tuomas)

  - UI Improvements (Anna & Taylor)

  - 'make distcheck' should hopefully be working again (Peter)

  - Have 'make install' work for non-root users in Camel, albeit
    with a large and important warning message (Peter)

My Evolution:

  - Completely new and prettier My Evolution (nee Executive Summary) 

  - Pretty graphics (Jakub)

  - Mail, Calendar and Task summaries to tell you what you need to do
    today.

  - Weather forecasts so you don't need to look out the window (I
    dunno, hackers seem to dislike looking out the window or
    something...)

  - News feeds so you don't need to go to websites to see what news
    articles you don't want to read.
    
  - Printing, you can print it out and make it look like you've got
    lots of stuff to do when really you're just trying to pass the 
    time by playing Aisleriot or GLine all day (Iain)


Version 0.10 "Tasmanian Devil", 2001-04-26
------------------------------------------

Shell:

  - Fixed some usability bugs in the folder selection and creation
    dialogs.  (Ettore)

  - Added a --debug option.  (Dan)

  - Added support for drag and drop operations.  (Ettore)

Mail: 

  - SSL (S/IMAP, S/POP, and S/SMTP).  (Jeff)

  - Virtual Trash folders in each mail storage and "Empty Trash" menu
    item to expunge all folders in a store.  (Jeff)

  - Email addresses in mail headers are now right-clickable to add
    them to the Addressbook (Jon, Radek)

  - Hide deleted messages is now a mode rather than a one-time
    operation. (Michael)

  - When sending plain text mail, use the new plain text mode of the
    GtkHTML editor (Larry)

  - Cancellable operations, cancellable/async dns lookup, slightly
    improved progress reporting.  (Michael)

  - Allow per-identity Draft and Sent folders.  (Dan)

  - Replies quoted with "> " in messages are now displayed dimmed to
    make it easier to find the new bits of text. (Radek)

  - Saved searches.  Searches now configurable via XML with supporting
    C code.  (Michael)

  - UNMATCHED vFolder (shows all messages that are in no other
    vFolder). (Michael)

  - SASL Authentication (Kerberos4, DIGEST-MD5, CRAM-MD5, PLAIN,
    LOGIN, ANONYMOUS) for IMAP and SMTP (haven't done POP yet)
    (Jeff, Dan)

  - Filter/vFolder on Mailing List.  (Michael)

  - Resend sent items.  (Jeff)

  - Allow users to turn on/off headers in the composer and added
    Reply-To header entry in the composer.  (Miguel, Jeff)

  - Numerous OpenPGP (PGP/MIME) fixes.  (Jeff)

  - Replying to a message chooses account based on message
    addressee's.  (Jeff)

  - Redid Forward Inline and Forward Quoted.  (Jeff)

  - IMAP fixes: greater configurability for faster startup/mail check
    (Dan), folders should now notice new messages when you switch to
    them (Dan), copying/moving many messages at once should be much
    faster (Jeff), better support for old IMAP servers (Dan)

  - IMAP message bodies are now cached to local disk to speed up
    re-access (Dan)

  - New config dialogs (last time!) (Anna, Dan)

  - Sorting by a text field in the message list no longer generates a
    random order. (Michael)

  - Fixed "crash when getting new mail from 2 POP servers" bug. (Dan)

  - Numerous bugfixes, cleanups and optimisations. (Everyone)

Addressbook:

  - Added support for non editable sources.  (Toshok)

  - Added address completion for use in contact entries using the
    select names system.  (Jon Trowbridge)

  - Fixed some major crashes in the addressbook backend.  (Clahey)

  - Updated Ximian's contact information.  (Jason Leach)

  - Finished LDAP support.  (Toshok)

Calendar:

  - Event creation fixes.  (Miguel)

  - Calendar loading fixes and removal of old code.  (Federico)

  - Made the iTIP control have better spacings.  (Anna)

  - i18n fixes.  (Kjartan)

Tasks:

  - Created a popup list item for ETable to select the Status,
    Classification, Priority, Percent & Transparencey fields.  (Damon)

  - Created a popup date editor item for ETable to set all the dates in the
    tasks.  (Damon)

Importers: 

  - Created Intelligent Importers that look for certain files on your disk
    and works out what type of data it is. Currently Intelligent Importers
    exist for Pine, Elm and Netscape. (Iain)

General:

  - Rewrote ETree in gal.  Changed evolution to support the changes in
    API.  (Clahey)

  - Lots of Etable/ETree bug fixes.  (Clahey)

  - Lots of i18n/l10n fixes.  (Kjartan Maraas, Gedeminas Paulauskas,
    and the Evolution gang)

  - Fixed the shell interface so it could correctly create folders. (Iain)


Version 0.9 "Platypus", 2001-03-12
----------------------------------

Shell:

  - Importing framework.  (Iain)

  - Made the splash screen a regular window.  (Miguel)

  - Added a menu item to hide the shortcut bar to the shortuct bar
    right-click menu.  (Jason)

  - Update the shortcut labels to contain the number of unread
    messages as well.  (Jason)

  - Pre-select a newly created folder in the folder selection dialog.
    (Ettore)

Mail:

  - GPG/PGP support is now mostly working and sort of configurable.
    Except that the pretty pictures are missing.  (Jeff)

  - Exciting new configuration druid (Anna, Jeff) and configuration
    editor-of-the-month (Jeff). You can now have multiple identities
    that use different transports.  (Jeff)

  - The folder-tree unread message counts now work much better. But
    vfolders only display their unread message counts *after you've
    looked at the folder for the first time*.  (Dan)

  - New mail send/receive stuff with status dialog.  (NotZed)

  - "Stop" button and support for cancelling operations.  (NotZed)

  - Various fixes involving IMAP folders and subscriptions.  (Dan)

  - Fake messages to root threads in the message list are now gone.  (NotZed)

  - NNTP support is no longer configured by default, as this code is
    not expected to be completed by 1.0.

  - Interface for hiding messages matching certain criteria.  (NotZed)

  - Quick search bar now includes "Sender contains" option (Tuomas? Eek!)

  - The mailer now properly launches "gnome_segv" when it crashes. I
    mean, if it were to crash.  (Dan)

  - IMAP attachments are now not loaded unless you look at them.  (Dan)

  - The X-Mailer header can now include a compile-time-specified
    string (for specifying package version, etc).  (Dan)

  - The Date header in the message list now formats dates differently
    depending on how long ago they are.  (Chris)

  - The composer doesn't ask if you want to save before closing if you
    haven't changed anything. Also, it has more useful window titles
    (Jason Leach) And you can now turn off the "are you sure you
    didn't mean to enter a subject?" dialog box.  (Jeff)

  - The "Menu" key on a Windows keyboard (the one with the picture of
    a pop-up menu) now pops up the message list right-click menu.
    (Dan)

  - Lots of internal stuff that doesn't much affect the user-visible
    functionality, particularly involving multithreading, message
    threading, filters/searching, and regression testing.  (NotZed)

  - Importers for Outlook Express 4 and mbox (used by most mailers like
    Netscape, Pine, Elm, Eudora) (Iain & Jeff)

Addressbook:

  - Fixed crashing bug on PPC.  (Clahey)

  - Updated to work with both OpenLDAP 1 and OpenLDAP 2.  (Toshok)

  - Added configuration dialog for LDAP.  (Toshok)

  - Plenty of bug fixes.  (Clahey, Toshok, Meeks, JP, Larry, Jason,
    Federico, Dan, Zucchi, Gediminas Paulauskas, Ettore)

  - Moved category dialog to gal.  (JP)

  - Worked on LDAP authentication.  (Toshok)

  - Worked on status messages.  (Toshok)

  - Worked on GalView stuff.  (Clahey)

  - Improved the select names dialog GUI.  (Clahey)

Calendar:

  - New "go to date" dialog.  (JP)

  - Categories support for appointments.  (JP)

  - New alarms page in event editor.  (Anna, JP)

  - Weekday picker now follows the week start setting.  (Federico)

  - Date-editing widgets are more consistent with each other.
    (Federico)

  - Colorization fixes to the views.  (Damon)

  - Optimizations to the views.  (Damon)

  - New, simpler loading interface for calendars in the Wombat.  (Federico)

  - Removal of lots of old Gnomecal code.  (Federico, JP)

  - Alarm instance generation support for the Wombat.  (Federico)

  - Alarm trigger queueing for the GUI.  (Federico)

  - More robust launching and registration of the components.  (Federico)

  - More i18n friendliness.  (JP, Federico)

  - Start of the alarm notification daemon.  (Federico)

  - Cosmetic and focus fixes all over the place.  (Federico, JP)

Tasks:

  - New, stand-alone tasks component.  (Damon)

  - Categories support.  (JP, Damon)

  - Your old tasks are migrated automatically to the new tasks folder.
    (Federico)

  - You get asked for confirmation when trying to delete a task entry.
    (Federico)

Conduits:

  - Many bug fixes and cleanups.  (JP)

Executive Summary:

  - Bugfixes and memory leaks removed.  (Iain)

  - Calendar summary component.  (Iain)

  - RDF Summary saves it's state.  (Iain)

  - Mail summary shows vFolder summaries as well.  (Iain)

  - User changable number of columns. (Iain)


Version 0.8 "Archaeopteryx", 2000-12-14
---------------------------------------

Shell:

  - Added a `--no-splash' option.  (Ettore)

  - Plugged a number of memory leaks.  (Federico)

  - Added interfaces to display an arbitrary string associated with a
    folder, and highlight it on demand.  (Ettore, Dan)

  - Changed the Storage IDLs so that you can associate a physical URI
    to the toplevel node as well.  (Ettore)

  - If a shell is already running, `evolution' will just make it
    create a new view instead of creating a new shell.  (Ettore)

Mail:

  Display:

  - The folder tree now shows unread message counts for mail
    folders. For local folders, this updates in real time.  For IMAP, it
    only updates when you "Get Mail".  To be continued.  (Dan)

  - New "important" column in the message list.  User-settable.  (Dan)

  - The message list "Size" column now displays more prettily and
    sorts correctly.  (Jeff)

  - New command to view the raw source to a message.  (Jeff)

  - More reliable MIME icon code in the mailer and the composer.
    (Dan, Iain)

  - Lots of internationalization fixes.  (Dan, Kjartan)

  Composer / Outgoing mail

  - Various fixes to use the best charset and MIME encoding for
    outgoing messages.  (Michael, Jeff)

  - You can now forward messages inline, instead of attaching them.
    Forwarding multiple messages now results in a multipart/digest
    attachment.  (Jeff)

  - Replies are now preceded by "On DATE, PERSON wrote:" (Jeff)

  - Better reply editing, automagically sets indentation and paragraph
    style to Normal. (Radek)

  - HTML signature support.  (Radek)

  - Inline image support.  (Radek)

  - Fixes for addresses with commas.  (Jeff, Michael)

  - Fix to not allow attaching directories, devices, etc.
    (Jeff)

  - Fixed the sign of the GMT offset in generated Date headers. 
    (Michael)

  - Fixed a bug in base64 encoding.  (Michael)

  - Fixed a problem in connecting to non-ESMTP SMTP servers.  (Jeff)

  Miscellaneous Commands / Features:

  - The mailer will now remember your passwords, if you configure
    that option for a service.  (Dan)

  - New "Apply Filters" command to apply filter rules to selected
    messages.  (Jeff)

  - No more "No new mail" dialog.  (Jeff)

  - Individual messages can now be saved to disk.  (Jeff)

  - Synced the Message menu with the right-click menu.  (Jeff)

  - Mailer now uses the same search bar as the addressbook.  (Anna,
    Chris, Jeff)

  Filters:

  - Now supports filtering on system flags (ie Answered, Seen,
    Unseen).  (Jeff)

  - Regular expression searches are now moved to their own Option
    menu.  (Jeff)

  - Allows regex searching on the entire message header.  (Jeff)

  - Now has soundex filters (x sounds like y).  (Jeff)

  IMAP:

  - "Get Mail" now scans all folders.  (Dan)

  - IMAP password dialog no longer pops up at startup: click on the
    server in the folder tree to connect.  (Dan)

  - Folder subscription support.  (Chris Toshok, Dan)

  - Various IMAP folder naming fixes. (May fix Cyrus support) (Dan)

  - Seen/deleted flags are preserved across "Get Mail".  (Jeff)

  - Fixed a bug that could cause messages to be marked as seen
    even when the UI thought they weren't.  (Dan)

  - Fixes for IMAP folders with spaces in their names (again).
    (Jeff)

  - IMAP Kerberos 4 authentication support.  (Dan)

  POP3:

  - Fixed a bunch of error cases in POP3 connection.  (Dan)

  - Fixed POP3 to more reliably delete messages when it was supposed
    to be doing so.  (Dan)

  Local mail:

  - Major local mail rewrite that fixed memory leaks, reduced
    memory consumption, improved efficiency, etc.  (Michael)

  - Maildir support.  (Michael)

  - Local mail folders are now locked (via dot locking and/or
    fcntl/flock) while Evolution is modifying them, and it will
    notice if they've changed while it's not looking. (Michael)

Calendar:

  - To-do and calendar conduits working except for extended
    character support (ie accented chars) (JP)

  - Updated wombat implementation of change reporting (JP)

  - Majorly kick-ass new recurrence page in the event editor with an
    easy UI, a preview of what will happen, and lots of love. (Anna)

  - Imported a new libical with the APIs we require for alarms, the
    start of the timezone code.  This may be the last Evolution
    release that uses a CVS-imported libical; in the future we should
    depend on official tarballs. (Federico)

  - Event editor now deals gracefully with iCalendar recurrences we
    cannot edit. (Federico)

  - Plenty of fixes to the ETable calendar model for the task list
    (Damon).

  - The task list now saves its state, selected columns and sort order
    (Damon).

  - Lots of love to the iTIP engine and user interface.  Scheduling
    appointments via email should be working fine, and they should
    also work when you receive them. (Jesse)

  - Lots of work on the calendar preferences code. (Damon)

  - Many functional and cosmetic fixes to the day and week
    views. (Damon)

  - Event and task editors now ask if you try to close them without
    saving changes. (Damon)

  - You are now prompted if you are sure that you want to delete an
    appointment. (Federico)

  - Plenty of memory leaks fixed. (JP, Federico)

  - Prettified the event editor a bit by making widget spacings
    consistent. (Federico)

  - Fixed semantics for handling exception dates (Federico)

  - Some fixes to the recurrence instance generation engine. (Damon)

  - Fixed insertion of new objects via notification into the task
    list.  (JP, Federico)

  - Misc. polishing for the event editor's innards. (Damon, Federico)

  - Misc. cruft removal from old Gnomecal code (Federico, Miguel)

  - Prettier icons for the task list. (Federico)

Addressbook:

  - Addressbook conduit now working, experimentally, except for
    extended character support (ie accented chars.) (JP)

  - Extended wombat functionality with getChanges call. (JP)

  - Full name and address dialogs in contact editor fixed. (Chris)

Executive Summary: (iain)

  - Now compiled by default.

  - Prettier default dialogs.

  - Customisable background.

  - RDF Summary, and Mail Summary components.

  - Fixes and optimisations.

  - Can restore state.

Version 0.7, "Loch Ness Monster", ????
--------------------------------------

There have been no verified sightings of this release.


Version 0.6, "Procompsognathus", 2000-10-19
-------------------------------------------

General:

  - Split out lots of functionality to gal.  Evolution now depends on
    gal. (Chris Lahey, Gal Team)

Shell:

  - Added a cute splash screen.  (Ettore, TigerT)

  - Improved the way `~/evolution' is initialized the first time.
    (Iain)

  - Fixed the problem with the folder bar disappearing too son when
    clicking on the scrollbar.  (Ettore)

  - Updated to use the new toolbar and UI merging code from Bonobo.
    (Michael Meeks, Ettore)

Mail:

  - Numerous i18n encoding, decoding, and display fixes. Non-ASCII
    text should be displayed correctly in most context in the mailer
    now. The composer no longer sends undeclared 8bit data. (Jeff)

  - The IMAP provider now caches summary info between sessions, so
    startup should be much faster for large folders. (Dan)

  - Subscribe/unsubscribe UI for newsgroups. (IMAP subscriptions will
    be supported in a later release.) NNTP authentication support.
    Various other NNTP fixes. (Chris Toshok)

  - New "full search" button to do more complicated searches. (NotZed)

  - Composer attachment bar improvements. You can now drag files to
    the composer window to attach them to the message. (Iain)

  - Message list state (columns selected, sorting, etc) is now saved
    between sessions. (NotZed)

  - "Get Mail" now works for IMAP. IMAP mail no longer arrives
    asynchronously (although if you delete mail from another client,
    it will be deleted asynchronously). (Dan)

  - Image attachments now use thumbnail images rather than a generic
    image icon. (Iain)

  - Various IMAP provider bugs (Dan, Jeff)

  - Filter code cleanup/improvements. (NotZed) Filtering can read and
    write message scores. (Jeff) On-demand filters no longer expunge
    the source folder, and don't filter deleted messages. (Jeff)
    Filters now log their actions. (Jeff)

  - Drafts, Outbox, and Sent folders now default to showing "To"
    instead of "From" in the header list. Messages output to the Sent
    folder are marked as "Seen". "Send later" on a reply will mark the
    message as having been replied to. (Jeff)

  - Message list "attachment" column is now functional. The
    read/unread state of a fake thread header now matches the state of
    the thread. (NotZed) Message list sorting is more clever (Jeff)

  - The "Print" toolbar button now opens a Print dialog rather than a
    Print Preview window. (Miguel)

  - New "Select All" command. "Mark all messages as seen" became "Mark
    (selected) messages seen". (Jeff)

Calendar:

  - Improved todo list and calendar view gui (Damon)

  - Printing works again (Federico)

  - Config dialog improvement and implementation (Damon)

  - Todo and calendar conduits working, except for archiving (JP)

Addressbook:

  - Lots of internal refactoring of addressbook, including changes due
    to gal. (Chris, Chris)

  - Lots of bug fixes. (Chris, Chris, Matt Bissiri, Iain, Dan)

  - Added a working field to save whether the contact wants
    HTML. (Chris Lahey)

  - Added "Stop" and "View All" toolbar buttons. (Chris Lahey)

  - Lots of work on modifiable LDAP. (Chris Toshok)

  - Recognizes a lot more Prefixes and Suffixes when parsing names. (Nat)

  - The card view doesn't write out cards unless they've changed. (Chris Lahey)

  - New layout of address editor dialog. (Anna, Chris Lahey)

Version 0.5.1, "Salamended", 2000-09-15
---------------------------------------

General:

  - Fixed a font-handling problem that would cause Evolution to crash
    at startup with certain Gtk themes. (Chris)

  - Fixed some build problems. (Chris)

  - We no longer ship an out-of-date Red Hat-only RPM spec file.

Shell:

  - The shell now installs the `Sent' folder at startup if it doesn't
    exist yet.  (Ettore)

  - If a component crashes unexpectedly, the shell displays a dialog
    box informing the user of that.  (Ettore)

  - Fixed a bug in the folder selector dialog that would result in
    crashes while trying to move messages in the mailer. (Dan)

Addressbook:

  - Fixed a bug that would cause the addressbook to crash when
    embedded in the composer. (Dan)

Mail:

  - Fixed a display problem caused by expunging an IMAP folder. (Dan)

  - Fixed POP mail so that "keep on server" is obeyed correctly. (Dan,
    Jeff)

  - Fixed replies so that replying to a message twice doesn't turn off
    the "replied" flag. (Dan)

  - Fixed a bug that prevented "Send later" from working. (Dan)


Version 0.5, "Salamander", 2000-09-13
-------------------------------------

Shell:

  - Switched to using ETree for the folder view.  (Chris Toshok,
    Ettore)

  - Added interfaces to change the string displayed in the tree view
    as the name of the folder.  (Ettore)

Calendar:

  - Uses only the new iCalendar standard internally; this means future
    interoperability with new calendaring programs.  (JP, Federico)

  - New ultra-cool date range selector, aka little calendar.  (Damon)

  - Plenty of internal refactoring.  (JP, Damon, Federico)

  - Pilot synch work, mostly on pcs infrastructure and some todo work (JP)
    <EXPERIMENTAL>

  - Pilot synch work, mostly on pcs infrastructure and some todo work (JP)
    <EXPERIMENTAL>

Addressbook:

  - New advanced search dialog.  (Michael Zucchi, Chris Lahey)

  - Added parsing of addresses.  (Jesse Pavel)

  - Converted most of addressbook to UTF8.  (Lauris)

Mailer:

  - Filters (but not vfolders) are now more powerful: they can check
    any message header, and can do regexp searches on the headers and
    body.  (Jeff)

  - A first draft of an automated mailing list recognizer
    has been added.  (It will need more/better rules.)  (Ettore)

  - Attachments are handled differently now.  All attachments always
    have an icon and a header, and you can right-click on the icon to
    view/hide, save, or launch an external viewer.  (Dan)

  - It is no longer necessary to quit and restart after adding a new
    IMAP server.  (Peter)

  - Lots of i18n/charset fixing.  (Lauris)

  - Shiny new toolbar icons.  (Tuomas)

  - Giant menu reorganization. Most message operations are now in the
    "Message" menu, and folder operations in the "Folder" menu.
    (Ettore, Dan, Peter)

  - "Mark as seen" timeout is now configurable. Mail view remembers
    the location of the message list/message display split.  (Richard
    Hult)

  - New filter category: "On-demand", for filters to be applied
    at arbitrary times rather than during mail incorporation.  (Peter)

  - POP/IMAP config pages allow you to specify a port... this may
    go away in a later release when we support ssl/ssh tunneling
    directly.  (Peter)

  - Reply To All will now remove your own addresses from the recipient
    lists.  (Jesse Pavel)

  - Folders are synced when you switch to another folder now.  (Dan)

  - An IMAP bug that caused all messages to be marked as read before
    they were read has been fixed.  (Dan)

  - The IMAP provider is now more robust about dealing with other
    concurrent IMAP clients.  (Jeff)

  - POP and IMAP are better about when they do and don't try to
    reconnect.  This was part of Camel operation cancellation support,
    which unfortunately didn't make it into 0.5.  (Peter)

  - Sent and Outbox folders are now functional.  You now have 2
    options when sending a message - "Send Now" which will send the
    message imediately and "Send Later" which will queue the message in
    Outbox for later sending.  When a message is successfully sent, it
    is copied to the Sent folder for your records.  (Jeff)

ETable:

  - ETree fixes.  (Chris Toshok)

  - Lots of small usability fixes.  (Chris Lahey)

  - Lots of grouping bug fixes.  Specifically, fixed crashes when
    grouping in trees and made ETable not go crazy when you change
    data and the table is grouped.  (Chris Lahey)

  - Improved table printing when grouped.  (Chris Lahey)

  - Converted most of ETable to UTF8.  (Lauris)


Version 0.4, "Alewife", 2000-08-14
----------------------------------

Shell:

  - Added interfaces to display messages and a progress bar when the
    component is busy.  (Ettore)

  - Changed the shell BonoboUIHandler code to allow placing menu items
    such as "Print" in the right places.  (Ettore)

  - Added code to check if an existing `~/evolution' directory
    actually has the content we expect and, if not, complain to the
    user.  (Dan)

  - Fixed some Bonobo-related refcounting problems.  (Michael Meeks)

  - Removed the GConf dependency.  (JP)

  - Improved the API for the folder selection dialog.  (Ettore)

  - Memory leak fixes.  (Peter)

Calendar:

  The calendar is in the middle of major rewrite. Evolution 0.4
  ships with essentially the same calendar component as 0.3 did.

Addressbook:

  - More work on the Palm Pilot conduits.  (Chris Toshok)

  - Fixed some LDAP-related crashes.  (Chris Toshok)

  - Added support for displaying embedded vCards through a Bonobo
    component.  (Chris Lahey)

  - Added support for generic fields.  (Chris Lahey)

  - Fixed the navigation order for the Tab key in the contact editor
    window.  (Chris Lahey)

  - Fixed some Bonobo-related bugs and crashes.  (Chris Lahey, Michael
    Meeks)

  - Only display entries that have an email address in the address
    selector dialog.  (Chris Lahey)

  - Added an utility program to import vCards from Gnomecard.  (Chris
    Lahey)

Mailer:

 Generic

  - Long mailer operations (such as fetching new mail) now run
    asynchronously rather than blocking the UI. This involved
    a major rewrite of much of the Camel and mailer code.  (Peter)

  - GPG/PGP message decryption support (Nathan Thompson-Amato, Dan)

  - Unfinished messages in the composer can be saved to the "Drafts"
    folder and finished later.  (Jeff)

  - Double-clicking on a message in the message view now opens it in a
    separate window.  (Jeff)

  - vCards attached to messages now bring up a minicard view with a
    button to add the vCard to the addressbook (Chris Lahey, Dan)

  - Inline uuencoded/binhexed "attachment" support (Dan)

  - "Mark All Messages Seen" command.  (Cody Russell)

 Filters / VFolders

  - Major filter/vfolder dialog rewrite (Michael Zucchi) VFolders can
    now search any (searchable) folder, not just Inbox.

  - Auto-filter/auto-vfolder code (right click on a message in the
    list and pick one of the options at the bottom of the menu to
    create a filter/vfolder rule for similar messages).  (Michael)

  - You can now set the color of messages in the message list, based
    on filter rules.  (Local stores can also now store arbitrary user
    flags, although there is not yet UI code to set/view them.)
    (Michael)

  - Added "Save" button to the quicksearch bar to save a search as a
    vfolder.  (Michael)

 Configuration

  - Major mail config dialog rewrite (JP).

  - The mailer now remembers your threaded/unthreaded message view
    setting between sessions.  (Jeremy Wise).

  - Support for multiple identities (JP, Jeff), sources (JP, Peter), and
    IMAP servers (JP, Dan)

 Providers

  - You can now leave POP mail on the server. (This will [currently]
    only work right with POP servers that support the UIDL command.
    On other servers, it will never download some messages unless you
    never delete mail.)

  - There is now an MH-like local store available, and code to convert
    a folder from one type to the other.  (Michael)

  - The mbox provider now writes out "From " lines that are more
    compatible with other mailers (like Mutt) that are picky about
    their exact format.  (Michael)

  - The IMAP provider now supports searching (Jeff). Also various
    other speed/efficiency/robustness improvements (Jeff), and support
    for old IMAP4 servers as well as IMAP4rev1 (Jon K Hellan).


Version 0.3, "Jellyfish", 2000-07-21
------------------------------------

Shell:

  - Pop-up folder selection.  (Ettore)

  - Added support for multiple views.  (Ettore)

  - Added support for saving component-specific settings, and
    some initial code to save the view's configuration.
    (Ettore)

  - Fixed the Bonobo menu code so that it works with all the
    locales.  (Ettore)

Mailer:

   - Lots of IMAP fixes.  (Jeff) 

   - You can use an external setuid/setgid movemail program
    (although we don't ship our own yet). If you have one
    installed with emacs, the configure script will find
    that. Otherwise, you can specify --with-movemail=/path.
    (Dan)

  - You can toggle HTML/plain text for an individual message
    in the composer now.  (Ettore)

  - Bonobo embedding sort of works again, but there are
    problems with size allocation somewhere. Attachments can now
    also be handled by external applications.  (Dan)

  - text/plain mail is now line-wrapped in the mail display,
    to deal with people who don't put newlines in their mail.
    (Dan)

  - Allow user to specify IMAP namespace in the mail config
    dialog.  (Dan, Jeff)

  - Quoted-printable encoder fixes.  (Michael Zucchi)

  - Various NNTP fixes, include a news pane in the config
    dialog.  (Chris Toshok)

  - Some memory corruption fixes.  (Peter Williams)

  - Fix for message not being re-drawn as deleted.  (Peter
    Williams, Jeff)

  - Moving a message to another folder copies the flags now
    (Jeff)

  - Close signature in HTML mail with </PRE>, not <PRE>, and
    default to ~/.signature.  (Michael Meeks)

  - Fixed some confusing behavior in the message threading
    algorithm.  (Dan)

  - Improvements to the item selection code.  (Chris Lahey)

Calendar:

  - Added support for a bunch of previously unsupported iCalendar
    properties.  (Federico)

  - Conduit for synchronizing the calendar with gnome-pilot
    (requires gnome-pilot from CVS).  (Seth)

  - ETable-based to-do list view ("taskpad"), for your viewing
    pleasure.

Addressbook:

  - Conduit for synchronizing the addressbook with gnome-pilot
    (requires gnome-pilot from CVS).  (Chris Toshok)

  - Conduit for synchronizing the addressbook with gnome-pilot
    (requires gnome-pilot from CVS).  (Chris Toshok)

  - Fixed some random crashes.  (Chris Lahey)

  - Implemented a vCard Bonobo control so that we can support
    inline vCard viewing in the mailer.  (Chris Lahey)

  - Quick search looks at both the name and the company name now.
    (Chris Lahey)

  - Added more functionality to the contact editor's toolbar.  (Chris
    Lahey)

  - Support for printing single cards.  (Chris Lahey)

Version 0.2, "Saccharomyces", 2000-07-11
----------------------------------------

Shell:

  * Folder selection dialog (Ettore).

  * Folder creation dialog (Ettore).

Addressbook:

  * LDAP server configuration dialog (Chris Toshok).
  
  * Integration of LDAP servers in the shell's tree view (Chris Toshok).
  
  * ETable-based view (Chris Lahey).
  
  * Printing support for the ETable-based view (Chris Lahey).
  
  * Address selection dialog integrated with the message composer (Chris
    Lahey).
  
  * Many miscellaneous bugs fixed (everyone).

Calendar:

  * Printing support (Michael, Federico).
  
  * Many, many behavior fixes and polishing to the day/week/month view
    widgets (Damon).
  
  * New glade-based event editor.  This is unfinished but usable (Seth,
    Federico).
  
  * Mouse wheel scrolling support (Anders).
  
  * We have an awesome new engine for computing recurring events
    (Damon).  This will be plugged in to the new iCalendar code.
  
  * Internal and public API fixes (Federico, Seth).
  
  * Shell-related changes (Ettore).
  
  * Data model for ETable; this is not used yet (Federico).
  
  * New iCalendar support; this is not used yet (Federico).
  
  * Pilot syncing updates; this is not used yet (Seth).
  
  * Many miscellaneous bugs fixed (everyone).


Mailer:

  Major features:

  * Basic IMAP support (Jeff)

  * Threaded message view (Michael, Chris Toshok)

  * Filters now work (original work by Michael, bugfixes by Dan)


  Smaller features:

  * Implemented moving messages between folders (Dan)

  * Very basic printing support (Dan, but it was only like 5 lines
    of code, because gnome-print kicks ass)

  * "Delete", "Forward", and "Refile" operations now work on
    multiple messages. (Chris Lahey, Peter Williams, Dan)

  * Toggle read/unread flag when the user clicks on the envelope
    icon (Chris Lahey, Dan).

  * The "New folder" menu item now works (Ettore, Dan).

  * The filter/vfolder druid now uses the new shell folder selection
    UI (Michael)

  * Added "Cc" to the set of filter/vfolderable headers and make the
    filter/vfolder "messages to address" rule work with to or cc.
    (Dan)

  * New key bindings: "Delete" deletes the current message and jumps
    to the next undeleted message. "N" and "P" go to next/previous
    unread message. (Dan)

  * Keep asking for POP/IMAP password until the user gets it correct
    or hits Cancel, and remember the result until the user exits (or
    chooses "Forget Passwords"). (Dan, Jeff)

  * Kludge Camel to output ISO-8859-1 instead of UTF-8, since
    neither GtkHTML nor ETable supports UTF-8 still. (Dan)

  * Use the gnome-vfs "sniff buffer" interface to try to identify
    the MIME type of attachments without useful type information
    (Dan)

  * Allow saving drafts in the composer (Ettore)

  * Added "Received date" header to the set of possible message list
    headers. (Dan)

  * Partial gladification of the config dialog (JP Rosevear)


  Bug fixes:

  * Message read/unread/deleted flags should now be saved reliably
    when you exit, and summary should not be rebuilt when a rebuild
    isn't needed. Expunging should work reliably (Dan, Ettore,
    Jeff).

  * Fix disappearing toolbar bug (Dan).

  * Fixed a bug that made downloading of very large messages over
    POP incredibly slow, and various other smaller POP bugs. (Dan)

  * Fixed bugs that made large attachments sometimes get dropped and
    small ones sometimes get truncated. (Dan)

  * Fixed filter/vfolder "messages to address" rule to correctly
    match "to" rather than "from". (Michael)

  * Fix some text/plain formatting bugs in the composer. (Dan,
    Ettore)

  * Turn off search mode when getting new mail (to avoid corrupting
    the display). Make "get mail" always put unfiltered mail into
    Inbox rather than the current folder. (Dan)

  * Fixed a bug that caused "Re:" to be prepended even to subjects
    that started with "Re:" when replying. Added a default subject
    to forwarded messages. (Dan)

  * Make the "Attach" dialog in the composer remember the last
    directory it was in. (Dan)

  * Code to parse invalid date formats since some mailers generate
    them... (Jeff)

  * Fixed various small SMTP bugs (Jeff, Chris Lahey)

  * Fixed some memory leaks (Peter, Jeff)

  * Make replies use the text/plain part of a multipart/alternative
    if the user configured plain text rather than HTML mail sending.
    (Dan)

  * Various config dialog fixes (Jeff)

  * Partial filter/vfolder GUI facelift (Jacob)