Mercurial > pidgin
comparison ChangeLog.API @ 18039:c588a4a9d287
A patch from David Grohmann (dave1g) to log embedded images.
Closes #725
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Mon, 04 Jun 2007 05:47:06 +0000 |
| parents | ee9f7ee0be66 |
| children | 58e28ccf08e6 |
comparison
equal
deleted
inserted
replaced
| 18038:4cda1949878c | 18039:c588a4a9d287 |
|---|---|
| 13 g_timeout_add_seconds(). | 13 g_timeout_add_seconds(). |
| 14 * pidgin_create_window() | 14 * pidgin_create_window() |
| 15 * purple_core_ensure_single_instance() | 15 * purple_core_ensure_single_instance() |
| 16 This is for UIs to use to ensure only one copy is running. | 16 This is for UIs to use to ensure only one copy is running. |
| 17 * purple_dbus_is_owner() | 17 * purple_dbus_is_owner() |
| 18 * purple_image_data_calculate_filename() | |
| 18 * purple_timeout_add_seconds() | 19 * purple_timeout_add_seconds() |
| 19 Callers should prefer this to purple_timeout_add() for timers | 20 Callers should prefer this to purple_timeout_add() for timers |
| 20 longer than 1 second away. Be aware of the rounding, though. | 21 longer than 1 second away. Be aware of the rounding, though. |
| 21 | 22 |
| 22 version 2.0.0 (5/3/2007): | 23 version 2.0.0 (5/3/2007): |
