From 0b44f3e1b49ff6d0b2d353e15a78b2e267ebcb7a Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 2 Dec 2001 11:13:41 +0000 Subject: [PATCH] Fixed for a bug in text editing resulting in an infinite loop with text attachmentsy git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11597 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 085ff3d83..be6cd11e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ +Sun Dec 2 08:54:36 2001 Nicola Pero + + * Source/NSAttributedString.m ([NSMutableAttributedString + -fixParagraphStyleAttributeInRange:]): Fixes, particularly for + case in which a style is not found at the beginning of paragraph. + (Bug reported by Ludovic Marcotte ). + 2001-12-02 Gregory Casamento + * Tools/gopen.m Modified to eliminate the output of "No application for extension 'app'" when launching an application using gopen. The code now