summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>2000-06-06 06:57:41 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-06-06 06:57:41 +0000
commita1b8b951eff322ab7e6f9319213fa5da7ed92ef7 (patch)
tree942b6beae9c7f1cf63b0289b85cd9120e1021ee9 /ChangeLog
parent700b6e5ff2919c43508417241d41a43fd428b99e (diff)
downloadglib-a1b8b951eff322ab7e6f9319213fa5da7ed92ef7.tar.gz
Rephrase the ChangeLog comment a bit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index fbe04c932..0770d5095 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,10 @@
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>