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: Emacs 22 Carbon+AppKit port (was Re: Carbon: resizing a frame on wrong "space") Date: Sat, 27 Jun 2009 14:58:36 +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 1246082342 1109 80.91.229.12 (27 Jun 2009 05:59:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Jun 2009 05:59:02 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 27 07:58:55 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 1MKQwA-0001io-3G for ged-emacs-devel@m.gmane.org; Sat, 27 Jun 2009 07:58:54 +0200 Original-Received: from localhost ([127.0.0.1]:36405 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKQw9-0004PF-38 for ged-emacs-devel@m.gmane.org; Sat, 27 Jun 2009 01:58:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MKQw0-0004MA-Qa for emacs-devel@gnu.org; Sat, 27 Jun 2009 01:58:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MKQvv-0004C9-7x for emacs-devel@gnu.org; Sat, 27 Jun 2009 01:58:43 -0400 Original-Received: from [199.232.76.173] (port=33890 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKQvu-0004BT-UI for emacs-devel@gnu.org; Sat, 27 Jun 2009 01:58:39 -0400 Original-Received: from ntp.math.s.chiba-u.ac.jp ([133.82.132.2]:63597 helo=mathmail.math.s.chiba-u.ac.jp) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MKQvu-0001Dp-5I for emacs-devel@gnu.org; Sat, 27 Jun 2009 01:58:38 -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 1E4602C40 for ; Sat, 27 Jun 2009 14:58:36 +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:111765 Archived-At: The fourth update of the Carbon+AppKit port is now available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-22.3-appkit-1.4.tar.gz As I said in http://lists.gnu.org/archive/html/emacs-devel/2009-05/msg00262.html , a 64-bit ATSUI bug was fixed in Mac OS X 10.5.7 update and the 64-bit executable no longer crashes on displaying combining diacritics. Below is the list of changes: ** Fixed bugs *** Fringe bitmap display is incorrect if its width is not 8. *** Crash when calculating Quickdraw font metrics in an invisible frame. *** Crash when changing internal-border-width of an invisible frame. *** Assertion failure in mac_set_font. *** "Hide" in Login Items does not work. *** (mac-pasteboard-string-to-string "\342\204\246" 'mac-roman) gives GREEK CAPITAL LETTER OMEGA instead of OHM SIGN (likewise for mac-utxt-to-string). *** mac-symbol -> emacs-mule mapping is represented wrong for #x30 - #x37. ** Improvements *** Conversion between CFNumber and Lisp objects now uses Lisp strings for integers that don't fit in the Lisp float range. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp