# HG changeset patch # User Sadrul Habib Chowdhury # Date 1198014183 0 # Node ID 39b078ac8a81064002297928828637beb89fe513 # Parent 65e23b7a4398627af3569c900b3965735775be11 Update the changelogs, and the @since doxy-tags for new functions. diff -r 65e23b7a4398 -r 39b078ac8a81 ChangeLog --- a/ChangeLog Tue Dec 18 21:27:01 2007 +0000 +++ b/ChangeLog Tue Dec 18 21:43:03 2007 +0000 @@ -1,6 +1,6 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul -version 2.3.2 (??/??/????): +version 2.4.0 (??/??/????): libpurple: * Fixed various problems with loss of status messages when going or returning from idle on MySpaceIM. diff -r 65e23b7a4398 -r 39b078ac8a81 ChangeLog.API --- a/ChangeLog.API Tue Dec 18 21:27:01 2007 +0000 +++ b/ChangeLog.API Tue Dec 18 21:43:03 2007 +0000 @@ -4,6 +4,7 @@ libpurple: Added: * purple_certificate_add_ca_search_path. (Florian Quèze) + * purple_gai_strerror. Pidgin: Added: @@ -20,7 +21,6 @@ * pidgin_tooltip_setup_for_treeview, pidgin_tooltip_destroy and pidgin_tooltip_show to simplify the process of drawing tooltips. -version 2.3.2 (??/??/????): Finch: libgnt: * Added gnt_tree_set_row_color to set the color for a row in a tree. diff -r 65e23b7a4398 -r 39b078ac8a81 finch/libgnt/gntcolors.h --- a/finch/libgnt/gntcolors.h Tue Dec 18 21:27:01 2007 +0000 +++ b/finch/libgnt/gntcolors.h Tue Dec 18 21:43:03 2007 +0000 @@ -93,7 +93,7 @@ * * @return A color * - * @since 2.3.1 (gnt), 2.3.1 (pidgin) + * @since 2.4.0 */ int gnt_colors_get_color(char *key); #endif @@ -119,7 +119,7 @@ * * @return A color pair * - * @since 2.3.1 + * @since 2.4.0 */ int gnt_color_add_pair(int fg, int bg); #endif diff -r 65e23b7a4398 -r 39b078ac8a81 finch/libgnt/gntstyle.h --- a/finch/libgnt/gntstyle.h Tue Dec 18 21:27:01 2007 +0000 +++ b/finch/libgnt/gntstyle.h Tue Dec 18 21:43:03 2007 +0000 @@ -74,7 +74,7 @@ * * @return NULL terminated string array. The array should be freed with g_strfreev(). * - * @since 2.3.2 + * @since 2.4.0 */ char **gnt_style_get_string_list(const char *group, const char *key, gsize *length); @@ -87,7 +87,7 @@ * * @return The value of the color as an int, or 0 on error. * - * @since 2.3.2 + * @since 2.4.0 */ int gnt_style_get_color(char *group, char *key); diff -r 65e23b7a4398 -r 39b078ac8a81 finch/libgnt/gnttree.h --- a/finch/libgnt/gnttree.h Tue Dec 18 21:27:01 2007 +0000 +++ b/finch/libgnt/gnttree.h Tue Dec 18 21:43:03 2007 +0000 @@ -330,6 +330,7 @@ * @param tree The tree * @param key The key for the row * @param color The color + * @since 2.4.0 */ void gnt_tree_set_row_color(GntTree *, void *, int); diff -r 65e23b7a4398 -r 39b078ac8a81 libpurple/util.h --- a/libpurple/util.h Tue Dec 18 21:27:01 2007 +0000 +++ b/libpurple/util.h Tue Dec 18 21:43:03 2007 +0000 @@ -1117,6 +1117,7 @@ * @param errnum The error code. * * @return The UTF-8 error message. + * @since 2.4.0 */ G_CONST_RETURN gchar *purple_gai_strerror(gint errnum);