From 1d01eaa3da83bd452b631b8ae777aaed77da5813 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 24 Sep 2007 13:12:46 +0000 Subject: [PATCH] Didn't fix the ReadLine hang bug after all git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/changes.txt b/docs/changes.txt index 3d9cc795aa..68451a0ea6 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -125,11 +125,6 @@ wxMac: 2.8.5 ----- -All: - -- Fixed hang in wxInputStream::ReadLine when no input is left by testing - with CanRead before each character is read. - All (GUI): - Added colour normalization to PNM image handler (Ray Johnston).