]> git.0d.be Git - empathy.git/blob - ChangeLog
Fix warning for DnD. patch imported from gossip.
[empathy.git] / ChangeLog
1 2007-06-09 Xavier Claessens  <xclaesse@gmail.com>
2
3         * libempathy-gtk/gossip-contact-list-view.c: Fix warning for DnD.
4         patch imported from gossip.
5
6 2007-06-09 Xavier Claessens  <xclaesse@gmail.com>
7
8         * configure.ac: Bump version to 0.8
9
10         * libempathy-gtk/gossip-ui-utils.c: Fix usage of contact subscription
11         property.
12
13         * data/gtalk.profile:
14         * data/jabber.profile:
15         * data/msn.profile: Add VCardField and VCardDefault to profiles for
16         eds-sync support.
17
18 2007-06-09 Xavier Claessens  <xclaesse@gmail.com>
19
20         * libempathy-gtk/empathy-contact-widget.c: Fix a warning.
21
22 2007-06-09 Xavier Claessens  <xclaesse@gmail.com>
23
24         * libempathy-gtk/empathy-main-window.c:
25         * libempathy-gtk/empathy-contact-widget.glade:
26         * libempathy-gtk/empathy-contact-dialogs.c:
27         * libempathy-gtk/empathy-contact-dialogs.h:
28         * libempathy-gtk/empathy-contact-widget.c: We can now add a new contact.
29         EmpathyContactWidget can change the contact it's displaying on-the-fly,
30         like that we can display info when typing the contact ID we want to
31         add to our contact list.
32
33         * libempathy/empathy-tp-contact-list.c: Fix a refcount bug.
34
35 2007-06-08 Xavier Claessens  <xclaesse@gmail.com>
36
37         * libempathy/gossip-chatroom-manager.c: Checks if the chatroom has
38         an account and a room. Fixes bug #444135.
39
40 2007-06-08 Xavier Claessens  <xclaesse@gmail.com>
41
42         * libempathy-gtk/empathy-contact-dialogs.c:
43         * libempathy-gtk/empathy-contact-widget.c:
44         * libempathy-gtk/empathy-contact-widget.h: Do not save when closing the
45         dialog. Update information in real-time and just provides a "Close"
46         button. That's more GNOME spirite.
47         * libempathy/empathy-tp-contact-list.c:
48         * libempathy/gossip-contact.h:
49         * libempathy/gossip-contact.c: New methods:
50         gossip_contact_add/remove_group(). This fixes leaks when a contact is
51         added/removed from a group.
52
53 2007-06-08 Xavier Claessens  <xclaesse@gmail.com>
54
55         * libempathy-gtk/gossip-chat.c: Fix build on 64bits arch.
56         Fixes bug #444680 (Matej Cepl).
57
58 2007-06-06 Xavier Claessens  <xclaesse@gmail.com>
59
60         * libempathy-gtk/empathy-contact-dialogs.glade:
61         * libempathy-gtk/empathy-contact-dialogs.c: Fix response and action
62         buttons.
63
64 2007-06-06 Xavier Claessens  <xclaesse@gmail.com>
65
66         * libempathy-gtk/empathy-contact-dialogs.glade:
67         * libempathy-gtk/empathy-contact-widget.glade:
68         * libempathy-gtk/empathy-status-icon.c:
69         * libempathy-gtk/empathy-contact-dialogs.c:
70         * libempathy-gtk/empathy-contact-dialogs.h:
71         * libempathy-gtk/gossip-ui-utils.c:
72         * libempathy-gtk/empathy-subscription-dialog.glade:
73         * libempathy-gtk/empathy-contact-widget.c:
74         * libempathy-gtk/gossip-ui-utils.h:
75         * libempathy-gtk/gossip-contact-list-view.c:
76         * libempathy-gtk/empathy-subscription-dialog.c:
77         * libempathy-gtk/Makefile.am:
78         * libempathy-gtk/empathy-subscription-dialog.h: Implement editing and
79         viewing contact information with right click on the roster.
80
81 2007-06-06 Xavier Claessens  <xclaesse@gmail.com>
82
83         * libempathy-gtk/empathy-contact-widget.glade:
84         * libempathy-gtk/empathy-contact-widget.c:
85         * libempathy-gtk/empathy-contact-widget.h:
86         * libempathy-gtk/empathy-subscription-dialog.c: EmpatchContactWidget
87         has 2 modes: editable or not.
88
89 2007-06-06 Xavier Claessens  <xclaesse@gmail.com>
90
91         * po/POTFILES.in: Updated with new files.
92
93 2007-06-06 Xavier Claessens  <xclaesse@gmail.com>
94
95         * libempathy-gtk/empathy-status-icon.c:
96         * libempathy-gtk/empathy-subscription-dialog.glade:
97         * libempathy-gtk/empathy-contact-widget.c:
98         * libempathy-gtk/gossip-contact-list-view.c:
99         * libempathy-gtk/empathy-subscription-dialog.c:
100         * libempathy-gtk/Makefile.am:
101         * libempathy-gtk/empathy-subscription-dialog.h:
102         * libempathy/empathy-tp-contact-list.c: New dialog:
103         EmpathySubscriptionDialog. It uses EmpathyContactWidget to display
104         information about the contact who wants to get your presence. This
105         dialog appears when clicking on the status icon when it blinks. You
106         can also remove contacts when right-click on it in the roster.
107
108 2007-06-06 Xavier Claessens  <xclaesse@gmail.com>
109
110         * libempathy-gtk/empathy-status-icon.c:
111         * libempathy-gtk/empathy-contact-widget.glade:
112         * libempathy-gtk/empathy-contact-widget.c:
113         * libempathy-gtk/empathy-contact-widget.h:
114         * libempathy-gtk/Makefile.am: New widget: EmpathyContactWidget. It
115         displays information about a contact, it can be used in any kind of
116         dialog which needs to display contact information like alias, groups,
117         avatar, etc. If the contact is the selfcontact information are editable.
118
119         * libempathy/empathy-tp-contact-list.c: Do not take care of subscription
120         changes.
121
122         * libempathy/gossip-contact.c: Use
123         gossip_presence_state_get_default_status (MC_PRESENCE_OFFLINE)
124         when there is no presence.
125
126 2007-06-06 Xavier Claessens  <xclaesse@gmail.com>
127
128         * libempathy-gtk/empathy-status-icon.c: Add support for blinking when
129         there is an event. Make use of EmpathyIdle for presence handling. Add
130         an event when a contact requets subscription.
131
132         * libempathy-gtk/gossip-contact-list-store.c:
133         * libempathy-gtk/gossip-contact-list-view.c:
134         * libempathy/empathy-contact-manager.c:
135         * libempathy/empathy-tp-contact-list.c:
136         * libempathy/empathy-tp-chatroom.c:
137         * libempathy/empathy-contact-list.c:
138         * libempathy/empathy-contact-list.h: get_contacts() is renamed to
139         get_members(). Adding a signal and a method for local-pending with
140         contacts with the message. Rework completely the contact-list handling in
141         EmpathyTpContactList to follow tp spec.
142
143         * libempathy/empathy-idle.c:
144         * libempathy/empathy-idle.h: Add properties for the state and the 
145         status message. EmpathyIdle is now a singleton to manager self presence.
146
147         * TODO: Updated.
148
149 2007-06-03 Xavier Claessens  <xclaesse@gmail.com>
150
151         * libempathy-gtk/gossip-accounts-dialog.glade: Set use_stock for
152         button_connect to False, to avoid a crasher when opening the accounts
153         window with GTK+ trunk. Fixes bug #439931.
154         * libempathy-gtk/gossip-chat.c: Do not add backlog for chatrooms and
155         do not log backlog from jabber server.
156
157 2007-06-03 Xavier Claessens  <xclaesse@gmail.com>
158
159         * libempathy-gtk/gossip-ui-utils.c
160         * libempathy-gtk/gossip-accounts-dialog.c
161         * libempathy-gtk/Makefile.am
162         * src/empathy-accounts-main.c
163         * src/empathy-chat-main.c
164         * src/Makefile.am
165         * src/empathy-main.c
166         * libempathy/gossip-utils.c
167         * libempathy/Makefile.am
168         * src/empathy-filter.h
169         * src/empathy-filter-plugin.c
170         * src/empathy-filter.xml
171         * src/empathy-filter.c
172         * libempathy/gossip-paths.c
173         * libempathy/gossip-paths.h: Remove unused code and append DATADIR to
174         dirs where GTK should search icons.
175
176 2007-06-03 Xavier Claessens  <xclaesse@gmail.com>
177
178         * po/POTFILES.in:
179         * po/POTFILES.skip: Add missing files that have strings for translation.
180         Skip empathy-desktop.in.in. (Olivier Crete)
181
182 2007-06-03 Xavier Claessens  <xclaesse@gmail.com>
183
184         * libempathy-gtk/gossip-group-chat.c:
185         * libempathy-gtk/gossip-private-chat.c:
186         * libempathy-gtk/gossip-chat.c:
187         * libempathy-gtk/gossip-chat.h:
188         * libempathy/empathy-tp-chat.c: Add all properties described by TP spec
189         for the Text channel on EmpathyTpChat. Make use of "name" and "subject"
190         properties in GossipGroupChat.
191
192 2007-06-02  Xavier Claessens  <xclaesse@gmail.com>
193
194         * libempathy/empathy-log-manager.c: Fix crash when there is no log
195         available for a chat.
196         * libempathy/empathy-tp-contact-list.c: Fix a crash when destroy signal
197         is emitted before StatusChanged.
198
199 2007-06-02  Xavier Claessens  <xclaesse@gmail.com>
200
201         * libempathy-gtk/gossip-group-chat.c:
202         * libempathy-gtk/gossip-private-chat.c:
203         * libempathy-gtk/gossip-chat.c:
204         * libempathy/empathy-log-manager.c:
205         * libempathy/empathy-log-manager.h:
206         * libempathy/empathy-log-manager.xsl:
207         * libempathy/Makefile.am: Log chats and display 10 last messages when
208         opening a new chat.
209
210 2007-06-02  Xavier Claessens  <xclaesse@gmail.com>
211
212         * libempathy-gtk/gossip-group-chat.c:
213         * libempathy/empathy-tp-contact-list.c:
214         * libempathy/gossip-contact.c: Set default presence to available if
215         there is no presence iface.
216
217 2007-06-02  Xavier Claessens  <xclaesse@gmail.com>
218
219         * libempathy-gtk/gossip-ui-utils.c:
220         * libempathy-gtk/gossip-ui-utils.h:
221         * configure.ac: Use gnome_vfs_url_show() instead of gnome_url_show()
222         to avoid libgnomeui dependency (Ross Burton).
223
224 2007-06-01  Xavier Claessens  <xclaesse@gmail.com>
225
226         * libempathy-gtk/gossip-chatrooms-window.c:
227         * libempathy-gtk/gossip-chat-window.c:
228         * libempathy/gossip-chatroom.c:
229         * libempathy/gossip-chatroom-manager.c:
230         * configure.ac: Monitor changes on chatrooms.xml file and relead it 
231         when it's modified. connect chatroom-added/removed in some places where
232         needed.
233
234 2007-06-01  Xavier Claessens  <xclaesse@gmail.com>
235
236         * configure.ac: Bump version to 0.7
237
238 2007-05-31  Xavier Claessens  <xclaesse@gmail.com>
239
240         * libempathy-gtk/gossip-new-chatroom-dialog.c: No need to RequestHandle,
241         MissionControl has API to request the channel from handle string.
242
243         * libempathy-gtk/empathy-main-window.c: Request room channel when
244         clicking on favorite rooms.
245
246         * TODO: Add a task: supporting registering.
247
248 2007-05-31  Xavier Claessens  <xclaesse@gmail.com>
249
250         * libempathy/empathy-idle.c: Do not restore away presence message when
251         coming back after the user set manually to away.
252
253 2007-05-31  Xavier Claessens  <xclaesse@gmail.com>
254
255         * libempathy-gtk/gossip-account-chooser.c: Fix warning when selecting
256         all accounts.
257
258         * src/empathy-accounts-main.c:
259         * libempathy-gtk/empathy-status-icon.c:
260         * libempathy-gtk/gossip-accounts-dialog.h:
261         * libempathy-gtk/gossip-accounts-dialog.c:
262         * libempathy-gtk/gossip-preferences.h:
263         * libempathy-gtk/gossip-preferences.c: Set parent window.
264
265         * libempathy-gtk/empathy-main-window.c: Implement favorite chatroom
266         menu and fix a leak.
267
268         * libempathy-gtk/Makefile.am:
269         * libempathy/Makefile.am:
270         * libempathy/gossip-chatroom.c:
271         * libempathy/gossip-chatroom.h:
272         * libempathy/gossip-chatroom-manager.c:
273         * libempathy/gossip-chatroom-manager.h:
274         * libempathy/gossip-chatroom-manager.dtd:
275         * libempathy-gtk/gossip-chatrooms-window.glade:
276         * libempathy-gtk/gossip-chatrooms-window.c:
277         * libempathy-gtk/gossip-chatrooms-window.h: New files to implement
278         favorite chatrooms and a window to show them.
279
280
281         * libempathy-gtk/gossip-chat.c: Fix tooltip leaked.
282
283         * libempathy-gtk/gossip-chat-window.h:
284         * libempathy-gtk/gossip-chat-window.c: Do not use deprecated
285         gtk_object_sink(). Implement favorite chatroom features. Find a chat
286         by comparing the account AND the chat ID.
287
288         * src/empathy-chat-main.c:
289         * libempathy/empathy-tp-chat.h:
290         * libempathy/empathy-tp-chat.c:
291         * libempathy/gossip-utils.h:
292         * libempathy/gossip-utils.c: empathy_tp_chat_get_id() returns the Text
293         channel's name. The chat ID is unique only for a specified account.
294
295         * libempathy/empathy-tp-contact-list.c: Fix some leaks and add a FIXME
296         comment for a leak not yet fixed.
297
298         * TODO: Would be cool to have a glade catalog for libempathy-gtk.
299
300 2007-05-26  Xavier Claessens  <xclaesse@gmail.com>
301
302         * libempathy-gtk/gossip-contact-list-store.c: Do not highlight contacts
303         already known when creating the contact list.
304         * libempathy/empathy-tp-contact-list.c: Do not set alias if DBus
305         returns an error. Fixes bug #442639.
306         * libempathy/empathy-idle.c: Do not set status message to
307         "Extended autoaway", let user's message unchanged.
308
309 2007-05-25  Xavier Claessens  <xclaesse@gmail.com>
310
311         * configure.ac: Bump version to 0.6
312
313 2007-05-25  Xavier Claessens  <xclaesse@gmail.com>
314
315         * libempathy-gtk/gossip-group-chat.c: Fix refcounting of
316         GossipGroupChat.
317         * libempathy/empathy-tp-contact-list.c: Add debug message when alias
318         request fails.
319         * data/22x22/empathy-group-message.png:
320         * data/22x22/Makefile.am: Add group message icon.
321 2007-05-25  Xavier Claessens  <xclaesse@gmail.com>
322
323         * libempathy-gtk/gossip-new-chatroom-dialog.c: Do not use the server
324         entry's value if it's hidden.
325         * libempathy-gtk/gossip-contact-list-view.c: Do not highlight groups
326         when adding them in the roster.
327         * libempathy/empathy-tp-contact-list.c: Do not create new GossipContact
328         object in presence/avatar/alias changed signal if we don't already know
329         that contact from a contact list channel. This should fix DBus max
330         pending calls limit reached in some cases.
331
332 2007-05-25  Xavier Claessens  <xclaesse@gmail.com>
333
334         * libempathy-gtk/gossip-new-chatroom-dialog.c: Preset the server only
335         for jabber protocol to conference.server. This fixes a warning.
336
337         * libempathy-gtk/gossip-group-chat.h:
338         * libempathy-gtk/gossip-group-chat.c: gossip_group_chat_set_topic() is 
339         a public function.
340
341         * libempathy-gtk/empathy-images.h:
342         * libempathy-gtk/empathy-main-window.glade:
343         * libempathy-gtk/empathy-status-icon.glade: Make use of
344         empathy-new-message icon name.
345
346         * libempathy-gtk/gossip-contact-list-store.c: By default we sort by
347         contacts names.
348
349         * libempathy-gtk/gossip-chat.c: Do not display composing state if
350         it's our own contact that is composing.
351
352         * src/empathy-chat-main.c:
353         * libempathy/empathy-tp-chat.c:
354         * libempathy/empathy-tp-chat.h: Make possible to build the id based on
355         the account and the channel's name. For private chats that means the
356         contact's id.
357
358         * libempathy-gtk/gossip-chat-window.c: Un-comment the code related to
359         chatrooms that is now implemented. We can now Show/Hide contact list
360         for group chats, DnD contact on the window to begin a discussion, join
361         a new chatroom.
362
363         * libempathy-gtk/gossip-account-chooser.c: Add a FIXME message.
364
365         * data/22x22/empathy-new-message.png:
366         * data/22x22/empathy-proto-irc.png:
367         * data/22x22/Makefile.am:
368         * data/32x32/empathy-proto-irc.png:
369         * data/32x32/Makefile.am:
370         * data/gtalk.profile:
371         * data/16x16/empathy-new-message:
372         * data/16x16/empathy-message-new.png:
373         * data/16x16/empathy-proto-irc.png:
374         * data/16x16/Makefile.am:
375         * data/scalable/empathy-proto-irc.svg:
376         * data/scalable/Makefile.am:
377         * data/irc.profile: Adding icons for empathy-new-message and IRC
378         protocol. Make use of the irc icon in the irc profile.
379
380 2007-05-24  Xavier Claessens  <xclaesse@gmail.com>
381
382         * libempathy-gtk/gossip-new-chatroom-dialog.c:
383         * libempathy-gtk/empathy-main-window.c: White space fix.
384
385 2007-05-24  Xavier Claessens  <xclaesse@gmail.com>
386
387         * libempathy-gtk/gossip-account-chooser.c:
388         * libempathy-gtk/gossip-new-chatroom-dialog.c:
389         * libempathy-gtk/gossip-account-widget-jabber.c:
390         * libempathy-gtk/gossip-account-chooser.h:
391         * libempathy-gtk/gossip-new-chatroom-dialog.h:
392         * libempathy-gtk/gossip-group-chat.c:
393         * libempathy-gtk/empathy-main-window.c:
394         * libempathy-gtk/gossip-new-chatroom-dialog.glade:
395         * libempathy-gtk/gossip-account-widget-jabber.glade:
396         * libempathy-gtk/Makefile.am:
397         * libempathy/empathy-tp-chatroom.c:
398         * data/gtalk.profile:
399         * data/jabber.profile:
400         * data/salut.profile:
401         * data/Makefile.am:
402         * data/empathy.desktop.in.in:
403         * data/msn.profile:
404         * data/irc.profile: New objects: GossipAccountChooser and
405         GossipNewChatroom, we can now join any chatroom. Adding IRC profile.
406
407 2007-05-21  Xavier Claessens  <xclaesse@gmail.com>
408
409         * libempathy/empathy-idle.c: If we are offline do not set away on idle.
410         If we are already away restore to available when we are no mode idle.
411         Do no modify status message.
412
413 2007-05-21  Xavier Claessens  <xclaesse@gmail.com>
414
415         * libempathy-gtk/gossip-group-chat.c:
416         * libempathy-gtk/gossip-group-chat.h:
417         * libempathy-gtk/gossip-private-chat.c:
418         * libempathy-gtk/gossip-private-chat.h:
419         * libempathy-gtk/gossip-group-chat.glade:
420         * libempathy-gtk/Makefile.am:
421         * src/empathy-chat-main.c:
422         * libempathy/empathy-tp-contact-list.c:
423         * libempathy/gossip-telepathy-group.c:
424         * libempathy/gossip-telepathy-group.h:
425         * libempathy/empathy-tp-chatroom.c:
426         * libempathy/empathy-tp-chatroom.h: Implementing basic chatroom support.
427         Actually it works only if we get invited in a chatroom.
428
429 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
430
431         * libempathy-gtk/gossip-chat-view.c: Correctly remember the contact
432         who sent last message.
433
434 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
435
436         * libempathy-gtk/gossip-chat-view.c: Correctly remember if last message
437         comes from the self contact or another.
438
439 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
440
441         * libempathy-gtk/gossip-contact-list-model.c:
442         * libempathy-gtk/gossip-contact-list-model.h: Removed.
443         * libempathy-gtk/gossip-contact-list-view.c:
444         * libempathy-gtk/gossip-contact-list-view.h: Added.
445
446 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
447
448         * libempathy-gtk/gossip-contact-list-store.c: Set COL_NAME earlier like
449         that it can directly be sorted.
450         * data/empathy.schemas.in: s/gossip/empathy/
451
452 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
453
454         * configure.ac: Bump version to 0.5
455
456 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
457
458         * libempathy-gtk/gossip-contact-list-store.c: Allow to set custom 
459         function for getting groups of a contact. Make possible to have groups
460         for presence or role/affiliation in chatroom for example.
461         * libempathy-gtk/gossip-contact-list-store.h: Allow to set custom
462         function to handle DnD of contact. Useful when a custom function is set
463         for groups.
464         * src/empathy-chat-main.c: Minor fix.
465         * TODO:
466         * po/POTFILES.in: Updated.
467
468 2007-05-19  Xavier Claessens  <xclaesse@gmail.com>
469
470         * libempathy-gtk/Makefile.am:
471         * libempathy/empathy-tp-chat.c:
472         * libempathy/empathy-contact-manager.c:
473         * libempathy/empathy-contact-list.c: Fix indentation
474         * libempathy/empathy-tp-contact-list.c: Fix not returning the contact
475         in tp_contact_list_find()
476         * TODO: Updated.
477
478 2007-05-19  Xavier Claessens  <xclaesse@gmail.com>
479
480         * libempathy-gtk/gossip-contact-list-store.c:
481         * libempathy-gtk/gossip-preferences.c:
482         * libempathy-gtk/gossip-contact-list-store.h:
483         * libempathy-gtk/gossip-contact-list.c:
484         * libempathy-gtk/gossip-contact-list.h:
485         * libempathy-gtk/empathy-main-window.c:
486         * libempathy-gtk/gossip-contact-list-model.c:
487         * libempathy-gtk/gossip-contact-list-model.h:
488         * libempathy-gtk/Makefile.am:
489         * libempathy/empathy-marshal.list: Split GossipContactList into
490         two objects: GossipContactListStore inheriting from GtkTreeStore and
491         GossipContactListView inheriting from GtkTreeView. This makes
492         easier to build new UI widgets reusing the GtkTreeModel.
493
494 2007-05-19  Xavier Claessens  <xclaesse@gmail.com>
495
496         * libempathy/empathy-idle.c: Auto away when session id idle, instead of
497         when screensaver is active.
498
499 2007-05-18  Xavier Claessens  <xclaesse@gmail.com>
500
501         * libempathy-gtk/gossip-private-chat.h:
502         * libempathy-gtk/gossip-contact-list.c:
503         * libempathy-gtk/gossip-chat.c:
504         * libempathy-gtk/gossip-chat.h:
505         * libempathy-gtk/gossip-chat-window.c:
506         * libempathy-gtk/Makefile.am:
507         * libempathy-gtk/gossip-chat-view.c:
508         * libempathy-gtk/gossip-private-chat.c:
509         * src/empathy-chat-main.c:
510         * libempathy/gossip-utils.c:
511         * libempathy/gossip-contact.h:
512         * libempathy/empathy-tp-chat.c:
513         * libempathy/gossip-utils.h:
514         * libempathy/empathy-contact-manager.c:
515         * libempathy/empathy-contact-manager.h:
516         * libempathy/empathy-tp-contact-list.c:
517         * libempathy/empathy-tp-contact-list.h:
518         * libempathy/empathy-tp-chatroom.c:
519         * libempathy/empathy-tp-chatroom.h:
520         * libempathy/empathy-contact-list.c:
521         * libempathy/empathy-contact-list.h:
522         * libempathy/Makefile.am:
523         * libempathy/gossip-contact.c: EmpathyContactList is now an interface
524         implemented by EmpathyTpContactList, EmpathyContactManager and
525         EmpathyTpChatroom. GossipContactList use that interface to display a 
526         treeview.
527
528 2007-05-17  Xavier Claessens  <xclaesse@gmail.com>
529
530         * libempathy-gtk/gossip-chat.c: Display ChatState.
531
532 2007-05-16  Xavier Claessens  <xclaesse@gmail.com>
533
534         * libempathy-gtk/empathy-status-icon.c:
535         * libempathy/empathy-idle.c:
536         * libempathy/empathy-idle.h:
537         * libempathy/Makefile.am:
538         * po/POTFILES.in: New object EmpathyIdle to manage autoaway and
539         extended autoaway states.
540
541 2007-05-15  Xavier Claessens  <xclaesse@gmail.com>
542
543         * configure.ac:
544         * data/empathy.desktop.in:
545         * data/Makefile.am:
546         * data/empathy.desktop.in.in:
547         * po/POTFILES.in: Set bugzilla information in desktop file and add it 
548         to POTFILES.in
549
550 2007-05-15  Xavier Claessens  <xclaesse@gmail.com>
551
552         * libempathy-gtk/empathy-status-icon.glade:
553         * libempathy-gtk/empathy-main-window.glade: Fix using of gossip icons
554         in menus.
555
556 2007-05-14  Xavier Claessens  <xclaesse@gmail.com>
557
558         * src/empathy-chat-main.c:
559         * src/empathy-main.c:
560         * configure.ac:
561         * data/22x22/Makefile.am:
562         * data/22x22/empathy.png:
563         * data/48x48:
564         * data/48x48/Makefile.am:
565         * data/48x48/empathy.png:
566         * data/32x32/Makefile.am:
567         * data/32x32/empathy.png:
568         * data/16x16/empathy.png:
569         * data/16x16/Makefile.am:
570         * data/scalable/empathy.svg:
571         * data/scalable/Makefile.am:
572         * data/Makefile.am: Add empathy icon stolen from cohoba.
573
574 2007-05-14  Xavier Claessens  <xclaesse@gmail.com>
575
576         * src/empathy-chat-main.c:
577         * src/Makefile.am:
578         * src/empathy-main.c:
579         * po/POTFILES.in
580         * po/LINGUAS:
581         * TODO: Setting up i18n support.
582
583         * po/Makefile.in.in: Removed, it's generated at build time.
584
585 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
586
587         * libempathy-gtk/gossip-account-widget-jabber.glade: Add an example
588         label for jid.
589
590 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
591
592         * libempathy-gtk/gossip-chat-window.c:
593         * libempathy-gtk/gossip-chat-window.h:
594         * src/empathy-chat-main.c:
595         * libempathy/empathy-tp-chat.c:
596         * libempathy/empathy-tp-chat.h: When a new text channel arrives, check
597         if there is no existing GossipChat object for it.
598
599 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
600
601         * src/Makefile.am:
602         * src/empathy-contact-list-main.c: Removing empathy-contact-list
603         program, it's useless.
604
605 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
606
607         * configure.ac: Change version from 0.3darcs to 0.3svn
608
609 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
610
611         * autogen.sh: Set executable
612         * po/POTFILES.in: Update translatable files
613
614 2007-03-16  Xavier Claessens  <xclaesse@gmail.com>
615
616         * Initial version
617