aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
blob: 39b002ea38184a9fd06ea0db2098830a13a047a3 (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
2003-10-24  Dan Winship  <danw@ximian.com>

    * Makefile.am (libedb3util_la_LIBADD): add $(DB3_LDADD)

2003-10-22  Dan Winship  <danw@ximian.com>

    * e-bonobo-factory-util.[ch]: Gone; unused since 1.2

    * e-proxy.[ch]: Gone; nothing in evo uses soup any more.

    * Makefile.am (eutilinclude_HEADERS, libeutil_la_SOURCES): Remove
    e-proxy.[ch]

2003-10-20  Ettore Perazzoli  <ettore@ximian.com>

    * Makefile.am (pilot_compile) [! ENABLE_PILOT_CONDUITS]: Add
    md5-utils.c so it compiles even if you have no Pilot support.

2003-10-16  Rodrigo Moya <rodrigo@ximian.com>

    * e-source-list.c (e_source_list_sync): use gconf_client_notify_remove
    instead of g_source_remove for GConf notification IDs.
    (impl_finalize): remove the GConf notification also here.

2003-10-13  Rodrigo Moya <rodrigo@ximian.com>

    * e-source-group.[ch] (e_source_group_peek_source_by_name): added
    new function.

2003-10-10  Not Zed  <NotZed@Ximian.com>

    * e-account-list.c (e_account_list_find): add FIND_UID find type.

2003-09-26  Jeffrey Stedfast  <fejj@ximian.com>

    * e-host-utils.c (e_gethostbyaddr_r): IPv6 implementation
    rewritten to use getnameinfo() which is the proper function to use
    in this case. Fixes bug #46006 the Right Way (tm).

2003-09-25  Jeffrey Stedfast  <fejj@ximian.com>

    * e-host-utils.c (e_gethostbyaddr_r): Make sure that
    res->ai_canonname is non-NULL and that it doesn't match the
    numeric host address that we were trying to resolve. Fixes the
    second half of bug #46006.

2003-09-19  Jeffrey Stedfast  <fejj@ximian.com>

    * e-host-utils.c (e_gethostbyaddr_r): Work around a bug in glibc
    2.3.2's gethostbyaddr_r() implementation.

2003-09-15  Larry Ewing  <lewing@ximian.com>

    * e-source.c (e_source_dump_to_xml_node): make sure declarations
    precede the body.

2003-09-11  Dan Winship  <danw@ximian.com>

    * Makefile.am (noinst_LTLIBRARIES): Remove libeutil-static.la and
    libeconduit-static.la

    * ename/Makefile.am (noinst_LTLIBRARIES): Remove
    libename-static.la

2003-08-28  Hans Petter Jansson  <hpj@ximian.com>

    * eggtrayicon.[ch]: Added for tray icon support. To be removed when
    libgnomeui sports this functionality.

    * Makefile.am: Include eggtrayicon.

2003-08-27  Jeffrey Stedfast  <fejj@ximian.com>

    * e-mktemp.c (e_mktemp_cleanup): We need to unlink the full paths
    in the tmpdirs, not just the base path.

2003-08-20  Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
    
    * e-time-utils.c (parse_with_strptime): Fixes #43558 Appointment
    Editor always gives time validation error for apptmnts in non
    UTF-8/non ASCII locales.

2003-08-17  Ettore Perazzoli  <ettore@ximian.com>

    * test-source-list.c: No short letter for --key.

2003-08-15  Ettore Perazzoli  <ettore@ximian.com>

    * e-uid.c: #include <glib/gstrfuncs.h>

    * test-source-list.c: Add options to display, set and unset the
    color as well.

    * e-source.c: New members has_color, color in struct
    ESourcePrivate.
    (e_source_update_from_xml_node): Parse a color property from the
    XML node.  Protect from NULL name and relative_uri members as
    well.
    (e_source_dump_to_xml_node): Set a color property on the XML node.
    (e_source_get_color): New.
    (e_source_set_color): New.
    (e_source_unset_color): New.
    (e_source_new_from_xml_node): Use e_source_update_from_xml_node()
    instead of getting the data from the XML yourself.

2003-08-14  Ettore Perazzoli  <ettore@ximian.com>

    Add UIDs to ESource* items so we can distinguish renames from
    removals/additions.

    * test-source-list.c: Made --source and --group get UIDs instead
    of names.
    (on_idle_do_stuff): Updated behavior accordingly.
    (dump_list): Print "(No items)" if there are no groups.
    (dump_group): Print the UID of the group.
    (dump_source): Print the UID of the source.

    * e-source-list.c (load_from_gconf): Match with group UIDs instead
    of group names.
    (e_source_list_peek_source_by_uid): New.
    (e_source_list_peek_source_by_name): Removed.
    (e_source_list_peek_group_by_uid): New.
    (e_source_list_peek_group_by_name): Removed.
    (e_source_list_remove_group_by_uid): New.
    (e_source_list_remove_group_by_name): Removed.
    (e_source_list_remove_source_by_uid): New.
    (e_source_list_remove_source_by_name): Removed.

    * e-source-group.c: New member uid in struct ESourceGroupPrivate.
    (impl_finalize): Free it.
    (e_source_group_new): Set the uid member using e_uid_new().
    (e_source_group_peek_source_by_uid): New.
    (e_source_group_peek_source_by_name): Removed.
    (e_source_group_add_source): Check that the UID is unique, instead
    of the name.
    (e_source_group_remove_source_by_uid): New.
    (e_source_group_remove_source_by_name): Removed.
    (e_source_group_update_from_xmldoc): Use the UID to figure out
    which source has changed, instead of the name.
    (e_source_group_uid_from_xmldoc): New.
    (e_source_group_name_from_xmldoc): Removed.
    (e_source_group_new_from_xmldoc): Set the UID in the new group
    from the XML.
    (e_source_group_to_xml): Set a UID property in the XML.

    * e-source.c: New member uid in struct ESourcePrivate.
    (e_source_new): Initialize using e_uid_new().
    (impl_finalize): Free.
    (e_source_peek_uid): New.
    (e_source_new_from_xml_node): Set the UID from the XML node.
    (e_source_name_from_xml_node): Removed.
    (e_source_uid_from_xml_node): New.
    (e_source_dump_to_xml_node): Set the "uid" property on the XML
    node.

    * e-account.c (e_account_gen_uid): Removed.
    (e_account_new): Use e_uid_new() instead of e_account_gen_uid().

    * e-uid.c (e_uid_new): New file, new function.

2003-08-13  Ettore Perazzoli  <ettore@ximian.com>

    Fix up the semantics of "changed" signals on GConf changes.

    * e-source-group.c (e_source_group_update_from_xmldoc): Added new
    member ignore_source_changed in struct _ESourceGroupPrivate.
    (e_source_group_update_from_xmldoc): Increment
    ignore_source_changed before calling
    e_source_update_from_xml_node(), decrement afterwards.
    (source_changed_callback): Only emit "changed" if
    ignore_source_changed is zero.
    (e_source_group_update_from_xmldoc): Properly emit the "changed"
    signal when the base_uri or the name change.

    * e-source-list.c: Changed type of sync_idle_id from gboolean (!)
    to int and added new member ignore_group_changed in struct
    _ESourceListPrivate.
    (load_from_gconf): Increment ignore_group_changed before calling
    e_source_group_update_from_xmldoc() and decrement it afterwards.
    (group_changed_callback): Only emit the signal if
    ignore_group_changed is zero.

    * e-source.c (e_source_update_from_xml_node): Removed arg
    emit_signals.  Always emit signals.

    * e-source-group.c (e_source_group_update_from_xmldoc): Removed
    arg emit_signals.  Always emit signals.
    (e_source_group_update_from_xml): Likewise.

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

    * e-source.c (e_source_set_group): Weak_unref the current group if
    not NULL and properly handle the case where a NULL group is being
    passed in.

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

    * e-source-group.c: New file.
    * e-source-group.h: New file.
    * e-source-list.h: New file.
    * e-source-list.c: New file.
    * e-source.c: New file.
    * e-source.h: New file.
    * test-source-list.c: New file to test the above.

2003-08-11  Not Zed  <NotZed@Ximian.com>

    * e-msgport.c (e_thread_put): check pthread_create return code
    properly.
    (e_mutex_lock): check pthread* return codes properly.
    (e_mutex_unlock): Same here.
    (e_mutex_cond_wait): and here.

2003-08-05  Dan Winship  <danw@ximian.com>

    * e-html-utils.c (special_chars): add a flag for non-url chars
    (controls, whitespace, ", and |)
    (url_extract): Use that. When urlifying just a hostname, make sure
    it really is a hostname, and not just something like "www.c".
    (e_text_to_html_full): Deal with url_extract returning NULL in the
    "www." case
    (main): add a regression test, #ifdef E_HTML_UTILS_TEST

2003-07-24  Rodrigo Moya <rodrigo@ximian.com>

    * e-config-listener.c (add_key): just preload one level of GConf keys,
    since preloading all makes the calendar startup slow.

2003-07-23  Dan Winship  <danw@ximian.com>

    * Makefile.am: Use EVO_MARSHAL_RULE

    * e-component-listener.c (connection_listen_cb): Fix a non-ANSI
    switch label.

    * e-gui-utils.c: only include "art/empty.xpm" if
    HAVE_LIBGNOMEUI_GNOME_ICON_LOOKUP_H isn't defined

    * e-xml-hash-utils.c (e_xml_to_hash): Deconstify a non-const
    variable to fix a warning.

2003-07-03  JP Rosevear  <jpr@ximian.com>
 
    * e-xml-hash-utils.c (foreach_save_func): encode the text
    (e_xml_from_hash): pass xmlDoc to foreach method
    (e_xmlhash_new): check for file existence
    (e_xmlhash_destroy): only destroy the hash if it exists
    
2003-07-01  Dan Winship  <danw@ximian.com>

    * e-gui-utils.c (e_icon_for_mime_type): New function to return an
    icon for a MIME type, using GnomeIconTheme if available or
    gnome-vfs and gnome-mime-data if not.

2003-06-19  Dan Winship  <danw@ximian.com>

    * e-xml-hash-utils.c (e_xml_to_hash): don't leak an extra copy of
    the values

2003-06-14  Larry Ewing  <lewing@ximian.com>

    * e-name-western.c (e_name_western_get_suffix_at_str_end): free
    word before breaking out of the loop.

2003-06-12  Rodrigo Moya <rodrigo@ximian.com>

    * e-config-listener.c (add_key): use GCONF_CLIENT_PRELOAD_RECURSIVE
    when adding watched directories to avoid GConfd round-trips.

2003-06-12  Jeffrey Stedfast  <fejj@ximian.com>

    * e-trie.c (e_trie_free): Free the fail_states array.

2003-05-30  Jeffrey Stedfast  <fejj@ximian.com>

    * e-meta.c (meta_load): Stat the file to make sure it exists
    before trying to parse it using xmlParseFile().

st retag the whole thing. An event mayFederico Mena Quintero2001-10-313-41/+67 * Fix bug #13723.Federico Mena Quintero2001-10-316-90/+495 * Make the pre_changes and changes match here.Christopher James Lahey2001-10-312-0/+7 * send as mixed rather than alternativeJP Rosevear2001-10-312-1/+6 * Removed. (KEY_NUM_CALENDARS_TO_LOAD): New key, containing the number ofEttore Perazzoli2001-10-312-64/+42 * disconnect signals added in append_page(). Fixes Gtk-Critical warningDamon Chaplin2001-10-312-0/+11 * set a body for the messageJP Rosevear2001-10-312-1/+11 * call GNOME_Evolution_Composer_setMultipartType to get aDan Winship2001-10-312-0/+12 * Revert.JP Rosevear2001-10-311-12/+1 * don't overwrite memory (e_meeting_time_selector_on_end_time_changed):JP Rosevear2001-10-313-3/+27 * return NULL if passed NULL. Should fix bug #14048.Damon Chaplin2001-10-312-0/+8 * Do not ignore the exceptions of the cases that do not have defaults.Federico Mena Quintero2001-10-312-3/+29 * if we are doing all day stuff, make the drag increment 1 day at a timeJP Rosevear2001-10-312-7/+21 * Add _() to a string that was missing it.Federico Mena Quintero2001-10-312-1/+6 * Commit the ETable click-to-add for if the dialog is being destroyed.Federico Mena Quintero2001-10-312-1/+29 * Allocate enough space for the string! (was missing the null terminator)Federico Mena Quintero2001-10-312-2/+8 * move in whole day increments if we are in all day modeJP Rosevear2001-10-315-43/+65 * s/BONOBO_HTML_GNOME_LIBS/BONOBO_HTML_GNOME_CFLAGS/Dan Winship2001-10-312-2/+6 * Oops.JP Rosevear2001-10-311-1/+29 * count the actual attendees (doesn't include people delegatingJP Rosevear2001-10-315-20/+108 * set to the default timezone for DATE values, in case the user switches toDamon Chaplin2001-10-302-10/+14 * handle DATE values for Start and Due dates.Damon Chaplin2001-10-302-30/+64 * updated code to handle DATE values.Damon Chaplin2001-10-3011-58/+156 * Fix bug #10016.Federico Mena Quintero2001-10-304-151/+153 * Use an EMessageBox instead of a gnome_dialog_question so that the labelFederico Mena Quintero2001-10-3013-89/+433 * process an individual section here (select_names_ok_cb): call aboveJP Rosevear2001-10-303-84/+123 * Require gal 0.15.99.8Joe Shaw2001-10-306-6/+6 * use libical-evolution.laDamon Chaplin2001-10-3011-33/+96 * Launch the alarm daemon as soon as the calendar component is started.Federico Mena Quintero2001-10-302-0/+37 * Fix the verb names for the pixmaps in the Edit menu; they were out ofFederico Mena Quintero2001-10-302-4/+10 * new function. (dump_backend): new function.Chris Toshok2001-10-303-0/+34 * Fix bug #12163.Federico Mena Quintero2001-10-304-55/+119 * include the header as a source so it gets dist'ed.JP Rosevear2001-10-302-0/+6 * s/BONOBO_CFLAGS/BONOBO_GNOME_CFLAGS/.Ettore Perazzoli2001-10-302-1/+6 * fixed URI construction, which was preventing importing into the rootRodrigo Moya2001-10-302-2/+11 * handle date valuesJP Rosevear2001-10-302-1/+9 * Forgot this oneRodrigo Moya2001-10-301-1/+1 * added evolution-calendar-importer binary, starting with an iCalendar fileRodrigo Moya2001-10-307-0/+430 * get the management object by idJP Rosevear2001-10-304-3/+10 * new functions for setting and retrieving the default calendar URIsRodrigo Moya2001-10-304-9/+101 * unref the comp when finishedJP Rosevear2001-10-295-21/+14 * added break statements after each case, when setting the classification.Damon Chaplin2001-10-292-0/+12 * removed this function, as we don't need to unref at all the WombatClientRodrigo Moya2001-10-292-25/+15 * get the tasks directly from the CalendarModel, so we get the filtering &Damon Chaplin2001-10-298-84/+113 * when the week start day is set to Sunday, we have to be careful to makeDamon Chaplin2001-10-287-51/+160 * Cancel editing if the user presses Escape.Federico Mena Quintero2001-10-283-0/+75 * More fixing of the license texts.Ettore Perazzoli2001-10-282-18/+18 * Delete appointments with empty summaries. Fixes Ximian bug #780.Federico Mena Quintero2001-10-2812-14/+306 * Fixing the license text.Ettore Perazzoli2001-10-28122-488/+366 * Fixing the license text.Ettore Perazzoli2001-10-2860-60/+0 * touch on lookup (check_for_slow_setting): write touched only if slow syncJP Rosevear2001-10-273-13/+30 * remove the merges as valid sync typesJP Rosevear2001-10-277-18/+53 * Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-2759-118/+118 * Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2 * convert the formatted date to UTF-8.Damon Chaplin2001-10-2719-84/+286 * make debug output more accurateJP Rosevear2001-10-273-20/+23 * remove the uid from the map if was archived and is now deletedJP Rosevear2001-10-273-2/+13 * added status bar messagesRodrigo Moya2001-10-274-0/+35 * modify fieldsJP Rosevear2001-10-266-439/+177 * Get a fresh CORBA_Environment for every CORBA call. Hopefully will fixFederico Mena Quintero2001-10-262-1/+13 * used functions to get PUBLISH_OPTIONS etc., so we can translate them.Damon Chaplin2001-10-262-23/+125 * added bug numberDamon Chaplin2001-10-261-1/+1 * subtract 1 from any positive BYSETPOS value, since our array is 0-based.Damon Chaplin2001-10-2616-65/+317 * show an error message when we can't update the object on the calendarRodrigo Moya2001-10-252-1/+10 * Ifdef-ed out the PersistFile bits.Federico Mena Quintero2001-10-252-0/+6 * The tasks folder does not support the PersistFile interface; removed it.Federico Mena Quintero2001-10-252-2/+7 * Handle tasks folders as well; was always using "calendar.ics" as theFederico Mena Quintero2001-10-253-4/+33 * added sections for Tasks factory and control. I hope someone checks these!Damon Chaplin2001-10-252-0/+36 * Fixed to only copy the `calendar.ics' and `calendar.ics~' files.Ettore Perazzoli2001-10-252-100/+88 * Fixed to only copy the `calendar.ics' and `calendar.ics~' files.Ettore Perazzoli2001-10-252-99/+94 * when iterating over the subcomponents, use 'subcomp' rather thanDamon Chaplin2001-10-255-43/+150 * track the spacer vbox (e_meeting_time_selector_style_set): make sure theJP Rosevear2001-10-256-21/+127 * Fixes bug #5282.Federico Mena Quintero2001-10-2514-79/+334 * make sure we free all the CalComponentDateTime's when we are finished.Damon Chaplin2001-10-243-14/+44 * adjust the display canvas when the table scrollsJP Rosevear2001-10-242-2/+26 * no longer set the scrollbar policy hereJP Rosevear2001-10-243-5/+15 * convert an icaltimetype to a tm (tm_to_icaltimetype): vice versaJP Rosevear2001-10-245-42/+103 * cal-client/cal-query.c (cal_query_construct) set priv->corba_query toRodrigo Moya2001-10-232-0/+6 * added setDefaultTimezone() method.Damon Chaplin2001-10-2334-642/+1592 * Put up a warning dialog box if we failed to create the tasks control.Federico Mena Quintero2001-10-232-6/+13 * write out the correct time in the controlJP Rosevear2001-10-235-31/+49 * we don't need to save the stateJP Rosevear2001-10-224-17/+30 * listen for changes in the date editors (schedule_page_set_dates): updateJP Rosevear2001-10-225-84/+261 * Do not assert if we fail to load the URI list. This would of course haveFederico Mena Quintero2001-10-205-12/+42 * make it a public functionRodrigo Moya2001-10-205-6/+35 * new function (update_query): call set_status_messageRodrigo Moya2001-10-202-0/+89 * keep a reference to the EvolutionShellClient componentRodrigo Moya2001-10-198-25/+156 * call the invite others dialog in the modelJP Rosevear2001-10-1912-193/+217 * add html widget (url_requested_cb): add function to load images from fileLarry Ewing2001-10-194-57/+169 * Adds session management for the alarm daemon. Also makes it store a listFederico Mena Quintero2001-10-1913-261/+595 * Oops.JP Rosevear2001-10-191-1/+14 * gui/e-meeting-time-sel.cJP Rosevear2001-10-193-9/+25 * new functionsRodrigo Moya2001-10-193-0/+75 * util routine to handle calling back (async_close): use aboveJP Rosevear2001-10-182-12/+36 * translate 1-5 priorites to 1-9 priorities betterJP Rosevear2001-10-182-4/+40 * allow some decent exceptionsJP Rosevear2001-10-182-1/+6 * there may be cases when the backend will return an invalid component fromRodrigo Moya2001-10-182-1/+7 * removed Help button. Do we have any others?Damon Chaplin2001-10-162-8/+5 * remove warnings.Larry Ewing2001-10-162-2/+6 * function to break up multi day events into single events for both evo andJP Rosevear2001-10-162-4/+108 * util function to determine if event is all day (local_record_from_comp):JP Rosevear2001-10-152-16/+45 * call set_icon_from_comp. (set_icon_from_comp): set the window icon fromLarry Ewing2001-10-143-0/+46 * send cancellation comp if necessaryJP Rosevear2001-10-142-0/+32 * return fill_component successJP Rosevear2001-10-1315-176/+252 * large reworking of i18n tagging and now uses gtk_html_stream write and U_Larry Ewing2001-10-122-88/+76 * Silence warning I missed.Larry Ewing2001-10-111-1/+1 * set the default character set to utf-8.Larry Ewing2001-10-112-0/+11 * Return the original key in the hash table if requested.Federico Mena Quintero2001-10-112-18/+43 * remove unneeded assertionsJP Rosevear2001-10-112-3/+5 * fix logic checksJP Rosevear2001-10-106-11/+72 * Fixes bug #884.Federico Mena Quintero2001-10-106-17/+235 * util function to get address (itip_addresses_get_default): get only theJP Rosevear2001-10-109-101/+467 * deal correctly with URIs to be inserted into the hash table, so that weRodrigo Moya2001-10-102-2/+25 * moved to a common place (cal_backend_file_open): check if "uristr != NULL"Rodrigo Moya2001-10-105-62/+93 * Fix incorrect variable name check.Dan Winship2001-10-092-1/+6 * refactor functionality into several function (comp_string): if we areJP Rosevear2001-10-045-162/+225 * replace use of gnome_vfs_uri with e_uriRodrigo Moya2001-10-0411-125/+144 * Added priorities to a bunch of these columns. Fixes Ximian bug #7158.Christopher James Lahey2001-10-032-13/+18 * save the EXDATE as a DATE-TIME value, since we know the exact time. FixesDamon Chaplin2001-10-036-93/+49 * Use `bonobo_ui_component_new_default()', not `bonobo_ui_component_new()'.Ettore Perazzoli2001-10-032-1/+7 * use bonobo-exception to tidyJP Rosevear2001-10-022-5/+8 * handle -1 as well (comp_from_remote_record): fix monthly by dayJP Rosevear2001-10-022-3/+14 * unref the page objects here, instead of in close_dialog(). (This was fixedDamon Chaplin2001-10-022-4/+13 * Set the window state to sticky. Thanks to Peter Teichman for theFederico Mena Quintero2001-10-022-0/+12 * Convert the comp exceptions to the pilot record (comp_from_remote_record):JP Rosevear2001-10-022-6/+55 * strdup the uid to avoid double free, write out only after everything isJP Rosevear2001-10-022-3/+9 * don't use gnome_vfs_uri_is_local on URIs created withRodrigo Moya2001-10-024-8/+7 * use bound_text to print the summary, so it wraps instead of being clippedDamon Chaplin2001-09-294-29/+60 * Handle the fields and category we don't sync by making sure we don'tJP Rosevear2001-09-296-16/+74 * init the execption rather than freeing itJP Rosevear2001-09-292-1/+8 * use bonobo-exception for exceptions (cal_client_open_calendar): likewiseRodrigo Moya2001-09-282-3/+14 * Update pixmap menu paths; /menu/ComponentToolsPlaceholder/Tools ->Ettore Perazzoli2001-09-283-16/+23 * added InvalidURI and UnsupportedMethod exceptions to the CalFactoryRodrigo Moya2001-09-274-49/+133 * added comparison functions for these special cell types. But the date andDamon Chaplin2001-09-2721-177/+525 * Fixes the GUI part of bug #7892.Federico Mena Quintero2001-09-273-39/+99 * disconnect signals first thingJP Rosevear2001-09-272-2/+7 * Add -export-dynamic to make glade custom widgets work on non-Linux.Dan Winship2001-09-262-1/+6 * added CAL_MODE_INVALID to CalMode enumRodrigo Moya2001-09-262-0/+5 * new protoJP Rosevear2001-09-2614-51/+369 * Warning fixes courtesy of Chris Lahey <clahey@ximian.com>.Federico Mena Quintero2001-09-267-162/+181 * Rebuge demugging printf() - FedericoFederico Mena Quintero2001-09-261-2/+0 * Check that the timeout is not set up before we create a new one; theFederico Mena Quintero2001-09-262-4/+18 * use bonobo-exception stuff to clean codeJP Rosevear2001-09-26