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