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 23 Mac port Date: Tue, 04 May 2010 11:35:39 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <2282B3B4-D844-4E26-BB94-9F79EEA2E847@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: dough.gmane.org 1272940563 21866 80.91.229.12 (4 May 2010 02:36:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 May 2010 02:36:03 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 04 04:36:01 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O97zK-000597-1i for ged-emacs-devel@m.gmane.org; Tue, 04 May 2010 04:35:58 +0200 Original-Received: from localhost ([127.0.0.1]:34947 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O97zJ-0003Zr-Dn for ged-emacs-devel@m.gmane.org; Mon, 03 May 2010 22:35:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O97zD-0003Z4-Gs for emacs-devel@gnu.org; Mon, 03 May 2010 22:35:51 -0400 Original-Received: from [140.186.70.92] (port=54263 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O97zB-0003Xm-Hp for emacs-devel@gnu.org; Mon, 03 May 2010 22:35:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O97z7-00054A-G0 for emacs-devel@gnu.org; Mon, 03 May 2010 22:35:49 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:59773) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O97z6-00053I-5s for emacs-devel@gnu.org; Mon, 03 May 2010 22:35:45 -0400 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 4E4EFC0557 for ; Tue, 4 May 2010 11:35:39 +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: NetBSD 3.0 (DF) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:124489 Archived-At: The twelfth update of the Mac port, which is experimental/hackers-only, is now available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-23.1.97-mac-1.992.tar.gz This version is based on Emacs 23.1.97 pretest. ** Fixed bugs *** Tooltips don't respect customized `tooltip' face font setting. *** Font specs specified for non-ASCII characters in a non-default fontset are not used in new frames. Reported by Ichiro Enoki. ** Improvements *** New function `mac-file-alias-p', which is parallel to `file-symlink-p'. Being a port of upcoming Emacs 23.2, the Mac port supports the following features: * The `fullscreen' frame parameter, with all values supported: `fullboth', `fullwidth', `fullheight', and 'maximized'. The fullboth frames, which don't have the title bar, still allow us to access the menu bar, the Dock (Mac OS X 10.3 and later), and the tool bars. The menu bar can also be activated via `menu-bar-open', `Control-F2' (if full keyboard access enabled), or `Command-Shift-/' (on Mac OS X 10.5 and later) even for fullboth frames where the menu bar is usually hidden. Changing fonts or internal-border-width in fullscreen frames does not clutter display. On multiple monitor environments, one can move fullscreen frames to another monitor by setting the `left' and `top' frame parameters accordingly. Attaching/detaching external monitors should work even with fullscreen frames. * The `sticky' frame parameter, which allows us to keep particular frames visible for all Spaces on Mac OS X 10.5 and later. * The function `system-move-file-to-trash', which can be specified as a value of `delete-by-moving-to-trash'. * SVG image display. This can be done via the WebKit framework on Mac OS X 10.4 and later, so you don't need librsvg. * Multi-page TIFF images. * The function `x-select-font' that provides modal font selection dialog in a compatible way with GTK+ and W32 ones. Note that a nonmodal counterpart has been available since Emacs 22 Carbon port via `mac-font-panel-mode'. * Unicode character display including non-BMP ones. * Complex text layout (left-to-right only) and text shaping. They are implemented using the Core Text or NS Text layout engine, so you don't need libotf. * Glyph selection with variation selectors. Most of Adobe-Japan1 ideographic glyphs are accessible via IVSes (Ideographic Variation Sequences) even for the OS-bundled Hiragino fonts, which do not contain the UVS subtable in their cmap table as of Mac OS X 10.6. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp