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 and Emacs 23 Mac port Date: Sat, 05 Sep 2009 11:18: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: ger.gmane.org 1252117121 4855 80.91.229.12 (5 Sep 2009 02:18:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Sep 2009 02:18:41 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 05 04:18:34 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 1MjkrK-0000CB-9H for ged-emacs-devel@m.gmane.org; Sat, 05 Sep 2009 04:18:34 +0200 Original-Received: from localhost ([127.0.0.1]:46743 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjkrJ-00011o-CV for ged-emacs-devel@m.gmane.org; Fri, 04 Sep 2009 22:18:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MjkrD-00011j-Oc for emacs-devel@gnu.org; Fri, 04 Sep 2009 22:18:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mjkr9-00011X-Cc for emacs-devel@gnu.org; Fri, 04 Sep 2009 22:18:27 -0400 Original-Received: from [199.232.76.173] (port=33134 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mjkr9-00011U-5G for emacs-devel@gnu.org; Fri, 04 Sep 2009 22:18:23 -0400 Original-Received: from ntp.math.s.chiba-u.ac.jp ([133.82.132.2]:57871 helo=mathmail.math.s.chiba-u.ac.jp) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mjkr8-0000Rk-F1 for emacs-devel@gnu.org; Fri, 04 Sep 2009 22:18:23 -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 A63ECC054F for ; Sat, 5 Sep 2009 11:18: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 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:115040 Archived-At: The seventh update of the Carbon+AppKit port is now available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-22.3-appkit-1.7.tar.gz ** Fixed bugs *** Command-Control-D doesn't pop up dictionary on Mac OS X 10.6. *** Iconified frames aren't considered visible. Reported by Benjamin Riefenstahl. *** Can't make iconified frames invisible. ** Improvement *** Fall back on mac-system-coding-system if script and language information is not available in text input events. The second 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-mac-1.92.tar.gz In addition to the bug fixes and improvements above, it has the following experimental feature (only for Mac OS X 10.6 Snow Leopard): *** New implementation for the `select' emulation using Grand Central Dispatch instead of CFSocket. It is enabled by default if built for Mac OS X 10.6. If you find it unstable/problematic, then you can turn it off by compiling with "-DSELECT_USE_GCD=0". There is a change in how to report bugs. Please read `README-mac' in the tarball. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp