From 94fc235cda2b7898dc87c7385a3a3771ce216e07 Mon Sep 17 00:00:00 2001 From: richard Date: Thu, 4 Feb 1999 14:07:52 +0000 Subject: [PATCH] Mention deletion of obsolete files git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3655 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index b512a9b50..cdb31c858 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ Thu Feb 4 13:10:00 1999 Richard Frith-Macdonald + Deleted all the old property-list and strings-file parsing stuff. * Source/NSBitmapCharSet.m: ([-formUnionWithCharacterSet]) corrected to use bitwise or rather than logical or. ([-formIntersectionWithCharacterSet:]) corrected to use bitwise and