diff ChangeLog.API @ 23170:d7e66b6137f9

Update changelogs and some of the docs for the new API. Preparing to merge with i.p.p
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 22 May 2008 21:44:53 +0000
parents 25161f5ea347
children ff8ec3d58367
line wrap: on
line diff
--- a/ChangeLog.API	Thu May 22 21:19:31 2008 +0000
+++ b/ChangeLog.API	Thu May 22 21:44:53 2008 +0000
@@ -6,21 +6,6 @@
 		* Connection flag PURPLE_CONNECTION_ALLOW_CUSTOM_SMILEY to indicate
 		  that the connection supports sending and receiving custom smileys.
 		* PurpleSmiley and the Smiley API.
-
-	pidgin:
-		Added:
-		* gtk_imhtml_smiley_create, gtk_imhtml_smiley_reload and
-		  gtk_imhtml_smiley_destroy to deal with GtkIMHtmlSmiley's.
-		* pidgin_pixbuf_from_imgstore to create a GdkPixbuf from a
-		  PurpleStoredImage.
-		* pidgin_themes_smiley_themeize_custom to associate custom smileys to
-		  a GtkIMHtml widget.
-		* GTK_IMHTML_CUSTOM_SMILEY flag for GtkIMHtml.
-		* GTK+ Custom Smiley API.
-
-version 2.5.0:
-	libpurple:
-		Added:
 		* purple_serv_got_join_chat_failed
 		* chat-join-failed signal (see conversation-signals.dox)
 		* purple_blist_update_node_icon
@@ -36,6 +21,18 @@
 		* purple_buddy_icons_set_custom_icon
 		* pidgin_set_custom_buddy_icon
 
+	pidgin:
+		Added:
+		* gtk_imhtml_smiley_create, gtk_imhtml_smiley_reload and
+		  gtk_imhtml_smiley_destroy to deal with GtkIMHtmlSmiley's.
+		* pidgin_pixbuf_from_imgstore to create a GdkPixbuf from a
+		  PurpleStoredImage.
+		* pidgin_themes_smiley_themeize_custom to associate custom smileys to
+		  a GtkIMHtml widget.
+		* GTK_IMHTML_CUSTOM_SMILEY flag for GtkIMHtml.
+		* GTK+ Custom Smiley API.
+
+version 2.4.2:
 	perl:
 		Added:
 		* Purple::Prefs::get_children_names.