comparison plugins/ChangeLog.API @ 13033:69b3d5cbd2b1

[gaim-migrate @ 15389] Kill gaim_date() and gaim_date_full(). The former isn't used and the latter is used only twice. This makes the buddy pounce pop-ups and debug log headers contain localized dates, fixing part of SF Bug #1325915. Thanks to Bleeter for discovering that gaim_date() isn't used. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 25 Jan 2006 02:58:54 +0000
parents bbf068a15a53
children 5828d42e8684
comparison
equal deleted inserted replaced
13032:4016a35bdd4d 13033:69b3d5cbd2b1
145 * GAIM_SUBTYPE_CONV_WINDOW: windows are now only represented in the UI, 145 * GAIM_SUBTYPE_CONV_WINDOW: windows are now only represented in the UI,
146 so GAIM_TYPE_BOXED is used for the signal types 146 so GAIM_TYPE_BOXED is used for the signal types
147 * gaim_gtk_privacy_is_showable(): We do fallback privacy in the core 147 * gaim_gtk_privacy_is_showable(): We do fallback privacy in the core
148 now, so this would always be TRUE now. 148 now, so this would always be TRUE now.
149 * gaim_blist_node_action_new(); use gaim_menu_action_new() instead 149 * gaim_blist_node_action_new(); use gaim_menu_action_new() instead
150 * gaim_date()
151 * gaim_date_full()
150 152
151 Added: 153 Added:
152 * gaim_prefs_disconnect_by_handle() 154 * gaim_prefs_disconnect_by_handle()
153 * a password field to GaimConnection, which only persists for the 155 * a password field to GaimConnection, which only persists for the
154 session (when "remember password" is false, account->password is 156 session (when "remember password" is false, account->password is