im.pidgin.pidgin: 70b3c6fe54dd2678b33b1b1da78c4e66acd20931

sadrul at pidgin.im sadrul at pidgin.im
Tue Dec 18 16:45:39 EST 2007


-----------------------------------------------------------------
Revision: 70b3c6fe54dd2678b33b1b1da78c4e66acd20931
Ancestor: 1ab105735333fb3ee2537451fba4a99ea95b70c2
Author: sadrul at pidgin.im
Date: 2007-12-18T21:43:03
Branch: im.pidgin.pidgin

Modified files:
        ChangeLog ChangeLog.API finch/libgnt/gntcolors.h
        finch/libgnt/gntstyle.h finch/libgnt/gnttree.h
        libpurple/util.h

ChangeLog: 

Update the changelogs, and the @since doxy-tags for new functions.

-------------- next part --------------
============================================================
--- ChangeLog	869f5bccac8f9691b8e3ce460ba31908227bda89
+++ ChangeLog	72aed16ed8432f0b93e538789e665db2758c3e00
@@ -1,6 +1,6 @@ Pidgin and Finch: The Pimpin' Penguin IM
 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.
============================================================
--- ChangeLog.API	ad1cf3036500127ceaf67c9a51aff30b566ccd33
+++ ChangeLog.API	5a6501e2d6cf7315e127dfceb4591eb6a0f13b03
@@ -1,9 +1,10 @@ version 2.4.0 (??/??/????):
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
 version 2.4.0 (??/??/????):
 	libpurple:
 		Added:
 		* purple_certificate_add_ca_search_path. (Florian Quèze)
+		* purple_gai_strerror.
 
 	Pidgin:
 		Added:
@@ -20,7 +21,6 @@ version 2.4.0 (??/??/????):
 		* 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.
============================================================
--- finch/libgnt/gntcolors.h	e051954444eb603747d58dc883820d816edb57e2
+++ finch/libgnt/gntcolors.h	d1bb00c5ac473a505f1ddfd0b24de0c36c555785
@@ -93,7 +93,7 @@ void gnt_color_pairs_parse(GKeyFile *kfi
  *
  * @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 @@ int gnt_color_pair(int color);
  *
  * @return  A color pair
  *
- * @since 2.3.1
+ * @since 2.4.0
  */
 int gnt_color_add_pair(int fg, int bg);
 #endif
============================================================
--- finch/libgnt/gntstyle.h	525e5c2149cb4c420f207d99966c4e584d165d8a
+++ finch/libgnt/gntstyle.h	186310d629085bc1ff69c3ada0a98b5b5c5ea0f3
@@ -74,7 +74,7 @@ char *gnt_style_get_from_name(const char
  *
  * @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 @@ char **gnt_style_get_string_list(const c
  *
  * @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);
 
============================================================
--- finch/libgnt/gnttree.h	0c53c1bcdc96ff3b6885decc53b92aa1a72dba81
+++ finch/libgnt/gnttree.h	da90f6eb34b67ffd7bdd6d95a6f86cf69e792d3f
@@ -330,6 +330,7 @@ void gnt_tree_set_row_flags(GntTree *tre
  * @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);
 
============================================================
--- libpurple/util.h	28ebc0ed940a2a3cf772da2d21f76541a99cef87
+++ libpurple/util.h	f8c70e19d811f651f26c47ceac09bf93635b19c3
@@ -1117,6 +1117,7 @@ gchar *purple_utf8_salvage(const char *s
  * @param errnum The error code.
  *
  * @return The UTF-8 error message.
+ * @since 2.4.0
  */
 G_CONST_RETURN gchar *purple_gai_strerror(gint errnum);
 


More information about the Commits mailing list