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