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