summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b11a96559..1abba36cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
2000-08-31 Tor Lillqvist <tml@iki.fi>
* glib.h
+ * glib.def
+ * giowin32.c (g_io_channel_win32_make_pollfd): New function, to
+ make a GPollFD from a GIOChannel. Creates the events and starts
+ the reader thread if necessary.
+
+ * glib.h
* giowin32.c (g_io_channel_win32_poll): No use for separate
condition parameter.