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