diff --git a/ChangeLog b/ChangeLog index 5d299ed01..28e908dbd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-05-28 Sebastian Wilhelmi + + * configure.in: Fix typo. + Sun May 27 05:09:18 2001 Tim Janik * gmain.c (g_main_context_prepare): unlock context when bailing diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 5d299ed01..28e908dbd 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,7 @@ +2001-05-28 Sebastian Wilhelmi + + * configure.in: Fix typo. + Sun May 27 05:09:18 2001 Tim Janik * gmain.c (g_main_context_prepare): unlock context when bailing diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 5d299ed01..28e908dbd 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2001-05-28 Sebastian Wilhelmi + + * configure.in: Fix typo. + Sun May 27 05:09:18 2001 Tim Janik * gmain.c (g_main_context_prepare): unlock context when bailing diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 5d299ed01..28e908dbd 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2001-05-28 Sebastian Wilhelmi + + * configure.in: Fix typo. + Sun May 27 05:09:18 2001 Tim Janik * gmain.c (g_main_context_prepare): unlock context when bailing diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 5d299ed01..28e908dbd 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +2001-05-28 Sebastian Wilhelmi + + * configure.in: Fix typo. + Sun May 27 05:09:18 2001 Tim Janik * gmain.c (g_main_context_prepare): unlock context when bailing diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 5d299ed01..28e908dbd 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +2001-05-28 Sebastian Wilhelmi + + * configure.in: Fix typo. + Sun May 27 05:09:18 2001 Tim Janik * gmain.c (g_main_context_prepare): unlock context when bailing diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 5d299ed01..28e908dbd 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +2001-05-28 Sebastian Wilhelmi + + * configure.in: Fix typo. + Sun May 27 05:09:18 2001 Tim Janik * gmain.c (g_main_context_prepare): unlock context when bailing diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 5d299ed01..28e908dbd 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2001-05-28 Sebastian Wilhelmi + + * configure.in: Fix typo. + Sun May 27 05:09:18 2001 Tim Janik * gmain.c (g_main_context_prepare): unlock context when bailing diff --git a/configure.in b/configure.in index 4975f92c5..825f354f8 100644 --- a/configure.in +++ b/configure.in @@ -1293,7 +1293,7 @@ if test x"$have_threads" != xnone; then exit (getpid()==other_pid || $posix_priority_min != $posix_priority_max); }], - [AC_MSG_RESULT(yes), + [AC_MSG_RESULT(yes) AC_DEFINE(G_THREAD_USE_PID_SURROGATE, 1, [whether to use the PID niceness surrogate for thread priorities]) ], [AC_MSG_RESULT(no)]) diff --git a/gobject/ChangeLog b/gobject/ChangeLog index 5efa33560..917103002 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,8 @@ +2001-05-28 Sebastian Wilhelmi + + * Makefile.am (EXTRA_DIST): Really distribute glib-mkenums, now + that bin_SCRIPTS doesn't seem to care about doing so anymore. + Mon May 28 06:51:24 2001 Tim Janik * gsignal.c (signal_emit_unlocked_R): fixed bad faux-pass, forgot diff --git a/gobject/Makefile.am b/gobject/Makefile.am index eeddda979..b57b51612 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -180,6 +180,7 @@ EXTRA_DIST += \ gobject.def \ gobject.rc.in \ glib-genmarshal.1 \ + glib-mkenums \ glib-mkenums.1 BUILT_EXTRA_DIST = \