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 Mac port Date: Thu, 26 Jul 2012 18:45:11 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: NNTP-Posting-Host: plane.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 1343295927 26804 80.91.229.3 (26 Jul 2012 09:45:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 26 Jul 2012 09:45:27 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 26 11:45:27 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SuKdJ-0007ad-3B for ged-emacs-devel@m.gmane.org; Thu, 26 Jul 2012 11:45:25 +0200 Original-Received: from localhost ([::1]:49181 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuKdI-0007Ix-GW for ged-emacs-devel@m.gmane.org; Thu, 26 Jul 2012 05:45:24 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuKdF-0007Ij-P4 for emacs-devel@gnu.org; Thu, 26 Jul 2012 05:45:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SuKd9-00040h-B2 for emacs-devel@gnu.org; Thu, 26 Jul 2012 05:45:21 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:49838) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuKd8-00040H-RF for emacs-devel@gnu.org; Thu, 26 Jul 2012 05:45:15 -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 44DC9C055D for ; Thu, 26 Jul 2012 18:45:11 +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-Received-From: 133.82.132.2 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:151892 Archived-At: The first update of Emacs 24 Mac port 3.x is available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-24.1-mac-3.1.tar.gz This version is based on Emacs 24.1. ** Fixed bugs *** Scrolling up the contents of a buffer with a header line by mouse wheel is sometimes jumpy. *** Several glitches on PowerPC (such as not displaying fringe bitmaps) due to overlooked WORDS_BIG_ENDIAN -> WORDS_BIGENDIAN change. *** SVG image (rendered via WebKit) might be clipped if width or height is unspecified. Reported by Leo. Now use max X or Y value of the bounding box if width or height is specified as a percentage value or unspecified. *** Double-tapping either a touch-sensitive mouse with one finger or a trackpad with two fingers on Mac OS X 10.8 64-bit build is ignored. ** Improvements *** Double-tapping either a touch-sensitive mouse with one finger or a trackpad with two fingers on Mac OS X 10.7 and later now scales the text to 150% if previously unscaled and the pointer lies between the indentation and end of line. *** Text scaling by gestures now tries to keep the vertical position of the text under the pointer. *** Support automatic selection of high resolution versions of images. All supported image types respect the "@2x" file name convention. SVG images (via WebKit or librsvg) are rendered according to the backing scale factor. An appropriate image is selected from a multiimage TIFF containing both 1x and 2x images if the image spec does not contain an explicit `:index' property. *** Prefer the integrated GPU to the discrete one for saving battery. This requires Mac OS X 10.7 and Early 2011 MacBook Pro. The second update of Emacs 23 Mac port 2.x is also available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-23.4-mac-2.2.tar.gz YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp