vim-cocoa 0.3 released

I’m pleased to announce vim-cocoa 0.3 is released. The main update is it now have full Mac OS X 10.6 support.

### What’s New?

#### 0.3.2

* Fix frame height calculation when GUI tabline is enabled
* Add back missing helptags

#### 0.3.1

* Fix crashing on loading non-UTF-8 menu translations (reported by ducksteven and dyroro)
* Fix delayed refreshing (reported by fishy)

#### 0.3

* Update vim to 7.2.245
* **Rewrote** part of the rendering process to increase performance, especially on Mac OS X 10.6
* Add clipboard support for console mode (running without `-g`)
* Use cmake to support out-of-directory build, see [BuildInstructions](http://code.google.com/p/vim-cocoa/wiki/BuildInstructions) for detail
* Build with `+ruby` and `+cscope` by default

### Download

* [googlecode](http://vim-cocoa.googlecode.com/files/vim-cocoa-0.3.2.zip)

#### View Source

* [github](http://github.com/jjgod/vim-cocoa/tree/master)

If you found any issue, please file it [here](http://code.google.com/p/vim-cocoa/issues/entry).

vim-cocoa 0.3 beta 1 released

After two days of work, here is the first beta of the 0.3 series of [vim-cocoa](http://code.google.com/p/vim-cocoa).

vim-cocoa 0.3b1 screenshot

#### What’s New?

* Updated vim to 7.2.49
* Use Core Text to replace ATSUI for text rendering
* Optimize program startup
* Support transparency option to control background transparency
* Fix cursor redraw on right clicking
* Fix CTRL + SHIFT + ? key handling ( Issue 35 )
* Mac OS X 10.5 only (Since Core Text is a 10.5 only framework)

#### Download

* [googlecode](http://vim-cocoa.googlecode.com/files/vim-cocoa-0.3b1.zip)

#### View Source

* [github](http://github.com/jjgod/vim-cocoa/tree/coretext)

TODO List 的乐趣在于写

而不在于完成它。

* 看 [LLVM](http://llvm.org) 的设计文档
* 了解一些关于 [OpenGL Shading Language](http://www.opengl.org/documentation/glsl) 的东西
* 完成 vim-cocoa 的 [Core Text](http://developer.apple.com/documentation/Carbon/ Conceptual/CoreText_Programming/CoreText_Programming.pdf) 分支
* [ctex 宏包](http://www.ctex.org/PackageCTeX)在 XeTeX 下的重构
* 根据一个古旧的扫描版本重新排版 [The Little LISPer, 3rd Edition](http://www.amazon.com/Little-LISPer-Third-Daniel-Friedman/dp/0023397632)