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: Thu, 24 Oct 2013 17:40:09 +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 1382604036 8240 80.91.229.3 (24 Oct 2013 08:40:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Oct 2013 08:40:36 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 24 10:40:40 2013 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 1VZGTA-0004f7-Ez for ged-emacs-devel@m.gmane.org; Thu, 24 Oct 2013 10:40:40 +0200 Original-Received: from localhost ([::1]:53276 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZGT9-0001oZ-R5 for ged-emacs-devel@m.gmane.org; Thu, 24 Oct 2013 04:40:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZGSv-0001mm-ET for emacs-devel@gnu.org; Thu, 24 Oct 2013 04:40:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZGSm-0002iQ-11 for emacs-devel@gnu.org; Thu, 24 Oct 2013 04:40:25 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:54309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZGSl-0002gF-Ex for emacs-devel@gnu.org; Thu, 24 Oct 2013 04:40:15 -0400 Original-Received: from fermat.math.s.chiba-u.ac.jp (fermat [133.82.132.10]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 180B4C055D for ; Thu, 24 Oct 2013 17:40:09 +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:164505 Archived-At: The fourth update of Emacs 24.3 Mac port 4.x is now available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-24.3-mac-4.4.tar.gz YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp ** Fixed bugs *** Default directory is set to `/' on OS X 10.9. *** Some animation effects cause crash on OS X 10.9. *** SVG images (via WebKit) cannot be loaded on OS X 10.9. *** Clicking a menu bar in an inactive appearance shows bogus menus on OS X 10.9. *** Switching full screen state on multi-monitor environment may cause exception on OS X 10.9. *** Focusing on a `fullboth' frame in a non-primary monitor does not hide the menu bars on OS X 10.9. Note: the menu bar hidden by a `fullboth' frame in a non-primary monitor does not appear automatically by moving the mouse to the place where the menu bar was. I suspect this is a bug in AppKit. *** Battery status is not shown correctly on OS X 10.9. Apply a fix for bug#15694 by Masashi Fujimoto and Glenn Morris. ** Improvements *** Double clicking an emoji character in the Character Viewer now complements the Variation Selector 16 if the character is sensitive to the selector. *** The image type `image-io' can now additionally rasterize data in several document formats. The list of supported formats can be obtained by `(image-io-types)'.