From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Emacs Mac port Date: Sun, 14 Apr 2019 15:32:50 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="100065"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/25.3 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 14 08:32:57 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hFYhF-000PrR-EA for ged-emacs-devel@m.gmane.org; Sun, 14 Apr 2019 08:32:57 +0200 Original-Received: from localhost ([127.0.0.1]:60212 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hFYhE-0007eP-70 for ged-emacs-devel@m.gmane.org; Sun, 14 Apr 2019 02:32:56 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:42728) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hFYh7-0007cA-Qx for emacs-devel@gnu.org; Sun, 14 Apr 2019 02:32:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hFYh6-0004c2-Ps for emacs-devel@gnu.org; Sun, 14 Apr 2019 02:32:49 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:51926) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hFYh5-0004a1-21 for emacs-devel@gnu.org; Sun, 14 Apr 2019 02:32:47 -0400 Original-Received: from mathent.math.s.chiba-u.ac.jp (mathent [192.168.32.5]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 992EAF08E1 for ; Sun, 14 Apr 2019 15:32:50 +0900 (JST) (envelope-from mituharu@math.s.chiba-u.ac.jp) In-Reply-To: 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.21 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" Xref: news.gmane.org gmane.emacs.devel:235428 Archived-At: The Mac port based on Emacs 26.2 is now available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-26.2-mac-7.6.tar.gz and Git repository is also available at https://bitbucket.org/mituharu/emacs-mac.git The fourth update of the Mac port based on Emacs 25.3 is also available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-25.3-mac-6.11.tar.gz The corresponding branch in the Git repository is "mac-25". YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp * emacs-26.2-mac-7.6 (2019-04-14) Based on Emacs 26.2. ** Fixed bugs *** Candidates window for input methods is often misplaced. Add heuristics so it works in many cases including candidates windows popped up during isearch. We cannot make this placement strictly correct because of a timing problem: the system asks for the cursor position while there are still some pending Lisp events and the redisplay is not completed yet. *** New Space is created when making a child frame visible while a fullscreen frame is focused.