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