[kdbus] Do not set body message if signature field is empty
[platform/upstream/glib.git] / ChangeLog.pre-2-0
index 06dfb5d..5eb3071 100644 (file)
@@ -1,35 +1,3 @@
-2002-03-14  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
-
-       * glib/gmessages.c: Fixed threading issues brought up by
-       #74577. Make g_log_find_domain, g_log_domain_new,
-       g_log_domain_check_free and g_log_domain_get_handler require being
-       called with g_messages_lock held and remove all internal locking
-       in them. Then added proper locking to g_log_set_handler,
-       g_log_remove_handler and g_logv. Problem spotted by Miroslaw
-       Dobrzanski-Neumann <mne@mosaic-ag.com>. (#74577)
-
-2002-03-13  Erwann Chenede  <erwann.chenede@sun.com>
-        * glib/gconvert.c 
-         glib/gen-unicode-tables.pl
-         glib/gunidecomp.h : fixed cast/type problems to 
-         avoid warnings (with forte compiler) (#73898)
-       
-2002-03-12  Alexander Larsson  <alla@lysator.liu.se>
-
-       * glib/gconvert.c:
-       Cache getenv("G_BROKEN_FILENAMES") in have_broken_filenames() and
-       use instead. Add g_convert_init() that calls have_broken_filenames()
-
-       * gthread/gthread-impl.c:
-       Have g_thread_init call g_convert_init.
-
-2002-03-11  Matthias Clasen  <maclas@gmx.de>
-
-       * glib/gstrfuncs.c (g_strtod): 
-       (g_ascii_strtod): 
-       (g_ascii_dtostr): 
-       (g_ascii_formatd): Doc formatting fixes.
-
 Fri Mar  8 10:58:28 2002  Owen Taylor  <otaylor@redhat.com>
 
        * ======== Released 2.0.0 ========
@@ -6809,7 +6777,7 @@ Mon Mar 22 03:54:43 1999  Tim Janik  <timj@gtk.org>
        functions, so it can be used to e.g. pass a GPollFd.
        (g_main_poll): only add poll records with an events mask != 0 to the
        fd_array. don't even bother calling poll_func() if fds=timeout=0.
-       added debugging printouts around poll_func() invokation that can be
+       added debugging printouts around poll_func() invocation that can be
        enabled with #define G_MAIN_POLL_DEBUG.
 
 Fri Mar 19 16:29:50 PST 1999 Manish Singh <yosh@gimp.org>