Mercurial > pidgin
comparison plugins/ChangeLog.API @ 12850:49b2347863b2
[gaim-migrate @ 15200]
SF Patch #1403151 from charkins
"This patch prevents two cases for "sonic avalanche" in
the sound code. The first is to only play sounds in
response to the chat-buddy-joined signal when the
new_arrival flag is set."
"The second case has to do with jabber pre-filling chat
history when a chat is joined. The GAIM_MESSAGE_DELAYED
flag is used on these messages, so sound are not played
when this flag is set on received messages."
"I also fixed sound_playing_event_cb() in
signals-test.c which was assuming account!=NULL, which
in turn was throwing an assertion error when
gaim_account_get_username() was called."
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Thu, 12 Jan 2006 06:59:39 +0000 |
| parents | c0fbdea8828b |
| children | e5f780a6137b |
comparison
equal
deleted
inserted
replaced
| 12849:c0fbdea8828b | 12850:49b2347863b2 |
|---|---|
| 238 called and the value from the last handler was used. | 238 called and the value from the last handler was used. |
| 239 * "buddy-typing" and "buddy-typing-stopped": replaced the GaimConversation* | 239 * "buddy-typing" and "buddy-typing-stopped": replaced the GaimConversation* |
| 240 with GaimAccount*, const char *name. Also, the signal is now emitted | 240 with GaimAccount*, const char *name. Also, the signal is now emitted |
| 241 regardless of whether a conversation exists and regardless of whether | 241 regardless of whether a conversation exists and regardless of whether |
| 242 the user is on the buddy list. | 242 the user is on the buddy list. |
| 243 * "chat-buddy-joined": added the new_arrival argument | |
| 243 * "chat-invited" handlers can now return a value to control what happens | 244 * "chat-invited" handlers can now return a value to control what happens |
| 244 to the invite (accept, reject, prompt the user). | 245 to the invite (accept, reject, prompt the user). |
| 245 * "chat-left": Emitted *after* setting chat->left to TRUE. | 246 * "chat-left": Emitted *after* setting chat->left to TRUE. |
| 246 * "drawing-tooltip": the second argument is now a GString* instead of | 247 * "drawing-tooltip": the second argument is now a GString* instead of |
| 247 a char** | 248 a char** |
