]> git.0d.be Git - empathy.git/history - libempathy/empathy-log-store-empathy.c
Merge branch 'master' into tp-tube
[empathy.git] / libempathy / empathy-log-store-empathy.c
2009-04-24 Guillaume DesmottesMerge branch 'master' into tp-tube
2009-04-24 Davyd MadeleyMerge branch 'spelling-578399'
2009-04-23 Davyd MadeleyMerge branch 'presets-dialog'
2009-04-22 Xavier ClaessensRename empathy_contact_new_static to empathy_contact_ne...
2009-04-22 Xavier ClaessensAdd empathy_contact_new_static() to create a contact...
2009-04-22 Xavier ClaessensPort EmpathyLogManager to new API
2009-04-21 Lars-Peter ClausenFix memleak in log_store_empathy_get_chats_for_dir...
2009-04-16 Lars-Peter ClausenPlug a lear in log_store_empathy_get_messages_for_file...
2009-03-09 Sjoerd SimonsChatroom dirs only exist on the toplevel log directory
2009-03-09 Sjoerd SimonsActually recurse in the chatrooms directory
2009-03-09 Sjoerd SimonsPrint a debug message if opening a log directory fails
2009-03-06 Xavier ClaessensLittle optimization of log_store_empathy_get_filtered_m...
2009-03-06 Jonny LambUse if (n != NULL) instead of if (n).
2009-03-06 Jonny LambUse g_list_delete_link instead of g_list_remove.
2009-03-06 Jonny LambUse g_list_next (l) instead of l->next.
2009-03-06 Jonny LambUse atoi instead of sscanf.
2009-03-06 Jonny LambImplemented get_filtered_messages in empathy log store.
2009-03-06 Jonny LambEmpathyLogStore: Store the CM message ID in the logs...
2009-03-06 Jonny LambChanged some G_STR_EQUALs to EMP_STR_EQUAL.
2009-03-06 Jonny LambRenamed EmpathyLogSource to EmpathyLogStore.