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