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