From: Chong Yidong Subject: Emacs 23.2 released Date: Sat, 08 May 2010 01:29:25 -0400 GNU Emacs 23.2 has been released, and is now available at ftp.gnu.org/gnu/emacs/ and the GNU FTP mirrors (see http://www.gnu.org/order/ftp.html). The bzr tag in the emacs-23 branch is EMACS_23_2. I've sent the formal announcement to info-gnu-emacs. Here, I'd like to thank the Emacs dev team, who've worked hard to make this release; as well as the pretesters, and all those who've helped by reporting bugs. The version in the emacs-23 branch is now 23.2.50, and the branch is open for bugfixes. Emacs 23.3 is intended to be a mostly bugfix release; if in doubt about whether a change should go into the branch, just discuss on emacs-devel first. The 23.2 manuals are not yet on the website; I will do this sometime in the next few days. Thanks.
というわけで、リリースされました :-)
早速 ftp://ftp.gnu.org/gnu/emacs/ からソースをダウンロードしてビルド*1してみたところ、バージョンは
GNU Emacs 23.2.1 (x86_64-apple-darwin10.3.0, NS apple-appkit-1038.29)
でした。
23.1 が 2009年7月30日だったので、1年を待たずにリリースされたことになります。22.3 から比べると超高速ですね。
ポイントとしては、23.1 が 64bit Mac だとコンパイルできなかったのですが、23.2 だとコンパイルできるので、最新の Mac でも安定版をオススメできるようになったところが重要ですね。
何にせよ、色々とあってこのタイミングでリリースされて大変嬉しいです。
*1:とりあえず無難に ./configure --with-ns --without-x && make install で