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: Fri, 30 Oct 2015 11:52:28 +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 1446173582 2434 80.91.229.3 (30 Oct 2015 02:53:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Oct 2015 02:53:02 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 30 03:52:56 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 1ZrzoE-0001HS-R5 for ged-emacs-devel@m.gmane.org; Fri, 30 Oct 2015 03:52:54 +0100 Original-Received: from localhost ([::1]:48128 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrzoE-0005tl-9x for ged-emacs-devel@m.gmane.org; Thu, 29 Oct 2015 22:52:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56437) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrznw-0005pq-1n for emacs-devel@gnu.org; Thu, 29 Oct 2015 22:52:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zrzns-0006V1-Sv for emacs-devel@gnu.org; Thu, 29 Oct 2015 22:52:35 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:55469) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrzns-0006Uq-Ca for emacs-devel@gnu.org; Thu, 29 Oct 2015 22:52:32 -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 BC7CEC0566 for ; Fri, 30 Oct 2015 11:52:28 +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:192942 Archived-At: The fifth 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.12.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 *** Invoking Ediff from a fullscreen frame creates a fullscreen Control Panel on OS X 10.11 (does not happen on OS X 10.11.1). *** Changing a frame to/from fullboth does not make the frame key window on OS X 10.11. *** Making a fullboth frame fullscreen does not keep the tool bar visibility on OS X 10.7 and later. *** If the executable is built on an older OS/SDK and run on OS X 10.11, the frame placed in the left part of Split View gets maximized. Reported by Alan Schmitt. *** Crash when making a frame fullscreen/fullboth on Mac OS X 10.4. *** Crash by infinite recursion while displaying box face. Apply a fix for Bug#21428. *** Crash when redisplaying a window changes faces or fonts. Apply a fix for Bug#21428. ** Improvements *** Fullscreen/fullboth frames no longer hide the Dock unnecessarily if compiled and run on OS X 10.11. *** Fullscreen transition animation looks a bit better on OS X 10.11.