plugins/ChangeLog.API

changeset 11926
e961b6ac97f8
parent 11911
797cf405943c
child 11935
1d95c7294577
--- a/plugins/ChangeLog.API	Mon Oct 31 05:52:19 2005 +0000
+++ b/plugins/ChangeLog.API	Mon Oct 31 05:57:23 2005 +0000
@@ -89,6 +89,7 @@
 	* serv_change_passwd(); use gaim_account_change_password() instead
 	* serv_touch_idle(): use gaim_gtk_check_idle() instead
 	* GaimGtkImPane->a_virgin
+	* gaim_str_strip_cr(); use gaim_str_strip_char(str, '\r') instead
 
 	Added:
 	* gaim_prefs_disconnect_by_handle()
@@ -130,6 +131,10 @@
 	* gaim_plugin_get_author()
 	* gaim_plugin_get_homepage()
 	* gaim_gtkconv_switch_active_conversation(GaimConversation *)
+	* gaim_str_strip_char() to strip a given character from
+	  a given string
+	* gaim_util_chrreplace() to replace a given character with a
+	  different character
 
 	Signals - Changed:
 	* "received-im-msg" and "received-chat-msg" to match, both now pass a

mercurial