]> git.0d.be Git - empathy.git/history - libempathy/empathy-log-store-empathy.c
Little optimization of log_store_empathy_get_filtered_messages() and add a FIXME.
[empathy.git] / libempathy / empathy-log-store-empathy.c
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.