From 93d7e12764c54385a2521a0ec14529ca115979b0 Mon Sep 17 00:00:00 2001 From: Fred Kiefer Date: Sat, 1 Mar 2003 00:45:37 +0000 Subject: [PATCH] Cleanup of NSTextView_actions.m git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16095 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index fc1aa1050..a406b84ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2003-03-01 Fred Kiefer + + * Source/NSTextView_actions.m + Use method calls instead of some of the direct references to + NSLayoutManager ivar. General clean up. + * Source/NSApplication.m + Added support to print a file in [finishLaunching]. Use safer way + to call selector in [beginSheet:...contextInfo:]. + * Source/GSSlideView.m + In [drawRect:]use the frame of the view, not the given rect. + 2003-02-26 17:09 Alexander Malmberg * Source/NSLayoutManager.m