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 22 Carbon+AppKit port Date: Mon, 03 Aug 2009 11:55:04 +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: ger.gmane.org 1249268128 21595 80.91.229.12 (3 Aug 2009 02:55:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Aug 2009 02:55:28 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 03 04:55:21 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MXnho-00062e-NJ for ged-emacs-devel@m.gmane.org; Mon, 03 Aug 2009 04:55:21 +0200 Original-Received: from localhost ([127.0.0.1]:32788 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXnho-0003fi-Aw for ged-emacs-devel@m.gmane.org; Sun, 02 Aug 2009 22:55:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXnhj-0003fT-Up for emacs-devel@gnu.org; Sun, 02 Aug 2009 22:55:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXnhe-0003fH-I1 for emacs-devel@gnu.org; Sun, 02 Aug 2009 22:55:14 -0400 Original-Received: from [199.232.76.173] (port=52534 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXnhe-0003fE-Dl for emacs-devel@gnu.org; Sun, 02 Aug 2009 22:55:10 -0400 Original-Received: from ntp.math.s.chiba-u.ac.jp ([133.82.132.2]:56108 helo=mathmail.math.s.chiba-u.ac.jp) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MXnhd-000240-LT for emacs-devel@gnu.org; Sun, 02 Aug 2009 22:55:10 -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 918E62C44 for ; Mon, 3 Aug 2009 11:55:04 +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 monty-python.gnu.org: NetBSD 3.0 (DF) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:113590 Archived-At: The fifth update of the Carbon+AppKit port is now available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-22.3-appkit-1.5.tar.gz ** Fixed bugs *** "open -g" (available on Mac OS X 10.5 and later) does not work. *** Control-Tab is not recognized on Mac OS X 10.4 and earlier. ** Improvements *** Resizing truncates the window width/height to multiple of the nominal character size instead of rounding unless the resizing is triggered by mouse dragging of the resize handle. *** Warning "CFMessagePort: bootstrap_register(): failed" with multiple invocations via command-line or "open -n" is suppressed (except for Mac OS X 10.4). An experimental/hackers-only version for Emacs 23.1 on Mac OS X 10.2 - 10.5 is also available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-23.1-mac-1.90.tar.gz I'd call this "Mac port" following the value of `window-system', because the GUI implementation with Carbon HIToolbox is dropped, and it's no longer much meaningful to say Carbon or Cocoa (both are used). YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp