aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/ChangeLog
blob: cffdd1e85e0b26f22bef27067381db520ca710d7 (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
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.