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