pidgin.custom_smiley: 6cb9a36e: Changelog the API additions, and add a m...

sadrul at pidgin.im sadrul at pidgin.im
Wed May 7 14:55:43 EDT 2008


-----------------------------------------------------------------
Revision: 6cb9a36e5f58b4bd1b1967b93314b9180f668d51
Ancestor: a8b2fa0cbd83a72185095c1dc987c125e6178f7a
Author: sadrul at pidgin.im
Date: 2008-05-07T18:53:13
Branch: im.pidgin.pidgin.custom_smiley
URL: http://d.pidgin.im/viewmtn/revision/info/6cb9a36e5f58b4bd1b1967b93314b9180f668d51

Modified files:
        ChangeLog.API pidgin/gtkimhtml.h

ChangeLog: 

Changelog the API additions, and add a missing define. Thanks to malu for
noticing.

-------------- next part --------------
============================================================
--- ChangeLog.API	d198085e139ff002884ea5ad13772718caadfaa4
+++ ChangeLog.API	ed9c1737474920f76c173747431407d60598d487
@@ -1,12 +1,22 @@ version 2.5.0 (??/??/2008):
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
 version 2.5.0 (??/??/2008):
+	libpurple:
+		Added:
+		* 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.x.x:
 	perl:
============================================================
--- pidgin/gtkimhtml.h	8f16694183c22862395dd5a58e27980c503dd024
+++ pidgin/gtkimhtml.h	d018d85613b4630f012e969f9b2994a70d4f87a0
@@ -76,6 +76,7 @@ typedef enum {
 	GTK_IMHTML_SMILEY =     1 << 11,
 	GTK_IMHTML_LINKDESC =   1 << 12,
 	GTK_IMHTML_STRIKE =     1 << 13,
+	GTK_IMHTML_CUSTOM_SMILEY = 1 << 14,
 	GTK_IMHTML_ALL =       -1
 } GtkIMHtmlButtons;
 


More information about the Commits mailing list