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: Carbon: resizing a frame on wrong "space" Date: Mon, 26 Jan 2009 13:48:19 +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 1232998614 32103 80.91.229.12 (26 Jan 2009 19:36:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Jan 2009 19:36:54 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 26 20:38:06 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 1LRXHL-00041P-37 for ged-emacs-devel@m.gmane.org; Mon, 26 Jan 2009 20:37:52 +0100 Original-Received: from localhost ([127.0.0.1]:47937 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRXG2-00048D-EP for ged-emacs-devel@m.gmane.org; Mon, 26 Jan 2009 14:36:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LRVyd-0002Vn-Tr for emacs-devel@gnu.org; Mon, 26 Jan 2009 13:14:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LRVyd-0002VE-5j for emacs-devel@gnu.org; Mon, 26 Jan 2009 13:14:27 -0500 Original-Received: from [199.232.76.173] (port=53622 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRVyd-0002V9-0R for emacs-devel@gnu.org; Mon, 26 Jan 2009 13:14:27 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]:52594) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LRVOr-0007CK-St for emacs-devel@gnu.org; Mon, 26 Jan 2009 12:37:30 -0500 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LRJP5-0003UY-1K for emacs-devel@gnu.org; Sun, 25 Jan 2009 23:48:55 -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 7767C2C46 for ; Mon, 26 Jan 2009 13:48:19 +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-kernel: by mx20.gnu.org: NetBSD 3.0 (DF) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:108250 Archived-At: >>>>> On Thu, 27 Nov 2008 20:37:53 +0900, YAMAMOTO Mitsuharu said: >>> YAMAMOTO Mitsuharu writes: >>>> FYI, it does not happen with the Carbon+AppKit port. >>> I have seen you mentioned this port several times, but never find >>> it through google. Seems not in CVS repo either? So where can I >>> get it? >> Now it is publicly available from >> ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-22.3-appkit-1.0.tar.gz > The first update of the Carbon+AppKit port is now available from > ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-22.3-appkit-1.1.tar.gz The second update of the Carbon+AppKit port is now available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-22.3-appkit-1.2.tar.gz Below is the list of changes: ** Fixed bugs *** do-applescript crashes with -nw due to the previous fix for (do-applescript "choose file") hang. *** Cursor erasure sometimes fails on Mac OS X 10.5 due to the previous change for flyspell-small-region slowness. *** Buffer overrun in creation of Vmac_carbon_version_string. ** Improvements *** Untag Lisp_Object by subtraction instead of masking. http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01876.html *** `select' emulation waits for user signal delivery as well as window system events and process outputs via sockets. http://lists.gnu.org/archive/html/emacs-devel/2008-10/msg00198.html *** Hourglass display is enabled. *** Let the framework decide whether wheel events to non-focus frames are accepted or not. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp