aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix typo in release nameEMPATHY_2_29_93Guillaume Desmottes2010-03-161-1/+1
* Prepare 2.29.93 releaseGuillaume Desmottes2010-03-162-2/+46
* Merge commit 'staz/dnd'Guillaume Desmottes2010-03-162-13/+19
|\
| * DnD: add a text/path-list target to contact list windows tooOlivier Le Thanh Duong2010-03-161-0/+2
| * DnD: add a new text/path-list target in chat windowOlivier Le Thanh Duong2010-03-161-6/+13
| * chat_window_drag_motion : search in all the drop targetsOlivier Le Thanh Duong2010-03-051-7/+4
* | Updated Polish translationPiotr Drąg2010-03-161-216/+222
* | empathy_window_present: use _NET_WM_USER_TIME only has a fallbackGuillaume Desmottes2010-03-151-1/+5
* | empathy_window_present: use gdk_x11_display_get_user_time as timestampGuillaume Desmottes2010-03-151-1/+3
* | empathy_window_present: remove useless 'steal_focus' argGuillaume Desmottes2010-03-156-9/+7
* | main_window_chat_quit_cb: release the reference on the chatroom mgrGuillaume Desmottes2010-03-151-0/+1
* | call-window: display the 'audio input' page by default (#612450)Guillaume Desmottes2010-03-151-6/+7
* | idle: Only restore state but not status message when getting back from idle (...Brian Curtis2010-03-151-14/+3
* | Updated Slovenian translationMatej Urbančič2010-03-151-218/+236
* | add COPYING-DOCS, COPYING.LGPL and COPYING.SHARE-ALIKE to EXTRA_DIST so they ...Guillaume Desmottes2010-03-151-5/+9
* | return correct value in g_return_val_if_failGuillaume Desmottes2010-03-151-1/+1
* | contact-selector-dialog: unref filter_account when disposingGuillaume Desmottes2010-03-151-0/+5
* | contact_selector_dialog_account_changed_cb: cope with tp_account_get_connecti...Guillaume Desmottes2010-03-151-0/+3
* | invite-participant-dialog: filter contacts by accountGuillaume Desmottes2010-03-153-4/+10
* | contact-selector-dialog: Add a property to filter contacts by accountGuillaume Desmottes2010-03-152-3/+72
* | contact_widget_contact_update: don't call contact_widget_favourites_changed_c...Guillaume Desmottes2010-03-151-0/+2
* | Allow to unmark contacts as favorite using DnDGuillaume Desmottes2010-03-151-2/+13
* | Allow to remove contact from the 'Ungrouped' group using DnDGuillaume Desmottes2010-03-151-3/+8
* | factor out group_can_be_modifiedGuillaume Desmottes2010-03-151-6/+19
* | Support to tag contact as favorite using DnDGuillaume Desmottes2010-03-151-2/+11
* | Don't allow moving contacts to fake groups using DnDGuillaume Desmottes2010-03-153-4/+16
* | add 'favorite' checkbox to the edit dialogGuillaume Desmottes2010-03-153-6/+82
* | remove double ;Guillaume Desmottes2010-03-151-2/+2
* | rephrase fake favorite group display nameGuillaume Desmottes2010-03-151-1/+1
* | stop exporting FAVOURITE_CONTACTS_CFLAGS and FAVOURITE_CONTACTS_LIBSGuillaume Desmottes2010-03-153-6/+0
* | libtelepathy-logger has been renamed to telepathy-loggerGuillaume Desmottes2010-03-151-1/+1
* | contact-list-store: remove EMPATHY_CONTACT_LIST_STORE_COL_IS_FAVOURITEGuillaume Desmottes2010-03-152-36/+0
* | Don't display context menu when right clicking on a fake groupGuillaume Desmottes2010-03-152-5/+14
* | compare_separator_and_groups: check that the group is actually a fake oneGuillaume Desmottes2010-03-151-13/+15
* | contact-list-store: add a column saying if a group is a fake one or notGuillaume Desmottes2010-03-152-5/+10
* | stop displaying favorite contacts on top of groupsGuillaume Desmottes2010-03-151-10/+3
* | Display icon near the favorite fake groupGuillaume Desmottes2010-03-151-0/+53
* | Display the fake 'Favorites' group at the top of the contact listGuillaume Desmottes2010-03-151-1/+5
* | Create a fake 'Favorites People' groupGuillaume Desmottes2010-03-152-1/+19
* | factor out add_contact_to_storeGuillaume Desmottes2010-03-151-26/+24
* | Move the 'Ungrouped' fake contact to the bottom of the contact listGuillaume Desmottes2010-03-151-2/+8
* | factor out compare_separator_and_groupsGuillaume Desmottes2010-03-151-41/+45
* | add 'Ungrouped' fake contactGuillaume Desmottes2010-03-152-1/+16
* | Move the 'Favorite' menu item after 'Information'Guillaume Desmottes2010-03-151-7/+7
* | remove EMPATHY_IMAGE_(UN)FAVOURITEGuillaume Desmottes2010-03-151-2/+0
* | remove 'favorite' column in the contact listGuillaume Desmottes2010-03-151-88/+0
* | Add 'favorite' checkbox to the contact menuGuillaume Desmottes2010-03-152-0/+50
* | check that logger is not NULL before unrefing itGuillaume Desmottes2010-03-151-1/+2
* | fix hash table leakGuillaume Desmottes2010-03-151-1/+2
* | factor out add_contacts_to_favouritesGuillaume Desmottes2010-03-151-31/+30
* | Unref contact returned by empathy_contact_list_get_membersGuillaume Desmottes2010-03-151-1/+2
* | log an error if {Add,Remove}FavouriteContact failedGuillaume Desmottes2010-03-151-2/+22
* | document the favorites hash tableGuillaume Desmottes2010-03-151-0/+2
* | coding style fixesGuillaume Desmottes2010-03-155-51/+54
* | Sync Unix_Timestamp64 definition with the specGuillaume Desmottes2010-03-151-3/+3
* | Rebase the favourites support upon the telepathy-logger instead of a speciall...Travis Reitter2010-03-159-21/+564
* | Cut out the concept of a special Favourites groupTravis Reitter2010-03-154-78/+33
* | Add a favorite contacts build option and make Moblin support automatically tu...Travis Reitter2010-03-156-0/+68
* | Add support for marking contacts as favorites (which gives them a highlightedTravis Reitter2010-03-156-6/+181
* | Updated Spanish translationJorge González2010-03-151-10/+11
* | Updated Spanish translationJorge González2010-03-151-204/+221
* | empathy-accounts: set a title for the assistantDanielle Madeley2010-03-151-0/+3
* | empathy-accounts: set "Empathy Accounts" as application nameGuillaume Desmottes2010-03-151-1/+1
* | empathy-debugger: set "Empathy Debugger" as application nameGuillaume Desmottes2010-03-151-1/+1
* | Separate the debug window into its own process.Mike Ruprecht2010-03-155-3/+88
* | Merge branch 'butterfly-networkid'Jonny Lamb2010-03-158-0/+291
|\ \
| * | Migrate butterfly logs to remove the network ID suffix.Jonny Lamb2010-03-138-0/+291
* | | Updated Spanish translationJorge González2010-03-151-21/+43
* | | Updated Italian help translationMilo Casagrande2010-03-151-67/+91
* | | Update Galician translationFran Diéguez2010-03-141-39/+26
* | | Updated German doc translationMario Blättermann2010-03-131-21/+44
* | | [help] Updated the irc-join-pwd topic: password protected IRC room now worksMilo Casagrande2010-03-131-9/+21
* | | set $HOME as default directory when sending a fileGuillaume Desmottes2010-03-121-0/+3
* | | Set XDG_DOWNLOAD_DIR as default directory when receiving a file (#612672)Guillaume Desmottes2010-03-121-0/+8
|/ /
* | Updated German doc translationMario Blättermann2010-03-121-463/+455
* | updated breton translationdeniarnuad2010-03-121-1049/+1972
* | Updated Spanish translationJorge González2010-03-121-79/+72
* | [help] Removed the offline-contacts topic (bug 612448):Milo Casagrande2010-03-123-52/+43
* | Fix a small typoLuca Ferretti2010-03-111-2/+2
* | Merge branch 'butterfly-conference-misc'Jonny Lamb2010-03-112-3/+12
|\ \
| * | tp-chat: remove butterfly MSN HandleType=NONE workaroundJonny Lamb2010-03-111-0/+8
| * | tp-chat: when seeing if a chat can be upgraded, don't worry about handle typeJonny Lamb2010-03-111-1/+1
| * | dispatcher: allow not caring about handle type when looking up RCCsJonny Lamb2010-03-111-2/+3
* | | Add a copy of the Attribution-ShareAlike 3.0 Unported licenceGuillaume Desmottes2010-03-111-0/+61
* | | add a copy of the GNU Free Documentation LicenseGuillaume Desmottes2010-03-111-0/+451
* | | add a copy of the LGPLv2.1Guillaume Desmottes2010-03-111-0/+504
* | | Updated Ukrainian translationMaxim V. Dziumanenko2010-03-111-1020/+1260
* | | Show offline contacts by default (#612448)Guillaume Desmottes2010-03-101-1/+1
* | | Sort contacts by state by default (#612448)Guillaume Desmottes2010-03-101-1/+1
* | | Window title for the accounts dialog should match the name in the launcher.Ken VanDine2010-03-101-1/+1
* | | gtk_check_version() is returning a string error or NULL, not a booleanXavier Claessens2010-03-101-1/+1
* | | Disable empathy_add_link_markup() if linked to an old GTK versionXavier Claessens2010-03-101-0/+8
* | | Revert "Revert "Make links clickable in presence message and topics""Xavier Claessens2010-03-102-3/+17
* | | empathy-accounts: make CcPage insensitive when assistant is being shownDanielle Madeley2010-03-104-5/+59
* | | Updated Russian translation from Yury MyasoedovLeonid Kanter2010-03-101-1003/+1428
* | | start dev of next releaseGuillaume Desmottes2010-03-101-1/+1
* | | prepare 2.29.92EMPATHY_2_29_92Guillaume Desmottes2010-03-102-3/+31
* | | chatroom-manager: Save correct room nameJonas Bonn2010-03-091-1/+1
* | | updating Punjabi TranslationA S Alam2010-03-091-566/+541
* | | Updated Serbian translationsBranko Kokanović2010-03-092-1676/+2866
* | | Updated Latvian translation.Anita Reitere2010-03-091-822/+1418
* | | Revert "Make links clickable in presence message and topics"Xavier Claessens2010-03-082-17/+3
* | | Import aim, icq and yahoo icons from gnome-icon-theme (#330394)Guillaume Desmottes2010-03-0819-0/+667
* | | Update Romanian translationAdi Roiban2010-03-081-283/+284
* | | Merge commit 'maiku/bug-607626'Guillaume Desmottes2010-03-081-0/+13
|\ \ \
| * | | Prevent contact list tooltip from showing if context menu is shown.Mike Ruprecht2010-03-061-0/+13
| |/ /
* | | Updated German translationChristian Kirbach2010-03-071-242/+244
* | | Updated French translationClaude Paroz2010-03-061-334/+415
* | | Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2010-03-062-494/+506
* | | Updated Basque languageInaki Larranaga Murgoitio2010-03-061-34/+70
* | | Updated German doc translationMario Blättermann2010-03-061-612/+769
|/ /
* | Updated British English translationPhilip Withnall2010-03-051-249/+257
* | Update Galician translationFran Diéguez2010-03-051-350/+261
* | Updated Basque languageInaki Larranaga Murgoitio2010-03-051-823/+1244
|/
* Updated Brazilian Portuguese translationJonh Wendell2010-03-051-261/+267
* Revert "Disable empathy-parser-test for now as it doesn't build any more"Xavier Claessens2010-03-051-2/+2
* Parser API is moved from empathy-ui-utils to empathy-string-parserXavier Claessens2010-03-051-1/+1
* start dev of next releaseGuillaume Desmottes2010-03-051-1/+1
* Disable empathy-parser-test for now as it doesn't build any moreEMPATHY_2_29_91_2Guillaume Desmottes2010-03-051-2/+2
* prepare 2.29.91.2 releaseGuillaume Desmottes2010-03-052-2/+28
* Force windows to jump to the foreground if we present themSjoerd Simons2010-03-051-4/+3
* set the server field of Google Talk accountGuillaume Desmottes2010-03-052-8/+24
* Fix silly typoSjoerd Simons2010-03-052-2/+2
* empathy_add_link_markup() is not NULL-safeXavier Claessens2010-03-052-2/+5
* Popup the assistant when starting only if there is *no* account configuredGuillaume Desmottes2010-03-051-2/+2
* add empathy_accounts_has_accountsGuillaume Desmottes2010-03-052-0/+15
* remove the salut_created gconf key (#611817)Guillaume Desmottes2010-03-054-41/+0
* Merge branch 'tweaks'Sjoerd Simons2010-03-055-26/+78
|\
| * Cope with the favorite pixbuf not being availableSjoerd Simons2010-03-051-4/+8
| * Connect to the accounts signals in one central placeSjoerd Simons2010-03-051-10/+5
| * Cancel creation in the accounts dialog if the wizard is runningSjoerd Simons2010-03-053-5/+53
| * Don't assume there is always a settings widget availableSjoerd Simons2010-03-051-7/+12
* | Stop mapping 'B)' with the face-cool iconGuillaume Desmottes2010-03-051-1/+1
* | Merge branch 'clickable-link'Xavier Claessens2010-03-049-239/+332
|\ \ | |/ |/|
| * Add a comment explaining what does empathy_add_link_markup, and don't make pa...Xavier Claessens2010-03-042-1/+3
| * Also make links clickable in tooltipXavier Claessens2010-03-041-11/+4
| * Remove unused function empathy_toggle_button_set_state_quietlyXavier Claessens2010-03-042-19/+0
| * Make links clickable in presence message and topicsXavier Claessens2010-03-032-3/+23
| * New function empathy_add_link_markup() to be used with gtk_label_set_markup()Xavier Claessens2010-03-032-0/+19
| * Make empathy_string_replace_link and empathy_string_replace_escaped publicXavier Claessens2010-03-033-42/+56
| * Reorganize code in empathy-ui-utils.ch to group related codeXavier Claessens2010-03-032-20/+25
| * Move empathy_uri_regex_dup_singleton to be private inside empathy-string-pars...Xavier Claessens2010-03-033-25/+24
| * Move empathy_string_parser API to its own fileXavier Claessens2010-03-037-149/+209
* | Updated German translationMario Blättermann2010-03-041-30/+33
* | Updated Arabic translationKhaled Hosny2010-03-041-165/+175
* | start dev of next releaseGuillaume Desmottes2010-03-041-1/+1
* | prepare 2.29.91.1 releaseEMPATHY_2_29_91_1Guillaume Desmottes2010-03-042-2/+50
* | updated Tamil translationvasudeven2010-03-041-167/+175
|/
* Use the right marshaller for account-createdSjoerd Simons2010-03-031-1/+1
* Updated Norwegian bokmål translationKjartan Maraas2010-03-031-192/+243
* Update Malaj translation. Fixes bug 605878.Iswandi Basri2010-03-031-923/+3090
* Updated Polish translationPiotr Drąg2010-03-031-824/+1418
* Merge branch 'update-display-name-603463'Guillaume Desmottes2010-03-032-4/+25
|\
| * update display name after editing if it hasn't been overridden (#603463)Guillaume Desmottes2010-03-031-2/+7
| * account-widget: try to guess if the display name has been manually changed by...Guillaume Desmottes2010-03-031-0/+11
| * empathy_account_settings_set_display_name_async: don't do anything if not neededGuillaume Desmottes2010-03-031-0/+7
| * no need to call empathy_account_settings_is_ready in account-widget's dispose...Guillaume Desmottes2010-03-031-2/+0
* | Updated Bulgarian translationAlexander Shopov2010-03-031-163/+166
|/
* accounts-dialog: set display-name before creating the accountGuillaume Desmottes2010-03-032-9/+13
* assistant: call empathy_account_widget_get_default_display_name before actual...Guillaume Desmottes2010-03-031-10/+10
* assistant: always uses empathy_account_widget_get_default_display_name to get...Guillaume Desmottes2010-03-031-9/+6
* Updated Spanish translationJorge González2010-03-031-29/+33
* Merge branch 'more-accounts-fixes'Travis Reitter2010-03-034-43/+148
|\
| * Remove EmpathyAccountsPlugin's requirement that it be a singleton, so we can ...Travis Reitter2010-03-032-38/+15
| * Disable the Cancel button in the accounts dialog if there are no existing acc...Travis Reitter2010-03-023-4/+116
| * When we're creating our first account, don't let the remove button become sen...Travis Reitter2010-02-271-1/+8
| * Don't create some extra "ghost" account if we're creating our first account a...Travis Reitter2010-02-271-0/+9
* | Updated Italian translationMilo Casagrande2010-03-031-73/+72
* | empathy-accounts: the TpDBusDaemon is not used any moreGuillaume Desmottes2010-03-021-1/+0
* | account-assistant: ensure that new accounts are connected (#611565)Guillaume Desmottes2010-03-021-0/+2
* | factor out empathy_connect_new_accountGuillaume Desmottes2010-03-023-27/+42
* | account-widget: change presence to online when creating a new accountGuillaume Desmottes2010-03-021-0/+6
* | Updated Slovenian translationMatej Urbančič2010-03-021-26/+32
* | Merge branch 'accounts-wizard'Sjoerd Simons2010-03-027-146/+87
|\ \
| * | Remove code that will always fail and has no useSjoerd Simons2010-03-021-20/+0
| * | Improve debugging and don't use g_debugSjoerd Simons2010-03-023-2/+6
| * | Simplify empathy_accounts_importSjoerd Simons2010-03-022-20/+7
| * | Make the empathy-account code be slightly more streamlinedSjoerd Simons2010-03-026-103/+55
| * | Always popup the accounts wizard if we don't have salut accountsSjoerd Simons2010-03-021-1/+3
| * | Only launch empathy-accounts if neededSjoerd Simons2010-03-021-1/+7
| * | Also potentially popup the account dialog when activate by libuniqueSjoerd Simons2010-03-021-0/+10
* | | Updated Greek translationJennie Petoumenou2010-03-021-369/+402
|/ /
* | Merge commit 'ka/tpl-0.1.1'Guillaume Desmottes2010-03-013-9/+9
|\ \
| * | Update to TPL 0.1.1Cosimo Alfarano2010-02-263-9/+9
* | | Updated Hebrew translationblueomega2010-03-011-755/+1022
* | | Updated Swedish translationDaniel Nylander2010-03-011-197/+159
* | | remove empathy-starred and empathy-unstarred iconsGuillaume Desmottes2010-02-2811-10/+0
* | | update the not-favorite icon when the theme is changedGuillaume Desmottes2010-02-281-0/+18
* | | presence-chooser: Grey the 'favorite' icon when the status is not a favoriteGuillaume Desmottes2010-02-281-2/+25
* | | presence-chooser: use 'emblem-favorite' instead of our own iconGuillaume Desmottes2010-02-281-1/+1
* | | accounts-dialog: update the status info when account when account is enabledGuillaume Desmottes2010-02-281-3/+2
* | | Merge branch 'show-assistant-611131'Danielle Madeley2010-02-271-0/+4
|\ \ \ | | |/ | |/|
| * | empathy-accounts: Check to see if there are no accounts thus show the assistantDanielle Madeley2010-02-261-0/+4
* | | Updated Italian translationMilo Casagrande2010-02-271-92/+95
* | | Updated German translationMario Blättermann2010-02-271-126/+126
* | | Updated Slovenian translationMatej Urbančič2010-02-261-127/+129
* | | Updated Spanish translationJorge González2010-02-261-125/+123
| |/ |/|
* | Estonian translation updatedMattias Põldaru2010-02-261-8/+10
* | Estonian translation updatedMattias Põldaru2010-02-261-41/+91
* | Merge commit 'ka/empathy-tpl-20100225-ifdef'Guillaume Desmottes2010-02-2616-44/+909
|\ \
| * | moving retrieving_backlog = FALSE right before empathy_chat_messages_read()Cosimo Alfarano2010-02-261-1/+1
| * | TPL Enabling patch, all-in-one.Cosimo Alfarano2010-02-2616-44/+909
* | | Remove the SKIP_TASKBAR hint when the main window is activatedRob Bradford2010-02-261-0/+1
* | | Add the capability to search debug messages in the debug window.Mike Ruprecht2010-02-261-0/+36
| |/ |/|
* | Don't try to close channels thrice.Will Thompson2010-02-261-2/+6
* | set empathy_released to 0Guillaume Desmottes2010-02-261-1/+1
* | show map licenseGuillaume Desmottes2010-02-261-1/+1
* | contact-widget: increase zoom on mapGuillaume Desmottes2010-02-261-1/+3
|/
* Cope with tp-glib calling the callback in syncSjoerd Simons2010-02-251-16/+29
* No reason to get Channels from connections, that's MCs jobSjoerd Simons2010-02-251-27/+0
* contact-widget: display map even if contact only published his lat/lonGuillaume Desmottes2010-02-251-8/+19
* Merge branch 'requests'. Fixes: #598905Sjoerd Simons2010-02-257-162/+234
|\
| * Not using the weak object anymore, get the dispatcher request data from reque...Sjoerd Simons2010-02-251-3/+3
| * Use a appropriate unique name for Empathy unique appSjoerd Simons2010-02-253-5/+3
| * Assert that the account existsSjoerd Simons2010-02-251-0/+2
| * Small coding style fixSjoerd Simons2010-02-251-1/+2
| * Set ourselves as the preferred handler if there is a callbackSjoerd Simons2010-02-251-2/+6
| * If we're asked to handle a channel twice, assume it's due to user actionSjoerd Simons2010-02-251-2/+15
| * Add a debug message for when errors are signaledSjoerd Simons2010-02-251-0/+2
| * Add a convenience function to get the busname of a handlerSjoerd Simons2010-02-252-1/+11
| * Output the path before trying to register itSjoerd Simons2010-02-251-1/+1
| * Replace tabs with spacesSjoerd Simons2010-02-251-2/+2
| * Remove dead code related to outstanding channelsSjoerd Simons2010-02-251-96/+2
| * Don't ever drop requested channelsSjoerd Simons2010-02-241-11/+0
| * Check if channels we requested satisfy requestsSjoerd Simons2010-02-241-18/+51
| * Request channels from the CD instead of the CMSjoerd Simons2010-02-241-27/+141
* | Updated Arabic translationKhaled Hosny2010-02-251-27/+16
* | Remove inset frame from contact list in main windowSander Dijkhuis2010-02-251-1/+0
* | empathy_account_settings_has_account: cope with priv->account being NULLGuillaume Desmottes2010-02-241-0/+3
* | Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2010-02-242-26/+24
|/
* Updated British English translationBruce Cowan2010-02-241-500/+631
* Updated German translationMario Blättermann2010-02-241-630/+223
* contact-selector: EMPATHY_CONTACT_LIST_STORE_COL_ICON_STATUS contains a pixbu...Guillaume Desmottes2010-02-231-1/+1
* Add missing libm linking (#610751)Brian Pepple2010-02-231-0/+1
* Updated Bulgarian translationAlexander Shopov2010-02-231-163/+226
* Updated Swedish translationDaniel Nylander2010-02-231-171/+219
* Updated Italian translationMilo Casagrande2010-02-231-820/+1238
* prepare 2.29.91 releaseEMPATHY_2_29_91Guillaume Desmottes2010-02-222-2/+66
* Remove the --acounts CLI optionGuillaume Desmottes2010-02-221-43/+13
* define EMPATHY_CLIENT_NAMEGuillaume Desmottes2010-02-223-3/+4
* remove old services from gitignoreGuillaume Desmottes2010-02-221-3/+0
* Stop using org.gnome.EmpathyGuillaume Desmottes2010-02-221-22/+2
* debug_window_fill_cm_chooser: use org.freedesktop.Telepathy.Client.EmpathyGuillaume Desmottes2010-02-221-1/+1
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2010-02-212-265/+335
* Updated Galician TranslationFran Diéguez2010-02-211-117/+116
* Updated Arabic translationKhaled Hosny2010-02-211-209/+313
* always use empathy_tp_chat_leave instead of _closeGuillaume Desmottes2010-02-203-5/+4
* empathy_tp_chat_leave: try to remove the self-handle instead of closing (#610...Guillaume Desmottes2010-02-191-1/+35
* Introduce empathy_tp_chat_leaveGuillaume Desmottes2010-02-193-1/+9
* assistant: Fix creation of the last account createdGuillaume Desmottes2010-02-191-0/+6