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: Sun, 16 Dec 2012 14:07:42 +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: ger.gmane.org 1355634475 3907 80.91.229.3 (16 Dec 2012 05:07:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Dec 2012 05:07:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 16 06:08:09 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 1Tk6SM-0006yT-JS for ged-emacs-devel@m.gmane.org; Sun, 16 Dec 2012 06:08:06 +0100 Original-Received: from localhost ([::1]:46273 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tk6S9-0000qu-AA for ged-emacs-devel@m.gmane.org; Sun, 16 Dec 2012 00:07:53 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:41965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tk6S6-0000qp-DS for emacs-devel@gnu.org; Sun, 16 Dec 2012 00:07:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tk6S5-0001Mf-7o for emacs-devel@gnu.org; Sun, 16 Dec 2012 00:07:50 -0500 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:57121) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tk6S4-0001LW-MI for emacs-devel@gnu.org; Sun, 16 Dec 2012 00:07:49 -0500 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 62AEDC055D for ; Sun, 16 Dec 2012 14:07:42 +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: Genre and OS details not recognized. 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:155591 Archived-At: The Mac port based on Emacs 24.2.91 pretest is now available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-24.2.91-mac-3.91.tar.gz YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp ** Fixed bugs *** Disabling tool bar mode via the Preference system (X resources emulation) does not work. Reported by Leo. *** Tool bar visibility is not preserved when entering/exiting full screen on Mac OS X 10.7 and later (actually this is a bug in AppKit). *** Background color is not in sRGB color space for image types GIF, PNG, TIFF, and IMAGE-IO. ** Improvements *** You can run the executable from the build directory (via `open mac/Emacs.app') without doing `make install'. Forgot to mention in the previous release. *** Support alpha channel masks for image types GIF, PNG, TIFF, and IMAGE-IO with keeping the postprocessing functionality (`:conversion' and `:mask'). Not for SVG images rendered with WebKit because proper text smoothing requires opaque background.