[Xfce4-commits] r25739 - in libexo/trunk: . docs/reference/tmpl

Benedikt Meurer benny at xfce.org
Tue May 22 17:25:15 CEST 2007


Author: benny
Date: 2007-05-22 15:25:15 +0000 (Tue, 22 May 2007)
New Revision: 25739

Modified:
   libexo/trunk/ChangeLog
   libexo/trunk/configure.in.in
   libexo/trunk/docs/reference/tmpl/exo-ellipsized-label.sgml
   libexo/trunk/docs/reference/tmpl/exo-gdk-pixbuf-extensions.sgml
   libexo/trunk/docs/reference/tmpl/exo-icon-view.sgml
Log:
2007-05-22	Benedikt Meurer <benny at xfce.org>

	* configure.in.in: Prefer -lmd over -lmd5.
	* docs/reference/: Update reference manual.




Modified: libexo/trunk/ChangeLog
===================================================================
--- libexo/trunk/ChangeLog	2007-05-22 13:34:13 UTC (rev 25738)
+++ libexo/trunk/ChangeLog	2007-05-22 15:25:15 UTC (rev 25739)
@@ -1,3 +1,8 @@
+2007-05-22	Benedikt Meurer <benny at xfce.org>
+
+	* configure.in.in: Prefer -lmd over -lmd5.
+	* docs/reference/: Update reference manual.
+
 2007-05-20	Benedikt Meurer <benny at xfce.org>
 
 	* exo-csource/main.c: Add support to strip comments and node contents

Modified: libexo/trunk/configure.in.in
===================================================================
--- libexo/trunk/configure.in.in	2007-05-22 13:34:13 UTC (rev 25738)
+++ libexo/trunk/configure.in.in	2007-05-22 15:25:15 UTC (rev 25739)
@@ -121,7 +121,7 @@
 dnl ******************************************
 dnl *** Check for Message Digest functions ***
 dnl ******************************************
-AC_SEARCH_LIBS([MD5Init], [md5 md c], \
+AC_SEARCH_LIBS([MD5Init], [md md5 c], \
                [AC_DEFINE([HAVE_MD5INIT], [1], [Define if MD5Init present])])
 
 dnl ******************************

Modified: libexo/trunk/docs/reference/tmpl/exo-ellipsized-label.sgml
===================================================================
--- libexo/trunk/docs/reference/tmpl/exo-ellipsized-label.sgml	2007-05-22 13:34:13 UTC (rev 25738)
+++ libexo/trunk/docs/reference/tmpl/exo-ellipsized-label.sgml	2007-05-22 15:25:15 UTC (rev 25739)
@@ -65,7 +65,5 @@
 
 @label: 
 @ellipsize: 
-<!-- # Unused Parameters # -->
- at mode: 
 
 

Modified: libexo/trunk/docs/reference/tmpl/exo-gdk-pixbuf-extensions.sgml
===================================================================
--- libexo/trunk/docs/reference/tmpl/exo-gdk-pixbuf-extensions.sgml	2007-05-22 13:34:13 UTC (rev 25738)
+++ libexo/trunk/docs/reference/tmpl/exo-gdk-pixbuf-extensions.sgml	2007-05-22 15:25:15 UTC (rev 25739)
@@ -71,10 +71,6 @@
 @dest_width: 
 @dest_height: 
 @Returns: 
-<!-- # Unused Parameters # -->
- at aspect_ratio: 
- at width: 
- at height: 
 
 
 <!-- ##### FUNCTION exo_gdk_pixbuf_scale_ratio ##### -->

Modified: libexo/trunk/docs/reference/tmpl/exo-icon-view.sgml
===================================================================
--- libexo/trunk/docs/reference/tmpl/exo-icon-view.sgml	2007-05-22 13:34:13 UTC (rev 25738)
+++ libexo/trunk/docs/reference/tmpl/exo-icon-view.sgml	2007-05-22 15:25:15 UTC (rev 25739)
@@ -580,8 +580,6 @@
 @icon_view: 
 @path: 
 @user_data: 
-<!-- # Unused Parameters # -->
- at data: 
 
 
 <!-- ##### FUNCTION exo_icon_view_selected_foreach ##### -->



More information about the Xfce4-commits mailing list