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