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 Mac port Date: Sun, 17 May 2015 15:04:02 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: NNTP-Posting-Host: plane.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 1431842673 15968 80.91.229.3 (17 May 2015 06:04:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 May 2015 06:04:33 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 17 08:04:26 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YtrgX-0005u6-Vp for ged-emacs-devel@m.gmane.org; Sun, 17 May 2015 08:04:26 +0200 Original-Received: from localhost ([::1]:36018 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtrgW-0006cs-VS for ged-emacs-devel@m.gmane.org; Sun, 17 May 2015 02:04:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtrgK-0006cc-JV for emacs-devel@gnu.org; Sun, 17 May 2015 02:04:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YtrgH-0001gU-DY for emacs-devel@gnu.org; Sun, 17 May 2015 02:04:12 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:55799) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtrgG-0001fd-TJ for emacs-devel@gnu.org; Sun, 17 May 2015 02:04:09 -0400 Original-Received: from fermat1.math.s.chiba-u.ac.jp (fermat [192.168.32.10]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 4A78DC055D for ; Sun, 17 May 2015 15:04:02 +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: Genre and OS details not recognized. X-Received-From: 133.82.132.2 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:186548 Archived-At: The first update of the Mac port based on Emacs 24.5 is available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-24.5-mac-5.8.tar.gz and Git repository is also available at http://www.math.s.chiba-u.ac.jp/~mituharu/emacs-mac.git YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp ** Fixed bugs *** Display may corrupt just after loading fonts. Adapt a fix for Bug#20410. *** System-wide popups (such as "Emoji & Symbols") are placed wrong when the cursor is at end of line. *** The symbol `left' for mac-right-*-modifier variables is not properly presented in customization buffers. ** Improvements *** Support ZWJ (ZERO WIDTH JOINER) sequences for emoji on OS X 10.10.3. *** Now the `:button' property in the value of a modifier variable (e.g., `mac-option-modifier') can be used for mapping button numbers. The default setting maps the primary button with `fn' to mouse-2.