Mercurial > pidgin.yaz
comparison plugins/ChangeLog.API @ 12838:cb36bc2db7c5
[gaim-migrate @ 15186]
Adding a log-displaying signal. I'm using this in a patch I'm writing for gaim-encryption.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Wed, 11 Jan 2006 23:26:51 +0000 |
| parents | 1096bdfef887 |
| children | c0fbdea8828b |
comparison
equal
deleted
inserted
replaced
| 12837:1096bdfef887 | 12838:cb36bc2db7c5 |
|---|---|
| 224 * gaim_log_get_handle() | 224 * gaim_log_get_handle() |
| 225 * gaim_log_uninit() | 225 * gaim_log_uninit() |
| 226 * GAIM_SUBTYPE_LOG | 226 * GAIM_SUBTYPE_LOG |
| 227 * gaim_marshal_POINTER__POINTER_POINTER | 227 * gaim_marshal_POINTER__POINTER_POINTER |
| 228 * gaim_utf8_ncr_encode() | 228 * gaim_utf8_ncr_encode() |
| 229 * gaim_gtk_log_init() | |
| 230 * gaim_gtk_log_get_handle() | |
| 231 * gaim_gtk_log_uninit() | |
| 229 | 232 |
| 230 Signals - Changed: (See the Doxygen docs for details on all signals.) | 233 Signals - Changed: (See the Doxygen docs for details on all signals.) |
| 231 * Signal propagation now stops after a handler returns a non-NULL value. | 234 * Signal propagation now stops after a handler returns a non-NULL value. |
| 232 This value is now returned. Previously, all registered handlers were | 235 This value is now returned. Previously, all registered handlers were |
| 233 called and the value from the last handler was used. | 236 called and the value from the last handler was used. |
| 267 * "buddy-removed" | 270 * "buddy-removed" |
| 268 * "blist-node-aliased" | 271 * "blist-node-aliased" |
| 269 * "buddy-status-changed" | 272 * "buddy-status-changed" |
| 270 * "buddy-idle-changed": A buddy's idle status changed. | 273 * "buddy-idle-changed": A buddy's idle status changed. |
| 271 * "buddy-icon-changed" | 274 * "buddy-icon-changed" |
| 275 * "displaying-userinfo" | |
| 272 * "gtkblist-hiding" | 276 * "gtkblist-hiding" |
| 273 * "gtkblist-unhiding" | 277 * "gtkblist-unhiding" |
| 274 * "displaying-userinfo" | 278 * "log-displaying" |
| 275 | 279 |
| 276 Signals - Removed: | 280 Signals - Removed: |
| 277 * "account-away": replaced by account-status-changed | 281 * "account-away": replaced by account-status-changed |
| 278 * "account-warned" | 282 * "account-warned" |
| 279 * "buddy-away": replaced by buddy-status-changed | 283 * "buddy-away": replaced by buddy-status-changed |
