comparison plugins/ChangeLog.API @ 12319:7630a95f3b8b

[gaim-migrate @ 14623] Improve Handling of Aliasing with respect to Contacts Basically, if you choose "Alias", your changes will be saved to whichever text field you saw. This makes sense, given we're doing inline editing. Also, because we're doing inline editing, I think it's weird to have Alias offered in a buddy submenu (as choosing it causes the text to change pre-edit and post-edit, making you feel like your changes weren't saved). I've removed it. If you need to alias a buddy that's not currently online, you can always expand the contact. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 04 Dec 2005 17:54:43 +0000
parents af257d8679fe
children 3f70719e375d
comparison
equal deleted inserted replaced
12318:e346a085bb4f 12319:7630a95f3b8b
176 * GAIM_STOCK_CONNECT, GAIM_STOCK_DISCONNECT 176 * GAIM_STOCK_CONNECT, GAIM_STOCK_DISCONNECT
177 * GAIM_STOCK_PLUGIN 177 * GAIM_STOCK_PLUGIN
178 * gaim_account_request_add: Notifies the user that they were added to 178 * gaim_account_request_add: Notifies the user that they were added to
179 someone's buddy list, and offers them the choice 179 someone's buddy list, and offers them the choice
180 of adding that person to their buddy list. 180 of adding that person to their buddy list.
181 * gaim_blist_alias_contact()
181 182
182 Signals - Changed: (See the Doxygen docs for details on all signals.) 183 Signals - Changed: (See the Doxygen docs for details on all signals.)
183 * Signal propagation now stops after a handler returns a non-NULL value. 184 * Signal propagation now stops after a handler returns a non-NULL value.
184 This value is now returned. Previously, all registered handlers were 185 This value is now returned. Previously, all registered handlers were
185 called and the value from the last handler was used. 186 called and the value from the last handler was used.