- Fixed bug where tab bar controller never removed itself as an observer
commite365162bbb79835af5d92a30cd7d434f14726b4a
authorbjorn.winckler <bjorn.winckler@96c4425d-ca35-0410-94e5-3396d5c13a8f>
Thu, 16 Aug 2007 08:56:10 +0000 (16 08:56 +0000)
committerbjorn.winckler <bjorn.winckler@96c4425d-ca35-0410-94e5-3396d5c13a8f>
Thu, 16 Aug 2007 08:56:10 +0000 (16 08:56 +0000)
tree636c3839ad93459aed7c1179f044ec5914298b27
parent161dc43907c7af5dc7f336ddde9a1aea239e68ac
- Fixed bug where tab bar controller never removed itself as an observer
- Shutdown changed; when connection dies, cleanup is called where all
  delegates, notifications etc. are reset.
- Views are now initialized in the designated initializer of MMWindowController
  instead of in the nib.  For some reason some object in the nib got
  deallocated more than once and this caused EXC_BAD_ACCESS errors.  Hopefully
  this bug is now fixed.
- Put @try/@catch clause around processInput:data: DO call since this can throw
  an exception if the underlying port is dead.
- GUI status line is no longer used.
- Added description methods to MMWindowController and MMVimController.

git-svn-id: http://macvim.googlecode.com/svn/trunk@144 96c4425d-ca35-0410-94e5-3396d5c13a8f
MMAppController.m
MMBackend.m
MMVimController.h
MMVimController.m
MMWindowController.h
MMWindowController.m