Mercurial > pidgin.yaz
comparison plugins/ChangeLog.API @ 12128:34deaeeb5d42
[gaim-migrate @ 14428]
Clean up the signals changelogging a bit. Mainly, I just removed the duplication of the 'see the Doxygen docs'.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Fri, 18 Nov 2005 12:23:36 +0000 |
| parents | 944c97d11bb1 |
| children | 216988c717da |
comparison
equal
deleted
inserted
replaced
| 12127:944c97d11bb1 | 12128:34deaeeb5d42 |
|---|---|
| 145 * gaim_gtk_conversations_get_first_unseen() to find the first conv | 145 * gaim_gtk_conversations_get_first_unseen() to find the first conv |
| 146 with an "unseen" state >= to the specified state | 146 with an "unseen" state >= to the specified state |
| 147 * gaim_gtk_create_prpl_icon() | 147 * gaim_gtk_create_prpl_icon() |
| 148 * gaim_gtk_create_prpl_icon_with_status() | 148 * gaim_gtk_create_prpl_icon_with_status() |
| 149 | 149 |
| 150 Signals - Changed: | 150 Signals - Changed: (See the Doxygen docs for details on all signals.) |
| 151 * Signal propagation now stops after a handler returns a non-NULL value. | |
| 152 This value is now returned. Previously, all registered handlers were | |
| 153 called and the value from the last handler was used. | |
| 151 * "received-im-msg" and "received-chat-msg" to match, both now pass a | 154 * "received-im-msg" and "received-chat-msg" to match, both now pass a |
| 152 conversation pointer and flags | 155 conversation pointer and flags |
| 153 * "receiving-im-msg" and "receving-chat-msg" to match, both now pass a | 156 * "receiving-im-msg" and "receving-chat-msg" to match, both now pass a |
| 154 conversation pointer and a pointer to the flags. | 157 conversation pointer and a pointer to the flags. |
| 155 * "drawing-tooltip": the second argument is now a GString* instead of | 158 * "drawing-tooltip": the second argument is now a GString* instead of |
| 156 a char** | 159 a char** |
| 157 * Signal propagation now stops after a handler returns a non-NULL value. | |
| 158 This value is now returned. Previously, all registered handlers were | |
| 159 called and the value from the last handler was used. | |
| 160 * "chat-invited" handlers can now return a value to control what happens | 160 * "chat-invited" handlers can now return a value to control what happens |
| 161 to the invite (accept, reject, prompt the user). See the Doxygen | 161 to the invite (accept, reject, prompt the user). |
| 162 documentation for the details. | |
| 163 * Renamed "conversation-drag-end" to "conversation-dragging" and emit | |
| 164 before the conv. window swap happens. This prevents the old conv window | |
| 165 from being freed before the signal emits. | |
| 166 * "buddy-typing" and "buddy-typing-stopped": replaced the GaimConversation* | 162 * "buddy-typing" and "buddy-typing-stopped": replaced the GaimConversation* |
| 167 with GaimAccount*, const char *name. Also, the signal is now emitted | 163 with GaimAccount*, const char *name. Also, the signal is now emitted |
| 168 regardless of whether a conversation exists and regardless of whether | 164 regardless of whether a conversation exists and regardless of whether |
| 169 the user is on the buddy list. | 165 the user is on the buddy list. |
| 170 | 166 |
| 171 Signals - Added: | 167 Signals - Added: (See the Doxygen docs for details on all signals.) |
| 172 * "account-disabled": Account was enabled; see Doxygen docs for full details. | 168 * "account-disabled" |
| 173 * "account-enabled": Account was disabled; see Doxygen docs for full details. | 169 * "account-status-changed" |
| 174 * "account-status-changed": Account status changed; see Doxygen docs for full details. | 170 * "cipher-added" |
| 175 * "cipher-added": Cipher was added; see Doxygen docs for full details. | 171 * "cipher-removed" |
| 176 * "cipher-removed": Cipher was removed; see Doxygen docs for full details. | 172 * "conversation-dragging" |
| 177 * "dbus-method-called": See Doxygen docs for full details. | 173 * "dbus-method-called" |
| 178 * "dbus-introspect": See Doxygen docs for full details. | 174 * "dbus-introspect" |
| 179 * "cipher-removed": Cipher was removed; see Doxygen docs for full details. | 175 * "cipher-removed" |
| 180 * "file-recv-accept": See Doxygen docs for details. | 176 * "file-recv-accept" |
| 181 * "file-recv-start": See Doxygen docs for details. | 177 * "file-recv-start" |
| 182 * "file-recv-cancel": See Doxygen docs for details. | 178 * "file-recv-cancel" |
| 183 * "file-recv-complete": See Doxygen docs for details. | 179 * "file-recv-complete" |
| 184 * "file-send-accept": See Doxygen docs for details. | 180 * "file-send-accept" |
| 185 * "file-send-start": See Doxygen docs for details. | 181 * "file-send-start" |
| 186 * "file-send-cancel": See Doxygen docs for details. | 182 * "file-send-cancel" |
| 187 * "file-send-complete": See Doxygen docs for details. | 183 * "file-send-complete" |
| 188 * "buddy-added": Self explanatory; see Doxygen docs for full details. | 184 * "buddy-added" |
| 189 * "buddy-removed": Self explanatory; see Doxygen docs for full details. | 185 * "buddy-removed" |
| 190 * "blist-node-aliased": An alias was set for a buddy, chat or contact. | 186 * "blist-node-aliased" |
| 191 * "buddy-status-changed": A buddy changed status; see Doxygen docs for full details. | 187 * "buddy-status-changed" |
| 192 * "buddy-idle-changed": A buddy's idle status changed; see Doxygen docs for full details. | 188 * "buddy-idle-changed": A buddy's idle status changed. |
| 193 See Doxygen docs for details. | 189 * "buddy-icon-changed" |
| 194 * "buddy-icon-changed": See Doxygen docs for details. | 190 * "gtkblist-hiding" |
| 195 * "gtkblist-hiding": See Doxygen docs for details. | 191 * "gtkblist-unhiding" |
| 196 * "gtkblist-unhiding": See Doxygen docs for details. | |
| 197 | 192 |
| 198 Signals - Removed: | 193 Signals - Removed: |
| 199 * "account-away": replaced by account-status-changed | 194 * "account-away": replaced by account-status-changed |
| 200 * "account-warned": ??? | 195 * "account-warned" |
| 201 * "buddy-away": replaced by buddy-status-changed | 196 * "buddy-away": replaced by buddy-status-changed |
| 202 * "buddy-back": replaced by buddy-status-changed | 197 * "buddy-back": replaced by buddy-status-changed |
| 203 * "buddy-idle": replaced by buddy-idle-changed | 198 * "buddy-idle": replaced by buddy-idle-changed |
| 204 * "buddy-unidle": replaced by buddy-idle-changed | 199 * "buddy-unidle": replaced by buddy-idle-changed |
| 205 * "buddy-icon-cached": replaced by buddy-icon-changed | 200 * "buddy-icon-cached": replaced by buddy-icon-changed |
| 201 * "conversation-drag-end": replaced by "conversation-dragging" | |
| 206 | 202 |
| 207 version 1.5.0 (8/11/2005): | 203 version 1.5.0 (8/11/2005): |
| 208 * Added: gaim_xfer_conversation_write | 204 * Added: gaim_xfer_conversation_write |
| 209 Writes a messages to a conversation window with the use | 205 Writes a messages to a conversation window with the use |
| 210 of the associated file transfer. | 206 of the associated file transfer. |
