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: Mon, 03 Nov 2014 16:08:01 +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 1414998516 9207 80.91.229.3 (3 Nov 2014 07:08:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Nov 2014 07:08:36 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 03 08:08:30 2014 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 1XlBka-0000Gj-2a for ged-emacs-devel@m.gmane.org; Mon, 03 Nov 2014 08:08:28 +0100 Original-Received: from localhost ([::1]:60646 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlBkZ-0007qV-Jy for ged-emacs-devel@m.gmane.org; Mon, 03 Nov 2014 02:08:27 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlBkI-0007qF-89 for emacs-devel@gnu.org; Mon, 03 Nov 2014 02:08:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlBkD-0005EC-Ba for emacs-devel@gnu.org; Mon, 03 Nov 2014 02:08:10 -0500 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:53252) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlBkC-0005Dx-RN for emacs-devel@gnu.org; Mon, 03 Nov 2014 02:08:05 -0500 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 EB359C055D for ; Mon, 3 Nov 2014 16:08:01 +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:176250 Archived-At: The first update of Emacs 24.4 Mac port 5.x is available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-24.4-mac-5.1.tar.gz YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp ** Fixed bugs *** "C-_" on JIS keyboard is recognized as "_". Reported by OHKAWA Yuichi. *** Checking "Reduce translucency" in the Accessibility pane in the System Preferences on OS X 10.10 makes fringe areas translucent. Reported by Nicholas Riley. ** Improvements *** Blend-and-blur of fringe background on OS X 10.10 is no longer hard-coded. It can be customized per face by specifying a special name `alpha:ALPHA' as a value of the background stipple attribute. For example, (set-face-stipple 'fringe "alpha:50%") or defaults write org.gnu.Emacs Emacs.fringe.attributeStipple alpha:.5 will (mostly) recover the appearance of the previous release. Note: Setting stipple for the default face may not work as you expect. This is the same limitation as the standard stipple feature on X11. Also, blend-and-blur is temporarily turned off during animations. *** New experimental functions `mac-osa-language-list' and `mac-osa-script'. The latter is like `do-applescript', but can execute JavaScript as well as AppleScript on OS X 10.10.