0.1
tagd0c64661f9d94ae8546457ff9c3da7e3b9eddb1c
object 88dcfbe483e3ae8088a349e60647193adad5f555
authorJjgod Jiang <gzjjgod@gmail.com>
Fri, 2 Nov 2007 15:31:26 +0000 (2 23:31 +0800)
vim-cocoa 0.1 is the first release with a version number, it brings
the following fixes and improvements.

* Move code repository from Subversion (google code) to Git
  (repo.or.gz), it greatly simplified code maintainance, especially
  for syncing with upstream vim source. We still use google code to
  publish documentation and track issues, though. (Thanks Tim Allen,
  Bjorn Winkler for their instructions on setting up MacVim git repo.)

* You can enable/disable font anti-alias with vim option 'antialias',
  by default vim-cocoa enabled anti-aliasing, use "set noantialias"
  to disable this. (Requested by Tom Birch.)

* Remember last window position like other Mac apps do. (:winpos
  still takes precedence.) (Requested by David Fooshee.)

* Various bugs on scroll bars. (Submited by Nico Weber.)