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