aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/ChangeLog
blob: 0210e822b7e48f40e68489aa577812da08720b99 (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
2002-06-05  Christopher James Lahey  <clahey@ximian.com>

    * e-summary-shown.c (maybe_move_to_shown, add_clicked,
    remove_from_shown, remove_clicked): Avoid reentrancy during
    e_tree_selection_model_foreach.  Fixes Ximian bug #24987.

2002-05-23  JP Rosevear  <jpr@ximian.com>

    * GNOME_Evolution_Summary.oaf.in.in: correct typo

2002-05-20  Iain Holmes <iain@ximian.com>

    * e-summary-preferences.c (add_dialog_clicked_cb): Add a new summary
    to the All table.
    (make_property_dialog): Hook up the new button.

    * e-summary-shown.c (e_summary_shown_init): Add some spacing.

2002-05-20  Ettore Perazzoli  <ettore@ximian.com>

    * e-summary-table.c: Don't show the headers in the folder table.

    * e-summary-shown.c (e_summary_shown_init): Set the spacing to 3.

2002-05-15  Ettore Perazzoli  <ettore@ximian.com>

    * component-factory.c (create_component): Pass NULL as
    @request_quit_fn.

2002-05-14  Christopher James Lahey  <clahey@ximian.com>

    * e-summary-mail.c (folder_gen_html): Use the uri stored in the
    ESummaryMailFolder object here.
    (e_summary_mail_generate_html): Only show email folders if they
    have > 0 unread messages.
    (new_folder_cb): Save the evolutionUri here.

2002-04-08  Iain Holmes <iain@ximian.com>

    * e-summary-shown.c (construct_pixmap_butto): Create a button with a 
    label and a pixmap.
    (e_summary_shown_init): Use the pixmap buttons.

2002-04-08  Iain Holmes <iain@ximian.com>

    * e-summary-mail.c (mail_change_notify): Don't use an ESummary object,
    get the prefs from the global preferences.
    (e_summary_mail_init): Don't connect to the listener.
    (e_summary_mail_free): Don't disconnect the listener.
    (folder_info_pb_changed): Register the storages.
    (lazy_register_storages): Get the property bag, and check if the
    folder-info is ready. If so register the storages, otherwise get the
    propertybag listener and listen for changes.
    (e_summary_folder_inif_folder_store): Listen to changes in the stores
    and register the storages only when the folder info is ready for it.

2002-04-22  Iain Holmes <iain@ximian.com>

    * e-summary-mail.c: Remove the shown and mode bits from the 
    ESummaryMail structure.
    (e_summary_mail_generate_html): USe the folder_store list instead
    of the blank one in mail->
    (new_folder_cb): Allow all mail folders now.
    (update_folder_cb): Get the uri correctly.
    (mail_change_notify): Remove debugging spew.
    (e_summary_mail_reconfigure): Comment out the part that adds a 
    protocol to the front of a uri.
    (insert_path_recur): If there is no toplevel, guess if from the
    folder path. Not sure if it works for everything.
    (add_storage_to_table): Store the whole of the sorted list,
    and resort it every time.
    (make_toplevel): I18n the titles, and remove the debugging.
    (e_summary_mail_fill_list): Store the sortewd list.

    * e-summary_preferences.c (fill_rdf_etable): Create a new entry
    to add to the shown list.

    * e-summary-shown.c (make_table): take a title for the table. 
    Generate the spec from that table.
    (e_tree_model_node_append): Freeze the tree before adding the
    node.
    (e_summary_shown_add_node): Take an expanded boolean.
    
    * e-summary-table.c: Make the SPEC set the width correctly.
    (e_summary_table_add_node): Freeze the table.

    * e-summary-weather.c (is_weather_shown): Search the global_prefs
    to see if the node is shown.
    (e_summary_weather_fill_etable): Set the expanded state on all to
    FALSE except for leaf nodes.. 
    Create a new entry for shown rows.
    
2002-04-08  Dan Winship  <danw@ximian.com>

    * component-factory.c (create_view): Add view_info arg but don't
    do anything with it.

2002-04-06  JP Rosevear  <jpr@ximian.com>

    * GNOME_Evolution_Summary.oaf.in.in: add config_item:priority

2002-04-05  JP Rosevear  <jpr@ximian.com>

    * Makefile.am: dist the relevant xpms

2002-04-04  JP Rosevear  <jpr@ximian.com>

    * Makefile.am: fix substitution typo

2002-03-30  Ettore Perazzoli  <ettore@ximian.com>

    * Makefile.am: Added support for the ENABLE_SHLIB_COMPONENTS
    conditional.

    * GNOME_Evolution_Summary.oaf.in.in: New.

    * e-summary-mail.c (update_folder_cb): Protect against
    summary->mail being NULL.

    * component-factory.c: Add a shlib factory.
    (create_component): Get a @factory and @data.
    (component_factory_init): Actually make it use a
    BonoboGenericFactory again.

2002-03-29  Ettore Perazzoli  <ettore@ximian.com>

    * GNOME_Evolution_Summary.oaf.in: Add priority.

2002-03-19  Dan Winship  <danw@ximian.com>

    * Makefile.am (evolution_executive_summary_LDADD):
    s/libversit.la/libversit.a/

2002-03-19  Iain Holmes  <iain@ximian.com>

    * component-factory.c: Create a global_preferences structure.
    (create_view): Pass in the global_preferences to the view.
    (create_component): Initialise the preferences.

    * e-summary-factory.[ch] (e_summary_factory_new_control): Take a prefs
    structure and pass it to the view creation.
    
    * e-summary-mail: Remove some debug spew.

    * e-summary-preferences.[ch]: Create a global_preferences structure.
    (e_summary_preferences_init): just return the prefs instead of adding
    a pointer to it.
    (config_control_destroy_cb): Remove the old_prefs stuff.
    (factory_fn): Ditto.

    * e-summary.[ch] (e_summary_init): Don't initialise the preferences
    here.
    (e_summary_new): Take a preferences structure and keep a pointer to
    it.

2002-03-15  Iain Holmes  <iain@ximian.com>

    * Makefile.am: Add the e-summary-shown.[ch] files.

    * e-summary-mail.c: Add entries for the Storages in the private
     struct.
     (new_folder_cb): Only allow mail folders that are local or vfolders.
     Store the StorageInfo that the folder belongs to in the folder struct
     Add the folder to the list of folders in the storage.
     (update_folder_cb): Update the signature.
     (mail_change_notify): Simplify the check to see if we are displaying
     the folder.
     (e_summary_mail_register_storage): Take a name argument.
     Create a StorageInfo structure, connect the signals and add the
     listener.
     (e_summary_mail_register_local_storage): Get the local storage from
     the shell and register it with e_summary_mail_register_storage.
     (storage_notify): Receive notifications when a new storage is created
     or destroyed or changed. Stuff only happens when a storage is
     created, currently.
     (e_summary_mail_register_storages): Don't register local storage
     here. Get the StorageRegistry from the corba_shell, create a new
     BonoboListener and add it to the registry.
     (e_summary_mail_init): Free a CORBA_Environment.
     (e_summary_mail_reconfigure): Add a check for the uri being a
     vfolder.
     (str_compare): Compare ESummaryMailFolders instead of MailRowDatas.
     (sort_storages): Compare 2 storage names.
     (get_parent_path): Special case for the vfolders.
     (insert_path_recur): Remove the toplevel creation.
     Create a toplevel node if the uri is a storage toplevel.
     Special case the name finder for vfolders.
     Get the number of children in the parent so that we can add the new
     child after the rest.
     (add_storage_to_table): For each folder in a storage, add it to the
     table.
     (make_toplevel): Generate the toplevel name for each storage.
     (e_summary_mail_fill_list): For each storage, add the folders.

     * e-summary-preferences.c (fill_rdf_etable): Put the entries into an
     ESummaryShown instead of an ESummaryTable.
     (make_property_dialog): Hook up to the Showns.
     (add_shown_to_list): Add the locations to the list.
     (property_box_clicked_cb): Create a new list for the RDFs and
     weathers.
     (e_summary_preferences_make_rdf_table): Make an ESummaryShown.
     (e_summary_preferences_make_weather_table): Make an ESummaryShown.

     * e-summary-table.c: Use ECellTri.
     (value_at): Get the right value for the TriCell.
     (set_value_at): Set the right value for the TriCell.
     (e_summary_table_init): Use the ECellTri.
     (e_summary_table_get_num_children): Get the number of children a
     path has.

     * e-summary-weather.c (e_summary_weather_fill_etable): Use an
     ESummaryShown instead of ESummaryTable.

     * e-summary.[ch]: Store the GNOME_Evolution_Shell in the nonprivate
     structure.

     * e-summary-shown.[ch]: Widget to do Add-> <-Remove with two tables.

2002-02-22  Iain Holmes  <iain@ximian.com>

    * e-summary-factory.c: Use the new configure icon.

2002-02-13  Iain Holmes  <iain@ximian.com>

    * Makefile.am: Add the e-cell-tri.[ch] files

    * e-summary-table.c

2002-03-14  Ettore Perazzoli  <ettore@ximian.com>

    * e-summary-factory.c (e_summary_factory_new_control): Call
    `e_summary_preferences_register_config_control_factory()'.

    * e-summary-preferences.c: Remove member `box' from struct
    PropertyData.  Added member `config_control'.
    (e_summary_configure): Removed.
    (property_box_destroy_cb): Removed.
    (property_box_clicked_cb): Removed.
    (property_box_apply_cb): New.
    (config_control_destroy_cb): New.
    (factory_fn): New, factory function for the
    EvolutionConfigControl.
    (e_summary_preferences_register_config_control_factory): New.
    (mail_show_full_path_toggled_cb): Invoke ::changed on
    pd->config_control.
    (add_dialog_clicked_cb): Likewise.
    (rdf_refresh_value_changed_cb): Likewise.
    (rdf_limit_value_changed_cb): Likewise.
    (mail_etable_item_changed_cb): Likewise.
    (rdf_etable_item_changed_cb): Likewise.
    (weather_etable_item_changed_cb): Likewise.
    (weather_refresh_value_changed_cb): Likewise.
    (weather_metric_toggled_cb): Likewise.
    (weather_imperial_toggled_cb): Likewise.
    (calendar_one_toggled_cb): Likewise.
    (calendar_five_toggled_cb): Likewise.
    (calendar_week_toggled_cb): Likewise.
    (calendar_month_toggled_cb): Likewise.
    (calendar_all_toggled_cb): Likewise.
    (calendar_today_toggled_cb): Likewise.
    (config_control_destroy_cb): Don't set ->prefs_window to NULL.

    * my-evolution.glade: Renamed "notebook2" to "notebook".  Also
    change its parent into a GtkWindow as libglade seems to have some
    kind of problem with the GnomePropertyBox [glade_xml_get_widget()
    for "notebook" always returned NULL].

    * e-summary.h: Remove member `prefs_window' from `ESummary'.

2002-02-14  Radek Doulik  <rodo@ximian.com>

    * e-summary-tasks.c (sort_uids): fix case when priority is
    undefined and pri_a or pri_b is returned as NULL, also fixes
    memory leak

2002-02-08  Damon Chaplin  <damon@ximian.com>

    * e-summary-calendar.c (e_cal_comp_util_compare_event_timezones): 
    updated to new version from calendar/gui/comp-util.c

2002-02-04  Iain Holmes  <iain@ximian.com>

    * Makefile.am: Add the e-summary-table.[ch] files.

    * e-summary-mail.c: Move the headers.
    (e_summary_mail_get_html): Regenerate the HTML.
    (update_folder_cb): Make the file:// part static as it's the same
    every time.
    (mail_change_notify): Don't recalculate the HTML here.
    (e_summary_mail_reconfigure): Don't add file:// if it's already there.
    (get_parent_path): Given a path, return it's parent.
    (is_folder_shown): Check all the shown folders to see if the given one
    is shown.
    (insert_path_recur): Recursively add a path to the tree.
    (free_path_hash): Free the key of the hash table.
    (e_summary_mail_fill_list): Add all the folders to the tree.

    * e-summary-preferences.c: Move the headers
    (rdf_is_shown): Check if an RDF is shown.
    (fill_rdf_etable): Fill the etable with all the RDFs
    (fill_weather_etable): Fill the weather etable.
    (fill_mail_etable): Ditto (with mail)
    (make_property_dialog): Use the etables.
    (free_property_dialog): Free the new lists.
    (maybe_add_to_shown): Check if the item is clicked and if so add it to
    the list.
    (property_box_clicked_cb): Set all the new properties
    (e_summary_preferences_make_*_table): Make the etables

    * e-summary-rdf.c (e_summary_rdf_update): Don't cancel the message,
    just keep using the previous one.
    
    * e-summary-weather.c (message_finished): Better error message.
    (e_summary_weather_update): Just continue if a message is already
    going.
    (is_weather_shown): Find out if a station is shown.
    (e_summary_weather_fill_etable): Fill the etable.

    * main.c (main): Init the cursors.

    * my-evolution.glade: Add the custom widgets.

2002-02-02  Ettore Perazzoli  <ettore@ximian.com>

    * e-summary-offline-handler.c (create_connection_list): Allocate
    the ConnectionList list with the right number of entries instead
    of zero.

2002-02-01  Ettore Perazzoli  <ettore@ximian.com>

    [Fix a crash that can happen if you have opened multiple views of
    the summary and try to go off-line.  This is not the correct fix,
    as the code should really be changed to only use one set of
    connections for all the views, instead of binding the connections
    to the view.]

    * e-summary-factory.c (e_summary_factory_new_control): Call
    `e_summary_offline_handler_add_summary()' instead of
    e_summary_offline_handler_set_summary()'.

    * e-summary-offline-handler.c: Replace member `summary' with
    `summaries' in the ESummaryOfflineHandlerPriv.  This way, instead
    of assuming that there is only one summary, we keep a list of the
    summaries.
    (impl_destroy): Free ->summaries.
    (e_summary_offline_handler_set_summary): Removed.
    (e_summary_offline_handler_add_summary): New.  Add the summary to
    ->summaries.  Also, connect to the ::destroy handler so we can
    bookkeep them correctly.
    (create_connection_list): Made private from
    e_summary_offline_handler_create_connection_list().  Get a GSList
    instead of just one summary, and sum up all the connections from
    it.
    (impl_prepareForOffline): Use it.
    (impl__get_isOffline): Return %FALSE if any of the summaries are
    online, %TRUE otherwise.
    (impl_goOffline): Call ::set_online on all the summaries.  Pass
    CORBA_OBJECT_NIL for the progress_listener as it doesn't really
    get used anyways.
    (impl_goOnline): Likewise.  Pass CORBA_OBJECT_NIL, not NULL, for
    the progress CORBA_Object pointer.

2002-01-24  Ettore Perazzoli  <ettore@ximian.com>

    * Makefile.am: Use EVOLUTION_EXECUTIVE_SUMMARY_CFLAGS and
    EVOLUTION_EXECUTIVE_SUMMARY_LIBS.

2002-01-24  Iain Holmes  <iain@ximian.com>

    * Locations: Applied the Ukraine patch from Leonid Kanter

    * Locations.h: Re-generated to get the UK stations added.

2002-01-22  Iain Holmes  <iain@ximian.com>

    * e-summary-mail (e_summary_mail_reconfigure): Do the list backwards.

    * e-summary-preferences.c (fill_mail_shown_clist): Prepend items.
    (mail_add_clicked_cb): Prepend items.

2002-01-04  Iain Holmes  <iain@ximian.com>

    * e-summary-weather.c (message_finished): Made the Weather message
    more verbose, and say which station data could not be retrieved for.

2002-01-03  Iain Holmes <iain@ximian.com>

    * Makefile.am: Use SOUP_CFLAGS and SOUP_LIBS

    * e-summary-rdf.c: Include soup.h
    (close_callback): Remove.
    (message_finished): Generate the cache and other stuff and redraw.
    (read_callback): Remove.
    (open_callback): Remove.
    (e_summary_rdf_update): Replace gnome-vfs with Soup stuff.
    (e_summary_rdf_count): Replace gnome-vfs with soup.
    (rdf_free): ditto
    (e_summary_rdf_set_online): Ditto

    * e-summary-weather.c: Include soup.h
    (close_callback): Remove.
    (message_finished): Parse all the downloaded html.
    (read_callback): Remove.
    (open_callback): Remove.
    (e_summary_weather_update): Use soup instead of gnome-vfs
    (weather_free): Ditto.
    (e_summary_weather_count): Ditto.
    (e_summary_weather_add): ditto;
    (e_summary_weather_set_online): Ditto.

    * e-summary.c (close_callback): Remove.
    (read_callback): Remove.
    (open_callback): Remove.
    (e_read_file_with_length): Read a file.
    (e_summary_url_requested): Create the images cache. Load the image
    with e_read_file_with_length instead of gnome-vfs.

    * main.c (main): Remove gnome_vfs_init.

    * weather.h: Replace gnome-vfs stuff.

2002-01-03  Iain Holmes <iain@ximian.com>

    * e-summary-offline-handler.c (impl_prepareForOffline): Create an
    empty list if the summary == NULL. Fixes bug 18025

2001-12-20  Ettore Perazzoli  <ettore@ximian.com>

    [Fixes #17377, Evolution doesn't work on multi-depth displays.]

    * main.c (main): Push GdkRGB visual and colormap.

2001-12-19  JP Rosevear  <jpr@ximian.com>

    * e-summary-tasks.c (e_summary_tasks_init): use
    cal_client_open_default_tasks

    * e-summary-calendar.c (e_summary_calendar_init): use
    cal_client_open_default_calendar

2001-12-14  Iain Holmes  <iain@ximian.com>

    * Location-translation-script: shell script to convert Locations to
    Locations.h

    * Locations.h: Translatable file for the weather stations.

    * Makefile.am: Add these files to the dist.

2001-12-14  Iain Holmes  <iain@ximian.com>

    * metar.c: Remove the degree symbol.

2001-12-14  Iain Holmes  <iain@ximian.com>

    * e-summary.c (e_summary_init): Create a translatable string for the
    default HTML, that says "Please wait..."

2001-12-14  Iain Holmes  <iain@ximian.com>

    * e-summary.c (e_summary_freeze): Check that priv != NULL
    (e_summary_thaw): Check that priv != NULL
    (e_summary_count_connections): Check that summary is a Summary.
    (e_summary_add_connections): Check that the summary is a Summary.
    (e_summary_set_online): Check that the summary is a Summary.

    * e-summary-offline-handler.c (impl__get_isOffline): Only check
    summary if it's not NULL.
    (impl_prepareForOffline): Ditto.
    (impl_goOnline): Only go online if summary isn't NULL.

2001-12-13  Iain Holmes  <iain@ximian.com>

    * e-summary-calendar.c (generate_html): Check that text.value isn't
    NULL.

2001-12-10  Iain Holmes  <iain@ximian.com>

    * e-summary-rdf.c (e_summary_rdf_init): Set the initial sites to
    Linux Today and Salon.

    * e-summary-preferences.c (make_initial_rdf_list): Ditto

2001-12-10  Iain Holmes  <iain@ximian.com>

    * e-summary-calendar.c (generate_html): Apply damon's change.

2001-12-06  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (rdfs): Remove the perl.com one.

2001-11-14  Iain Holmes  <iain@ximian.com>

    * my-evolution.glade: Spell celsius right.

2001-11-13  Damon Chaplin  <damon@ximian.com>

    * e-summary.c (e_summary_init): make the timezone default to UTC.

2001-11-08  Ettore Perazzoli  <ettore@ximian.com>

    * e-summary-preferences.c: Removed `morons.org'.

2001-11-06  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (make_initial_weather_list): Don't free the
    vector. Doh!

2001-10-31  Iain Holmes  <iain@ximian.com>

    * Locations: Removed Frobisher.

2001-10-31  Iain Holmes  <iain@ximian.com>

    * Locations: Fixed a spelling mistake.

2001-10-31  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (make_initial_rdf_list): Put this back.
    (make_initial_weather_list): This too plus fixed a memory leak.
    (vector_from_str_list): Allow a NULL list. Return "" instead of NULL.
    (e_summary_preferences_restore): Allow the display_folders, rdf_urls, 
    and stations to be NULL.

    * e-summary-weather.c (e_summary_weather_init): Revert the last changes
    
    * e-summary-rdf.c (e_summary_rdf_init): Same.

2001-10-30  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (find_name_from_url): Check a for NULL values

2001-10-29  Damon Chaplin  <damon@ximian.com>

    * Makefile.am (evolution_executive_summary_LDADD): use
    libical-evolution.la

2001-10-29  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (make_initial_rdf_list): Set list to NULL.
    (make_initial_weather_list): Set list to NULL.

    * e-summary-weather.c (e_summary_weather_init): Check if the prefs are
    NULL or if the weather stations are NULL.

    * e-summary-rdf.c (e_summary_rdf_init): Check if the prefs or the list
    of news feeds is NULL.

2001-10-29  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (fill_rdf_all_clist): Open the new location.
    If it doesn't exist try the old location.
    (save_known_rdfs): Save to the new location.

2001-10-29  Rodrigo Moya <rodrigo@ximian.com>

    * e-summary-calendar.c (e_summary_calendar_init): retrieve the
    default URI for calendars from the configuration instead of
    hard-coding it

    * e-summary-tasks.c (e_summary_tasks_init): likewise for tasks

2001-10-29  Ettore Perazzoli  <ettore@ximian.com>

    * e-summary-preferences.c (make_initial_weather_list): We only
    want KBOS by default.

    * e-summary-weather.c (e_summary_weather_init): We only want KBOS
    by default.

2001-10-27  Jon Trowbridge  <trow@ximian.com>

    * e-summary.c (e_summary_reload): Slow down reload requests
    to work around a bug in gnome-vfs.  Ugly, but it works.
    (Bug #12956)

2001-10-26  Iain Holmes  <iain@ximian.com>

    * e-summary-rdf.c (open_callback): NULL the handle after a failed 
    open so the offline handler won't think they're still open.
    (e_summary_rdf_set_online): Cancel all the open connections when the
    summary goes offline.
    
    * e-summary-weather.c (open_callback): NULL the handle after a failed
    open so the offline handler won't think they're still open.
    (e_summary_weather_set_online): Cancel all the open connections when the
    summary goes offline.

    * e-summary.c (e_summary_set_online): Call the callback if it's not
    NULL.

2001-10-25  Jon Trowbridge  <trow@ximian.com>

    * e-summary-tasks.c (sort_uids): It is possible for
    start_foo.value to be NULL after a call to
    cal_component_get_dtstart, so we need to check for this before
    dereferencing it. (Bug #13259)

2001-10-24  Iain Holmes  <iain@ximian.com>

    * e-summary-mail.c (e_summary_mail_init): Don't free the mail part.
    Allows the summary to still function without the mail part.

2001-10-22  Anna Marie Dirks  <anna@ximian.com>

    * my-evolution.glade: Changed "Add new feed" to "Add news feed".

2001-10-22  Damon Chaplin  <damon@ximian.com>

    * e-summary-tasks.c (generate_html): set the default timezone on the
    server.

    * e-summary-calendar.c (e_cal_comp_util_compare_event_timezones): 
    update to check for DATE values.
    (uids_to_array): pass the default timezone
    to cal_recur_generate_instances.
    (generate_html): set the default timezone on the server.

2001-10-22  Ettore Perazzoli  <ettore@ximian.com>

    * e-summary-preferences.c (e_summary_configure): Remove the
    help_button in the property box.

2001-10-19  Iain Holmes  <iain@ximian.com>

    * e-summary-mail.c (e_summary_mail_init): set the summary->mail to
    NULL after freeing it.
    (mail_change_notify): Return if mail == NULL.
    

2001-10-18  Iain Holmes  <iain@ximian.com>

    * e-summary.c (e_summary_reload): Only reload the views, don't do an
    entire reconfigure.

    * e-summary-rdf.c (e_summary_rdf_update): Free stuff and update.

    * e-summary-weather.c (e_summary_weather_update): Ditto

2001-10-16  Iain Holmes  <iain@ximian.com>

    * e-summary.c (e_summary_new): Don't call a draw.

    * e-summary-mail.c (e_summary_mail_init): Make sure html is NULL.

2001-10-14  Zbigniew Chyla  <cyba@gnome.pl>

    * e-summary-calendar.c (generate_html): Made temporary buffer for
    strftime much bigger (it was too small for Polish month names), added
    missing colon and conversion to UTF-8.

2001-10-12  Iain Holmes  <iain@ximian.com>

    * component-factory.c (component_factory_init): Fix message.

    * metar.c: Fix some names.
    Made the weather descriptions easier on the eyes.

2001-10-11  Dan Winship  <danw@ximian.com>

    * e-summary-mail.c (update_folder_cb): Update the signature to
    match the new signal.

2001-10-10  Iain Holmes  <iain@ximian.com>

    * e-summary-weather.c (e_summary_weather_update): Return a value.
    Only repoll if the summary is online.

    * e-summary-rdf.c (e_summary_rdf_update): Only poll if online

2001-10-10  Iain Holmes  <iain@ximian.com>

    * my-evolution.glade: Set the minimum length of time for updates to 
    5 minutes.

2001-10-06  Carlos Perelló Marín <carlos@gnome-db.org>

    * e-summary-preferences.c: Added HispaLinux

2001-10-05  Iain Holmes  <iain@ximian.com>

    * e-summary-rdf.c (e_summary_rdf_reconfigure): Set the RDF list to
    NULL before destroying it to fix a race condition.

2001-10-04  Iain Holmes  <iain@ximian.com>
    
    * my-evolution.glade: Capitalise stuff

2001-10-03  Iain Holmes  <iain@ximian.com>

    * e-summary-weather.c (e_summary_weather_init): Swap Xiamen for Tokyo

2001-10-01  Damon Chaplin  <damon@ximian.com>

    * e-summary-calendar.c (generate_html): used time_add_day/week/month
    _with_zone() functions rather than the old versions.

    * e-summary.c (alarm_fn): use time_day_end_with_zone ().

    * e-summary-tasks.c (generate_html): removed day_begin and day_end
    since they aren't used, and the calls to time_day_begin/end().

2001-10-02  Iain Holmes  <iain@ximian.com>

    * e-summary-calendar.c (uids_to_array): Handle recurrances correctly.
    (add_recurrances): Function to generate occurrances

2001-10-02  Rodrigo Moya <rodrigo@ximian.com>

    * Makefile.am: add $(BONOBO_GNOME_CFLAGS) to make it compile with
    latest Bonobo, which does not install headers in
    $(gnome_prefix)/include

2001-10-01  Iain Holmes  <iain@ximian.com>

    * e-summary-rdf.c: Applied patch from Takuo Kitame for using charset
    from the rdf.

2001-09-27  Iain Holmes  <iain@ximian.com>

    * e-summary-tasks.c (generate_html): Pass the summary to
    get_todays_uids.
    (get_todays_uids): Use the timezone stuff and use the due date instead
    of the end time.

2001-09-27  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c: (rdfs[]): Removed the broken RDFs
    (mail_all_select_row_cb): Don't turn on the -> button if the folder is
    already added.
    (rdf_all_select_row_cb): Ditto
    (weather_all_select_row_cb): Ditto

2001-09-26  Iain Holmes  <iain@ximian.com>

    * *.[ch]: Add correct approved copyright notices.

2001-09-25  Iain Holmes  <iain@ximian.com>

    * e-summary.c (e_summary_draw): Check if the summary is frozen, if so
    just set redraw_pending.
    (e_summary_freeze): Freeze the summary.
    (e_summary_thaw): Thaw the summary and redraw if needed.

    * e-summary-factory.c (control_activate): Thaw summary.
    (control_deactivate): Freeze summary.

2001-09-25  Iain Holmes  <iain@ximian.com>

    * Misc warnings cleanups.

    * e-summary.c (e_summary_url_requested): Check in the cache for the 
    image before spawning a new thread to download it.
    (close_callback): Create a cache first time, add images to it.

    * e-summary-tasks.c (generate_html): Use task.png

2001-09-21  Dan Winship  <danw@ximian.com>

    * e-summary-weather.c (weather_make_html): Add missing
    width/height tags to the sunny/cloudy/etc images to make the page
    render more smoothly.

2001-09-21  Iain Holmes  <iain@ximian.com>

    * e-summary-calendar.c (generate_html): If the appointment is in a
    different timezone set a timezone icon.

2001-09-20  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences: Add Red Carpet RDF

2001-09-19  Iain Holmes  <iain@ximian.com>

    * e-summary-calendar.c (generate_html): If the appointment has an alarm
    display a bell icon.

2001-09-19  Iain Holmes  <iain@ximian.com>

    * component-factory.c (create_view): Remove spew.
    
    * e-summary-mail.c (e_summary_mail_reconfigure): Get mail info if we
    don't already have it.
    (new_folder_cb): Only get mail info if the folder is being displayed.

2001-09-19  Larry Ewing  <lewing@ximian.com>

    * e-summary-tasks.c (generate_html): be sure to unref the
    component.

2001-09-19  Iain Holmes  <iain@ximian.com>

    * e-summary-tasks.c (e_summary_tasks_protocol): Open a task editor.
    (generate_html): Embed the uid of the task in the url.

    * e-summary-calendar.c (e_summary_calendar_protocol): Open a calendar
    editor.
    (generate_html): Embed the uid of the task in the url.
    
2001-09-19  Larry Ewing  <lewing@ximian.com>

    * e-summary-rdf.c (read_callback): remove redundant if.
    (open_callback): free the previous html even if we get an error.
    (rdf_free): remove redundant null checks.

2001-09-19  Dan Winship  <danw@ximian.com>

    * e-summary.c (read_callback, etc): Hack around gdkpixbuf lossage
    by not trying to display the images incrementall. Instead, just
    wait until we've read the whole file, then display it all at once.
    Prevents garbage when rendering the icons.

2001-09-18  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (weather_remove_clicked_cb): Select the next
    row.
    (rdf_remove_clicked_cb): Select the next row.

2001-09-18  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (mail_remove_clicked_cb): Select the next
    folder for removal.

    * e-summary-mail.c (e_summary_mail_reconfigure): Don't do the hashtable
    thing to get folders. Just iterate through the list lookuping the 
    folders instead. This keeps the required order.

2001-09-18  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (mail_add_clicked_cb): Don't add folders that
    are already in the list

2001-09-18  Iain Holmes  <iain@ximian.com>

    * e-summary-rdf.c (display_doc): Verbose error reporting.
    (read_callback): Same.
    (open_callback): Same.

2001-09-18  Iain Holmes  <iain@ximian.com>

    * e-summary-weather.c (e_summary_weather_add_location): Append the
    weather locations so they are in the right order.

    * e-summary-tasks.c (generate_html): If the text is null, don't print
    (null). Print "No description" instead.

    * e-summary-rdf.c (e_summary_rdf_add_uri): Append here as well.

    * e-summary-mail.c (maybe_add_to_shown): Append ici.

2001-09-17  Iain Holmes  <iain@ximian.com>

    * e-summary-weather.c (weather_make_html): Don't make the confusing
    url for the city name.

2001-09-17  Iain Holmes  <iain@ximian.com>

    * e-summary-mail.c (mail_change_notify): Only redraw the display when
    we receive a notify about a folder we are displaying

2001-09-17  Iain Holmes  <iain@ximian.com>

    * e-summary-calendar.c (uids_to_array): Correctly use qsort.
    (e_summary_calendar_event_sort_func): Dereference the e1 and e2.

2001-09-17  Federico Mena Quintero  <federico@ximian.com>

    * e-summary.c (e_summary_init): There is no need to initialize the
    alarm system now.

2001-09-14  Iain Holmes  <iain@ximian.com>

    * e-summary-calendar.c (uids_to_array): Create ESummaryCalEvents and 
    put them in an array to get the timezone stuff right.
    (e_summary_calendar_event_sort_func): Sort the array.
    (generate_html): Use the timezone formats of things.

2001-09-13  Iain Holmes  <iain@ximian.com>

    * Locations: Removed duff Norway station

2001-09-13  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c: Fix slashdot problem.

2001-09-10  Dan Winship  <danw@ximian.com>

    Purification.
    
    * e-summary.c (destroy): free the protocol hash.

    * e-summary-rdf.c (tree_walk): plug a leak.

    * e-summary-weather.c (e_summary_weather_init_locations): Don't
    insert duplicates into the hash table.

    * e-summary-mail.c (e_summary_mail_generate_html): free old html
    before setting new

    * e-summary.c (e_summary_draw): free weather and rdf html strings.

    * e-summary-preferences.c (save_known_rdfs): free strings.

2001-09-10  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c: Add Memepool RDF.

2001-09-06  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (e_summary_configure): Don't allow dialogs to
    be opened more than once.
    (property_box_destory_cb): NULL the window var.

2001-09-05  Ettore Perazzoli  <ettore@ximian.com>

    [Fix #958, ShellComponents should not be created by factories, for
    the Summary.]

    * component-factory.c (COMPONENT_FACTORY_IID): Removed.
    (COMPONENT_ID): New.
    (create_component): Renamed from `factory_fn'.  No args.
    (component_factory_init): Create the BonoboObject with
    `create_component' and register it on OAF.

    * GNOME_Evolution_Summary.oaf.in: Remove the
    ShellComponentFactory.

2001-09-05  Iain Holmes  <iain@ximian.com>

    * Locations: Added some Caracas fixes from Mayly Sanchez.

2001-09-05  Iain Holmes  <iain@ximian.com>

    * e-summary.c (e_summary_draw): Hack to stop the display jumping to the
    top when it is redrawn.

2001-09-05  Iain Holmes  <iain@ximian.com>

    * e-summary-calendar.c (generate_html): Check if we need to use 24hr
    format. Don't try to do fancy things with the date and time of an
    appointment.
    (locale_uses_24h_time_format): Cut and pasted from calendar.
    (e_summary_calendar_init): Get the 24hour preferences from the calendar.

2001-09-04  Iain Holmes  <iain@ximian.com>

    * Locations: Applied patch from Evert Verhellen to fix the Belgium 
    stations

2001-09-04  Iain Holmes  <iain@ximian.com>

    * my-evolution.glade: Fix some accelerator clashes

2001-09-04  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (add_dialog_clicked_cb): When the feed is 
    added make the Apply button activate.

2001-09-04  Iain Holmes  <iain@ximian.com>

    * metar.c (weather_conditions_string): Don't return '-' if there is no
    condition, as it makes the temperature look negative.

2001-08-27  Ettore Perazzoli  <ettore@ximian.com>

    * e-summary-weather.c (weather_make_html): Make local variable
    `icon_name' const.  Remove unused variable `uri'.

    * e-summary.h: Reformatted in GTK+ style.
    (e_summary_remove_online_connection): Added prototype.

    * e-summary-preferences.c (fill_mail_shown_clist): Constify local
    variable `name'.

    * e-summary-mail.c: #include "e-util/e-path.h".  Updated to match
    the new studlyCapsification in shell/Evolution*.idl.

2001-08-23  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (rdfs): Remove the 4 that don't work.

2001-08-22  Iain Holmes  <iain@ximian.com>

    * e-summary-tasks.c (generate_html): Skip the task if it's completed.

2001-08-22  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (mail_show_full_path_toggled): Set the 
    property box to changed.

2001-08-22  Iain Holmes  <iain@ximian.com>

    * e-summary-mail.c (make_pretty_foldername): If show_full_path is TRUE
    then return the full path. Take in the ESummary as well.
    (folder_gen_html): Pass ESummary to make_pretty_foldername.
    (e_summary_mail_generate_html): Pass the ESummary to folder_gen_html.

    * e-summary-rdf.c (e_summary_rdf_set_online): Take in a 
    GNOME_Evolution_OfflineProgressListener in case we want to do
    individual reporting of rdf's being destroyed.
    (make_connection): Call the RDF Feed a News Feed instead.

    * e-summary-weather.c (e_summary_weather_set_online): Same.

    * e-summary.c (e_summary_set_online): Pass in the 
    GNOME_Evolution_OfflineProgressListener to the set_online callback.

    * e-summary-offline-handler.c (impl_goOffline): Pass the listener to the
    callback.
    (impl_goOnline): Pass NULL for the listener.
    
2001-08-21  Iain Holmes  <iain@ximian.com>

    * my-evolution-html.h: Set the text colour to black.

2001-08-21  Damon Chaplin  <damon@ximian.com>

    * e-summary-calendar.c (generate_html): 
    * e-summary-tasks.c (generate_html): changed the icons. For calendar
    events we use the 'new appointment' icon from the menu. For tasks we
    use the task icon from the ETable - I wasn't sure about using the
    'New Task' icon as it has a tick in it which may make people think it
    is complete.

2001-08-19  Ettore Perazzoli  <ettore@ximian.com>

    * component-factory.c: Change the type from "Summary" to "summary"
    for consistency with the other folder types.

2001-08-17  Zbigniew Chyla  <cyba@gnome.pl>

    * my-evolution/e-summary-rdf.c (make_connection):
    Marked string for translation (connection type).

    * my-evolution/e-summary-weather.c
    (make_url): Split into two functions: make_url and make_anchor.
    (weather_make_html): s/make_url/make_anchor/
    (make_connection): Marked connection type string for franslation,
    assign the real URI to ->hostname (using make_url), not location code.

2001-08-12  Zbigniew Chyla  <cyba@gnome.pl>

    * e-summary-preferences.c (make_initial_weather_list),
    e-summary-weather.c (e_summary_weather_init):
    Don't hardcode the default list of stations, let translators define it
    per locale/country.

2001-08-17  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (weather_all_select_row_cb): Unselect the 
    row if it isn't a leaf node.
    (weather_add_clicked_cb): Return if location == NULL.

2001-08-15  Iain Holmes  <iain@ximian.com>

    * e-summary.c (e_summary_draw): Use the US format for dates (Yeeech)

2001-08-15  Iain Holmes  <iain@ximian.com>

    * e-summary.c: s/My Evolution/Summary/

    * e-summary-preferences.c: s/My Evolution/Summary/

    * component-factory.c: s/My Evolution/Summary/

2001-08-13  Iain Holmes  <iain@ximian.com>

    * e-summary-weather.c: Set the default weather stations to Boston (boo)
    and Xiamen (Yey)

2001-08-13  Iain Holmes  <iain@ximian.com>

    * e-summary-rdf.c: Set the default RDF to CNN

2001-08-13  Jason Leach  <jleach@ximian.com>

    * e-summary-mail.c (e_summary_mail_free): Disconnect our callbacks
    when we are freeing the ESummaryMail.  Fixes #6712.

2001-08-09  Anna Marie Dirks <anna@ximian.com> 
    
    * my-evolution-html.h : added more padding between the vertical
    spacer and the icons for the mail/appointments/tasks summaries.

2001-08-09  Anna Marie Dirks <anna@ximian.com>

        * my-evolution.glade : added accelerators to all useful widgets
    in this file such that this dialog can now be fully navigated from
    the keyboard. 

    * e-summary-preferences.c : changed the construct_pixmap_button
    function to take glade xml, an hbox and pixmap, making it possible
    to use glade to define and change the keyboard accelerators, instead
    of trying to do this in the c code. 

2001-08-06  Damon Chaplin  <damon@ximian.com>

    * e-summary-tasks.c (sort_uids): 
    (get_todays_uids): 
    (generate_html): 
    * e-summary-calendar.c (sort_uids): free the CalComponentDateTime
    and icaltimetype values after finishing with them.

2001-08-03  Jason Leach  <jleach@ximian.com>

    * e-summary-mail.c (update_folder_cb): Callback for the
    EvolutionStorageListener::update_folder signal, so we can update
    mail summaries when they change.  Bug #4686.

2001-08-02  Jason Leach  <jleach@ximian.com>

    * e-summary-calendar.c (generate_html): Use the new and beautiful
    icon from Jakub.

    * e-summary-mail.c (e_summary_mail_generate_html): Ditto.

    * e-summary-tasks.c (generate_html): Ditto. 

2001-07-23  Zbigniew Chyla  <cyba@gnome.pl>

       * e-summary-rdf.c (display_doc): Convert translated string to UTF8.

2001-07-30  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c: Remove the Wipe Trackers references.
    
    * e-summary-rdf.c: Remove the wip trackers as I'm not 100% sure what it
    does, and it didn't work.

    * e-summary.h: Remove the wipe_trackers boolean

    * my-evolution.glade: Remove the wipe trackers and shrink the New Feed
    button

2001-07-30  Iain Holmes  <iain@ximian.com>

    * e-sumary-calendar.c (generate_html): Correct the URL for the links.

2001-07-27  Iain Holmes  <iain@ximian.com>

    * Locations: Add some more German cities from s.kost@webmacher.de.

2001-07-23  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (add_dialog_clicked_cb): Add the new RDF to
    the shown clist as well.

2001-07-23  Iain Holmes  <iain@ximian.com>

    * e-summary-mail.c (e_summary_mail_init): Move the storage register out
    of here into a seperate function.
    (e_summary_mail_register_storages): Register the local storage.
    (e_summary_mail_register_storage): Register a single storage.

2001-07-23  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c: Fix the KDE and Newsforge things. Change the
    KDE rdf to the one that the KDE person told me :)

2001-07-23  Jason Leach  <jleach@ximian.com>

    * e-summary-preferences.c: Update the url (and site name) for the
    KDE rdf.  Bug #5145.

2001-07-21  Ettore Perazzoli  <ettore@ximian.com>

    * component-factory.c: Make the "My Evolution" folder
    non-creatable by setting the `user_creatable' member of
    `EvolutionShellComponentFolderType' to %FALSE.

2001-07-20  Jason Leach  <jleach@ximian.com>

    * e-summary-tasks.c: Revert last changes, URIs are now back to
    original in shell.

2001-07-19  Jason Leach  <jleach@ximian.com>

    * e-summary-tasks.c: Update the evolution:/local/ URI's to
    evolution:/Local Folders/ to go along with todays shell changes.

    * e-summary-mail.c: Ditto.  

    * e-summary-calendar.c: Ditto.
    
2001-07-19  Iain Holmes  <iain@ximian.com>

    * e-summary-rdf.c (display_doc): Fix HTML

    * e-summary-mail.c (folder_gen_html): correct the folder name.

2001-07-19  Iain Holmes  <iain@ximian.com>

    * my-evolution-html.h: Set the text colour to black. Frank was claiming
    it picked the default colour from the GTK+ theme, and if it was white
    bad things happened.

2001-07-18  Iain Holmes  <iain@ximian.com>

    * e-summary-weather.c (weather_make_html): Remove the (more) link.

    * e-summary.c (e_summary_draw): Don't append NULL to the GString.

    * e-summary-tasks.c: Remove spewage.

2001-07-18  Iain Holmes  <iain@ximian.com>

    * e-summary-weather.c (weather_make_html): Remove spewage.

2001-07-18  Iain Holmes  <iain@ximian.com>

    * e-summary.c (e_summary_reconfigure): Reconfigure the tasks.

    * e-summary-tasks.c (generate_html): Obtain todays tasks.
    (get_todays_uids): Make a list of todays uids.

2001-07-18  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (make_property_dialog): Create the image 
    buttons.
    (construct_pixmap_button): Create a box with an image and text.

2001-07-18  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (e_summary_configure): Set the title on the
    window. Just do a g_return_if_fail if the XML file couldn't be loaded.

2001-07-16  Iain Holmes  <iain@ximian.com>

    * e-summary-rdf.c (display_doc): Nicer error reporting.

    * e-summary-weather.c: Nicer error reporting.

2001-07-13  Iain Holmes  <iain@ximian.com>

    * e-summary-tasks.c: Fix the name of the icon.

2001-07-13  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (mail_add_clicked_cb): Set the property box
    to changed.

2001-07-13  Zbigniew Chyla  <cyba@gnome.pl>

    * e-summary.c (e_summary_draw): Convert the date string to utf8 before
    appending it to HTML.

2001-07-12  Iain Holmes  <iain@ximian.com>

    * metar.c: #include <config.h>

2001-07-12  Iain Holmes  <iain@ximian.com>

    * e-summary.c (e_summary_draw): put _() around the date string.

    * metar.c: Put some _() around things.

2001-07-12  Iain Holmes  <iain@ximian.com>

    * my-evolution.glade: Made the weather a single selection clist.

2001-07-11  Iain Holmes  <iain@ximian.com>

    * e-summary-mail.c (e_summary_mail_generate_html): Protect with
    g_return_if_fail

2001-07-11  Iain Holmes  <iain@ximian.com>

    * e-summary.c (destroy): Destroy the alarm.
    (e_summary_init): Init the alarm.
    
    * e-summary-mail.c (free_folder): Don't free the value.

2001-07-11  Iain Holmes  <iain@ximian.com>

    * e-summary.c (destroy): Destroy all the subcomponents.

    * e-summary-rdf.c (e_summary_rdf_free): Free and stop all tranfsers

    * e-summary-weather.c (e_summary_weather_free): Same.

    * e-summary-mail.c (e_summary_mail_free): Same.

    * e-summary-calendar.c (e_summary_calendar_free): Same.

    * e-summary-tasks.c (e_summary_tasks_free): Guess what.

2001-07-10  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c: Correct the Register RDF url.

2001-07-09  Iain Holmes  <iain@ximian.com>

    * e-summary.c (e_summary_init): Connect a calendar alarm to be notified
    of when the day changes.

    * Makefile.am: Link with libalarm.a

2001-07-09  Iain Holmes  <iain@ximian.com>

    * e-summary-weather.c (weather_make_html): Get an icon for the weather.

    * metar.[ch] (icon_from_weather): Work out what icon for a specific
    weather type.

2001-07-09  Iain Holmes  <iain@ximian.com>

    * e-summary-rdf.c (tree_walk): Fix HTML so it doesn't give the big black
    line

2001-07-09  Iain Holmes  <iain@ximian.com>

    * e-summary-tasks.c (generate_html): Fix same HTML bug as in calendar.

2001-07-09  Iain Holmes  <iain@ximian.com>

    * e-summary-calendar.c (generate_html): Show varying times depending
    on how soon the appointment is. 

2001-07-09  Iain Holmes  <iain@ximian.com>

    * e-summary-calendar.c (generate_html): Fix up the HTML so having 
    appointments doesn't mess up the display. Set the correct length of
    time to show appointments.

2001-07-09  Iain Holmes  <iain@ximian.com>

    * e-summary-tasks.c (generate_html): Make the tasks switch to the
    tasks folder when you click on them.

2001-07-09  Kjartan Maraas  <kmaraas@gnome.org>

    * e-summary-preferences.c: Added #include <config.h> to get
    translations working.
    
2001-07-06  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (str_list_from_vector): Change the delimiter
    (vector_from_str_list): Change the delimiter.
    (fill_mail_all_clist): Fill the mail folder clist.
    (fill_mail_shown_clist): Use nicer names.
    (mail_add_clicked_cb): Add folders to the shown list.
    
    * e-summary-mail.c (e_summary_mail_fill_list): Flatten the hashtable
    into the CList.
    (e_summary_mail_uri_to_name): Get the pretty name for a uri.

2001-07-06  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (fill_rdf_shown_list): Attach data
    (rdf_add_clicked_cb): Allow multiple rows to be removed.
    (rdf_remove_clicked_cb): Use the data.

    * my-evolution.glade: Allow multiple selection in the RDF all clist.
    Only allow single selection in the shown rdf list.

2001-07-05  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (rdf_new_url_clicked_cb): Change RDF to
    news feed.

2001-07-05  Iain Holmes  <iain@ximian.com>

    * my-evolution.glade: Replace a table with a vbox so that the text
    of the radio buttons can be clicked. Change RDF to News Feed

2001-07-05  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (add_dialog_clicked_cb): Fix warning
    (fill_rdf_shown_clist): Fix warning.
    (calendar_one_toggled_cb): Set preferences to the right toggle button.
    (calendar_five_toggled_cb): Ditto
    (calendar_week_toggled_cb): Ditto ditto
    (calendar_month_toggled_cb): Ditto dotto
    (calendar_all_toggled_cb): Set the amount of Tasks to be shown
    (calendar_today_toggled_cb): Ditto
    (make_property_dialog): Hook up the calendar radio buttons.
    (e_summary_preferences_restore): Pass NULL as opt_default, not &ev.

2001-07-05  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (e_summary_preferences_restore): Add
    My-Evolution to the namespace.
    (e_summary_preferences_save): Ditto.

2001-07-05  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (e_summary_preferences_restore): Re-enabled.
    Bonobo-conf doesn't seem to like NULL for opt_ev.

2001-07-03  Iain Holmes  <iain@ximian.com>

    * e-summary-prefences.c (e_summary_preferences_restore): Disabled until
    memory corruption thing is found.

    * my-evolution.glade: Fix the radio button problem.

2001-07-03  Iain Holmes  <iain@ximian.com>

    * e-summary-factory.c: Fixed the Bonobo warning.

2001-07-03  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (e_summary_preferences_restore): Ditch
    gnome-config and replace it with bonobo-conf.
    (e_summary_preferences_save): Ditto.

    * e-summary-factory.c: Use the new print.png icon.

    * Makefile.am: Add bonobo conf CFLAGS and LIBS

2001-07-03  Iain Holmes  <iain@ximian.com>

    * e-summary.c (e_summary_set_online): Return if summary == NULL.
    (e_summary_add_connections): Return NULL if summary == NULL.
    (e_summary_count_connections): Return 0 if summary == NULL.

2001-07-02  Iain Holmes  <iain@ximian.com>

    * e-summary-tasks.[ch]: New files for tasks.

    * e-summary.c: USe the tasks.

2001-07-02  Iain Holmes  <iain@ximian.com>

    * Makefile.am: Add the glade files to the EXTRA_DIST

2001-07-02  Ettore Perazzoli  <ettore@ximian.com>

    * Makefile.am (evolution_executive_summary_SOURCES): Add
    `e-summary-preferences.h'.

2001-06-30  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (fill_rdf_all_clist): Load the URLs from a
    file.
    (save_known_urls): Save the known URLs.
    (add_dialog_clicked_cb): Close the dialog on Cancel. Save the URLs on
    Ok.
    (rdf_new_url_clicked_cb): Add some labels and an entry for the name.

2001-06-30  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (fill_rdf_all_clist): Fill with names
    instead of URLs.
    (find_name_for_url): Given a URL find a name for it if we know it.
    (rdf_add_clicked_cb): Add the name to the clist and the url to the
    list.

2001-06-30  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (add_dialog_clicked_cb): Add the new url to
    the list.
    (rdf_new_url_clicked_cb): Create a dialog and allow the user to add
    new urls.

2001-06-30  Iain Holmes  <iain@ximian.com>

    * e-summary-rdf.c (tree_walk): Remove spewage.
    (e_summary_rdf_count):
    (e_summary_rdf_add):
    (make_connection):
    (e_summary_rdf_set_online): Callbacks for the online_handler stuff.
    (e_summary_rdf_init): Setup the offline handler stuff.
    (close_callback): Update the number of onlines there are.

    * e-summary-weather.c (close_callback): Update the number of onlines.
    (e_summary_weather_count): Count the number of active downloads.
    (e_summary_weather_add): Make a list of active downloads.
    (make_connection): Make connection data.
    (e_summary_weather_set_online): Set if the component is online or not.
    (e_summary_weather_init): Setup the offline handler stuff.

    * e-summary.c (e_summary_count_connections): Call all the callbacks
    in the various modules that have online data and count the number of
    connections.
    (e_summary_add_connections): Make a list of them all.
    (e_summary_set_online): Set the online status for each registered
    module.
    (e_summary_add_online_connection): Register a new module.

    * e-summary-offline-handler.[ch]: BonoboXObject implementing the
    GNOME::Evolution::Offline interface.

    * e-summary-factory.c (factory_fn): Create an offline handler.

    * Makefile.am: Compile e-summary-offline-handler.[ch]

2001-06-30  Zbigniew Chyla  <cyba@gnome.pl>

    * e-summary-calendar.c (generate_html):
    Marked strings for translation + conversion to utf8.

    * e-summary-mail.c
    Added missing #include <config.h>
    (e_summary_mail_generate_html):
    Marked strings for translation + conversion to utf8.

    * e-summary-weather.c
    (e_summary_weather_get_html, open_callback):
    Marked strings for translation + conversion to utf8.
    (weather_make_html): Fixed leaks.

    * e-summary-rdf.c
    (tree_walk): Fixed leaks.
    (read_callback): Marked strings for translation.

2001-06-29  Iain Holmes  <iain@ximian.com>

    * e-summary.c (e_summary_draw): Resurrect the hack to stop GtkHTML from
    returning to the top when it's redrawn.

2001-06-29  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (property_box_destroy_cb): Hook up the saving.
    (str_list_from_vector): Fix memory corruption.
    (e_summary_preferences_save): Write the preferences out to disk.
    I *always* forget that.

    * e-summary-mail.c (e_summary_mail_init): Init ->shown to NULL.
    
2001-06-29  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c: Do everything preferences related.

    * my-evolution.glade: Glade file for the preferences box.

    * e-summary-calendar.c (e_summary_calendar_reconfigure): Stub for later

    * e-summary-calendar.h: Some enums for settings.
    
    * e-summary-mail.c (folder_gen_html): Change the prototype so it
    doesn't work as a hash table foreach function.
    (new_folder_cb): Fix typo in comment :)
                     Create a list of folders we display.
    (remove_folder_cb): Remove the folder from the display folder list.
    (maybe_add_to_shown): Hash table foreach function to create a display
                          folder list.
    (e_summary_mail_reconfigure): Recreate the mail HTML.

    * e-summary-rdf.c (tree_walk): Obey preferences.
    (e_summary_rdf_update): Separate the updating and downloading logic.
    (e_summary_rdf_init): Start an updating timeout.
    (e_summary_rdf_reconfigure): Recreate the RDF html.

    * e-summary-weather.c (e_summary_weather_update): Separate the updating
    and downloading logic.
    (e_summary_weather_init): Start timeout.
    (e_summary_weather_code_to_name): Convert code to location name.
    (e_summary_weather_ctree_fill): Fill a CTree with the location data.
    (e_summary_weather_reconfigure): Regenerate the HTML.

    * e-summary.c (e_summary_init): Create the preferences.
    (e_summary_reconfigure): Reconfigure the whole summary.
    
    * metar.c: Obey preferences.

2001-06-27  Iain Holmes  <iain@ximian.com>

    * e-summary-factory.c: Add the pixmaps to the menus.
    Add a new menu item for the configuration stuff.

2001-06-27  Ettore Perazzoli  <ettore@ximian.com>

    * component-factory.c (factory_fn): Pass NULL as the
    @external_uri_schemas argument to
    `evolution_shell_component_new()'.

2001-06-21  Rodrigo Moya <rodrigo@ximian.com>

    * Makefile.am: added libwombat to LDADD

2001-06-15  JP Rosevear  <jpr@ximian.com>

    * Makefile.am: Get weather.h disted
    
2001-06-15  JP Rosevear  <jpr@ximian.com>

    * Makefile.am: Fix includes so that libical need not be installed 

2001-06-14  JP Rosevear  <jpr@ximian.com>

    * Makefile.am: add my-evolution-html.h to the sources

2001-06-13  JP Rosevear  <jpr@ximian.com>

    * Makefile.am: Make e-summary-type.h a source so it gets disted

2001-06-08  Iain Holmes  <iain@ximian.com>

    * e-summary.c (e_summary_init): Allow horizontal scrollbars.
    
    * e-summary-weather.c (e_summary_weather_init): Change the name of the  
    protocol registered.
    (weather_make_html): Use the weather protocol instead of more.