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, 27 Sep 2015 17:24:25 +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 1443342283 7933 80.91.229.3 (27 Sep 2015 08:24:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Sep 2015 08:24:43 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 27 10:24:38 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 1Zg7G8-00027C-20 for ged-emacs-devel@m.gmane.org; Sun, 27 Sep 2015 10:24:36 +0200 Original-Received: from localhost ([::1]:56546 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zg7G7-0006nf-FB for ged-emacs-devel@m.gmane.org; Sun, 27 Sep 2015 04:24:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zg7G3-0006nZ-V5 for emacs-devel@gnu.org; Sun, 27 Sep 2015 04:24:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zg7G0-0002ys-Pw for emacs-devel@gnu.org; Sun, 27 Sep 2015 04:24:31 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:60001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zg7G0-0002vx-9k for emacs-devel@gnu.org; Sun, 27 Sep 2015 04:24:28 -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 694FDC055D for ; Sun, 27 Sep 2015 17:24:25 +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:190388 Archived-At: The fourth 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.11.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 *** Crash when closing a fullscreen frame on OS X 10.11 GM Candidate. *** Daemon mode does not exec after fork at startup. This is a regression introduced in 3.90. *** Display corrupts when zooming twice quickly. *** Crash when displaying etc/HELLO file on OS X 10.11 GM Candidate. It crashes when displaying Oriya characters with Arial Unicode MS. This happens even with TextEdit.app if you explicitly select the font. A workaround is added so Oriya Sangam MN is preferred by default. ** Improvements *** Extend mode line areas while showing resize transition animation.