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