]> git.0d.be Git - empathy.git/blob - ChangeLog
Fix leak when loading avatar from cache. Do not request avatar for unknown
[empathy.git] / ChangeLog
1 2007-09-27  Xavier Claessens  <xclaesse@gmail.com>
2
3         * libempathy/empathy-avatar.c: Fix leak when loading avatar from cache.
4         * libempathy/empathy-contact-factory.c: Do not request avatar for
5         unknown tokens, wait for AvatarUpdate signal.
6
7 2007-09-27  Xavier Claessens  <xclaesse@gmail.com>
8
9         * libempathy-gtk/empathy-profile-chooser.c: Set the sort function before
10         begin to sort otherwise we get warnings.
11
12 2007-09-26  Xavier Claessens  <xclaesse@gmail.com>
13
14         * libempathy/empathy-utils.c:
15         * libempathy/empathy-utils.h:
16         * libempathy/empathy-avatar.c:
17         * libempathy/empathy-avatar.h:
18         * libempathy/empathy-contact-factory.c: Cache avatars and RequestAvatars
19         only when needed.
20
21 2007-09-26  Xavier Claessens  <xclaesse@gmail.com>
22
23         * libempathy/empathy-contact-factory.c: Fix capabilities update, the NOT
24         operator is ~ and not !
25
26 2007-09-26  Xavier Claessens  <xclaesse@gmail.com>
27
28         * libempathy-gtk/empathy-profile-chooser.c:
29         * libempathy-gtk/empathy-main-window.c: Fix warning when sort criterium
30         is NULL and when there is no profile. Fixes bug #479786
31         (Christian Persch, Xavier Claessens).
32
33 2007-09-21  Xavier Claessens  <xclaesse@gmail.com>
34
35         * libempathy/empathy-log-manager.c: Ignore log files that don't have a
36         good filename. Fixes bug #462046 (Michael Scherer).
37         * configure.ac: Bump GLIB version to 2.14.0.
38
39 2007-09-21  Xavier Claessens  <xclaesse@gmail.com>
40
41         * doc/libempathy-gtk/Makefile.am: Explicitely use libempathy from
42         builddir. Fixes bug #478558 (Frederic Peters).
43
44 2007-09-21  Xavier Claessens  <xclaesse@gmail.com>
45
46         * libempathy-gtk/empathy-chat.c: Move TP_CHANNEL_CHAT_STATE_PAUSED to
47         the not typing case. Fixes bug #474603 (Cosimo Cecchi).
48
49 2007-09-21  Xavier Claessens  <xclaesse@gmail.com>
50
51         * libempathy-gtk/empathy-status-icon.c: Tooltip for subscription request
52         shouldn't display "Message:" if the message is empty. Fixes bug #459538
53         (Cosimo Cecchi).
54         Do not update tooltip each time the icon change.
55
56 2007-09-21  Xavier Claessens  <xclaesse@gmail.com>
57
58         * libempathy-gtk/empathy-chat-window.c: Do not set "new message" in
59         the title of conversation windows, it's useless. Fixes bug #459523.
60
61 2007-09-21  Xavier Claessens  <xclaesse@gmail.com>
62
63         * libempathy/empathy-tp-contact-list.c: Fix warnings when finalizing.
64
65         * tests/contact-manager.c:
66         * tests/Makefile.am:
67         * configure.ac:
68         * Makefile.am: Add a test program to track leaks.
69
70 2007-09-21  Xavier Claessens  <xclaesse@gmail.com>
71
72         * libempathy-gtk/empathy-contact-list-view.c: Fix ref count error for
73         account objects.
74
75         * libempathy/empathy-contact-manager.c: Disconnect signals from
76         MissionControl object when finalising the contact manager.
77
78         * configure.ac:
79         * megaphone/src/megaphone-applet.c:
80         * megaphone/src/Makefile.am:
81         * megaphone/src/megaphone-applet.h:
82         * megaphone/data/GNOME_Megaphone_Applet.schemas.in:
83         * megaphone/data/Makefile.am:
84         * megaphone/data/GNOME_Megaphone_Applet.server.in.in:
85         * megaphone/data/GNOME_Megaphone_Applet.xml:
86         * megaphone/Makefile.am:
87         * nothere/src/nothere-applet.c:
88         * nothere/src/Makefile.am:
89         * nothere/src/nothere-applet.h:
90         * nothere/data/Makefile.am:
91         * nothere/data/GNOME_NotHere_Applet.server.in.in:
92         * nothere/data/GNOME_NotHere_Applet.xml:
93         * nothere/Makefile.am:
94         * Makefile.am:
95         * po/POTFILES.in:
96         * po/POTFILES.skip: Add Megaphone and Nothere applets. Fixes bug
97         #464954 (Raphael Slinckx, Xavier Claessens).
98
99 2007-09-20  Xavier Claessens  <xclaesse@gmail.com>
100
101         * libempathy-gtk/empathy-status-icon.c:
102         * libempathy/empathy-idle.c:
103         * libempathy/empathy-idle.h:
104         * doc/libempathy/tmpl/empathy-idle.sgml: Add 2 properties to EmpathyIdle
105         to activate auto-away and auto-disconnect, default to off. Only empathy
106         main client will turn them on, like that if other processes are
107         running with an EmpathyIdle instance they won't change presence in the
108         same time than Empathy client.
109
110 2007-09-19  Xavier Claessens  <xclaesse@gmail.com>
111
112         * libempathy-gtk/empathy-smiley-manager.c: Fix a leak.
113
114 2007-09-11  Xavier Claessens  <xclaesse@gmail.com>
115
116         * libempathy-gtk/empathy-main-window.c:
117         * libempathy-gtk/empathy-group-chat.c:
118         * libempathy-gtk/empathy-contact-list-view.c:
119         * libempathy-gtk/empathy-contact-list-view.h:
120         * doc/libempathy-gtk/tmpl/empathy-contact-list-view.sgml: "interactive"
121         property on EmpathyContactListView to enable/disable contect menu and
122         action when double-click on a contact.
123
124 2007-09-10  Xavier Claessens  <xclaesse@gmail.com>
125
126         * libempathy/empathy-contact-factory.c: Fix debug message.
127
128         * libempathy/Makefile.am:
129         * configure.ac: Remove useless code.
130
131 2007-09-08  Xavier Claessens  <xclaesse@gmail.com>
132
133         * libempathy-gtk/empathy-contact-list-view.c:
134         * libempathy-gtk/empathy-chat-window.c: Request media channel when
135         clicking on call icon.
136
137 2007-09-08  Xavier Claessens  <xclaesse@gmail.com>
138
139         * libempathy-gtk/empathy-images.h:
140         * libempathy-gtk/empathy-chat.glade:
141         * libempathy-gtk/empathy-cell-renderer-activatable.c:
142         * libempathy-gtk/empathy-cell-renderer-activatable.h:
143         * libempathy-gtk/empathy-contact-list-view.c:
144         * libempathy-gtk/empathy-contact-list-store.c:
145         * libempathy-gtk/empathy-contact-list-store.h:
146         * libempathy-gtk/Makefile.am:
147         * libempathy-gtk/empathy-chat-window.c:
148         * libempathy/empathy-contact.c:
149         * libempathy/empathy-contact.h: Adding UI to start a VoIP call. It does
150         nothing yet. Most of the code is ported from Gossip patch
151         (Raphael Slinckx, Xavier Claessens).
152
153 2007-09-08  Xavier Claessens  <xclaesse@gmail.com>
154
155         * libempathy/empathy-contact.c:
156         * libempathy/empathy-contact.h:
157         * libempathy/empathy-contact-factory.c: Adding capabilities contact
158         property.
159
160 2007-09-08  Xavier Claessens  <xclaesse@gmail.com>
161
162         * libempathy-gtk/empathy-contact-list-view.c:
163         * libempathy-gtk/empathy-contact-list-store.c: Make use of the search
164         function to correctly find when typing in the contact list view.
165         Fixes bug #472309 (Will Thompson, Xavier Claessens).
166
167 2007-09-08  Xavier Claessens  <xclaesse@gmail.com>
168
169         * libempathy-gtk/empathy-log-window.c: Fix crash if there is no date 
170         for a conversation. Fixes bug #473510.
171
172 2007-09-08  Xavier Claessens  <xclaesse@gmail.com>
173
174         * python/pyempathygtk/pyempathygtk.override:
175         * python/pyempathygtk/pyempathygtk.defs: Updated for new API.
176
177 2007-09-08  Xavier Claessens  <xclaesse@gmail.com>
178
179         * configure.ac: Bump libtelepathy depend to 0.0.57.
180
181 2007-09-08  Xavier Claessens  <xclaesse@gmail.com>
182
183         * libempathy-gtk/empathy-chat-view.h:
184         * libempathy-gtk/empathy-ui-utils.c:
185         * libempathy-gtk/empathy-ui-utils.h:
186         * libempathy-gtk/empathy-chat.c:
187         * libempathy-gtk/empathy-smiley-manager.c:
188         * libempathy-gtk/empathy-smiley-manager.h:
189         * libempathy-gtk/Makefile.am:
190         * libempathy-gtk/empathy-chat-window.c:
191         * libempathy-gtk/empathy-chat-view.c: More dynamic smiley managment and
192         more efficient algorithm to detect smileys in messages.
193         Fixes bug #474167.
194
195         * doc/: Updated
196
197 2007-08-31  Xavier Claessens  <xclaesse@gmail.com>
198
199         * doc/libempathy-gtk/Makefile.am:
200         * doc/libempathy-gtk/tmpl/empathy-preferences.sgml:
201         * doc/libempathy-gtk/tmpl/empathy-images.sgml:
202         * doc/libempathy/libempathy.types:
203         * doc/libempathy/libempathy-docs.sgml:
204         * doc/libempathy/Makefile.am:
205         * doc/libempathy/tmpl/empathy-tp-group.sgml:
206         * doc/libempathy/tmpl/empathy-avatar.sgml:
207         * doc/libempathy/tmpl/empathy-contact.sgml:
208         * doc/libempathy/tmpl/empathy-contact-list.sgml: Updated.
209
210 2007-08-30  Xavier Claessens  <xclaesse@gmail.com>
211
212         * libempathy/empathy-contact-factory.c: Don't use deprecated
213         RequestAvatar method.
214
215 2007-08-30  Xavier Claessens  <xclaesse@gmail.com>
216
217         * python/pyempathy/pyempathy.defs:
218         * python/pyempathy/pyempathy.override:
219         * python/pyempathygtk/pyempathygtk.defs: Updated for new API.
220         * python/README: Explain how to update python binding.
221
222         * libempathy-gtk/empathy-images.h:
223         * libempathy-gtk/empathy-private-chat.c:
224         * libempathy-gtk/empathy-main-window.c:
225         * libempathy-gtk/empathy-status-icon.c:
226         * libempathy-gtk/empathy-group-chat.c:
227         * libempathy-gtk/empathy-ui-utils.c:
228         * libempathy-gtk/empathy-contact-dialogs.c:
229         * libempathy-gtk/empathy-contact-list-view.c:
230         * libempathy-gtk/empathy-contact-list-view.h:
231         * libempathy-gtk/empathy-contact-widget.c:
232         * libempathy-gtk/empathy-contact-list-store.c:
233         * libempathy-gtk/empathy-contact-list-store.h:
234         * libempathy-gtk/empathy-chat-window.c: Updated to use new libempathy
235         API.
236
237         * libempathy/empathy-log-manager.c:
238         * libempathy/empathy-contact.c:
239         * libempathy/empathy-contact.h:
240         * libempathy/empathy-tp-chat.c:
241         * libempathy/empathy-contact-manager.c:
242         * libempathy/empathy-contact-manager.h:
243         * libempathy/empathy-avatar.c:
244         * libempathy/empathy-avatar.h:
245         * libempathy/empathy-tp-contact-list.c:
246         * libempathy/empathy-tp-contact-list.h:
247         * libempathy/empathy-tp-chatroom.c:
248         * libempathy/empathy-contact-factory.c:
249         * libempathy/empathy-contact-factory.h:
250         * libempathy/empathy-contact-list.c:
251         * libempathy/empathy-contact-list.h:
252         * libempathy/empathy-tp-group.c:
253         * libempathy/empathy-marshal.list:
254         * libempathy/empathy-tp-group.h:
255         * libempathy/Makefile.am:
256         * configure.ac: Completely reworked ContactList API. Fixes bugs
257         #471611,
258         #467280,
259         #459540,
260         #462907.
261
262         * doc/*: Updated.
263
264 2007-08-24  Xavier Claessens  <xclaesse@gmail.com>
265
266         * python/pyempathy/Makefile.am:
267         * python/pyempathygtk/Makefile.am:
268         * configure.ac: Make use of AM_PATH_PYTHON to get python variables.
269         Fixes bug #470642 (Daniel Gryniewicz).
270
271 2007-08-24  Xavier Claessens  <xclaesse@gmail.com>
272
273         * configure.ac: Bump version to 0.13.
274         * NEWS: Last NEWS entry is for version 0.12 and not 0.11.
275
276 2007-08-24  Xavier Claessens  <xclaesse@gmail.com>
277
278          * configure.ac:
279          * doc/libempathy-gtk/tmpl/empathy-preferences.sgml:
280          * NEWS:
281          * po/POTFILES.in: Updated.
282
283 2007-08-24  Xavier Claessens  <xclaesse@gmail.com>
284
285         * libempathy-gtk/empathy-new-chatroom-dialog.c:
286         * libempathy-gtk/empathy-contact-widget.c:
287         * libempathy-gtk/empathy-accounts-dialog.c:
288         * libempathy/empathy-tp-contact-list.c:
289         * data/salut.profile: Salut's protocol name is going to change to
290         local-xmpp. Fixes bug #469638 (Sjoerd Simons)
291
292 2007-08-24  Xavier Claessens  <xclaesse@gmail.com>
293
294         * src/empathy.c: Check if there is already a Salut account before
295         creating a new one and add more debug messages.
296
297 2007-08-24  Xavier Claessens  <xclaesse@gmail.com>
298
299         * configure.ac:
300         * data/22x22/Makefile.am:
301         * data/22x22/empathy-proto-jabber.svg:
302         * data/22x22/empathy-proto-jabber.png:
303         * data/48x48/Makefile.am:
304         * data/32x32/Makefile.am:
305         * data/32x32/empathy-proto-jabber.svg:
306         * data/32x32/empathy-proto-jabber.png:
307         * data/24x24:
308         * data/24x24/Makefile.am:
309         * data/24x24/empathy-proto-jabber.png:
310         * data/16x16/empathy-proto-jabber.svg:
311         * data/16x16/Makefile.am:
312         * data/16x16/empathy-proto-jabber.png:
313         * data/scalable/empathy-proto-jabber.svg:
314         * data/scalable/Makefile.am:
315         * data/Makefile.am: Change jabber icon. Fixes bug #466377
316         (Björn Martensen).
317
318 2007-08-23  Xavier Claessens  <xclaesse@gmail.com>
319
320         * libempathy-gtk/empathy-account-widget-salut.glade:
321         * libempathy-gtk/empathy-account-widget-salut.c:
322         * libempathy-gtk/empathy-account-widget-salut.h:
323         * libempathy-gtk/empathy-preferences.h:
324         * libempathy-gtk/empathy-accounts-dialog.c:
325         * libempathy-gtk/Makefile.am:
326         * src/empathy.c:
327         * configure.ac:
328         * data/empathy.schemas.in: Add specialised UI for salut settings.
329         Configure a Salut account first time empathy is started with
330         salut CM installed using gnome-about-me information. Fixes bug #447467
331         (Cosimo Cecchi, Xavier Claessens).
332
333 2007-08-19  Xavier Claessens  <xclaesse@gmail.com>
334
335         * python/pyempathy/Makefile.am:
336         * python/pyempathy/pyempathy.override:
337         * python/pyempathygtk/Makefile.am: Fix build system, make distcheck now
338         works.
339
340 2007-08-19  Xavier Claessens  <xclaesse@gmail.com>
341
342         * python/pyempathy/pyempathy.defs:
343         * python/pyempathy/pyempathymodule.c:
344         * python/pyempathy/Makefile.am:
345         * python/pyempathy/pyempathy.override:
346         * python/pyempathygtk/pyempathygtk.override:
347         * python/pyempathygtk/pyempathygtk.defs:
348         * python/pyempathygtk/Makefile.am:
349         * python/pyempathygtk/pyempathygtkmodule.c:
350         * python/Makefile.am:
351         * libempathy/empathy-time.h:
352         * configure.ac:
353         * Makefile.am: Add python binding. Fixes bug #457660 (Michael Sheldon).
354
355 2007-08-19  Xavier Claessens  <xclaesse@gmail.com>
356
357         * libempathy-gtk/empathy-main-window.glade: Edit menu should be second
358         from the left. Fixes bug #467827 (Cosimo Cecchi).
359
360 2007-08-13  Xavier Claessens  <xclaesse@gmail.com>
361
362         * libempathy-gtk/empathy-group-chat.c: Only update the topic of it has
363         really be changed, avoid diplaying many times "Topic set to:" message.
364
365         * libempathy-gtk/empathy-chat.c: Some Jabber chatroom sends messages
366         received before we joined the room, this avoid displaying those messages
367         if we already logged them last time we joined that room. Previous
368         workaround prevented Empathy to log offline messages.
369
370 2007-08-12  Xavier Claessens  <xclaesse@gmail.com>
371
372         * configure.ac: Bump version to 0.12.
373
374 2007-08-12  Xavier Claessens  <xclaesse@gmail.com>
375
376         * configure.ac: Update libtool version.
377
378         * doc/libempathy-gtk/tmpl/empathy-images.sgml:
379         * doc/libempathy-gtk/tmpl/empathy-status-presets.sgml:
380         * NEWS: Updated.
381
382 2007-08-12  Xavier Claessens  <xclaesse@gmail.com>
383
384         * data/irc.profile: Removed spaces in the SupportedPresences key to
385         workaround a MC warning SF bug 1772539.
386
387 2007-08-11  Xavier Claessens  <xclaesse@gmail.com>
388
389         * libempathy-gtk/empathy-accounts-dialog.c: Make "Add account" button
390         insensitive when we are creating one. Fixes bug #459170
391         (Jaap A. Haitsma).
392
393 2007-08-11  Xavier Claessens  <xclaesse@gmail.com>
394
395         * libempathy/empathy-tp-contact-list.c: s/Local Network/People nearby/
396         (Sjoerd Simons)
397
398 2007-08-10  Xavier Claessens  <xclaesse@gmail.com>
399
400         * libempathy-gtk/empathy-accounts-dialog.c: Unselect accounts when
401         clicking on "add" button. Fixes bug #459173 (Cosimo Cecchi).
402
403 2007-08-10  Xavier Claessens  <xclaesse@gmail.com>
404
405         * libempathy-gtk/empathy-presence-chooser.glade: add some spacing in
406         "Custom message" dialog. Fixes bug #465360 (Frederic Peters).
407
408 2007-08-10  Xavier Claessens  <xclaesse@gmail.com>
409
410         * libempathy-gtk/empathy-images.h:
411         * libempathy-gtk/empathy-presence-chooser.c:
412         * libempathy-gtk/empathy-ui-utils.c:
413         * libempathy/empathy-presence.c: Add hidden supprot. Fixes bug #455510
414         (Cosimo Cecchi).
415
416         * data/gtalk.profile:
417         * data/jabber.profile:
418         * data/salut.profile:
419         * data/irc.profile:
420         * data/msn.profile: Updated to use SupportedPresences field.
421
422 2007-08-09  Xavier Claessens  <xclaesse@gmail.com>
423
424         * libempathy-gtk/empathy-presence-chooser.glade:
425         * libempathy-gtk/empathy-presence-chooser.c:
426         * libempathy-gtk/empathy-status-presets.c:
427         * libempathy-gtk/empathy-status-presets.h:
428         * libempathy-gtk/empathy-ui-utils.c: Remove per-state
429         "Custom message..." item and add one on the bottom of the menu. Add
430         a combobox on the custom message dialog to select the state and change
431         the action of the checkbox, now it add/remove the message from saved
432         messages. Make easier to add other states to the list if needed.
433         Fixes bug #460678.
434
435 2007-08-09  Xavier Claessens  <xclaesse@gmail.com>
436
437         * libempathy/empathy-presence.c:
438         * libempathy/empathy-idle.c:
439         * configure.ac: Remove workaround for mc-enum-types.h not being
440         installed by MC and bump MC minimal version to 4.33.
441
442 2007-08-09  Xavier Claessens  <xclaesse@gmail.com>
443
444         * libempathy-gtk/empathy-preferences.c:
445         * libempathy-gtk/empathy-preferences.glade: Useless spell checker
446         option. Fixes bug #459164 (Cosimo Cecchi).
447
448 2007-08-08  Xavier Claessens  <xclaesse@gmail.com>
449
450         * autogen.sh: Requier automake 1.9. Fixes bug #464822 (Cosimo Cecchi).
451
452 2007-08-08  Xavier Claessens  <xclaesse@gmail.com>
453
454         * MAINTAINERS: Updated the MAINTAINERS file to match new syntax.
455
456 2007-08-07  Marco Barisione  <marco@barisione.org>
457
458         * libempathy/Makefile.am:
459         * libempathy/empathy-marshal-main.c: Remove empathy-marshal-main.c and
460         include empathy-marshal.h from empathy-marshal.c.
461
462         * libempathy/Makefile.am:
463         * libempathy-gtk/Makefile.am: Generate files for enum types with
464         glib-mkenums.
465
466         * libempathy/empathy-contact.c:
467         * libempathy/empathy-idle.c:
468         * libempathy/empathy-message.c:
469         * libempathy/empathy-presence.c:
470         * libempathy-gtk/empathy-main-window.c:
471         * libempathy-gtk/empathy-preferences.c:
472         * doc/libempathy-gtk/libempathy-gtk.types:
473         * doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml: Use
474         g_param_spec_enum() and g_param_spec_flags() instead of
475         g_param_spec_(u)int.
476         Fixes bug #462465.
477
478         * libempathy-gtk/empathy-contact-list-store.c:
479         * libempathy-gtk/empathy-contact-list-store.h: Remove
480         empathy_contact_list_store_sort_get_type() as it's now auto-generated
481         by glib-mkenums.
482
483 2007-08-06  Xavier Claessens  <xclaesse@gmail.com>
484
485         * libempathy-gtk/empathy-main-window.glade: Change main window's title
486         to "Contact list".
487
488 2007-08-06  Xavier Claessens  <xclaesse@gmail.com>
489
490         * libempathy/empathy-tp-chat.c: Don't forget to reverse the glist of
491         pending messages.
492
493         * libempathy/empathy-tp-roomlist.c: Fix wrong room list names when
494         listing them.
495
496 2007-08-06  Xavier Claessens  <xclaesse@gmail.com>
497
498         * libempathy-gtk/empathy-account-widget-msn.glade:
499         * libempathy-gtk/empathy-account-widget-msn.c: Add an Advanced section
500         and remove size_group. 
501         Fixes bug #463759 (Jaap A. Haitsma, Xavier Claessens).
502
503         * README: Use ./autogen.sh instead of gnome-autogen.sh.
504
505 2007-08-02  Xavier Claessens  <xclaesse@gmail.com>
506
507         * libempathy-gtk/empathy-accounts-dialog.glade:
508         * libempathy-gtk/empathy-accounts-dialog.c: Click on the treeview to
509         edit the name of an account. Fixes bug #459166.
510
511 2007-08-02  Xavier Claessens  <xclaesse@gmail.com>
512
513         * libempathy-gtk/empathy-account-widget-jabber.c: Do not try to guess
514         the Jabber server from the jid, gabble does that for us.
515
516 2007-08-02  Xavier Claessens  <xclaesse@gmail.com>
517
518         * doc/libempathy-gtk/tmpl/empathy-account-chooser.sgml:
519         * doc/libempathy-gtk/tmpl/empathy-ui-utils.sgml:
520         * doc/libempathy-gtk/tmpl/empathy-contact-widget.sgml:
521         * doc/libempathy/tmpl/empathy-message.sgml:
522         * doc/libempathy/tmpl/empathy-utils.sgml: Update doc.
523
524 2007-08-02  Xavier Claessens  <xclaesse@gmail.com>
525
526         * libempathy-gtk/empathy-profile-chooser.c: Do not list profiles that
527         don't have the corresponding CM installed when creating a new account.
528         This is a workaround for MC bug: SF #1688779.
529
530 2007-08-02  Xavier Claessens  <xclaesse@gmail.com>
531
532         * libempathy-gtk/empathy-account-widget-generic.c: Remove size_group.
533         Fixes bug #462792.
534
535 2007-08-02  Xavier Claessens  <xclaesse@gmail.com>
536
537         * libempathy-gtk/empathy-accounts-dialog.c:
538         * libempathy/empathy-utils.c:
539         * libempathy/empathy-utils.h: Adding new empathy_strdiff API stolen from
540         telepathy-glib. It check if strings are != NULL before using strcmp.
541         Using that API to fix bug #461886. Should be used in more places.
542
543 2007-08-02  Xavier Claessens  <xclaesse@gmail.com>
544
545         * libempathy-gtk/empathy-status-icon.c: Click on the tray icon shows the
546         window if it's not active and hide if it is. Fixes bug #462057
547         (Olivier Valentin).
548
549 2007-08-02  Xavier Claessens  <xclaesse@gmail.com>
550
551         * libempathy-gtk/empathy-group-chat.c: don't display
552         "Topic set to: (null)". Fixes bug #460205 (Michael Scherer).
553
554 2007-07-30  Xavier Claessens  <xclaesse@gmail.com>
555
556         * autogen.sh: Added back, it calls gnome-autogen.sh.
557
558 2007-07-29  Xavier Claessens  <xclaesse@gmail.com>
559
560         * libempathy-gtk/empathy-profile-chooser.c:
561         * libempathy/empathy-message.c: Add missing include string.h.
562
563 2007-07-29  Xavier Claessens  <xclaesse@gmail.com>
564
565         * configure.ac: Bump version to 0.11.
566
567 2007-07-29  Xavier Claessens  <xclaesse@gmail.com>
568
569         * libempathy-gtk/empathy-account-widget-generic.c:
570         * libempathy-gtk/empathy-account-widget-generic.h: Align param names
571         on the left.
572
573         * libempathy-gtk/empathy-accounts-dialog.glade:
574         * libempathy-gtk/empathy-accounts-dialog.c: Simpler header to describe
575         the selected account. Fixes bug #459169.
576
577         * configure.ac: Set Collabora Ltd. in the Copyright.
578
579 2007-07-28  Xavier Claessens  <xclaesse@gmail.com>
580
581         * libempathy-gtk/empathy-profile-chooser.c: Makes easier to change to
582         profile order.
583
584 2007-07-28  Xavier Claessens  <xclaesse@gmail.com>
585
586         * libempathy-gtk/empathy-account-widget-jabber.c: Try to guess the
587         server from the jid only if we are using the jabber profile. When we
588         guessed a server don't forget to set the "server" McAccount param,
589         setting the entry's text is not enough.
590
591 2007-07-28  Xavier Claessens  <xclaesse@gmail.com>
592
593         * libempathy-gtk/empathy-profile-chooser.c: Improve the sort function
594         a bit to have Jabber before GTalk.
595
596 2007-07-28  Xavier Claessens  <xclaesse@gmail.com>
597
598         * libempathy-gtk/empathy-accounts-dialog.glade:
599         * libempathy-gtk/empathy-accounts-dialog.c: Update the Enable/Disable
600         button even if there is no account selected. Set it insensitive if no
601         account is selected. Fixes bug #459012.
602
603 2007-07-27  Xavier Claessens  <xclaesse@gmail.com>
604
605         * libempathy-gtk/empathy-profile-chooser.c: Sort profiles to have
606         free protocols first. Fixes bug #460605.
607
608 2007-07-27  Xavier Claessens  <xclaesse@gmail.com>
609
610         * libempathy/empathy-message.c:
611         * libempathy/empathy-message.h:
612         * libempathy/empathy-log-manager.c: Add message type in log files.
613         Fixes bug #459579.
614
615         * doc/*: Updated.
616
617 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
618
619         * po/POTFILES.in: Add missing file
620         libempathy-gtk/empathy-account-widget-msn.glade.
621
622 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
623
624         * libempathy-gtk/empathy-account-widget-jabber.glade:
625         * libempathy-gtk/empathy-account-widget-jabber.c: Hide
626         "advanced options" for jabber in a GtkExpander. Fixes bug #459168
627         (Guillaume Desmottes).
628
629 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
630
631         * libempathy-gtk/empathy-new-chatroom-dialog.c:
632         * libempathy/empathy-tp-roomlist.c: Fix Room listing. Fixes bug #460416
633         (Sjoerd Simons).
634
635 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
636
637         * libempathy-gtk/Makefile.am:
638         * libempathy/Makefile.am:
639         * configure.ac: Use libtool -version-info. Fixes bug #460579
640         (Laurent Bigonville).
641
642 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
643
644         * README:
645         * autogen.sh: Remove the autogen.sh script and use gnome-autogen.sh
646         instead. Fixes bug #460590.
647
648 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
649
650         * libempathy-gtk/empathy-account-chooser.c:
651         * libempathy-gtk/empathy-new-chatroom-dialog.c:
652         * libempathy-gtk/empathy-account-chooser.h:
653         * libempathy-gtk/empathy-contact-dialogs.c:
654         * libempathy-gtk/empathy-chatrooms-window.c:
655         * libempathy-gtk/empathy-contact-widget.c:
656         * libempathy-gtk/empathy-contact-widget.h:
657         * libempathy-gtk/empathy-log-window.c:
658         * doc/*: Do not show salut accounts in the add contact dialog. Rework
659         a bit EmpathyContactWidget. Fixes bug #459100
660         (Guillaume Desmottes, Xavier Claessens).
661
662 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
663
664         * libempathy-gtk/empathy-accounts-dialog.c: add contact frame is not
665         hidden after cancelling. Fixes bug #458997 (Frederic Peters).
666
667 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
668
669         * libempathy/empathy-idle.c: Fix problems when NM is not running. Fixes
670         bug #460419.
671
672         * doc/*: Updated documentation.
673
674 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
675
676         * configure.ac: Bump version to 0.10
677
678 2007-07-25  Xavier Claessens  <xclaesse@gmail.com>
679
680         * libempathy/empathy-filter.c: Adding more debug output.
681
682 2007-07-25  Xavier Claessens  <xclaesse@gmail.com>
683
684         * libempathy/empathy-tp-contact-list.c: Add a check to be sure the
685         new channel is valid in the NewChannel cb. Fixes bug #451564.
686
687 2007-07-20  Xavier Claessens  <xclaesse@gmail.com>
688
689         * libempathy/Makefile.am:
690         * libempathy/empathy-tp-roomlist.h:
691         * libempathy/empathy-tp-roomlist.c:
692         * libempathy-gtk/empathy-chatrooms-window.c:
693         * libempathy-gtk/empathy-new-chatroom-dialog.c: Initial room list
694         support. It does not works yet.
695
696         * libempathy-gtk/empathy-account-widget-generic.c: Add support for all
697         types of integer and float. Fixes bug #457740 (Jamey Hicks).
698
699         * libempathy/empathy-tp-chat.c:
700         * libempathy-gtk/empathy-chat.c: If there is an error sending a message,
701         show an error message to the user.
702
703         * libempathy-gtk/empathy-accounts-dialog.c: Fix a leak, profile should
704         be unrefed after mc_account_get_profile.
705
706         * libempathy/empathy-utils.c:
707         * libempathy/empathy-utils.h:
708         * libempathy/empathy-tp-chatroom.c:
709         * libempathy/empathy-tp-group.h:
710         * libempathy/empathy-tp-group.c:
711         * src/empathy.c: Rename empathy_get_channel_id() to
712         empathy_inspect_channel(). We now have empathy_inspect_handle().
713
714         * po/POTFILES.in:
715         * libempathy/empathy-tp-contact-list.c: Set all contacts from salut
716         protocol to the "Local Network" group.
717
718         * libempathy/empathy-idle.c: Fix NetworkManager support.
719
720         * libempathy/empathy-chatroom.h: Fix indentation.
721
722         * libempathy-gtk/empathy-status-icon.c:
723         * libempathy-gtk/empathy-ui-utils.c:
724         * libempathy-gtk/empathy-ui-utils.h:
725          - Iconify main window to the status icon like in rhythmbox.
726            Fixes bug #458106 (Jaap A. Haitsma).
727          - Rounded avatars. Fixes bug #457992 (Raphael Slinckx)
728
729         * Makefile.am: Fix distcheck for gtkdoc (Vincent Untz)
730
731         * data/empathy.desktop.in.in: Change application description
732         (Jaap A. Haitsma).
733
734 2007-07-14  Xavier Claessens  <xclaesse@gmail.com>
735
736         * libempathy-gtk/empathy-contact-list-store.c: Show avatars by default.
737
738 2007-07-13  Xavier Claessens  <xclaesse@gmail.com>
739
740         * libempathy-gtk/empathy-status-icon.c: If there is no pending msg
741         when a text channel should be filtered wait for the first message
742         instead of not dispatching the channel which may cause messages to be
743         lost.
744
745 2007-07-13  Xavier Claessens  <xclaesse@gmail.com>
746
747         * libempathy/empathy-tp-contact-list.c: Fix avatar request queue.
748
749 2007-07-13  Xavier Claessens  <xclaesse@gmail.com>
750
751         * libempathy-gtk/empathy-new-chatroom-dialog.c:
752         * libempathy-gtk/empathy-new-chatroom-dialog.glade: Remove unused
753         nickname entry and use a GtkTable for room information. More work is
754         needed here.
755
756         * libempathy-gtk/empathy-contact-widget.glade: Change padding to 6.
757
758         * libempathy-gtk/empathy-contact-dialogs.c: Set a window title.
759
760         * libempathy-gtk/empathy-contact-widget.c: Fix alignment of widgets.
761
762         * libempathy/empathy-tp-contact-list.c: Add more debug msg for avatar
763         handling.
764
765 2007-07-12  Xavier Claessens  <xclaesse@gmail.com>
766
767         * libempathy-gtk/Makefile.am: Fix missing header for
768         EmpathyAccountWidgetMSN.
769
770         * configure.ac: Fix useless "\".
771
772         * autogen.sh: run gtkdocize if needed.
773
774 2007-07-12  Xavier Claessens  <xclaesse@gmail.com>
775
776         * configure.ac:
777         * doc/*:
778         * Makefile.am: Adding initial API documentation using gtk-doc.
779
780 2007-07-12  Xavier Claessens  <xclaesse@gmail.com>
781
782         * libempathy/empathy-tp-contact-list.c: Auto-accept to publish presence
783         to contacts that are in our subscribe list. When accepting a pending
784         contact add it to publish and subscribe list.
785
786 2007-07-09  Xavier Claessens  <xclaesse@gmail.com>
787
788         * src/empathy.c:
789         * libempathy/empathy-debug.c:
790         * libempathy/empathy-debug.h: Add EMPATHY_LOGFILE env variable. Fixes
791         bug #455240 (Guillaume Desmottes).
792
793 2007-07-09  Xavier Claessens  <xclaesse@gmail.com>
794
795         * libempathy-gtk/empathy-account-widget-msn.glade:
796         * libempathy-gtk/empathy-account-widget-msn.c:
797         * libempathy-gtk/empathy-account-widget-msn.h:
798         * libempathy-gtk/empathy-accounts-dialog.c:
799         * libempathy-gtk/Makefile.am: Add MSN setting UI. Fixes bug #443162
800         (Cosimo Cecchi).
801
802         * libempathy-gtk/empathy-chat-view.c:
803         * libempathy/empathy-log-manager.c:
804         * libempathy/empathy-log-manager.h: Add needed API to show chat logs in
805         Tracker. Fixes bug #452536.
806
807 2007-07-07  Xavier Claessens  <xclaesse@gmail.com>
808
809         * libempathy-gtk/empathy-account-widget-generic.c: Workaround to fix a 
810         commonly reported crash. Fixes bug #454277
811         * libempathy/empathy-tp-group.c: Add a missing check.
812
813 2007-06-30  Xavier Claessens  <xclaesse@gmail.com>
814
815         * configure.ac: Bump MC version required to 4.27.
816         * TODO: Updated.
817
818 2007-06-30  Xavier Claessens  <xclaesse@gmail.com>
819
820         * libempathy-gtk/empathy-account-widget-generic.c: Fix a leaked ref.
821
822         * src/empathy.c: If we get a chatroom we have to create an
823         EmpathyTpChatroom object.
824
825         * src/Makefile.am: Fix build system, programs links to libempathy-gtk
826         and libempathy.
827
828         * configure.ac: libempathy does not depends on libgnome-vfs.
829
830         * libempathy-gtk/empathy-status-icon.c:
831         * libempathy-gtk/empathy-chat.c:
832         * libempathy/empathy-tp-chat.c:
833         * libempathy/empathy-tp-chat.h:
834         * libempathy/empathy-filter.c:
835         * libempathy/empathy-filter.h:
836         * libempathy/empathy-filter.xml:
837         * libempathy/Makefile.am: Filter incoming text channels and make
838         status icon flash when there we receive a new message. Dispatch the
839         channel only when we get a message and the user click on the icon.
840
841 2007-06-22  Xavier Claessens  <xclaesse@gmail.com>
842
843         * libempathy-gtk/libempathy-gtk.pc.in:
844         * libempathy-gtk/Makefile.am:
845         * libempathy/libempathy.pc.in:
846         * libempathy/Makefile.am:
847         * configure.ac: Install libempathy and libempathy-gtk and make their
848         API public.
849
850 2007-06-22  Xavier Claessens  <xclaesse@gmail.com>
851
852         * po/POTFILES.in: s/gossip/empathy/
853
854 2007-06-22  Xavier Claessens  <xclaesse@gmail.com>
855
856         * libempathy/*.[ch]:
857         * libempathy-gtk/*.[ch]:
858         * src/*.[ch]: Rename all filenames starting with "gossip" by "empathy",
859         change namespace of all gossip_*() functions to empathy_*().
860         Fixes bug #444490 (Mario Danic, Xavier Claessens).
861
862 2007-06-21  Xavier Claessens  <xclaesse@gmail.com>
863
864         * configure.ac: Bump version to 0.9
865
866 2007-06-21  Xavier Claessens  <xclaesse@gmail.com>
867
868         * libempathy/empathy-tp-contact-list.c: Fix typo causing warnings.
869
870 2007-06-21  Xavier Claessens  <xclaesse@gmail.com>
871
872         * libempathy-gtk/empathy-contact-dialogs.c:
873         * libempathy-gtk/gossip-contact-list-store.c:
874         * libempathy-gtk/gossip-contact-list-view.c:
875         * libempathy/empathy-contact-manager.c:
876         * libempathy/empathy-tp-contact-list.c:
877         * libempathy/empathy-contact-list.c:
878         * libempathy/empathy-contact-list.h:
879         * libempathy/gossip-contact.c: We show in our roster all contacts
880         members and remote-pending of subscribe list. Adding/Removing a contact
881         only add/remove from subscribe list. Accept/Reject a contact in
882         local-pending of publish list is done using _process_pending().
883
884 2007-06-15  Xavier Claessens  <xclaesse@gmail.com>
885
886         * src/empathy.c:
887         * libempathy/empathy-idle.c: Adding NetworkManager support.
888
889 2007-06-15  Xavier Claessens  <xclaesse@gmail.com>
890
891         * libempathy-gtk/empathy-status-icon.c:
892         * libempathy-gtk/gossip-presence-chooser.c:
893         * libempathy-gtk/gossip-presence-chooser.h:
894         * libempathy/empathy-idle.c:
895         * libempathy/empathy-idle.h: Prepare for slack time when coming back
896         from auto away. Not yet fully implemented.
897
898 2007-06-14  Xavier Claessens  <xclaesse@gmail.com>
899
900         * libempathy-gtk/empathy-images.h:
901         * libempathy-gtk/gossip-chat.c: Use gtk-info for contact informaiton.
902
903         * data/22x22/empathy-proto-salut.png:
904         * data/22x22/Makefile.am:
905         * data/16x16/empathy-proto-salut.png:
906         * data/16x16/Makefile.am:
907         * data/scalable/empathy-proto-salut.svg:
908         * data/scalable/Makefile.am:
909         * data/salut.profile: Add salut icon. Fixes bug #447659 (Michael Monreal).
910
911 2007-06-14  Xavier Claessens  <xclaesse@gmail.com>
912
913         * libempathy-gtk/gossip-contact-list-view.c: Show logs when right
914         click on a contact in the roster.
915
916 2007-06-14  Xavier Claessens  <xclaesse@gmail.com>
917
918         * src/org.gnome.Empathy.Chat.service.in:
919         * src/empathy-accounts.c:
920         * src/empathy-accounts-main.c:
921         * src/empathy-chat-main.c:
922         * src/empathy.c:
923         * src/Makefile.am:
924         * src/empathy-main.c:
925         * libempathy/gossip-chatroom-manager.c:
926         * autogen.sh: Empathy is no more splitted into 2 processes. It makes
927         debugging more difficult when emmpathy-chat crashes. It's also more
928         optimised like that since contact objects can be shared.
929
930 2007-06-14  Xavier Claessens  <xclaesse@gmail.com>
931
932         * libempathy-gtk/gossip-chat-window.c: Disconnect signals from
933         chatroom_manager. Fixes bug #447178.
934
935 2007-06-14  Xavier Claessens  <xclaesse@gmail.com>
936
937         * po/POTFILES.in:
938         * po/POTFILES.skip: Get strings in empathy.desktop.in.in and skip
939         empathy.desktop.in. Fixes bug #446161.
940
941 2007-06-14  Xavier Claessens  <xclaesse@gmail.com>
942
943         * po/POTFILES.in: Adding missing files.
944
945 2007-06-14  Xavier Claessens  <xclaesse@gmail.com>
946
947         * libempathy-gtk/gossip-log-window.c:
948         * libempathy-gtk/gossip-chat-window.c:
949         * libempathy/empathy-log-manager.c:
950         * libempathy/empathy-log-manager.h: Do not create log directory for a
951         chat if there is no messages to put in. Show logs and information for
952         the contact we are speaking with in the chat window menu.
953
954 2007-06-13  Xavier Claessens  <xclaesse@gmail.com>
955
956         * libempathy-gtk/Makefile.am:
957         * libempathy-gtk/gossip-log-window.glade:
958         * libempathy-gtk/gossip-log-window.h:
959         * libempathy-gtk/gossip-log-window.c:
960         * libempathy/empathy-log-manager.c:
961         * libempathy/empathy-log-manager.h:
962         * libempathy-gtk/gossip-chat.c:
963         * libempathy-gtk/empathy-main-window.c: New window for viewing logs.
964
965         * libempathy-gtk/gossip-chat-view.c: Do not use smooth scroll when
966         resizing the view.
967
968         * libempathy-gtk/gossip-contact-list-store.c: Do not set active
969         contacts when creating the store, and when contact groups changed.
970
971         * src/empathy-main.c: Fix warning when using command-line options.
972
973         * libempathy/empathy-tp-contact-list.c: Check if we have an aliasing
974         iface before setting the alias of a contact.
975
976         * TODO: Updated.
977
978         * data/jabber.profile: Ignore ssl errors by default. This is a security
979         vulnerability but we don't really have the choice.
980
981         * libempathy/gossip-contact.h:
982         * libempathy/gossip-contact.c: Add a "is-user" property to know if
983         it's our self contact.
984
985         * libempathy/gossip-message.h:
986         * libempathy/gossip-message.c: Add a "receiver" property like that we
987         have our self contact for nick highlight.
988
989 2007-06-10  Xavier Claessens  <xclaesse@gmail.com>
990
991         * libempathy-gtk/gossip-spell-dialog.glade:
992         * libempathy-gtk/gossip-spell-dialog.c:
993         * libempathy-gtk/gossip-spell-dialog.h:
994         * libempathy-gtk/gossip-chat.c:
995         * libempathy-gtk/Makefile.am:
996         * configure.ac: Adding spellcheck support.
997
998         * libempathy-gtk/gossip-spell.c:
999         * libempathy/gossip-conf.c: Remove useless debug messages.
1000
1001 2007-06-10  Xavier Claessens  <xclaesse@gmail.com>
1002
1003         * libempathy-gtk/gossip-chat-view.c: Smooth scrolling.
1004         Fixes bug #445859 (Raphael Slinckx).
1005
1006 2007-06-09  Xavier Claessens  <xclaesse@gmail.com>
1007
1008         * libempathy/gossip-contact.c: Emit notify signal only if the property
1009         value effectively changed.
1010
1011 2007-06-09  Xavier Claessens  <xclaesse@gmail.com>
1012
1013         * libempathy-gtk/gossip-contact-list-view.c: Fix warning for DnD.
1014         patch imported from gossip.
1015
1016 2007-06-09  Xavier Claessens  <xclaesse@gmail.com>
1017
1018         * configure.ac: Bump version to 0.8
1019
1020         * libempathy-gtk/gossip-ui-utils.c: Fix usage of contact subscription
1021         property.
1022
1023         * data/gtalk.profile:
1024         * data/jabber.profile:
1025         * data/msn.profile: Add VCardField and VCardDefault to profiles for
1026         eds-sync support.
1027
1028 2007-06-09  Xavier Claessens  <xclaesse@gmail.com>
1029
1030         * libempathy-gtk/empathy-contact-widget.c: Fix a warning.
1031
1032 2007-06-09  Xavier Claessens  <xclaesse@gmail.com>
1033
1034         * libempathy-gtk/empathy-main-window.c:
1035         * libempathy-gtk/empathy-contact-widget.glade:
1036         * libempathy-gtk/empathy-contact-dialogs.c:
1037         * libempathy-gtk/empathy-contact-dialogs.h:
1038         * libempathy-gtk/empathy-contact-widget.c: We can now add a new contact.
1039         EmpathyContactWidget can change the contact it's displaying on-the-fly,
1040         like that we can display info when typing the contact ID we want to
1041         add to our contact list.
1042
1043         * libempathy/empathy-tp-contact-list.c: Fix a refcount bug.
1044
1045 2007-06-08  Xavier Claessens  <xclaesse@gmail.com>
1046
1047         * libempathy/gossip-chatroom-manager.c: Checks if the chatroom has
1048         an account and a room. Fixes bug #444135.
1049
1050 2007-06-08  Xavier Claessens  <xclaesse@gmail.com>
1051
1052         * libempathy-gtk/empathy-contact-dialogs.c:
1053         * libempathy-gtk/empathy-contact-widget.c:
1054         * libempathy-gtk/empathy-contact-widget.h: Do not save when closing the
1055         dialog. Update information in real-time and just provides a "Close"
1056         button. That's more GNOME spirite.
1057         * libempathy/empathy-tp-contact-list.c:
1058         * libempathy/gossip-contact.h:
1059         * libempathy/gossip-contact.c: New methods:
1060         gossip_contact_add/remove_group(). This fixes leaks when a contact is
1061         added/removed from a group.
1062
1063 2007-06-08  Xavier Claessens  <xclaesse@gmail.com>
1064
1065         * libempathy-gtk/gossip-chat.c: Fix build on 64bits arch.
1066         Fixes bug #444680 (Matej Cepl).
1067
1068 2007-06-06  Xavier Claessens  <xclaesse@gmail.com>
1069
1070         * libempathy-gtk/empathy-contact-dialogs.glade:
1071         * libempathy-gtk/empathy-contact-dialogs.c: Fix response and action
1072         buttons.
1073
1074 2007-06-06  Xavier Claessens  <xclaesse@gmail.com>
1075
1076         * libempathy-gtk/empathy-contact-dialogs.glade:
1077         * libempathy-gtk/empathy-contact-widget.glade:
1078         * libempathy-gtk/empathy-status-icon.c:
1079         * libempathy-gtk/empathy-contact-dialogs.c:
1080         * libempathy-gtk/empathy-contact-dialogs.h:
1081         * libempathy-gtk/gossip-ui-utils.c:
1082         * libempathy-gtk/empathy-subscription-dialog.glade:
1083         * libempathy-gtk/empathy-contact-widget.c:
1084         * libempathy-gtk/gossip-ui-utils.h:
1085         * libempathy-gtk/gossip-contact-list-view.c:
1086         * libempathy-gtk/empathy-subscription-dialog.c:
1087         * libempathy-gtk/Makefile.am:
1088         * libempathy-gtk/empathy-subscription-dialog.h: Implement editing and
1089         viewing contact information with right click on the roster.
1090
1091 2007-06-06  Xavier Claessens  <xclaesse@gmail.com>
1092
1093         * libempathy-gtk/empathy-contact-widget.glade:
1094         * libempathy-gtk/empathy-contact-widget.c:
1095         * libempathy-gtk/empathy-contact-widget.h:
1096         * libempathy-gtk/empathy-subscription-dialog.c: EmpatchContactWidget
1097         has 2 modes: editable or not.
1098
1099 2007-06-06  Xavier Claessens  <xclaesse@gmail.com>
1100
1101         * po/POTFILES.in: Updated with new files.
1102
1103 2007-06-06  Xavier Claessens  <xclaesse@gmail.com>
1104
1105         * libempathy-gtk/empathy-status-icon.c:
1106         * libempathy-gtk/empathy-subscription-dialog.glade:
1107         * libempathy-gtk/empathy-contact-widget.c:
1108         * libempathy-gtk/gossip-contact-list-view.c:
1109         * libempathy-gtk/empathy-subscription-dialog.c:
1110         * libempathy-gtk/Makefile.am:
1111         * libempathy-gtk/empathy-subscription-dialog.h:
1112         * libempathy/empathy-tp-contact-list.c: New dialog:
1113         EmpathySubscriptionDialog. It uses EmpathyContactWidget to display
1114         information about the contact who wants to get your presence. This
1115         dialog appears when clicking on the status icon when it blinks. You
1116         can also remove contacts when right-click on it in the roster.
1117
1118 2007-06-06  Xavier Claessens  <xclaesse@gmail.com>
1119
1120         * libempathy-gtk/empathy-status-icon.c:
1121         * libempathy-gtk/empathy-contact-widget.glade:
1122         * libempathy-gtk/empathy-contact-widget.c:
1123         * libempathy-gtk/empathy-contact-widget.h:
1124         * libempathy-gtk/Makefile.am: New widget: EmpathyContactWidget. It
1125         displays information about a contact, it can be used in any kind of
1126         dialog which needs to display contact information like alias, groups,
1127         avatar, etc. If the contact is the selfcontact information are editable.
1128
1129         * libempathy/empathy-tp-contact-list.c: Do not take care of subscription
1130         changes.
1131
1132         * libempathy/gossip-contact.c: Use
1133         gossip_presence_state_get_default_status (MC_PRESENCE_OFFLINE)
1134         when there is no presence.
1135
1136 2007-06-06  Xavier Claessens  <xclaesse@gmail.com>
1137
1138         * libempathy-gtk/empathy-status-icon.c: Add support for blinking when
1139         there is an event. Make use of EmpathyIdle for presence handling. Add
1140         an event when a contact requets subscription.
1141
1142         * libempathy-gtk/gossip-contact-list-store.c:
1143         * libempathy-gtk/gossip-contact-list-view.c:
1144         * libempathy/empathy-contact-manager.c:
1145         * libempathy/empathy-tp-contact-list.c:
1146         * libempathy/empathy-tp-chatroom.c:
1147         * libempathy/empathy-contact-list.c:
1148         * libempathy/empathy-contact-list.h: get_contacts() is renamed to
1149         get_members(). Adding a signal and a method for local-pending with
1150         contacts with the message. Rework completely the contact-list handling in
1151         EmpathyTpContactList to follow tp spec.
1152
1153         * libempathy/empathy-idle.c:
1154         * libempathy/empathy-idle.h: Add properties for the state and the 
1155         status message. EmpathyIdle is now a singleton to manager self presence.
1156
1157         * TODO: Updated.
1158
1159 2007-06-03  Xavier Claessens  <xclaesse@gmail.com>
1160
1161         * libempathy-gtk/gossip-accounts-dialog.glade: Set use_stock for
1162         button_connect to False, to avoid a crasher when opening the accounts
1163         window with GTK+ trunk. Fixes bug #439931.
1164         * libempathy-gtk/gossip-chat.c: Do not add backlog for chatrooms and
1165         do not log backlog from jabber server.
1166
1167 2007-06-03  Xavier Claessens  <xclaesse@gmail.com>
1168
1169         * libempathy-gtk/gossip-ui-utils.c
1170         * libempathy-gtk/gossip-accounts-dialog.c
1171         * libempathy-gtk/Makefile.am
1172         * src/empathy-accounts-main.c
1173         * src/empathy-chat-main.c
1174         * src/Makefile.am
1175         * src/empathy-main.c
1176         * libempathy/gossip-utils.c
1177         * libempathy/Makefile.am
1178         * src/empathy-filter.h
1179         * src/empathy-filter-plugin.c
1180         * src/empathy-filter.xml
1181         * src/empathy-filter.c
1182         * libempathy/gossip-paths.c
1183         * libempathy/gossip-paths.h: Remove unused code and append DATADIR to
1184         dirs where GTK should search icons.
1185
1186 2007-06-03  Xavier Claessens  <xclaesse@gmail.com>
1187
1188         * po/POTFILES.in:
1189         * po/POTFILES.skip: Add missing files that have strings for translation.
1190         Skip empathy-desktop.in.in. (Olivier Crete)
1191
1192 2007-06-03  Xavier Claessens  <xclaesse@gmail.com>
1193
1194         * libempathy-gtk/gossip-group-chat.c:
1195         * libempathy-gtk/gossip-private-chat.c:
1196         * libempathy-gtk/gossip-chat.c:
1197         * libempathy-gtk/gossip-chat.h:
1198         * libempathy/empathy-tp-chat.c: Add all properties described by TP spec
1199         for the Text channel on EmpathyTpChat. Make use of "name" and "subject"
1200         properties in GossipGroupChat.
1201
1202 2007-06-02  Xavier Claessens  <xclaesse@gmail.com>
1203
1204         * libempathy/empathy-log-manager.c: Fix crash when there is no log
1205         available for a chat.
1206         * libempathy/empathy-tp-contact-list.c: Fix a crash when destroy signal
1207         is emitted before StatusChanged.
1208
1209 2007-06-02  Xavier Claessens  <xclaesse@gmail.com>
1210
1211         * libempathy-gtk/gossip-group-chat.c:
1212         * libempathy-gtk/gossip-private-chat.c:
1213         * libempathy-gtk/gossip-chat.c:
1214         * libempathy/empathy-log-manager.c:
1215         * libempathy/empathy-log-manager.h:
1216         * libempathy/empathy-log-manager.xsl:
1217         * libempathy/Makefile.am: Log chats and display 10 last messages when
1218         opening a new chat.
1219
1220 2007-06-02  Xavier Claessens  <xclaesse@gmail.com>
1221
1222         * libempathy-gtk/gossip-group-chat.c:
1223         * libempathy/empathy-tp-contact-list.c:
1224         * libempathy/gossip-contact.c: Set default presence to available if
1225         there is no presence iface.
1226
1227 2007-06-02  Xavier Claessens  <xclaesse@gmail.com>
1228
1229         * libempathy-gtk/gossip-ui-utils.c:
1230         * libempathy-gtk/gossip-ui-utils.h:
1231         * configure.ac: Use gnome_vfs_url_show() instead of gnome_url_show()
1232         to avoid libgnomeui dependency (Ross Burton).
1233
1234 2007-06-01  Xavier Claessens  <xclaesse@gmail.com>
1235
1236         * libempathy-gtk/gossip-chatrooms-window.c:
1237         * libempathy-gtk/gossip-chat-window.c:
1238         * libempathy/gossip-chatroom.c:
1239         * libempathy/gossip-chatroom-manager.c:
1240         * configure.ac: Monitor changes on chatrooms.xml file and relead it 
1241         when it's modified. connect chatroom-added/removed in some places where
1242         needed.
1243
1244 2007-06-01  Xavier Claessens  <xclaesse@gmail.com>
1245
1246         * configure.ac: Bump version to 0.7
1247
1248 2007-05-31  Xavier Claessens  <xclaesse@gmail.com>
1249
1250         * libempathy-gtk/gossip-new-chatroom-dialog.c: No need to RequestHandle,
1251         MissionControl has API to request the channel from handle string.
1252
1253         * libempathy-gtk/empathy-main-window.c: Request room channel when
1254         clicking on favorite rooms.
1255
1256         * TODO: Add a task: supporting registering.
1257
1258 2007-05-31  Xavier Claessens  <xclaesse@gmail.com>
1259
1260         * libempathy/empathy-idle.c: Do not restore away presence message when
1261         coming back after the user set manually to away.
1262
1263 2007-05-31  Xavier Claessens  <xclaesse@gmail.com>
1264
1265         * libempathy-gtk/gossip-account-chooser.c: Fix warning when selecting
1266         all accounts.
1267
1268         * src/empathy-accounts-main.c:
1269         * libempathy-gtk/empathy-status-icon.c:
1270         * libempathy-gtk/gossip-accounts-dialog.h:
1271         * libempathy-gtk/gossip-accounts-dialog.c:
1272         * libempathy-gtk/gossip-preferences.h:
1273         * libempathy-gtk/gossip-preferences.c: Set parent window.
1274
1275         * libempathy-gtk/empathy-main-window.c: Implement favorite chatroom
1276         menu and fix a leak.
1277
1278         * libempathy-gtk/Makefile.am:
1279         * libempathy/Makefile.am:
1280         * libempathy/gossip-chatroom.c:
1281         * libempathy/gossip-chatroom.h:
1282         * libempathy/gossip-chatroom-manager.c:
1283         * libempathy/gossip-chatroom-manager.h:
1284         * libempathy/gossip-chatroom-manager.dtd:
1285         * libempathy-gtk/gossip-chatrooms-window.glade:
1286         * libempathy-gtk/gossip-chatrooms-window.c:
1287         * libempathy-gtk/gossip-chatrooms-window.h: New files to implement
1288         favorite chatrooms and a window to show them.
1289
1290
1291         * libempathy-gtk/gossip-chat.c: Fix tooltip leaked.
1292
1293         * libempathy-gtk/gossip-chat-window.h:
1294         * libempathy-gtk/gossip-chat-window.c: Do not use deprecated
1295         gtk_object_sink(). Implement favorite chatroom features. Find a chat
1296         by comparing the account AND the chat ID.
1297
1298         * src/empathy-chat-main.c:
1299         * libempathy/empathy-tp-chat.h:
1300         * libempathy/empathy-tp-chat.c:
1301         * libempathy/gossip-utils.h:
1302         * libempathy/gossip-utils.c: empathy_tp_chat_get_id() returns the Text
1303         channel's name. The chat ID is unique only for a specified account.
1304
1305         * libempathy/empathy-tp-contact-list.c: Fix some leaks and add a FIXME
1306         comment for a leak not yet fixed.
1307
1308         * TODO: Would be cool to have a glade catalog for libempathy-gtk.
1309
1310 2007-05-26  Xavier Claessens  <xclaesse@gmail.com>
1311
1312         * libempathy-gtk/gossip-contact-list-store.c: Do not highlight contacts
1313         already known when creating the contact list.
1314         * libempathy/empathy-tp-contact-list.c: Do not set alias if DBus
1315         returns an error. Fixes bug #442639.
1316         * libempathy/empathy-idle.c: Do not set status message to
1317         "Extended autoaway", let user's message unchanged.
1318
1319 2007-05-25  Xavier Claessens  <xclaesse@gmail.com>
1320
1321         * configure.ac: Bump version to 0.6
1322
1323 2007-05-25  Xavier Claessens  <xclaesse@gmail.com>
1324
1325         * libempathy-gtk/gossip-group-chat.c: Fix refcounting of
1326         GossipGroupChat.
1327         * libempathy/empathy-tp-contact-list.c: Add debug message when alias
1328         request fails.
1329         * data/22x22/empathy-group-message.png:
1330         * data/22x22/Makefile.am: Add group message icon.
1331 2007-05-25  Xavier Claessens  <xclaesse@gmail.com>
1332
1333         * libempathy-gtk/gossip-new-chatroom-dialog.c: Do not use the server
1334         entry's value if it's hidden.
1335         * libempathy-gtk/gossip-contact-list-view.c: Do not highlight groups
1336         when adding them in the roster.
1337         * libempathy/empathy-tp-contact-list.c: Do not create new GossipContact
1338         object in presence/avatar/alias changed signal if we don't already know
1339         that contact from a contact list channel. This should fix DBus max
1340         pending calls limit reached in some cases.
1341
1342 2007-05-25  Xavier Claessens  <xclaesse@gmail.com>
1343
1344         * libempathy-gtk/gossip-new-chatroom-dialog.c: Preset the server only
1345         for jabber protocol to conference.server. This fixes a warning.
1346
1347         * libempathy-gtk/gossip-group-chat.h:
1348         * libempathy-gtk/gossip-group-chat.c: gossip_group_chat_set_topic() is 
1349         a public function.
1350
1351         * libempathy-gtk/empathy-images.h:
1352         * libempathy-gtk/empathy-main-window.glade:
1353         * libempathy-gtk/empathy-status-icon.glade: Make use of
1354         empathy-new-message icon name.
1355
1356         * libempathy-gtk/gossip-contact-list-store.c: By default we sort by
1357         contacts names.
1358
1359         * libempathy-gtk/gossip-chat.c: Do not display composing state if
1360         it's our own contact that is composing.
1361
1362         * src/empathy-chat-main.c:
1363         * libempathy/empathy-tp-chat.c:
1364         * libempathy/empathy-tp-chat.h: Make possible to build the id based on
1365         the account and the channel's name. For private chats that means the
1366         contact's id.
1367
1368         * libempathy-gtk/gossip-chat-window.c: Un-comment the code related to
1369         chatrooms that is now implemented. We can now Show/Hide contact list
1370         for group chats, DnD contact on the window to begin a discussion, join
1371         a new chatroom.
1372
1373         * libempathy-gtk/gossip-account-chooser.c: Add a FIXME message.
1374
1375         * data/22x22/empathy-new-message.png:
1376         * data/22x22/empathy-proto-irc.png:
1377         * data/22x22/Makefile.am:
1378         * data/32x32/empathy-proto-irc.png:
1379         * data/32x32/Makefile.am:
1380         * data/gtalk.profile:
1381         * data/16x16/empathy-new-message:
1382         * data/16x16/empathy-message-new.png:
1383         * data/16x16/empathy-proto-irc.png:
1384         * data/16x16/Makefile.am:
1385         * data/scalable/empathy-proto-irc.svg:
1386         * data/scalable/Makefile.am:
1387         * data/irc.profile: Adding icons for empathy-new-message and IRC
1388         protocol. Make use of the irc icon in the irc profile.
1389
1390 2007-05-24  Xavier Claessens  <xclaesse@gmail.com>
1391
1392         * libempathy-gtk/gossip-new-chatroom-dialog.c:
1393         * libempathy-gtk/empathy-main-window.c: White space fix.
1394
1395 2007-05-24  Xavier Claessens  <xclaesse@gmail.com>
1396
1397         * libempathy-gtk/gossip-account-chooser.c:
1398         * libempathy-gtk/gossip-new-chatroom-dialog.c:
1399         * libempathy-gtk/gossip-account-widget-jabber.c:
1400         * libempathy-gtk/gossip-account-chooser.h:
1401         * libempathy-gtk/gossip-new-chatroom-dialog.h:
1402         * libempathy-gtk/gossip-group-chat.c:
1403         * libempathy-gtk/empathy-main-window.c:
1404         * libempathy-gtk/gossip-new-chatroom-dialog.glade:
1405         * libempathy-gtk/gossip-account-widget-jabber.glade:
1406         * libempathy-gtk/Makefile.am:
1407         * libempathy/empathy-tp-chatroom.c:
1408         * data/gtalk.profile:
1409         * data/jabber.profile:
1410         * data/salut.profile:
1411         * data/Makefile.am:
1412         * data/empathy.desktop.in.in:
1413         * data/msn.profile:
1414         * data/irc.profile: New objects: GossipAccountChooser and
1415         GossipNewChatroom, we can now join any chatroom. Adding IRC profile.
1416
1417 2007-05-21  Xavier Claessens  <xclaesse@gmail.com>
1418
1419         * libempathy/empathy-idle.c: If we are offline do not set away on idle.
1420         If we are already away restore to available when we are no mode idle.
1421         Do no modify status message.
1422
1423 2007-05-21  Xavier Claessens  <xclaesse@gmail.com>
1424
1425         * libempathy-gtk/gossip-group-chat.c:
1426         * libempathy-gtk/gossip-group-chat.h:
1427         * libempathy-gtk/gossip-private-chat.c:
1428         * libempathy-gtk/gossip-private-chat.h:
1429         * libempathy-gtk/gossip-group-chat.glade:
1430         * libempathy-gtk/Makefile.am:
1431         * src/empathy-chat-main.c:
1432         * libempathy/empathy-tp-contact-list.c:
1433         * libempathy/gossip-telepathy-group.c:
1434         * libempathy/gossip-telepathy-group.h:
1435         * libempathy/empathy-tp-chatroom.c:
1436         * libempathy/empathy-tp-chatroom.h: Implementing basic chatroom support.
1437         Actually it works only if we get invited in a chatroom.
1438
1439 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
1440
1441         * libempathy-gtk/gossip-chat-view.c: Correctly remember the contact
1442         who sent last message.
1443
1444 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
1445
1446         * libempathy-gtk/gossip-chat-view.c: Correctly remember if last message
1447         comes from the self contact or another.
1448
1449 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
1450
1451         * libempathy-gtk/gossip-contact-list-model.c:
1452         * libempathy-gtk/gossip-contact-list-model.h: Removed.
1453         * libempathy-gtk/gossip-contact-list-view.c:
1454         * libempathy-gtk/gossip-contact-list-view.h: Added.
1455
1456 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
1457
1458         * libempathy-gtk/gossip-contact-list-store.c: Set COL_NAME earlier like
1459         that it can directly be sorted.
1460         * data/empathy.schemas.in: s/gossip/empathy/
1461
1462 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
1463
1464         * configure.ac: Bump version to 0.5
1465
1466 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
1467
1468         * libempathy-gtk/gossip-contact-list-store.c: Allow to set custom 
1469         function for getting groups of a contact. Make possible to have groups
1470         for presence or role/affiliation in chatroom for example.
1471         * libempathy-gtk/gossip-contact-list-store.h: Allow to set custom
1472         function to handle DnD of contact. Useful when a custom function is set
1473         for groups.
1474         * src/empathy-chat-main.c: Minor fix.
1475         * TODO:
1476         * po/POTFILES.in: Updated.
1477
1478 2007-05-19  Xavier Claessens  <xclaesse@gmail.com>
1479
1480         * libempathy-gtk/Makefile.am:
1481         * libempathy/empathy-tp-chat.c:
1482         * libempathy/empathy-contact-manager.c:
1483         * libempathy/empathy-contact-list.c: Fix indentation
1484         * libempathy/empathy-tp-contact-list.c: Fix not returning the contact
1485         in tp_contact_list_find()
1486         * TODO: Updated.
1487
1488 2007-05-19  Xavier Claessens  <xclaesse@gmail.com>
1489
1490         * libempathy-gtk/gossip-contact-list-store.c:
1491         * libempathy-gtk/gossip-preferences.c:
1492         * libempathy-gtk/gossip-contact-list-store.h:
1493         * libempathy-gtk/gossip-contact-list.c:
1494         * libempathy-gtk/gossip-contact-list.h:
1495         * libempathy-gtk/empathy-main-window.c:
1496         * libempathy-gtk/gossip-contact-list-model.c:
1497         * libempathy-gtk/gossip-contact-list-model.h:
1498         * libempathy-gtk/Makefile.am:
1499         * libempathy/empathy-marshal.list: Split GossipContactList into
1500         two objects: GossipContactListStore inheriting from GtkTreeStore and
1501         GossipContactListView inheriting from GtkTreeView. This makes
1502         easier to build new UI widgets reusing the GtkTreeModel.
1503
1504 2007-05-19  Xavier Claessens  <xclaesse@gmail.com>
1505
1506         * libempathy/empathy-idle.c: Auto away when session id idle, instead of
1507         when screensaver is active.
1508
1509 2007-05-18  Xavier Claessens  <xclaesse@gmail.com>
1510
1511         * libempathy-gtk/gossip-private-chat.h:
1512         * libempathy-gtk/gossip-contact-list.c:
1513         * libempathy-gtk/gossip-chat.c:
1514         * libempathy-gtk/gossip-chat.h:
1515         * libempathy-gtk/gossip-chat-window.c:
1516         * libempathy-gtk/Makefile.am:
1517         * libempathy-gtk/gossip-chat-view.c:
1518         * libempathy-gtk/gossip-private-chat.c:
1519         * src/empathy-chat-main.c:
1520         * libempathy/gossip-utils.c:
1521         * libempathy/gossip-contact.h:
1522         * libempathy/empathy-tp-chat.c:
1523         * libempathy/gossip-utils.h:
1524         * libempathy/empathy-contact-manager.c:
1525         * libempathy/empathy-contact-manager.h:
1526         * libempathy/empathy-tp-contact-list.c:
1527         * libempathy/empathy-tp-contact-list.h:
1528         * libempathy/empathy-tp-chatroom.c:
1529         * libempathy/empathy-tp-chatroom.h:
1530         * libempathy/empathy-contact-list.c:
1531         * libempathy/empathy-contact-list.h:
1532         * libempathy/Makefile.am:
1533         * libempathy/gossip-contact.c: EmpathyContactList is now an interface
1534         implemented by EmpathyTpContactList, EmpathyContactManager and
1535         EmpathyTpChatroom. GossipContactList use that interface to display a 
1536         treeview.
1537
1538 2007-05-17  Xavier Claessens  <xclaesse@gmail.com>
1539
1540         * libempathy-gtk/gossip-chat.c: Display ChatState.
1541
1542 2007-05-16  Xavier Claessens  <xclaesse@gmail.com>
1543
1544         * libempathy-gtk/empathy-status-icon.c:
1545         * libempathy/empathy-idle.c:
1546         * libempathy/empathy-idle.h:
1547         * libempathy/Makefile.am:
1548         * po/POTFILES.in: New object EmpathyIdle to manage autoaway and
1549         extended autoaway states.
1550
1551 2007-05-15  Xavier Claessens  <xclaesse@gmail.com>
1552
1553         * configure.ac:
1554         * data/empathy.desktop.in:
1555         * data/Makefile.am:
1556         * data/empathy.desktop.in.in:
1557         * po/POTFILES.in: Set bugzilla information in desktop file and add it 
1558         to POTFILES.in
1559
1560 2007-05-15  Xavier Claessens  <xclaesse@gmail.com>
1561
1562         * libempathy-gtk/empathy-status-icon.glade:
1563         * libempathy-gtk/empathy-main-window.glade: Fix using of gossip icons
1564         in menus.
1565
1566 2007-05-14  Xavier Claessens  <xclaesse@gmail.com>
1567
1568         * src/empathy-chat-main.c:
1569         * src/empathy-main.c:
1570         * configure.ac:
1571         * data/22x22/Makefile.am:
1572         * data/22x22/empathy.png:
1573         * data/48x48:
1574         * data/48x48/Makefile.am:
1575         * data/48x48/empathy.png:
1576         * data/32x32/Makefile.am:
1577         * data/32x32/empathy.png:
1578         * data/16x16/empathy.png:
1579         * data/16x16/Makefile.am:
1580         * data/scalable/empathy.svg:
1581         * data/scalable/Makefile.am:
1582         * data/Makefile.am: Add empathy icon stolen from cohoba.
1583
1584 2007-05-14  Xavier Claessens  <xclaesse@gmail.com>
1585
1586         * src/empathy-chat-main.c:
1587         * src/Makefile.am:
1588         * src/empathy-main.c:
1589         * po/POTFILES.in
1590         * po/LINGUAS:
1591         * TODO: Setting up i18n support.
1592
1593         * po/Makefile.in.in: Removed, it's generated at build time.
1594
1595 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
1596
1597         * libempathy-gtk/gossip-account-widget-jabber.glade: Add an example
1598         label for jid.
1599
1600 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
1601
1602         * libempathy-gtk/gossip-chat-window.c:
1603         * libempathy-gtk/gossip-chat-window.h:
1604         * src/empathy-chat-main.c:
1605         * libempathy/empathy-tp-chat.c:
1606         * libempathy/empathy-tp-chat.h: When a new text channel arrives, check
1607         if there is no existing GossipChat object for it.
1608
1609 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
1610
1611         * src/Makefile.am:
1612         * src/empathy-contact-list-main.c: Removing empathy-contact-list
1613         program, it's useless.
1614
1615 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
1616
1617         * configure.ac: Change version from 0.3darcs to 0.3svn
1618
1619 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
1620
1621         * autogen.sh: Set executable
1622         * po/POTFILES.in: Update translatable files
1623
1624 2007-03-16  Xavier Claessens  <xclaesse@gmail.com>
1625
1626         * Initial version
1627