mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Removed some debugging information and added a forgotted changelog entry.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19844 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6915b501c0
commit
074d1c7493
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-08-08 13:43 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Palettes/1Windows/GormNSWindow.m: Removed some debugging
|
||||
information.
|
||||
|
||||
2004-08-08 13:23 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormDocument.[hm]: Added ivar isDocumentOpened
|
||||
|
@ -7,6 +12,9 @@
|
|||
being edited being brought to the front even though the
|
||||
document itself had been deallocated. This is the
|
||||
permanent fix for the previously discovered issue.
|
||||
* Palettes/1Windows/GormNSWindow.m: Added canBecomeKeyWindow
|
||||
which returns NO. The edited window should never be able
|
||||
to become either key or main window within the application.
|
||||
|
||||
2004-08-07 06:10 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
|
|
|
@ -103,7 +103,6 @@
|
|||
NSLog(@"Being released... %d: %@", [self retainCount], self);
|
||||
[super release];
|
||||
}
|
||||
*/
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
|
@ -134,4 +133,5 @@
|
|||
NSLog(@"Ordering out...%@",self);
|
||||
[super orderOut: sender];
|
||||
}
|
||||
*/
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue