define gstring in terms of gchar*. this typedef reflects the type name of
[platform/upstream/glib.git] / ChangeLog.pre-2-12
index fbe04c9..92a9f80 100644 (file)
@@ -1,10 +1,24 @@
+Fri Jun 23 17:20:26 2000  Tim Janik  <timj@gtk.org>
+
+       * glib.h: define gstring in terms of gchar*. this typedef reflects
+       the type name of the primitive G_TYPE_STRING in the gobject module.
+
+Wed Jun 21 12:09:03 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gunicode.h gutf8.c guniprop.c gunidecomp.[ch] gunichartables.h
+       Makefile.am glib.h: Initial pass at adding unicode support
+       functions. A few things still need to be implemented, a bit
+       of cleanup needs to be done, tests need to be added, and 
+       the docs need to be finished, but this should allow replacing
+       most or all use of libunicode.
+
 2000-06-06  Tor Lillqvist  <tml@iki.fi>
 
        * giowin32.c (g_io_channel_win32_pipe_readable): If we are
-       watching the same fd several times (for different conditions, with
-       different callbacks), check them all. Only call the callback for
-       G_IO_IN from here. (This bug popped up when a watch for
-       G_IO_ERR|G_IO_HUP was added to gimplib.)
+       watching the same pipe for different conditions (with different
+       callbacks), check them all. Only call the callback for G_IO_IN
+       from here. (This bug popped up when a watch for G_IO_ERR|G_IO_HUP
+       was added to gimplib.)
 
 2000-05-30  Tor Lillqvist  <tml@iki.fi>