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