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 23 Mac port Date: Sat, 26 Jun 2010 12:51:20 +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: dough.gmane.org 1277524297 12882 80.91.229.12 (26 Jun 2010 03:51:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 26 Jun 2010 03:51:37 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 26 05:51:35 2010 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.69) (envelope-from ) id 1OSMQZ-0007mf-6y for ged-emacs-devel@m.gmane.org; Sat, 26 Jun 2010 05:51:35 +0200 Original-Received: from localhost ([127.0.0.1]:55599 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OSMQY-0004Lw-KH for ged-emacs-devel@m.gmane.org; Fri, 25 Jun 2010 23:51:34 -0400 Original-Received: from [140.186.70.92] (port=58114 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OSMQS-0004Lr-Fi for emacs-devel@gnu.org; Fri, 25 Jun 2010 23:51:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OSMQR-0002i4-3K for emacs-devel@gnu.org; Fri, 25 Jun 2010 23:51:28 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:57032) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OSMQQ-0002hP-Jp for emacs-devel@gnu.org; Fri, 25 Jun 2010 23:51:27 -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 0CC0DC0557 for ; Sat, 26 Jun 2010 12:51:21 +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 eggs.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:126417 Archived-At: The fifteenth update of the Mac port, which is experimental/hackers-only, is now available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-23.2-mac-1.995.tar.gz This version is based on Emacs 23.2. Again, the Mac port itself is still experimental/hackers-only. ** Fixed bugs *** Text scaling by pinch out/in and by C-x C-+/C-- are not in sync. *** Shift-Tab is recognized as Tab, and keyboard navigation after Command-Shift-/ doesn't work on Mac OS X 10.6. These are regressions caused by the previous fix for the DefaultKeyBinding.dict problem. *** Successive paste of the same image from other applications via the clipboard causes duplication in the kill ring. Reported by Leo. This is a regression caused by the previous fix. *** Fonts in highlighted words with the pop-up dictionary (Command-Control-D) are sometimes incorrect. This is a regression caused by refactoring for the accessibility support. ** Improvements *** Font design destination can be specified via the `:destination' font property. The value 1 means the destination is video text as in the XLFD Conventions, and screen font metrics are used in that case. You can see the difference with (make-frame '((font . "Monaco-9:antialias=off:destination=1"))), for example. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp