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: Mon, 27 Aug 2012 16:40:10 +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 1346053234 14090 80.91.229.3 (27 Aug 2012 07:40:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Aug 2012 07:40:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 27 09:40:35 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 1T5tw1-0001Ku-Ug for ged-emacs-devel@m.gmane.org; Mon, 27 Aug 2012 09:40:34 +0200 Original-Received: from localhost ([::1]:50427 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5tvz-0006Ht-UA for ged-emacs-devel@m.gmane.org; Mon, 27 Aug 2012 03:40:31 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5tvs-0006HB-Qw for emacs-devel@gnu.org; Mon, 27 Aug 2012 03:40:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5tvl-0003Pi-Rv for emacs-devel@gnu.org; Mon, 27 Aug 2012 03:40:24 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:61359) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5tvl-0003Gd-AR for emacs-devel@gnu.org; Mon, 27 Aug 2012 03:40:17 -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 23982C055D for ; Mon, 27 Aug 2012 16:40:10 +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:152864 Archived-At: The second update of Emacs 24 Mac port 3.x is available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-24.2-mac-3.2.tar.gz This version is based on Emacs 24.2. ** Fixed bugs *** Preferred font family selection does not work on OS X 10.8. ** Improvements *** If Emacs.app is launched from Finder or via Resume on OS X 10.8, then it inherits environment variable settings of user's login shell regardless of the existence of ~/.MacOSX/environment.plist, which is ignored on OS X 10.8 anyway. *** Use sRGB color space instead of device RGB. This does not change the appearance on OS X 10.8 which regards device RGB as sRGB. The third 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.3.tar.gz In addition to the bug fixes and improvements mentioned above, it contains the following fixes included in the original Emacs 24.2: ** Fixed bugs *** CVE-2012-3479: Security flaw in enable-local-eval. (See http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00396.html) *** The `nm' command reports src/emacs as a malformed object if built on OS X 10.8. *** Cannot build with ARC enabled using Command Line Tools (OS X Lion) for Xcode - August 2012. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp