Add this, at the request of the GNOME sysadmin team.
[platform/upstream/glib.git] / ChangeLog.pre-2-10
index f0c1ea3..7eb7b12 100644 (file)
@@ -1,3 +1,48 @@
+2006-03-19  Matthias Clasen  <mclasen@redhat.com>
+
+       * MAINTAINERS: Add this, at the request of the GNOME sysadmin team.
+
+2006-03-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/goption.c (g_option_context_parse): Only set the prgname
+       if it hasn't been set before.  (#334611, Chong Kai Xiong)
+
+2006-03-14  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutils.c (g_parse_debug_string): Don't read past the
+       end of the string.  (#334471, Morten Welinder)
+
+       * tests/testglib.c (test_g_parse_debug_string): Add testss
+       for g_parse_debug_string.
+
+       * glib/goption.c (parse_short_option): Don't create the
+       option_name twice.  (#334519, Chris Wilson)
+
+2006-03-13  Anders Carlsson  <andersca@luminoth.local>
+
+       * configure.in: Revert fix for #322476, it breaks module loading
+       since libtool on darwin makes shared modules use .so and shared
+       libraries use .dylib. The fix breaks shared module loading everywhere
+       in GTK+.
+
+2006-03-02  Marcus Brinkmann  <mb@g10code.de>
+
+       Implement watches for GIOChannels for write file descriptors on
+       Win32 (#333098).
+       
+       * glib/giowin32.c (GIOWin32Channel): Add a new direction field.
+       (read_thread): Initialize direction.
+       (write_thread): New function.
+       (buffer_write): New function.
+       (g_io_win32_prepare): Handle the G_IO_WIN32_FILE_DESC case for the
+       write direction.
+       (g_io_win32_fd_write): Call buffer_write() if there is a writer
+       thread.
+       (g_io_win32_fd_close): Set space_avail_event for writer threads.
+       (g_io_win32_fd_create_watch): Create the writer thread if
+       condition is G_IO_OUT.
+       (g_io_channel_win32_make_pollfd): Likewise here.
+
 2006-03-09  Matthias Clasen  <mclasen@redhat.com>
 
        * Makefile.am: Add ChangeLog.pre-2.8 to EXTRA_DIST.