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