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 and Emacs 23 Mac port Date: Sat, 13 Mar 2010 09:16:13 +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 1268439397 3807 80.91.229.12 (13 Mar 2010 00:16:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 13 Mar 2010 00:16:37 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 13 01:16:31 2010 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.69) (envelope-from ) id 1NqF1q-0005kE-Fl for ged-emacs-devel@m.gmane.org; Sat, 13 Mar 2010 01:16:30 +0100 Original-Received: from localhost ([127.0.0.1]:54004 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NqF1p-00088Q-S4 for ged-emacs-devel@m.gmane.org; Fri, 12 Mar 2010 19:16:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NqF1j-00083z-4R for emacs-devel@gnu.org; Fri, 12 Mar 2010 19:16:23 -0500 Original-Received: from [140.186.70.92] (port=47218 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NqF1h-00080E-4M for emacs-devel@gnu.org; Fri, 12 Mar 2010 19:16:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NqF1f-0004cR-Aj for emacs-devel@gnu.org; Fri, 12 Mar 2010 19:16:21 -0500 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:65150) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NqF1e-0004cJ-So for emacs-devel@gnu.org; Fri, 12 Mar 2010 19:16: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 7F27CC055D for ; Sat, 13 Mar 2010 09:16:13 +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-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:121879 Archived-At: The tenth update of Emacs 22 Carbon+AppKit port is now available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-22.3-appkit-1.10.tar.gz The list of changes is omitted here; mostly bugfixes backported from Emacs 23 Mac port 1.96 - 1.99. Though the Carbon port is part of the official GNU Emacs 22.3 distribution, I'd suggest avoiding it on Mac OS X 10.6 and using the Carbon+AppKit port above instead if you do need native GUI support for Emacs 22. At least Mac OS X 10.6.2 has several bugs in the GUI portions of the Carbon framework, and that causes some annoying glitches in the Carbon port. Meanwhile the Carbon+AppKit port uses the Cocoa AppKit framework for GUI, which seems to be supported better than the Carbon counterpart in Mac OS X 10.6. The ninth update of the Mac port, which is experimental/hackers-only, is also available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-23.1.94-mac-1.99.tar.gz This version is based on Emacs 23.1.94 pretest. ** Fixed bugs *** Dictionary popped up with Command-Control-D is misplaced when a word in a partially-visible line is looked up. *** Drag-n-dropping a file into a Message buffer opens the file instead of adding it as an attachment. Reported by Leo. *** Crash when a text is drag-n-dropped into the Dock icon. Reported by Leo. *** Not registered as a service provider on Mac OS X 10.4 and earlier, even if there is no other instance of running Emacs. *** Modifier mapping for the `fn' key does not work with the `A' key. ** Improvements *** Reverse conversion in Kotoeri works even without selection. Hitting Eisu/Kana key on JIS keyboard (or Control-Shift-;/J/K on US keyboard) twice also works. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp