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 23 Mac port Date: Tue, 20 Apr 2010 18:08:42 +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 1271754544 21895 80.91.229.12 (20 Apr 2010 09:09:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 20 Apr 2010 09:09:04 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 20 11:09:03 2010 connect(): No such file or directory 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 1O49S1-0000X0-BO for ged-emacs-devel@m.gmane.org; Tue, 20 Apr 2010 11:09:01 +0200 Original-Received: from localhost ([127.0.0.1]:49955 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O49S0-0004Nz-Pc for ged-emacs-devel@m.gmane.org; Tue, 20 Apr 2010 05:09:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O49Rr-0004Mx-MJ for emacs-devel@gnu.org; Tue, 20 Apr 2010 05:08:51 -0400 Original-Received: from [140.186.70.92] (port=39758 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O49Rq-0004M9-8F for emacs-devel@gnu.org; Tue, 20 Apr 2010 05:08:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O49Rn-0006bE-QB for emacs-devel@gnu.org; Tue, 20 Apr 2010 05:08:50 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:57211) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O49Rn-0006aA-Bs for emacs-devel@gnu.org; Tue, 20 Apr 2010 05:08:47 -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 0F902C0557 for ; Tue, 20 Apr 2010 18:08:42 +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:123902 Archived-At: The eleventh update of the Mac port, which is experimental/hackers-only, is now available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-23.1.96-mac-1.991.tar.gz This version is based on Emacs 23.1.96 pretest. I've just noticed that Command-Control-D, which has been used for looking up a word under the mouse pointer in dictionary since Mac OS X 10.4, now looks up a word around the cursor if the mouse pointer is invisible (e.g., just after some keyboard input) on Mac OS X 10.6. ** Fixed bugs *** 64-bit binary built on Mac OS X 10.5 does not run on 10.6. *** `make bootstrap' fails (though it is not required for normal installation). Reported by Leo. ** Improvements *** `do-applescript' regards a given multibyte string as Unicode text. It behaves as in Emacs 22 if the script is given as a unibyte string. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp