From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Emacs 22 Carbon+AppKit port and Emacs 23 Mac port Date: Sun, 27 Sep 2009 13:23:13 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <2282B3B4-D844-4E26-BB94-9F79EEA2E847@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1254025420 24510 80.91.229.12 (27 Sep 2009 04:23:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Sep 2009 04:23:40 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 27 06:23:33 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MrlIJ-00014Y-Lz for ged-emacs-devel@m.gmane.org; Sun, 27 Sep 2009 06:23:31 +0200 Original-Received: from localhost ([127.0.0.1]:39567 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrlII-00041M-Nl for ged-emacs-devel@m.gmane.org; Sun, 27 Sep 2009 00:23:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MrlIC-0003yQ-UR for emacs-devel@gnu.org; Sun, 27 Sep 2009 00:23:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MrlI8-0003u2-KT for emacs-devel@gnu.org; Sun, 27 Sep 2009 00:23:24 -0400 Original-Received: from [199.232.76.173] (port=59194 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrlI8-0003tt-CL for emacs-devel@gnu.org; Sun, 27 Sep 2009 00:23:20 -0400 Original-Received: from ntp.math.s.chiba-u.ac.jp ([133.82.132.2]:56863 helo=mathmail.math.s.chiba-u.ac.jp) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MrlI7-0002vD-NV for emacs-devel@gnu.org; Sun, 27 Sep 2009 00:23:20 -0400 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id CD24EC0557 for ; Sun, 27 Sep 2009 13:23:13 +0900 (JST) In-Reply-To: User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) X-detected-operating-system: by monty-python.gnu.org: NetBSD 3.0 (DF) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:115680 Archived-At: The eighth update of the Carbon+AppKit port is now available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-22.3-appkit-1.8.tar.gz ** Fixed bugs *** Conversion between Lisp and NSPasteboard strings doesn't preserve NUL characters. *** Mouse face reacts even while tracking Dock menus or Stacks. *** Control-Q does not work as the quote binding in file dialogs. The third update of the Mac port, which is experimental/hackers-only, is also available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-23.1-mac-1.93.tar.gz In addition to the bug fixes above, it has the following changes: ** Fixed bugs *** Synthetic bold does not work for bitmap-only fonts on Mac OS X 10.6. ** Improvements *** New events: wheel-left/right as in W32, and swipe-up/down/left/right on Mac OS X 10.5.2 and later. *** The Mac font backend driver now supports `get_variation_glyphs' on Mac OS X 10.5 and later. You need some OpenType font containing a format 14 (Unicode Variation Sequences) subtable in its cmap table. *** Simplified `select' emulation also for Mac OS X 10.5 and earlier. Its design is similar to the one in the previous release with Grand Central Dispatch. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp