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