From 94fc19b2a6762cde4439030e4c1a7d3a3f4f4352 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Tue, 5 Sep 2000 17:32:31 +0000 Subject: [PATCH] Some fixes for NSTextContainer; prefixed all of NSWindow's ivars with underscores git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7399 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ChangeLog b/ChangeLog index e5e3046e7..c6d82cec8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +Tue Sep 5 18:52:57 2000 Nicola Pero + + * Headers/gnustep/gui/NSWindow.h, Source/NSWindow.m: Prefixed all + ivars with underscores. + * Source/NSApplication.m ([NSIconWindow -_initDefaults]): Updated + for change in NSWindow's ivars. + * Source/NSMenu.m ([NSMenuWindow -_initDefaults]), ([NSMenuWindow + -moveToPoint:]): Idem. + * Source/NSView.m ([-lockFocusInRect:]), + ([-unlockFocusNeedsFlush:]): Idem. + +Tue Sep 5 17:55:17 2000 Nicola Pero + + * Source/NSTextContainer.m ([-setHeightTracksTextView:]), + ([-setWidthTracksTextView:]): Register for notifications if we + need. ([-setTextView:]): Only remove us from notifications + regarding the old text view; register for notifications only if we + need. ([-_textViewFrameChanged:]): Don't track height if we only + need to track width and vice versa. + Tue Sep 5 03:04:41 2000 Nicola Pero * Source/NSApplication.m ([-terminate:]): Post