Mercurial > pidgin.yaz
comparison ChangeLog.API @ 20963:5136cd8f66f3
deryni noticed that the documentation and code do not match for
purple_savedstatus_get_popular. Fix the doc, and change the code to match
the rest of the doc.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Tue, 16 Oct 2007 06:27:16 +0000 |
parents | 086b6e3e5015 |
children | 6de09629f091 |
comparison
equal
deleted
inserted
replaced
20959:ac36f4a43fec | 20963:5136cd8f66f3 |
---|---|
4 libpurple: | 4 libpurple: |
5 Changed: | 5 Changed: |
6 * The size parameter of purple_util_write_data_to_file_absolute | 6 * The size parameter of purple_util_write_data_to_file_absolute |
7 has been changed to gssize instead of a size_t to correctly | 7 has been changed to gssize instead of a size_t to correctly |
8 indicate that -1 can be used for a nul-delimited string. | 8 indicate that -1 can be used for a nul-delimited string. |
9 * The documentation for purple_savedstatuses_get_popular used to | |
10 incorrectly claim that the active status is excluded from the | |
11 returned list. The documentation has been corrected. Also, the | |
12 function now returns a correct list when called with a value of 0. | |
9 | 13 |
10 version 2.2.0 (09/13/2007): | 14 version 2.2.0 (09/13/2007): |
11 libpurple: | 15 libpurple: |
12 Added: | 16 Added: |
13 * PURPLE_MESSAGE_INVISIBLE flag, which can be used by | 17 * PURPLE_MESSAGE_INVISIBLE flag, which can be used by |