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: Mon, 28 Nov 2011 19:45:16 +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 1322477132 8568 80.91.229.12 (28 Nov 2011 10:45:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Nov 2011 10:45:32 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 28 11:45:27 2011 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 1RUyiF-0002fv-5h for ged-emacs-devel@m.gmane.org; Mon, 28 Nov 2011 11:45:27 +0100 Original-Received: from localhost ([::1]:39038 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUyiE-0004H3-Pl for ged-emacs-devel@m.gmane.org; Mon, 28 Nov 2011 05:45:26 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:45168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUyiA-0004Gf-DA for emacs-devel@gnu.org; Mon, 28 Nov 2011 05:45:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RUyi7-0005N6-T0 for emacs-devel@gnu.org; Mon, 28 Nov 2011 05:45:22 -0500 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:55364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUyi7-0005M0-9l for emacs-devel@gnu.org; Mon, 28 Nov 2011 05:45:19 -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 9CB17C055D for ; Mon, 28 Nov 2011 19:45:16 +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:146298 Archived-At: The 27th 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.3b-mac-1.9997.tar.gz This version is based on Emacs 23.3b. Again, the Mac port itself is still experimental/hackers-only. Some random notes: * A few users asked me about the status/plans of the Mac port based on Emacs 24. Currently I don't have any development branches for that. * The *Carbon* port (based on Emacs 22) executed on Mac OS X 10.7.2 has a known crash problem when using some features that are actually implemented in Cocoa: file dialogs, font panel (via M-x mac-font-panel RET), or looking up in dictionary (via Command-Control-D or double-tapping a trackpad with three fingers). I think this is not a bug at the application side but a problem in toll-free bridge handling in the Core Text framework, and have already reported to Apple. Mac OS X 10.7 or 10.7.1 didn't have this problem. ** Fixed bugs *** Several redisplay bugs found in the trunk. Backport revno 106534, 106517(Bug#10119), 106357, 106345(Bug#9496), 106279(Bug#9947), 106223, and 106220. *** Several xfns.c bugs found in the trunk. Adapt revno 106352(Bug#9999), 106293(Bug#9943), 106278(Bug#9943) and 105310 to macfns.c. ** Improvements *** Toolbars can be hidden/shown from the context menu on Mac OS X 10.7, which doesn't have a toggle button on the title bar. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp