From c2ec77f534b5d1082471cff101de3b43c3a7edc0 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Fri, 3 Aug 2001 16:00:23 +0000 Subject: [PATCH] beautified configure help output. 2001-08-03 Sven Neumann * configure.in: beautified configure help output. * glib/gtree.c: changed help for g_tree_insert(); it was misleading. --- ChangeLog | 6 ++++++ ChangeLog.pre-2-0 | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-12 | 6 ++++++ ChangeLog.pre-2-2 | 6 ++++++ ChangeLog.pre-2-4 | 6 ++++++ ChangeLog.pre-2-6 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ configure.in | 4 ++-- glib/gtree.c | 8 ++++---- 10 files changed, 54 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 264ae97..8768e43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-08-03 Sven Neumann + + * configure.in: beautified configure help output. + + * glib/gtree.c: changed help for g_tree_insert(); it was misleading. + Fri Aug 3 10:20:10 2001 Owen Taylor * glib/guniprop.c (g_unichar_xdigit_value): Fix computation diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 264ae97..8768e43 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +2001-08-03 Sven Neumann + + * configure.in: beautified configure help output. + + * glib/gtree.c: changed help for g_tree_insert(); it was misleading. + Fri Aug 3 10:20:10 2001 Owen Taylor * glib/guniprop.c (g_unichar_xdigit_value): Fix computation diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 264ae97..8768e43 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2001-08-03 Sven Neumann + + * configure.in: beautified configure help output. + + * glib/gtree.c: changed help for g_tree_insert(); it was misleading. + Fri Aug 3 10:20:10 2001 Owen Taylor * glib/guniprop.c (g_unichar_xdigit_value): Fix computation diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 264ae97..8768e43 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,9 @@ +2001-08-03 Sven Neumann + + * configure.in: beautified configure help output. + + * glib/gtree.c: changed help for g_tree_insert(); it was misleading. + Fri Aug 3 10:20:10 2001 Owen Taylor * glib/guniprop.c (g_unichar_xdigit_value): Fix computation diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 264ae97..8768e43 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +2001-08-03 Sven Neumann + + * configure.in: beautified configure help output. + + * glib/gtree.c: changed help for g_tree_insert(); it was misleading. + Fri Aug 3 10:20:10 2001 Owen Taylor * glib/guniprop.c (g_unichar_xdigit_value): Fix computation diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 264ae97..8768e43 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +2001-08-03 Sven Neumann + + * configure.in: beautified configure help output. + + * glib/gtree.c: changed help for g_tree_insert(); it was misleading. + Fri Aug 3 10:20:10 2001 Owen Taylor * glib/guniprop.c (g_unichar_xdigit_value): Fix computation diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 264ae97..8768e43 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +2001-08-03 Sven Neumann + + * configure.in: beautified configure help output. + + * glib/gtree.c: changed help for g_tree_insert(); it was misleading. + Fri Aug 3 10:20:10 2001 Owen Taylor * glib/guniprop.c (g_unichar_xdigit_value): Fix computation diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 264ae97..8768e43 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2001-08-03 Sven Neumann + + * configure.in: beautified configure help output. + + * glib/gtree.c: changed help for g_tree_insert(); it was misleading. + Fri Aug 3 10:20:10 2001 Owen Taylor * glib/guniprop.c (g_unichar_xdigit_value): Fix computation diff --git a/configure.in b/configure.in index ce84cd2..1bbb8f0 100644 --- a/configure.in +++ b/configure.in @@ -1455,7 +1455,7 @@ dnl ************************** dnl *** Checks for gtk-doc *** dnl ************************** -AC_ARG_WITH(html-dir, [ --with-html-dir=PATH path to installed docs ]) +AC_ARG_WITH(html-dir, [ --with-html-dir=PATH path to installed docs]) if test "x$with_html_dir" = "x" ; then HTML_DIR='${datadir}/gtk-doc/html' @@ -1489,7 +1489,7 @@ AC_CHECK_PROG(DB2HTML, db2html, true, false) AM_CONDITIONAL(HAVE_DOCBOOK, $DB2HTML) dnl Let people disable the gtk-doc stuff. -AC_ARG_ENABLE(gtk-doc, [ --enable-gtk-doc Use gtk-doc to build documentation [default=auto]], enable_gtk_doc="$enableval", enable_gtk_doc=auto) +AC_ARG_ENABLE(gtk-doc, [ --enable-gtk-doc use gtk-doc to build documentation [default=auto]], enable_gtk_doc="$enableval", enable_gtk_doc=auto) if test x$enable_gtk_doc = xauto ; then if test x$GTKDOC = xtrue ; then diff --git a/glib/gtree.c b/glib/gtree.c index 24a99d2..580c15b 100644 --- a/glib/gtree.c +++ b/glib/gtree.c @@ -281,10 +281,10 @@ g_tree_destroy (GTree *tree) * @value: the value corresponding to the key. * * Inserts a key/value pair into a #GTree. If the given key already exists - * in the #GTree it is set to the new value. If you supplied a - * value_destroy_func when creating the #GTree, the old value is freed using - * that function. If you supplied a key_destroy_func when creating the - * #GTree, the passed key is freed using that function. + * in the #GTree its corresponding value is set to the new value. If you + * supplied a value_destroy_func when creating the #GTree, the old value is + * freed using that function. If you supplied a key_destroy_func when + * creating the #GTree, the passed key is freed using that function. * * The tree is automatically 'balanced' as new key/value pairs are added, * so that the distance from the root to every leaf is as small as possible. -- 2.7.4