]> git.0d.be Git - empathy.git/blob - ChangeLog
No need to init gtk, GMainLoop is enough and makes easier to run valgrind.
[empathy.git] / ChangeLog
1 2007-09-27  Xavier Claessens  <xclaesse@gmail.com>
2
3         * tests/contact-manager.c:
4         * tests/Makefile.am: No need to init gtk, GMainLoop is enough and makes
5         easier to run valgrind.
6
7 2007-09-27  Xavier Claessens  <xclaesse@gmail.com>
8
9         * libempathy/empathy-avatar.c: Fix leak when loading avatar from cache.
10         * libempathy/empathy-contact-factory.c: Do not request avatar for
11         unknown tokens, wait for AvatarUpdate signal.
12
13 2007-09-27  Xavier Claessens  <xclaesse@gmail.com>
14
15         * libempathy-gtk/empathy-profile-chooser.c: Set the sort function before
16         begin to sort otherwise we get warnings.
17
18 2007-09-26  Xavier Claessens  <xclaesse@gmail.com>
19
20         * libempathy/empathy-utils.c:
21         * libempathy/empathy-utils.h:
22         * libempathy/empathy-avatar.c:
23         * libempathy/empathy-avatar.h:
24         * libempathy/empathy-contact-factory.c: Cache avatars and RequestAvatars
25         only when needed.
26
27 2007-09-26  Xavier Claessens  <xclaesse@gmail.com>
28
29         * libempathy/empathy-contact-factory.c: Fix capabilities update, the NOT
30         operator is ~ and not !
31
32 2007-09-26  Xavier Claessens  <xclaesse@gmail.com>
33
34         * libempathy-gtk/empathy-profile-chooser.c:
35         * libempathy-gtk/empathy-main-window.c: Fix warning when sort criterium
36         is NULL and when there is no profile. Fixes bug #479786
37         (Christian Persch, Xavier Claessens).
38
39 2007-09-21  Xavier Claessens  <xclaesse@gmail.com>
40
41         * libempathy/empathy-log-manager.c: Ignore log files that don't have a
42         good filename. Fixes bug #462046 (Michael Scherer).
43         * configure.ac: Bump GLIB version to 2.14.0.
44
45 2007-09-21  Xavier Claessens  <xclaesse@gmail.com>
46
47         * doc/libempathy-gtk/Makefile.am: Explicitely use libempathy from
48         builddir. Fixes bug #478558 (Frederic Peters).
49
50 2007-09-21  Xavier Claessens  <xclaesse@gmail.com>
51
52         * libempathy-gtk/empathy-chat.c: Move TP_CHANNEL_CHAT_STATE_PAUSED to
53         the not typing case. Fixes bug #474603 (Cosimo Cecchi).
54
55 2007-09-21  Xavier Claessens  <xclaesse@gmail.com>
56
57         * libempathy-gtk/empathy-status-icon.c: Tooltip for subscription request
58         shouldn't display "Message:" if the message is empty. Fixes bug #459538
59         (Cosimo Cecchi).
60         Do not update tooltip each time the icon change.
61
62 2007-09-21  Xavier Claessens  <xclaesse@gmail.com>
63
64         * libempathy-gtk/empathy-chat-window.c: Do not set "new message" in
65         the title of conversation windows, it's useless. Fixes bug #459523.
66
67 2007-09-21  Xavier Claessens  <xclaesse@gmail.com>
68
69         * libempathy/empathy-tp-contact-list.c: Fix warnings when finalizing.
70
71         * tests/contact-manager.c:
72         * tests/Makefile.am:
73         * configure.ac:
74         * Makefile.am: Add a test program to track leaks.
75
76 2007-09-21  Xavier Claessens  <xclaesse@gmail.com>
77
78         * libempathy-gtk/empathy-contact-list-view.c: Fix ref count error for
79         account objects.
80
81         * libempathy/empathy-contact-manager.c: Disconnect signals from
82         MissionControl object when finalising the contact manager.
83
84         * configure.ac:
85         * megaphone/src/megaphone-applet.c:
86         * megaphone/src/Makefile.am:
87         * megaphone/src/megaphone-applet.h:
88         * megaphone/data/GNOME_Megaphone_Applet.schemas.in:
89         * megaphone/data/Makefile.am:
90         * megaphone/data/GNOME_Megaphone_Applet.server.in.in:
91         * megaphone/data/GNOME_Megaphone_Applet.xml:
92         * megaphone/Makefile.am:
93         * nothere/src/nothere-applet.c:
94         * nothere/src/Makefile.am:
95         * nothere/src/nothere-applet.h:
96         * nothere/data/Makefile.am:
97         * nothere/data/GNOME_NotHere_Applet.server.in.in:
98         * nothere/data/GNOME_NotHere_Applet.xml:
99         * nothere/Makefile.am:
100         * Makefile.am:
101         * po/POTFILES.in:
102         * po/POTFILES.skip: Add Megaphone and Nothere applets. Fixes bug
103         #464954 (Raphael Slinckx, Xavier Claessens).
104
105 2007-09-20  Xavier Claessens  <xclaesse@gmail.com>
106
107         * libempathy-gtk/empathy-status-icon.c:
108         * libempathy/empathy-idle.c:
109         * libempathy/empathy-idle.h:
110         * doc/libempathy/tmpl/empathy-idle.sgml: Add 2 properties to EmpathyIdle
111         to activate auto-away and auto-disconnect, default to off. Only empathy
112         main client will turn them on, like that if other processes are
113         running with an EmpathyIdle instance they won't change presence in the
114         same time than Empathy client.
115
116 2007-09-19  Xavier Claessens  <xclaesse@gmail.com>
117
118         * libempathy-gtk/empathy-smiley-manager.c: Fix a leak.
119
120 2007-09-11  Xavier Claessens  <xclaesse@gmail.com>
121
122         * libempathy-gtk/empathy-main-window.c:
123         * libempathy-gtk/empathy-group-chat.c:
124         * libempathy-gtk/empathy-contact-list-view.c:
125         * libempathy-gtk/empathy-contact-list-view.h:
126         * doc/libempathy-gtk/tmpl/empathy-contact-list-view.sgml: "interactive"
127         property on EmpathyContactListView to enable/disable contect menu and
128         action when double-click on a contact.
129
130 2007-09-10  Xavier Claessens  <xclaesse@gmail.com>
131
132         * libempathy/empathy-contact-factory.c: Fix debug message.
133
134         * libempathy/Makefile.am:
135         * configure.ac: Remove useless code.
136
137 2007-09-08  Xavier Claessens  <xclaesse@gmail.com>
138
139         * libempathy-gtk/empathy-contact-list-view.c:
140         * libempathy-gtk/empathy-chat-window.c: Request media channel when
141         clicking on call icon.
142
143 2007-09-08  Xavier Claessens  <xclaesse@gmail.com>
144
145         * libempathy-gtk/empathy-images.h:
146         * libempathy-gtk/empathy-chat.glade:
147         * libempathy-gtk/empathy-cell-renderer-activatable.c:
148         * libempathy-gtk/empathy-cell-renderer-activatable.h:
149         * libempathy-gtk/empathy-contact-list-view.c:
150         * libempathy-gtk/empathy-contact-list-store.c:
151         * libempathy-gtk/empathy-contact-list-store.h:
152         * libempathy-gtk/Makefile.am:
153         * libempathy-gtk/empathy-chat-window.c:
154         * libempathy/empathy-contact.c:
155         * libempathy/empathy-contact.h: Adding UI to start a VoIP call. It does
156         nothing yet. Most of the code is ported from Gossip patch
157         (Raphael Slinckx, Xavier Claessens).
158
159 2007-09-08  Xavier Claessens  <xclaesse@gmail.com>
160
161         * libempathy/empathy-contact.c:
162         * libempathy/empathy-contact.h:
163         * libempathy/empathy-contact-factory.c: Adding capabilities contact
164         property.
165
166 2007-09-08  Xavier Claessens  <xclaesse@gmail.com>
167
168         * libempathy-gtk/empathy-contact-list-view.c:
169         * libempathy-gtk/empathy-contact-list-store.c: Make use of the search
170         function to correctly find when typing in the contact list view.
171         Fixes bug #472309 (Will Thompson, Xavier Claessens).
172
173 2007-09-08  Xavier Claessens  <xclaesse@gmail.com>
174
175         * libempathy-gtk/empathy-log-window.c: Fix crash if there is no date 
176         for a conversation. Fixes bug #473510.
177
178 2007-09-08  Xavier Claessens  <xclaesse@gmail.com>
179
180         * python/pyempathygtk/pyempathygtk.override:
181         * python/pyempathygtk/pyempathygtk.defs: Updated for new API.
182
183 2007-09-08  Xavier Claessens  <xclaesse@gmail.com>
184
185         * configure.ac: Bump libtelepathy depend to 0.0.57.
186
187 2007-09-08  Xavier Claessens  <xclaesse@gmail.com>
188
189         * libempathy-gtk/empathy-chat-view.h:
190         * libempathy-gtk/empathy-ui-utils.c:
191         * libempathy-gtk/empathy-ui-utils.h:
192         * libempathy-gtk/empathy-chat.c:
193         * libempathy-gtk/empathy-smiley-manager.c:
194         * libempathy-gtk/empathy-smiley-manager.h:
195         * libempathy-gtk/Makefile.am:
196         * libempathy-gtk/empathy-chat-window.c:
197         * libempathy-gtk/empathy-chat-view.c: More dynamic smiley managment and
198         more efficient algorithm to detect smileys in messages.
199         Fixes bug #474167.
200
201         * doc/: Updated
202
203 2007-08-31  Xavier Claessens  <xclaesse@gmail.com>
204
205         * doc/libempathy-gtk/Makefile.am:
206         * doc/libempathy-gtk/tmpl/empathy-preferences.sgml:
207         * doc/libempathy-gtk/tmpl/empathy-images.sgml:
208         * doc/libempathy/libempathy.types:
209         * doc/libempathy/libempathy-docs.sgml:
210         * doc/libempathy/Makefile.am:
211         * doc/libempathy/tmpl/empathy-tp-group.sgml:
212         * doc/libempathy/tmpl/empathy-avatar.sgml:
213         * doc/libempathy/tmpl/empathy-contact.sgml:
214         * doc/libempathy/tmpl/empathy-contact-list.sgml: Updated.
215
216 2007-08-30  Xavier Claessens  <xclaesse@gmail.com>
217
218         * libempathy/empathy-contact-factory.c: Don't use deprecated
219         RequestAvatar method.
220
221 2007-08-30  Xavier Claessens  <xclaesse@gmail.com>
222
223         * python/pyempathy/pyempathy.defs:
224         * python/pyempathy/pyempathy.override:
225         * python/pyempathygtk/pyempathygtk.defs: Updated for new API.
226         * python/README: Explain how to update python binding.
227
228         * libempathy-gtk/empathy-images.h:
229         * libempathy-gtk/empathy-private-chat.c:
230         * libempathy-gtk/empathy-main-window.c:
231         * libempathy-gtk/empathy-status-icon.c:
232         * libempathy-gtk/empathy-group-chat.c:
233         * libempathy-gtk/empathy-ui-utils.c:
234         * libempathy-gtk/empathy-contact-dialogs.c:
235         * libempathy-gtk/empathy-contact-list-view.c:
236         * libempathy-gtk/empathy-contact-list-view.h:
237         * libempathy-gtk/empathy-contact-widget.c:
238         * libempathy-gtk/empathy-contact-list-store.c:
239         * libempathy-gtk/empathy-contact-list-store.h:
240         * libempathy-gtk/empathy-chat-window.c: Updated to use new libempathy
241         API.
242
243         * libempathy/empathy-log-manager.c:
244         * libempathy/empathy-contact.c:
245         * libempathy/empathy-contact.h:
246         * libempathy/empathy-tp-chat.c:
247         * libempathy/empathy-contact-manager.c:
248         * libempathy/empathy-contact-manager.h:
249         * libempathy/empathy-avatar.c:
250         * libempathy/empathy-avatar.h:
251         * libempathy/empathy-tp-contact-list.c:
252         * libempathy/empathy-tp-contact-list.h:
253         * libempathy/empathy-tp-chatroom.c:
254         * libempathy/empathy-contact-factory.c:
255         * libempathy/empathy-contact-factory.h:
256         * libempathy/empathy-contact-list.c:
257         * libempathy/empathy-contact-list.h:
258         * libempathy/empathy-tp-group.c:
259         * libempathy/empathy-marshal.list:
260         * libempathy/empathy-tp-group.h:
261         * libempathy/Makefile.am:
262         * configure.ac: Completely reworked ContactList API. Fixes bugs
263         #471611,
264         #467280,
265         #459540,
266         #462907.
267
268         * doc/*: Updated.
269
270 2007-08-24  Xavier Claessens  <xclaesse@gmail.com>
271
272         * python/pyempathy/Makefile.am:
273         * python/pyempathygtk/Makefile.am:
274         * configure.ac: Make use of AM_PATH_PYTHON to get python variables.
275         Fixes bug #470642 (Daniel Gryniewicz).
276
277 2007-08-24  Xavier Claessens  <xclaesse@gmail.com>
278
279         * configure.ac: Bump version to 0.13.
280         * NEWS: Last NEWS entry is for version 0.12 and not 0.11.
281
282 2007-08-24  Xavier Claessens  <xclaesse@gmail.com>
283
284          * configure.ac:
285          * doc/libempathy-gtk/tmpl/empathy-preferences.sgml:
286          * NEWS:
287          * po/POTFILES.in: Updated.
288
289 2007-08-24  Xavier Claessens  <xclaesse@gmail.com>
290
291         * libempathy-gtk/empathy-new-chatroom-dialog.c:
292         * libempathy-gtk/empathy-contact-widget.c:
293         * libempathy-gtk/empathy-accounts-dialog.c:
294         * libempathy/empathy-tp-contact-list.c:
295         * data/salut.profile: Salut's protocol name is going to change to
296         local-xmpp. Fixes bug #469638 (Sjoerd Simons)
297
298 2007-08-24  Xavier Claessens  <xclaesse@gmail.com>
299
300         * src/empathy.c: Check if there is already a Salut account before
301         creating a new one and add more debug messages.
302
303 2007-08-24  Xavier Claessens  <xclaesse@gmail.com>
304
305         * configure.ac:
306         * data/22x22/Makefile.am:
307         * data/22x22/empathy-proto-jabber.svg:
308         * data/22x22/empathy-proto-jabber.png:
309         * data/48x48/Makefile.am:
310         * data/32x32/Makefile.am:
311         * data/32x32/empathy-proto-jabber.svg:
312         * data/32x32/empathy-proto-jabber.png:
313         * data/24x24:
314         * data/24x24/Makefile.am:
315         * data/24x24/empathy-proto-jabber.png:
316         * data/16x16/empathy-proto-jabber.svg:
317         * data/16x16/Makefile.am:
318         * data/16x16/empathy-proto-jabber.png:
319         * data/scalable/empathy-proto-jabber.svg:
320         * data/scalable/Makefile.am:
321         * data/Makefile.am: Change jabber icon. Fixes bug #466377
322         (Björn Martensen).
323
324 2007-08-23  Xavier Claessens  <xclaesse@gmail.com>
325
326         * libempathy-gtk/empathy-account-widget-salut.glade:
327         * libempathy-gtk/empathy-account-widget-salut.c:
328         * libempathy-gtk/empathy-account-widget-salut.h:
329         * libempathy-gtk/empathy-preferences.h:
330         * libempathy-gtk/empathy-accounts-dialog.c:
331         * libempathy-gtk/Makefile.am:
332         * src/empathy.c:
333         * configure.ac:
334         * data/empathy.schemas.in: Add specialised UI for salut settings.
335         Configure a Salut account first time empathy is started with
336         salut CM installed using gnome-about-me information. Fixes bug #447467
337         (Cosimo Cecchi, Xavier Claessens).
338
339 2007-08-19  Xavier Claessens  <xclaesse@gmail.com>
340
341         * python/pyempathy/Makefile.am:
342         * python/pyempathy/pyempathy.override:
343         * python/pyempathygtk/Makefile.am: Fix build system, make distcheck now
344         works.
345
346 2007-08-19  Xavier Claessens  <xclaesse@gmail.com>
347
348         * python/pyempathy/pyempathy.defs:
349         * python/pyempathy/pyempathymodule.c:
350         * python/pyempathy/Makefile.am:
351         * python/pyempathy/pyempathy.override:
352         * python/pyempathygtk/pyempathygtk.override:
353         * python/pyempathygtk/pyempathygtk.defs:
354         * python/pyempathygtk/Makefile.am:
355         * python/pyempathygtk/pyempathygtkmodule.c:
356         * python/Makefile.am:
357         * libempathy/empathy-time.h:
358         * configure.ac:
359         * Makefile.am: Add python binding. Fixes bug #457660 (Michael Sheldon).
360
361 2007-08-19  Xavier Claessens  <xclaesse@gmail.com>
362
363         * libempathy-gtk/empathy-main-window.glade: Edit menu should be second
364         from the left. Fixes bug #467827 (Cosimo Cecchi).
365
366 2007-08-13  Xavier Claessens  <xclaesse@gmail.com>
367
368         * libempathy-gtk/empathy-group-chat.c: Only update the topic of it has
369         really be changed, avoid diplaying many times "Topic set to:" message.
370
371         * libempathy-gtk/empathy-chat.c: Some Jabber chatroom sends messages
372         received before we joined the room, this avoid displaying those messages
373         if we already logged them last time we joined that room. Previous
374         workaround prevented Empathy to log offline messages.
375
376 2007-08-12  Xavier Claessens  <xclaesse@gmail.com>
377
378         * configure.ac: Bump version to 0.12.
379
380 2007-08-12  Xavier Claessens  <xclaesse@gmail.com>
381
382         * configure.ac: Update libtool version.
383
384         * doc/libempathy-gtk/tmpl/empathy-images.sgml:
385         * doc/libempathy-gtk/tmpl/empathy-status-presets.sgml:
386         * NEWS: Updated.
387
388 2007-08-12  Xavier Claessens  <xclaesse@gmail.com>
389
390         * data/irc.profile: Removed spaces in the SupportedPresences key to
391         workaround a MC warning SF bug 1772539.
392
393 2007-08-11  Xavier Claessens  <xclaesse@gmail.com>
394
395         * libempathy-gtk/empathy-accounts-dialog.c: Make "Add account" button
396         insensitive when we are creating one. Fixes bug #459170
397         (Jaap A. Haitsma).
398
399 2007-08-11  Xavier Claessens  <xclaesse@gmail.com>
400
401         * libempathy/empathy-tp-contact-list.c: s/Local Network/People nearby/
402         (Sjoerd Simons)
403
404 2007-08-10  Xavier Claessens  <xclaesse@gmail.com>
405
406         * libempathy-gtk/empathy-accounts-dialog.c: Unselect accounts when
407         clicking on "add" button. Fixes bug #459173 (Cosimo Cecchi).
408
409 2007-08-10  Xavier Claessens  <xclaesse@gmail.com>
410
411         * libempathy-gtk/empathy-presence-chooser.glade: add some spacing in
412         "Custom message" dialog. Fixes bug #465360 (Frederic Peters).
413
414 2007-08-10  Xavier Claessens  <xclaesse@gmail.com>
415
416         * libempathy-gtk/empathy-images.h:
417         * libempathy-gtk/empathy-presence-chooser.c:
418         * libempathy-gtk/empathy-ui-utils.c:
419         * libempathy/empathy-presence.c: Add hidden supprot. Fixes bug #455510
420         (Cosimo Cecchi).
421
422         * data/gtalk.profile:
423         * data/jabber.profile:
424         * data/salut.profile:
425         * data/irc.profile:
426         * data/msn.profile: Updated to use SupportedPresences field.
427
428 2007-08-09  Xavier Claessens  <xclaesse@gmail.com>
429
430         * libempathy-gtk/empathy-presence-chooser.glade:
431         * libempathy-gtk/empathy-presence-chooser.c:
432         * libempathy-gtk/empathy-status-presets.c:
433         * libempathy-gtk/empathy-status-presets.h:
434         * libempathy-gtk/empathy-ui-utils.c: Remove per-state
435         "Custom message..." item and add one on the bottom of the menu. Add
436         a combobox on the custom message dialog to select the state and change
437         the action of the checkbox, now it add/remove the message from saved
438         messages. Make easier to add other states to the list if needed.
439         Fixes bug #460678.
440
441 2007-08-09  Xavier Claessens  <xclaesse@gmail.com>
442
443         * libempathy/empathy-presence.c:
444         * libempathy/empathy-idle.c:
445         * configure.ac: Remove workaround for mc-enum-types.h not being
446         installed by MC and bump MC minimal version to 4.33.
447
448 2007-08-09  Xavier Claessens  <xclaesse@gmail.com>
449
450         * libempathy-gtk/empathy-preferences.c:
451         * libempathy-gtk/empathy-preferences.glade: Useless spell checker
452         option. Fixes bug #459164 (Cosimo Cecchi).
453
454 2007-08-08  Xavier Claessens  <xclaesse@gmail.com>
455
456         * autogen.sh: Requier automake 1.9. Fixes bug #464822 (Cosimo Cecchi).
457
458 2007-08-08  Xavier Claessens  <xclaesse@gmail.com>
459
460         * MAINTAINERS: Updated the MAINTAINERS file to match new syntax.
461
462 2007-08-07  Marco Barisione  <marco@barisione.org>
463
464         * libempathy/Makefile.am:
465         * libempathy/empathy-marshal-main.c: Remove empathy-marshal-main.c and
466         include empathy-marshal.h from empathy-marshal.c.
467
468         * libempathy/Makefile.am:
469         * libempathy-gtk/Makefile.am: Generate files for enum types with
470         glib-mkenums.
471
472         * libempathy/empathy-contact.c:
473         * libempathy/empathy-idle.c:
474         * libempathy/empathy-message.c:
475         * libempathy/empathy-presence.c:
476         * libempathy-gtk/empathy-main-window.c:
477         * libempathy-gtk/empathy-preferences.c:
478         * doc/libempathy-gtk/libempathy-gtk.types:
479         * doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml: Use
480         g_param_spec_enum() and g_param_spec_flags() instead of
481         g_param_spec_(u)int.
482         Fixes bug #462465.
483
484         * libempathy-gtk/empathy-contact-list-store.c:
485         * libempathy-gtk/empathy-contact-list-store.h: Remove
486         empathy_contact_list_store_sort_get_type() as it's now auto-generated
487         by glib-mkenums.
488
489 2007-08-06  Xavier Claessens  <xclaesse@gmail.com>
490
491         * libempathy-gtk/empathy-main-window.glade: Change main window's title
492         to "Contact list".
493
494 2007-08-06  Xavier Claessens  <xclaesse@gmail.com>
495
496         * libempathy/empathy-tp-chat.c: Don't forget to reverse the glist of
497         pending messages.
498
499         * libempathy/empathy-tp-roomlist.c: Fix wrong room list names when
500         listing them.
501
502 2007-08-06  Xavier Claessens  <xclaesse@gmail.com>
503
504         * libempathy-gtk/empathy-account-widget-msn.glade:
505         * libempathy-gtk/empathy-account-widget-msn.c: Add an Advanced section
506         and remove size_group. 
507         Fixes bug #463759 (Jaap A. Haitsma, Xavier Claessens).
508
509         * README: Use ./autogen.sh instead of gnome-autogen.sh.
510
511 2007-08-02  Xavier Claessens  <xclaesse@gmail.com>
512
513         * libempathy-gtk/empathy-accounts-dialog.glade:
514         * libempathy-gtk/empathy-accounts-dialog.c: Click on the treeview to
515         edit the name of an account. Fixes bug #459166.
516
517 2007-08-02  Xavier Claessens  <xclaesse@gmail.com>
518
519         * libempathy-gtk/empathy-account-widget-jabber.c: Do not try to guess
520         the Jabber server from the jid, gabble does that for us.
521
522 2007-08-02  Xavier Claessens  <xclaesse@gmail.com>
523
524         * doc/libempathy-gtk/tmpl/empathy-account-chooser.sgml:
525         * doc/libempathy-gtk/tmpl/empathy-ui-utils.sgml:
526         * doc/libempathy-gtk/tmpl/empathy-contact-widget.sgml:
527         * doc/libempathy/tmpl/empathy-message.sgml:
528         * doc/libempathy/tmpl/empathy-utils.sgml: Update doc.
529
530 2007-08-02  Xavier Claessens  <xclaesse@gmail.com>
531
532         * libempathy-gtk/empathy-profile-chooser.c: Do not list profiles that
533         don't have the corresponding CM installed when creating a new account.
534         This is a workaround for MC bug: SF #1688779.
535
536 2007-08-02  Xavier Claessens  <xclaesse@gmail.com>
537
538         * libempathy-gtk/empathy-account-widget-generic.c: Remove size_group.
539         Fixes bug #462792.
540
541 2007-08-02  Xavier Claessens  <xclaesse@gmail.com>
542
543         * libempathy-gtk/empathy-accounts-dialog.c:
544         * libempathy/empathy-utils.c:
545         * libempathy/empathy-utils.h: Adding new empathy_strdiff API stolen from
546         telepathy-glib. It check if strings are != NULL before using strcmp.
547         Using that API to fix bug #461886. Should be used in more places.
548
549 2007-08-02  Xavier Claessens  <xclaesse@gmail.com>
550
551         * libempathy-gtk/empathy-status-icon.c: Click on the tray icon shows the
552         window if it's not active and hide if it is. Fixes bug #462057
553         (Olivier Valentin).
554
555 2007-08-02  Xavier Claessens  <xclaesse@gmail.com>
556
557         * libempathy-gtk/empathy-group-chat.c: don't display
558         "Topic set to: (null)". Fixes bug #460205 (Michael Scherer).
559
560 2007-07-30  Xavier Claessens  <xclaesse@gmail.com>
561
562         * autogen.sh: Added back, it calls gnome-autogen.sh.
563
564 2007-07-29  Xavier Claessens  <xclaesse@gmail.com>
565
566         * libempathy-gtk/empathy-profile-chooser.c:
567         * libempathy/empathy-message.c: Add missing include string.h.
568
569 2007-07-29  Xavier Claessens  <xclaesse@gmail.com>
570
571         * configure.ac: Bump version to 0.11.
572
573 2007-07-29  Xavier Claessens  <xclaesse@gmail.com>
574
575         * libempathy-gtk/empathy-account-widget-generic.c:
576         * libempathy-gtk/empathy-account-widget-generic.h: Align param names
577         on the left.
578
579         * libempathy-gtk/empathy-accounts-dialog.glade:
580         * libempathy-gtk/empathy-accounts-dialog.c: Simpler header to describe
581         the selected account. Fixes bug #459169.
582
583         * configure.ac: Set Collabora Ltd. in the Copyright.
584
585 2007-07-28  Xavier Claessens  <xclaesse@gmail.com>
586
587         * libempathy-gtk/empathy-profile-chooser.c: Makes easier to change to
588         profile order.
589
590 2007-07-28  Xavier Claessens  <xclaesse@gmail.com>
591
592         * libempathy-gtk/empathy-account-widget-jabber.c: Try to guess the
593         server from the jid only if we are using the jabber profile. When we
594         guessed a server don't forget to set the "server" McAccount param,
595         setting the entry's text is not enough.
596
597 2007-07-28  Xavier Claessens  <xclaesse@gmail.com>
598
599         * libempathy-gtk/empathy-profile-chooser.c: Improve the sort function
600         a bit to have Jabber before GTalk.
601
602 2007-07-28  Xavier Claessens  <xclaesse@gmail.com>
603
604         * libempathy-gtk/empathy-accounts-dialog.glade:
605         * libempathy-gtk/empathy-accounts-dialog.c: Update the Enable/Disable
606         button even if there is no account selected. Set it insensitive if no
607         account is selected. Fixes bug #459012.
608
609 2007-07-27  Xavier Claessens  <xclaesse@gmail.com>
610
611         * libempathy-gtk/empathy-profile-chooser.c: Sort profiles to have
612         free protocols first. Fixes bug #460605.
613
614 2007-07-27  Xavier Claessens  <xclaesse@gmail.com>
615
616         * libempathy/empathy-message.c:
617         * libempathy/empathy-message.h:
618         * libempathy/empathy-log-manager.c: Add message type in log files.
619         Fixes bug #459579.
620
621         * doc/*: Updated.
622
623 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
624
625         * po/POTFILES.in: Add missing file
626         libempathy-gtk/empathy-account-widget-msn.glade.
627
628 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
629
630         * libempathy-gtk/empathy-account-widget-jabber.glade:
631         * libempathy-gtk/empathy-account-widget-jabber.c: Hide
632         "advanced options" for jabber in a GtkExpander. Fixes bug #459168
633         (Guillaume Desmottes).
634
635 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
636
637         * libempathy-gtk/empathy-new-chatroom-dialog.c:
638         * libempathy/empathy-tp-roomlist.c: Fix Room listing. Fixes bug #460416
639         (Sjoerd Simons).
640
641 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
642
643         * libempathy-gtk/Makefile.am:
644         * libempathy/Makefile.am:
645         * configure.ac: Use libtool -version-info. Fixes bug #460579
646         (Laurent Bigonville).
647
648 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
649
650         * README:
651         * autogen.sh: Remove the autogen.sh script and use gnome-autogen.sh
652         instead. Fixes bug #460590.
653
654 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
655
656         * libempathy-gtk/empathy-account-chooser.c:
657         * libempathy-gtk/empathy-new-chatroom-dialog.c:
658         * libempathy-gtk/empathy-account-chooser.h:
659         * libempathy-gtk/empathy-contact-dialogs.c:
660         * libempathy-gtk/empathy-chatrooms-window.c:
661         * libempathy-gtk/empathy-contact-widget.c:
662         * libempathy-gtk/empathy-contact-widget.h:
663         * libempathy-gtk/empathy-log-window.c:
664         * doc/*: Do not show salut accounts in the add contact dialog. Rework
665         a bit EmpathyContactWidget. Fixes bug #459100
666         (Guillaume Desmottes, Xavier Claessens).
667
668 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
669
670         * libempathy-gtk/empathy-accounts-dialog.c: add contact frame is not
671         hidden after cancelling. Fixes bug #458997 (Frederic Peters).
672
673 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
674
675         * libempathy/empathy-idle.c: Fix problems when NM is not running. Fixes
676         bug #460419.
677
678         * doc/*: Updated documentation.
679
680 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
681
682         * configure.ac: Bump version to 0.10
683
684 2007-07-25  Xavier Claessens  <xclaesse@gmail.com>
685
686         * libempathy/empathy-filter.c: Adding more debug output.
687
688 2007-07-25  Xavier Claessens  <xclaesse@gmail.com>
689
690         * libempathy/empathy-tp-contact-list.c: Add a check to be sure the
691         new channel is valid in the NewChannel cb. Fixes bug #451564.
692
693 2007-07-20  Xavier Claessens  <xclaesse@gmail.com>
694
695         * libempathy/Makefile.am:
696         * libempathy/empathy-tp-roomlist.h:
697         * libempathy/empathy-tp-roomlist.c:
698         * libempathy-gtk/empathy-chatrooms-window.c:
699         * libempathy-gtk/empathy-new-chatroom-dialog.c: Initial room list
700         support. It does not works yet.
701
702         * libempathy-gtk/empathy-account-widget-generic.c: Add support for all
703         types of integer and float. Fixes bug #457740 (Jamey Hicks).
704
705         * libempathy/empathy-tp-chat.c:
706         * libempathy-gtk/empathy-chat.c: If there is an error sending a message,
707         show an error message to the user.
708
709         * libempathy-gtk/empathy-accounts-dialog.c: Fix a leak, profile should
710         be unrefed after mc_account_get_profile.
711
712         * libempathy/empathy-utils.c:
713         * libempathy/empathy-utils.h:
714         * libempathy/empathy-tp-chatroom.c:
715         * libempathy/empathy-tp-group.h:
716         * libempathy/empathy-tp-group.c:
717         * src/empathy.c: Rename empathy_get_channel_id() to
718         empathy_inspect_channel(). We now have empathy_inspect_handle().
719
720         * po/POTFILES.in:
721         * libempathy/empathy-tp-contact-list.c: Set all contacts from salut
722         protocol to the "Local Network" group.
723
724         * libempathy/empathy-idle.c: Fix NetworkManager support.
725
726         * libempathy/empathy-chatroom.h: Fix indentation.
727
728         * libempathy-gtk/empathy-status-icon.c:
729         * libempathy-gtk/empathy-ui-utils.c:
730         * libempathy-gtk/empathy-ui-utils.h:
731          - Iconify main window to the status icon like in rhythmbox.
732            Fixes bug #458106 (Jaap A. Haitsma).
733          - Rounded avatars. Fixes bug #457992 (Raphael Slinckx)
734
735         * Makefile.am: Fix distcheck for gtkdoc (Vincent Untz)
736
737         * data/empathy.desktop.in.in: Change application description
738         (Jaap A. Haitsma).
739
740 2007-07-14  Xavier Claessens  <xclaesse@gmail.com>
741
742         * libempathy-gtk/empathy-contact-list-store.c: Show avatars by default.
743
744 2007-07-13  Xavier Claessens  <xclaesse@gmail.com>
745
746         * libempathy-gtk/empathy-status-icon.c: If there is no pending msg
747         when a text channel should be filtered wait for the first message
748         instead of not dispatching the channel which may cause messages to be
749         lost.
750
751 2007-07-13  Xavier Claessens  <xclaesse@gmail.com>
752
753         * libempathy/empathy-tp-contact-list.c: Fix avatar request queue.
754
755 2007-07-13  Xavier Claessens  <xclaesse@gmail.com>
756
757         * libempathy-gtk/empathy-new-chatroom-dialog.c:
758         * libempathy-gtk/empathy-new-chatroom-dialog.glade: Remove unused
759         nickname entry and use a GtkTable for room information. More work is
760         needed here.
761
762         * libempathy-gtk/empathy-contact-widget.glade: Change padding to 6.
763
764         * libempathy-gtk/empathy-contact-dialogs.c: Set a window title.
765
766         * libempathy-gtk/empathy-contact-widget.c: Fix alignment of widgets.
767
768         * libempathy/empathy-tp-contact-list.c: Add more debug msg for avatar
769         handling.
770
771 2007-07-12  Xavier Claessens  <xclaesse@gmail.com>
772
773         * libempathy-gtk/Makefile.am: Fix missing header for
774         EmpathyAccountWidgetMSN.
775
776         * configure.ac: Fix useless "\".
777
778         * autogen.sh: run gtkdocize if needed.
779
780 2007-07-12  Xavier Claessens  <xclaesse@gmail.com>
781
782         * configure.ac:
783         * doc/*:
784         * Makefile.am: Adding initial API documentation using gtk-doc.
785
786 2007-07-12  Xavier Claessens  <xclaesse@gmail.com>
787
788         * libempathy/empathy-tp-contact-list.c: Auto-accept to publish presence
789         to contacts that are in our subscribe list. When accepting a pending
790         contact add it to publish and subscribe list.
791
792 2007-07-09  Xavier Claessens  <xclaesse@gmail.com>
793
794         * src/empathy.c:
795         * libempathy/empathy-debug.c:
796         * libempathy/empathy-debug.h: Add EMPATHY_LOGFILE env variable. Fixes
797         bug #455240 (Guillaume Desmottes).
798
799 2007-07-09  Xavier Claessens  <xclaesse@gmail.com>
800
801         * libempathy-gtk/empathy-account-widget-msn.glade:
802         * libempathy-gtk/empathy-account-widget-msn.c:
803         * libempathy-gtk/empathy-account-widget-msn.h:
804         * libempathy-gtk/empathy-accounts-dialog.c:
805         * libempathy-gtk/Makefile.am: Add MSN setting UI. Fixes bug #443162
806         (Cosimo Cecchi).
807
808         * libempathy-gtk/empathy-chat-view.c:
809         * libempathy/empathy-log-manager.c:
810         * libempathy/empathy-log-manager.h: Add needed API to show chat logs in
811         Tracker. Fixes bug #452536.
812
813 2007-07-07  Xavier Claessens  <xclaesse@gmail.com>
814
815         * libempathy-gtk/empathy-account-widget-generic.c: Workaround to fix a 
816         commonly reported crash. Fixes bug #454277
817         * libempathy/empathy-tp-group.c: Add a missing check.
818
819 2007-06-30  Xavier Claessens  <xclaesse@gmail.com>
820
821         * configure.ac: Bump MC version required to 4.27.
822         * TODO: Updated.
823
824 2007-06-30  Xavier Claessens  <xclaesse@gmail.com>
825
826         * libempathy-gtk/empathy-account-widget-generic.c: Fix a leaked ref.
827
828         * src/empathy.c: If we get a chatroom we have to create an
829         EmpathyTpChatroom object.
830
831         * src/Makefile.am: Fix build system, programs links to libempathy-gtk
832         and libempathy.
833
834         * configure.ac: libempathy does not depends on libgnome-vfs.
835
836         * libempathy-gtk/empathy-status-icon.c:
837         * libempathy-gtk/empathy-chat.c:
838         * libempathy/empathy-tp-chat.c:
839         * libempathy/empathy-tp-chat.h:
840         * libempathy/empathy-filter.c:
841         * libempathy/empathy-filter.h:
842         * libempathy/empathy-filter.xml:
843         * libempathy/Makefile.am: Filter incoming text channels and make
844         status icon flash when there we receive a new message. Dispatch the
845         channel only when we get a message and the user click on the icon.
846
847 2007-06-22  Xavier Claessens  <xclaesse@gmail.com>
848
849         * libempathy-gtk/libempathy-gtk.pc.in:
850         * libempathy-gtk/Makefile.am:
851         * libempathy/libempathy.pc.in:
852         * libempathy/Makefile.am:
853         * configure.ac: Install libempathy and libempathy-gtk and make their
854         API public.
855
856 2007-06-22  Xavier Claessens  <xclaesse@gmail.com>
857
858         * po/POTFILES.in: s/gossip/empathy/
859
860 2007-06-22  Xavier Claessens  <xclaesse@gmail.com>
861
862         * libempathy/*.[ch]:
863         * libempathy-gtk/*.[ch]:
864         * src/*.[ch]: Rename all filenames starting with "gossip" by "empathy",
865         change namespace of all gossip_*() functions to empathy_*().
866         Fixes bug #444490 (Mario Danic, Xavier Claessens).
867
868 2007-06-21  Xavier Claessens  <xclaesse@gmail.com>
869
870         * configure.ac: Bump version to 0.9
871
872 2007-06-21  Xavier Claessens  <xclaesse@gmail.com>
873
874         * libempathy/empathy-tp-contact-list.c: Fix typo causing warnings.
875
876 2007-06-21  Xavier Claessens  <xclaesse@gmail.com>
877
878         * libempathy-gtk/empathy-contact-dialogs.c:
879         * libempathy-gtk/gossip-contact-list-store.c:
880         * libempathy-gtk/gossip-contact-list-view.c:
881         * libempathy/empathy-contact-manager.c:
882         * libempathy/empathy-tp-contact-list.c:
883         * libempathy/empathy-contact-list.c:
884         * libempathy/empathy-contact-list.h:
885         * libempathy/gossip-contact.c: We show in our roster all contacts
886         members and remote-pending of subscribe list. Adding/Removing a contact
887         only add/remove from subscribe list. Accept/Reject a contact in
888         local-pending of publish list is done using _process_pending().
889
890 2007-06-15  Xavier Claessens  <xclaesse@gmail.com>
891
892         * src/empathy.c:
893         * libempathy/empathy-idle.c: Adding NetworkManager support.
894
895 2007-06-15  Xavier Claessens  <xclaesse@gmail.com>
896
897         * libempathy-gtk/empathy-status-icon.c:
898         * libempathy-gtk/gossip-presence-chooser.c:
899         * libempathy-gtk/gossip-presence-chooser.h:
900         * libempathy/empathy-idle.c:
901         * libempathy/empathy-idle.h: Prepare for slack time when coming back
902         from auto away. Not yet fully implemented.
903
904 2007-06-14  Xavier Claessens  <xclaesse@gmail.com>
905
906         * libempathy-gtk/empathy-images.h:
907         * libempathy-gtk/gossip-chat.c: Use gtk-info for contact informaiton.
908
909         * data/22x22/empathy-proto-salut.png:
910         * data/22x22/Makefile.am:
911         * data/16x16/empathy-proto-salut.png:
912         * data/16x16/Makefile.am:
913         * data/scalable/empathy-proto-salut.svg:
914         * data/scalable/Makefile.am:
915         * data/salut.profile: Add salut icon. Fixes bug #447659 (Michael Monreal).
916
917 2007-06-14  Xavier Claessens  <xclaesse@gmail.com>
918
919         * libempathy-gtk/gossip-contact-list-view.c: Show logs when right
920         click on a contact in the roster.
921
922 2007-06-14  Xavier Claessens  <xclaesse@gmail.com>
923
924         * src/org.gnome.Empathy.Chat.service.in:
925         * src/empathy-accounts.c:
926         * src/empathy-accounts-main.c:
927         * src/empathy-chat-main.c:
928         * src/empathy.c:
929         * src/Makefile.am:
930         * src/empathy-main.c:
931         * libempathy/gossip-chatroom-manager.c:
932         * autogen.sh: Empathy is no more splitted into 2 processes. It makes
933         debugging more difficult when emmpathy-chat crashes. It's also more
934         optimised like that since contact objects can be shared.
935
936 2007-06-14  Xavier Claessens  <xclaesse@gmail.com>
937
938         * libempathy-gtk/gossip-chat-window.c: Disconnect signals from
939         chatroom_manager. Fixes bug #447178.
940
941 2007-06-14  Xavier Claessens  <xclaesse@gmail.com>
942
943         * po/POTFILES.in:
944         * po/POTFILES.skip: Get strings in empathy.desktop.in.in and skip
945         empathy.desktop.in. Fixes bug #446161.
946
947 2007-06-14  Xavier Claessens  <xclaesse@gmail.com>
948
949         * po/POTFILES.in: Adding missing files.
950
951 2007-06-14  Xavier Claessens  <xclaesse@gmail.com>
952
953         * libempathy-gtk/gossip-log-window.c:
954         * libempathy-gtk/gossip-chat-window.c:
955         * libempathy/empathy-log-manager.c:
956         * libempathy/empathy-log-manager.h: Do not create log directory for a
957         chat if there is no messages to put in. Show logs and information for
958         the contact we are speaking with in the chat window menu.
959
960 2007-06-13  Xavier Claessens  <xclaesse@gmail.com>
961
962         * libempathy-gtk/Makefile.am:
963         * libempathy-gtk/gossip-log-window.glade:
964         * libempathy-gtk/gossip-log-window.h:
965         * libempathy-gtk/gossip-log-window.c:
966         * libempathy/empathy-log-manager.c:
967         * libempathy/empathy-log-manager.h:
968         * libempathy-gtk/gossip-chat.c:
969         * libempathy-gtk/empathy-main-window.c: New window for viewing logs.
970
971         * libempathy-gtk/gossip-chat-view.c: Do not use smooth scroll when
972         resizing the view.
973
974         * libempathy-gtk/gossip-contact-list-store.c: Do not set active
975         contacts when creating the store, and when contact groups changed.
976
977         * src/empathy-main.c: Fix warning when using command-line options.
978
979         * libempathy/empathy-tp-contact-list.c: Check if we have an aliasing
980         iface before setting the alias of a contact.
981
982         * TODO: Updated.
983
984         * data/jabber.profile: Ignore ssl errors by default. This is a security
985         vulnerability but we don't really have the choice.
986
987         * libempathy/gossip-contact.h:
988         * libempathy/gossip-contact.c: Add a "is-user" property to know if
989         it's our self contact.
990
991         * libempathy/gossip-message.h:
992         * libempathy/gossip-message.c: Add a "receiver" property like that we
993         have our self contact for nick highlight.
994
995 2007-06-10  Xavier Claessens  <xclaesse@gmail.com>
996
997         * libempathy-gtk/gossip-spell-dialog.glade:
998         * libempathy-gtk/gossip-spell-dialog.c:
999         * libempathy-gtk/gossip-spell-dialog.h:
1000         * libempathy-gtk/gossip-chat.c:
1001         * libempathy-gtk/Makefile.am:
1002         * configure.ac: Adding spellcheck support.
1003
1004         * libempathy-gtk/gossip-spell.c:
1005         * libempathy/gossip-conf.c: Remove useless debug messages.
1006
1007 2007-06-10  Xavier Claessens  <xclaesse@gmail.com>
1008
1009         * libempathy-gtk/gossip-chat-view.c: Smooth scrolling.
1010         Fixes bug #445859 (Raphael Slinckx).
1011
1012 2007-06-09  Xavier Claessens  <xclaesse@gmail.com>
1013
1014         * libempathy/gossip-contact.c: Emit notify signal only if the property
1015         value effectively changed.
1016
1017 2007-06-09  Xavier Claessens  <xclaesse@gmail.com>
1018
1019         * libempathy-gtk/gossip-contact-list-view.c: Fix warning for DnD.
1020         patch imported from gossip.
1021
1022 2007-06-09  Xavier Claessens  <xclaesse@gmail.com>
1023
1024         * configure.ac: Bump version to 0.8
1025
1026         * libempathy-gtk/gossip-ui-utils.c: Fix usage of contact subscription
1027         property.
1028
1029         * data/gtalk.profile:
1030         * data/jabber.profile:
1031         * data/msn.profile: Add VCardField and VCardDefault to profiles for
1032         eds-sync support.
1033
1034 2007-06-09  Xavier Claessens  <xclaesse@gmail.com>
1035
1036         * libempathy-gtk/empathy-contact-widget.c: Fix a warning.
1037
1038 2007-06-09  Xavier Claessens  <xclaesse@gmail.com>
1039
1040         * libempathy-gtk/empathy-main-window.c:
1041         * libempathy-gtk/empathy-contact-widget.glade:
1042         * libempathy-gtk/empathy-contact-dialogs.c:
1043         * libempathy-gtk/empathy-contact-dialogs.h:
1044         * libempathy-gtk/empathy-contact-widget.c: We can now add a new contact.
1045         EmpathyContactWidget can change the contact it's displaying on-the-fly,
1046         like that we can display info when typing the contact ID we want to
1047         add to our contact list.
1048
1049         * libempathy/empathy-tp-contact-list.c: Fix a refcount bug.
1050
1051 2007-06-08  Xavier Claessens  <xclaesse@gmail.com>
1052
1053         * libempathy/gossip-chatroom-manager.c: Checks if the chatroom has
1054         an account and a room. Fixes bug #444135.
1055
1056 2007-06-08  Xavier Claessens  <xclaesse@gmail.com>
1057
1058         * libempathy-gtk/empathy-contact-dialogs.c:
1059         * libempathy-gtk/empathy-contact-widget.c:
1060         * libempathy-gtk/empathy-contact-widget.h: Do not save when closing the
1061         dialog. Update information in real-time and just provides a "Close"
1062         button. That's more GNOME spirite.
1063         * libempathy/empathy-tp-contact-list.c:
1064         * libempathy/gossip-contact.h:
1065         * libempathy/gossip-contact.c: New methods:
1066         gossip_contact_add/remove_group(). This fixes leaks when a contact is
1067         added/removed from a group.
1068
1069 2007-06-08  Xavier Claessens  <xclaesse@gmail.com>
1070
1071         * libempathy-gtk/gossip-chat.c: Fix build on 64bits arch.
1072         Fixes bug #444680 (Matej Cepl).
1073
1074 2007-06-06  Xavier Claessens  <xclaesse@gmail.com>
1075
1076         * libempathy-gtk/empathy-contact-dialogs.glade:
1077         * libempathy-gtk/empathy-contact-dialogs.c: Fix response and action
1078         buttons.
1079
1080 2007-06-06  Xavier Claessens  <xclaesse@gmail.com>
1081
1082         * libempathy-gtk/empathy-contact-dialogs.glade:
1083         * libempathy-gtk/empathy-contact-widget.glade:
1084         * libempathy-gtk/empathy-status-icon.c:
1085         * libempathy-gtk/empathy-contact-dialogs.c:
1086         * libempathy-gtk/empathy-contact-dialogs.h:
1087         * libempathy-gtk/gossip-ui-utils.c:
1088         * libempathy-gtk/empathy-subscription-dialog.glade:
1089         * libempathy-gtk/empathy-contact-widget.c:
1090         * libempathy-gtk/gossip-ui-utils.h:
1091         * libempathy-gtk/gossip-contact-list-view.c:
1092         * libempathy-gtk/empathy-subscription-dialog.c:
1093         * libempathy-gtk/Makefile.am:
1094         * libempathy-gtk/empathy-subscription-dialog.h: Implement editing and
1095         viewing contact information with right click on the roster.
1096
1097 2007-06-06  Xavier Claessens  <xclaesse@gmail.com>
1098
1099         * libempathy-gtk/empathy-contact-widget.glade:
1100         * libempathy-gtk/empathy-contact-widget.c:
1101         * libempathy-gtk/empathy-contact-widget.h:
1102         * libempathy-gtk/empathy-subscription-dialog.c: EmpatchContactWidget
1103         has 2 modes: editable or not.
1104
1105 2007-06-06  Xavier Claessens  <xclaesse@gmail.com>
1106
1107         * po/POTFILES.in: Updated with new files.
1108
1109 2007-06-06  Xavier Claessens  <xclaesse@gmail.com>
1110
1111         * libempathy-gtk/empathy-status-icon.c:
1112         * libempathy-gtk/empathy-subscription-dialog.glade:
1113         * libempathy-gtk/empathy-contact-widget.c:
1114         * libempathy-gtk/gossip-contact-list-view.c:
1115         * libempathy-gtk/empathy-subscription-dialog.c:
1116         * libempathy-gtk/Makefile.am:
1117         * libempathy-gtk/empathy-subscription-dialog.h:
1118         * libempathy/empathy-tp-contact-list.c: New dialog:
1119         EmpathySubscriptionDialog. It uses EmpathyContactWidget to display
1120         information about the contact who wants to get your presence. This
1121         dialog appears when clicking on the status icon when it blinks. You
1122         can also remove contacts when right-click on it in the roster.
1123
1124 2007-06-06  Xavier Claessens  <xclaesse@gmail.com>
1125
1126         * libempathy-gtk/empathy-status-icon.c:
1127         * libempathy-gtk/empathy-contact-widget.glade:
1128         * libempathy-gtk/empathy-contact-widget.c:
1129         * libempathy-gtk/empathy-contact-widget.h:
1130         * libempathy-gtk/Makefile.am: New widget: EmpathyContactWidget. It
1131         displays information about a contact, it can be used in any kind of
1132         dialog which needs to display contact information like alias, groups,
1133         avatar, etc. If the contact is the selfcontact information are editable.
1134
1135         * libempathy/empathy-tp-contact-list.c: Do not take care of subscription
1136         changes.
1137
1138         * libempathy/gossip-contact.c: Use
1139         gossip_presence_state_get_default_status (MC_PRESENCE_OFFLINE)
1140         when there is no presence.
1141
1142 2007-06-06  Xavier Claessens  <xclaesse@gmail.com>
1143
1144         * libempathy-gtk/empathy-status-icon.c: Add support for blinking when
1145         there is an event. Make use of EmpathyIdle for presence handling. Add
1146         an event when a contact requets subscription.
1147
1148         * libempathy-gtk/gossip-contact-list-store.c:
1149         * libempathy-gtk/gossip-contact-list-view.c:
1150         * libempathy/empathy-contact-manager.c:
1151         * libempathy/empathy-tp-contact-list.c:
1152         * libempathy/empathy-tp-chatroom.c:
1153         * libempathy/empathy-contact-list.c:
1154         * libempathy/empathy-contact-list.h: get_contacts() is renamed to
1155         get_members(). Adding a signal and a method for local-pending with
1156         contacts with the message. Rework completely the contact-list handling in
1157         EmpathyTpContactList to follow tp spec.
1158
1159         * libempathy/empathy-idle.c:
1160         * libempathy/empathy-idle.h: Add properties for the state and the 
1161         status message. EmpathyIdle is now a singleton to manager self presence.
1162
1163         * TODO: Updated.
1164
1165 2007-06-03  Xavier Claessens  <xclaesse@gmail.com>
1166
1167         * libempathy-gtk/gossip-accounts-dialog.glade: Set use_stock for
1168         button_connect to False, to avoid a crasher when opening the accounts
1169         window with GTK+ trunk. Fixes bug #439931.
1170         * libempathy-gtk/gossip-chat.c: Do not add backlog for chatrooms and
1171         do not log backlog from jabber server.
1172
1173 2007-06-03  Xavier Claessens  <xclaesse@gmail.com>
1174
1175         * libempathy-gtk/gossip-ui-utils.c
1176         * libempathy-gtk/gossip-accounts-dialog.c
1177         * libempathy-gtk/Makefile.am
1178         * src/empathy-accounts-main.c
1179         * src/empathy-chat-main.c
1180         * src/Makefile.am
1181         * src/empathy-main.c
1182         * libempathy/gossip-utils.c
1183         * libempathy/Makefile.am
1184         * src/empathy-filter.h
1185         * src/empathy-filter-plugin.c
1186         * src/empathy-filter.xml
1187         * src/empathy-filter.c
1188         * libempathy/gossip-paths.c
1189         * libempathy/gossip-paths.h: Remove unused code and append DATADIR to
1190         dirs where GTK should search icons.
1191
1192 2007-06-03  Xavier Claessens  <xclaesse@gmail.com>
1193
1194         * po/POTFILES.in:
1195         * po/POTFILES.skip: Add missing files that have strings for translation.
1196         Skip empathy-desktop.in.in. (Olivier Crete)
1197
1198 2007-06-03  Xavier Claessens  <xclaesse@gmail.com>
1199
1200         * libempathy-gtk/gossip-group-chat.c:
1201         * libempathy-gtk/gossip-private-chat.c:
1202         * libempathy-gtk/gossip-chat.c:
1203         * libempathy-gtk/gossip-chat.h:
1204         * libempathy/empathy-tp-chat.c: Add all properties described by TP spec
1205         for the Text channel on EmpathyTpChat. Make use of "name" and "subject"
1206         properties in GossipGroupChat.
1207
1208 2007-06-02  Xavier Claessens  <xclaesse@gmail.com>
1209
1210         * libempathy/empathy-log-manager.c: Fix crash when there is no log
1211         available for a chat.
1212         * libempathy/empathy-tp-contact-list.c: Fix a crash when destroy signal
1213         is emitted before StatusChanged.
1214
1215 2007-06-02  Xavier Claessens  <xclaesse@gmail.com>
1216
1217         * libempathy-gtk/gossip-group-chat.c:
1218         * libempathy-gtk/gossip-private-chat.c:
1219         * libempathy-gtk/gossip-chat.c:
1220         * libempathy/empathy-log-manager.c:
1221         * libempathy/empathy-log-manager.h:
1222         * libempathy/empathy-log-manager.xsl:
1223         * libempathy/Makefile.am: Log chats and display 10 last messages when
1224         opening a new chat.
1225
1226 2007-06-02  Xavier Claessens  <xclaesse@gmail.com>
1227
1228         * libempathy-gtk/gossip-group-chat.c:
1229         * libempathy/empathy-tp-contact-list.c:
1230         * libempathy/gossip-contact.c: Set default presence to available if
1231         there is no presence iface.
1232
1233 2007-06-02  Xavier Claessens  <xclaesse@gmail.com>
1234
1235         * libempathy-gtk/gossip-ui-utils.c:
1236         * libempathy-gtk/gossip-ui-utils.h:
1237         * configure.ac: Use gnome_vfs_url_show() instead of gnome_url_show()
1238         to avoid libgnomeui dependency (Ross Burton).
1239
1240 2007-06-01  Xavier Claessens  <xclaesse@gmail.com>
1241
1242         * libempathy-gtk/gossip-chatrooms-window.c:
1243         * libempathy-gtk/gossip-chat-window.c:
1244         * libempathy/gossip-chatroom.c:
1245         * libempathy/gossip-chatroom-manager.c:
1246         * configure.ac: Monitor changes on chatrooms.xml file and relead it 
1247         when it's modified. connect chatroom-added/removed in some places where
1248         needed.
1249
1250 2007-06-01  Xavier Claessens  <xclaesse@gmail.com>
1251
1252         * configure.ac: Bump version to 0.7
1253
1254 2007-05-31  Xavier Claessens  <xclaesse@gmail.com>
1255
1256         * libempathy-gtk/gossip-new-chatroom-dialog.c: No need to RequestHandle,
1257         MissionControl has API to request the channel from handle string.
1258
1259         * libempathy-gtk/empathy-main-window.c: Request room channel when
1260         clicking on favorite rooms.
1261
1262         * TODO: Add a task: supporting registering.
1263
1264 2007-05-31  Xavier Claessens  <xclaesse@gmail.com>
1265
1266         * libempathy/empathy-idle.c: Do not restore away presence message when
1267         coming back after the user set manually to away.
1268
1269 2007-05-31  Xavier Claessens  <xclaesse@gmail.com>
1270
1271         * libempathy-gtk/gossip-account-chooser.c: Fix warning when selecting
1272         all accounts.
1273
1274         * src/empathy-accounts-main.c:
1275         * libempathy-gtk/empathy-status-icon.c:
1276         * libempathy-gtk/gossip-accounts-dialog.h:
1277         * libempathy-gtk/gossip-accounts-dialog.c:
1278         * libempathy-gtk/gossip-preferences.h:
1279         * libempathy-gtk/gossip-preferences.c: Set parent window.
1280
1281         * libempathy-gtk/empathy-main-window.c: Implement favorite chatroom
1282         menu and fix a leak.
1283
1284         * libempathy-gtk/Makefile.am:
1285         * libempathy/Makefile.am:
1286         * libempathy/gossip-chatroom.c:
1287         * libempathy/gossip-chatroom.h:
1288         * libempathy/gossip-chatroom-manager.c:
1289         * libempathy/gossip-chatroom-manager.h:
1290         * libempathy/gossip-chatroom-manager.dtd:
1291         * libempathy-gtk/gossip-chatrooms-window.glade:
1292         * libempathy-gtk/gossip-chatrooms-window.c:
1293         * libempathy-gtk/gossip-chatrooms-window.h: New files to implement
1294         favorite chatrooms and a window to show them.
1295
1296
1297         * libempathy-gtk/gossip-chat.c: Fix tooltip leaked.
1298
1299         * libempathy-gtk/gossip-chat-window.h:
1300         * libempathy-gtk/gossip-chat-window.c: Do not use deprecated
1301         gtk_object_sink(). Implement favorite chatroom features. Find a chat
1302         by comparing the account AND the chat ID.
1303
1304         * src/empathy-chat-main.c:
1305         * libempathy/empathy-tp-chat.h:
1306         * libempathy/empathy-tp-chat.c:
1307         * libempathy/gossip-utils.h:
1308         * libempathy/gossip-utils.c: empathy_tp_chat_get_id() returns the Text
1309         channel's name. The chat ID is unique only for a specified account.
1310
1311         * libempathy/empathy-tp-contact-list.c: Fix some leaks and add a FIXME
1312         comment for a leak not yet fixed.
1313
1314         * TODO: Would be cool to have a glade catalog for libempathy-gtk.
1315
1316 2007-05-26  Xavier Claessens  <xclaesse@gmail.com>
1317
1318         * libempathy-gtk/gossip-contact-list-store.c: Do not highlight contacts
1319         already known when creating the contact list.
1320         * libempathy/empathy-tp-contact-list.c: Do not set alias if DBus
1321         returns an error. Fixes bug #442639.
1322         * libempathy/empathy-idle.c: Do not set status message to
1323         "Extended autoaway", let user's message unchanged.
1324
1325 2007-05-25  Xavier Claessens  <xclaesse@gmail.com>
1326
1327         * configure.ac: Bump version to 0.6
1328
1329 2007-05-25  Xavier Claessens  <xclaesse@gmail.com>
1330
1331         * libempathy-gtk/gossip-group-chat.c: Fix refcounting of
1332         GossipGroupChat.
1333         * libempathy/empathy-tp-contact-list.c: Add debug message when alias
1334         request fails.
1335         * data/22x22/empathy-group-message.png:
1336         * data/22x22/Makefile.am: Add group message icon.
1337 2007-05-25  Xavier Claessens  <xclaesse@gmail.com>
1338
1339         * libempathy-gtk/gossip-new-chatroom-dialog.c: Do not use the server
1340         entry's value if it's hidden.
1341         * libempathy-gtk/gossip-contact-list-view.c: Do not highlight groups
1342         when adding them in the roster.
1343         * libempathy/empathy-tp-contact-list.c: Do not create new GossipContact
1344         object in presence/avatar/alias changed signal if we don't already know
1345         that contact from a contact list channel. This should fix DBus max
1346         pending calls limit reached in some cases.
1347
1348 2007-05-25  Xavier Claessens  <xclaesse@gmail.com>
1349
1350         * libempathy-gtk/gossip-new-chatroom-dialog.c: Preset the server only
1351         for jabber protocol to conference.server. This fixes a warning.
1352
1353         * libempathy-gtk/gossip-group-chat.h:
1354         * libempathy-gtk/gossip-group-chat.c: gossip_group_chat_set_topic() is 
1355         a public function.
1356
1357         * libempathy-gtk/empathy-images.h:
1358         * libempathy-gtk/empathy-main-window.glade:
1359         * libempathy-gtk/empathy-status-icon.glade: Make use of
1360         empathy-new-message icon name.
1361
1362         * libempathy-gtk/gossip-contact-list-store.c: By default we sort by
1363         contacts names.
1364
1365         * libempathy-gtk/gossip-chat.c: Do not display composing state if
1366         it's our own contact that is composing.
1367
1368         * src/empathy-chat-main.c:
1369         * libempathy/empathy-tp-chat.c:
1370         * libempathy/empathy-tp-chat.h: Make possible to build the id based on
1371         the account and the channel's name. For private chats that means the
1372         contact's id.
1373
1374         * libempathy-gtk/gossip-chat-window.c: Un-comment the code related to
1375         chatrooms that is now implemented. We can now Show/Hide contact list
1376         for group chats, DnD contact on the window to begin a discussion, join
1377         a new chatroom.
1378
1379         * libempathy-gtk/gossip-account-chooser.c: Add a FIXME message.
1380
1381         * data/22x22/empathy-new-message.png:
1382         * data/22x22/empathy-proto-irc.png:
1383         * data/22x22/Makefile.am:
1384         * data/32x32/empathy-proto-irc.png:
1385         * data/32x32/Makefile.am:
1386         * data/gtalk.profile:
1387         * data/16x16/empathy-new-message:
1388         * data/16x16/empathy-message-new.png:
1389         * data/16x16/empathy-proto-irc.png:
1390         * data/16x16/Makefile.am:
1391         * data/scalable/empathy-proto-irc.svg:
1392         * data/scalable/Makefile.am:
1393         * data/irc.profile: Adding icons for empathy-new-message and IRC
1394         protocol. Make use of the irc icon in the irc profile.
1395
1396 2007-05-24  Xavier Claessens  <xclaesse@gmail.com>
1397
1398         * libempathy-gtk/gossip-new-chatroom-dialog.c:
1399         * libempathy-gtk/empathy-main-window.c: White space fix.
1400
1401 2007-05-24  Xavier Claessens  <xclaesse@gmail.com>
1402
1403         * libempathy-gtk/gossip-account-chooser.c:
1404         * libempathy-gtk/gossip-new-chatroom-dialog.c:
1405         * libempathy-gtk/gossip-account-widget-jabber.c:
1406         * libempathy-gtk/gossip-account-chooser.h:
1407         * libempathy-gtk/gossip-new-chatroom-dialog.h:
1408         * libempathy-gtk/gossip-group-chat.c:
1409         * libempathy-gtk/empathy-main-window.c:
1410         * libempathy-gtk/gossip-new-chatroom-dialog.glade:
1411         * libempathy-gtk/gossip-account-widget-jabber.glade:
1412         * libempathy-gtk/Makefile.am:
1413         * libempathy/empathy-tp-chatroom.c:
1414         * data/gtalk.profile:
1415         * data/jabber.profile:
1416         * data/salut.profile:
1417         * data/Makefile.am:
1418         * data/empathy.desktop.in.in:
1419         * data/msn.profile:
1420         * data/irc.profile: New objects: GossipAccountChooser and
1421         GossipNewChatroom, we can now join any chatroom. Adding IRC profile.
1422
1423 2007-05-21  Xavier Claessens  <xclaesse@gmail.com>
1424
1425         * libempathy/empathy-idle.c: If we are offline do not set away on idle.
1426         If we are already away restore to available when we are no mode idle.
1427         Do no modify status message.
1428
1429 2007-05-21  Xavier Claessens  <xclaesse@gmail.com>
1430
1431         * libempathy-gtk/gossip-group-chat.c:
1432         * libempathy-gtk/gossip-group-chat.h:
1433         * libempathy-gtk/gossip-private-chat.c:
1434         * libempathy-gtk/gossip-private-chat.h:
1435         * libempathy-gtk/gossip-group-chat.glade:
1436         * libempathy-gtk/Makefile.am:
1437         * src/empathy-chat-main.c:
1438         * libempathy/empathy-tp-contact-list.c:
1439         * libempathy/gossip-telepathy-group.c:
1440         * libempathy/gossip-telepathy-group.h:
1441         * libempathy/empathy-tp-chatroom.c:
1442         * libempathy/empathy-tp-chatroom.h: Implementing basic chatroom support.
1443         Actually it works only if we get invited in a chatroom.
1444
1445 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
1446
1447         * libempathy-gtk/gossip-chat-view.c: Correctly remember the contact
1448         who sent last message.
1449
1450 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
1451
1452         * libempathy-gtk/gossip-chat-view.c: Correctly remember if last message
1453         comes from the self contact or another.
1454
1455 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
1456
1457         * libempathy-gtk/gossip-contact-list-model.c:
1458         * libempathy-gtk/gossip-contact-list-model.h: Removed.
1459         * libempathy-gtk/gossip-contact-list-view.c:
1460         * libempathy-gtk/gossip-contact-list-view.h: Added.
1461
1462 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
1463
1464         * libempathy-gtk/gossip-contact-list-store.c: Set COL_NAME earlier like
1465         that it can directly be sorted.
1466         * data/empathy.schemas.in: s/gossip/empathy/
1467
1468 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
1469
1470         * configure.ac: Bump version to 0.5
1471
1472 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
1473
1474         * libempathy-gtk/gossip-contact-list-store.c: Allow to set custom 
1475         function for getting groups of a contact. Make possible to have groups
1476         for presence or role/affiliation in chatroom for example.
1477         * libempathy-gtk/gossip-contact-list-store.h: Allow to set custom
1478         function to handle DnD of contact. Useful when a custom function is set
1479         for groups.
1480         * src/empathy-chat-main.c: Minor fix.
1481         * TODO:
1482         * po/POTFILES.in: Updated.
1483
1484 2007-05-19  Xavier Claessens  <xclaesse@gmail.com>
1485
1486         * libempathy-gtk/Makefile.am:
1487         * libempathy/empathy-tp-chat.c:
1488         * libempathy/empathy-contact-manager.c:
1489         * libempathy/empathy-contact-list.c: Fix indentation
1490         * libempathy/empathy-tp-contact-list.c: Fix not returning the contact
1491         in tp_contact_list_find()
1492         * TODO: Updated.
1493
1494 2007-05-19  Xavier Claessens  <xclaesse@gmail.com>
1495
1496         * libempathy-gtk/gossip-contact-list-store.c:
1497         * libempathy-gtk/gossip-preferences.c:
1498         * libempathy-gtk/gossip-contact-list-store.h:
1499         * libempathy-gtk/gossip-contact-list.c:
1500         * libempathy-gtk/gossip-contact-list.h:
1501         * libempathy-gtk/empathy-main-window.c:
1502         * libempathy-gtk/gossip-contact-list-model.c:
1503         * libempathy-gtk/gossip-contact-list-model.h:
1504         * libempathy-gtk/Makefile.am:
1505         * libempathy/empathy-marshal.list: Split GossipContactList into
1506         two objects: GossipContactListStore inheriting from GtkTreeStore and
1507         GossipContactListView inheriting from GtkTreeView. This makes
1508         easier to build new UI widgets reusing the GtkTreeModel.
1509
1510 2007-05-19  Xavier Claessens  <xclaesse@gmail.com>
1511
1512         * libempathy/empathy-idle.c: Auto away when session id idle, instead of
1513         when screensaver is active.
1514
1515 2007-05-18  Xavier Claessens  <xclaesse@gmail.com>
1516
1517         * libempathy-gtk/gossip-private-chat.h:
1518         * libempathy-gtk/gossip-contact-list.c:
1519         * libempathy-gtk/gossip-chat.c:
1520         * libempathy-gtk/gossip-chat.h:
1521         * libempathy-gtk/gossip-chat-window.c:
1522         * libempathy-gtk/Makefile.am:
1523         * libempathy-gtk/gossip-chat-view.c:
1524         * libempathy-gtk/gossip-private-chat.c:
1525         * src/empathy-chat-main.c:
1526         * libempathy/gossip-utils.c:
1527         * libempathy/gossip-contact.h:
1528         * libempathy/empathy-tp-chat.c:
1529         * libempathy/gossip-utils.h:
1530         * libempathy/empathy-contact-manager.c:
1531         * libempathy/empathy-contact-manager.h:
1532         * libempathy/empathy-tp-contact-list.c:
1533         * libempathy/empathy-tp-contact-list.h:
1534         * libempathy/empathy-tp-chatroom.c:
1535         * libempathy/empathy-tp-chatroom.h:
1536         * libempathy/empathy-contact-list.c:
1537         * libempathy/empathy-contact-list.h:
1538         * libempathy/Makefile.am:
1539         * libempathy/gossip-contact.c: EmpathyContactList is now an interface
1540         implemented by EmpathyTpContactList, EmpathyContactManager and
1541         EmpathyTpChatroom. GossipContactList use that interface to display a 
1542         treeview.
1543
1544 2007-05-17  Xavier Claessens  <xclaesse@gmail.com>
1545
1546         * libempathy-gtk/gossip-chat.c: Display ChatState.
1547
1548 2007-05-16  Xavier Claessens  <xclaesse@gmail.com>
1549
1550         * libempathy-gtk/empathy-status-icon.c:
1551         * libempathy/empathy-idle.c:
1552         * libempathy/empathy-idle.h:
1553         * libempathy/Makefile.am:
1554         * po/POTFILES.in: New object EmpathyIdle to manage autoaway and
1555         extended autoaway states.
1556
1557 2007-05-15  Xavier Claessens  <xclaesse@gmail.com>
1558
1559         * configure.ac:
1560         * data/empathy.desktop.in:
1561         * data/Makefile.am:
1562         * data/empathy.desktop.in.in:
1563         * po/POTFILES.in: Set bugzilla information in desktop file and add it 
1564         to POTFILES.in
1565
1566 2007-05-15  Xavier Claessens  <xclaesse@gmail.com>
1567
1568         * libempathy-gtk/empathy-status-icon.glade:
1569         * libempathy-gtk/empathy-main-window.glade: Fix using of gossip icons
1570         in menus.
1571
1572 2007-05-14  Xavier Claessens  <xclaesse@gmail.com>
1573
1574         * src/empathy-chat-main.c:
1575         * src/empathy-main.c:
1576         * configure.ac:
1577         * data/22x22/Makefile.am:
1578         * data/22x22/empathy.png:
1579         * data/48x48:
1580         * data/48x48/Makefile.am:
1581         * data/48x48/empathy.png:
1582         * data/32x32/Makefile.am:
1583         * data/32x32/empathy.png:
1584         * data/16x16/empathy.png:
1585         * data/16x16/Makefile.am:
1586         * data/scalable/empathy.svg:
1587         * data/scalable/Makefile.am:
1588         * data/Makefile.am: Add empathy icon stolen from cohoba.
1589
1590 2007-05-14  Xavier Claessens  <xclaesse@gmail.com>
1591
1592         * src/empathy-chat-main.c:
1593         * src/Makefile.am:
1594         * src/empathy-main.c:
1595         * po/POTFILES.in
1596         * po/LINGUAS:
1597         * TODO: Setting up i18n support.
1598
1599         * po/Makefile.in.in: Removed, it's generated at build time.
1600
1601 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
1602
1603         * libempathy-gtk/gossip-account-widget-jabber.glade: Add an example
1604         label for jid.
1605
1606 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
1607
1608         * libempathy-gtk/gossip-chat-window.c:
1609         * libempathy-gtk/gossip-chat-window.h:
1610         * src/empathy-chat-main.c:
1611         * libempathy/empathy-tp-chat.c:
1612         * libempathy/empathy-tp-chat.h: When a new text channel arrives, check
1613         if there is no existing GossipChat object for it.
1614
1615 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
1616
1617         * src/Makefile.am:
1618         * src/empathy-contact-list-main.c: Removing empathy-contact-list
1619         program, it's useless.
1620
1621 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
1622
1623         * configure.ac: Change version from 0.3darcs to 0.3svn
1624
1625 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
1626
1627         * autogen.sh: Set executable
1628         * po/POTFILES.in: Update translatable files
1629
1630 2007-03-16  Xavier Claessens  <xclaesse@gmail.com>
1631
1632         * Initial version
1633