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: Sun, 15 Jan 2012 15:07:06 +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 1326607641 25493 80.91.229.12 (15 Jan 2012 06:07:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 15 Jan 2012 06:07:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 15 07:07:17 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RmJFM-0002NL-Od for ged-emacs-devel@m.gmane.org; Sun, 15 Jan 2012 07:07:17 +0100 Original-Received: from localhost ([::1]:57451 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RmJFM-0003A3-0z for ged-emacs-devel@m.gmane.org; Sun, 15 Jan 2012 01:07:16 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:59169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RmJFI-00039v-OT for emacs-devel@gnu.org; Sun, 15 Jan 2012 01:07:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RmJFH-0005bQ-4h for emacs-devel@gnu.org; Sun, 15 Jan 2012 01:07:12 -0500 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:57779) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RmJFG-0005b9-Ft for emacs-devel@gnu.org; Sun, 15 Jan 2012 01:07:11 -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 5B566C055D for ; Sun, 15 Jan 2012 15:07:06 +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:147666 Archived-At: The 28th 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.3.90-mac-1.9998.tar.gz This version is based on Emacs 23.3.90 pretest. I hope I can release version 2.0 shortly after the Emacs 23.4 release. ** Fixed bugs *** Wrong relief display for sliced images. Adapt a fix for Bug#10500. ** Improvements *** If Emacs.app is launched from Finder or via Resume, and there is no ~/.MacOSX/environment.plist file, then it inherits environment variable settings of user's login shell. Note that if Emacs.app is launched via the `open' command on Mac OS X 10.4 and later, then it inherits environment variable settings of the shell where the command is invoked, and this behavior is unchanged. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp