From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Emacs Mac port Date: Wed, 06 Apr 2022 17:12:53 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29862"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/28.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Apr 06 10:28:48 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nc120-0007Yk-4p for ged-emacs-devel@m.gmane-mx.org; Wed, 06 Apr 2022 10:28:48 +0200 Original-Received: from localhost ([::1]:53812 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nc11z-0000yz-0D for ged-emacs-devel@m.gmane-mx.org; Wed, 06 Apr 2022 04:28:47 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49664) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nc0mj-0005Lz-PG for emacs-devel@gnu.org; Wed, 06 Apr 2022 04:13:01 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:49627) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nc0mg-0006ML-NC for emacs-devel@gnu.org; Wed, 06 Apr 2022 04:13:01 -0400 Original-Received: from mathent.math.s.chiba-u.ac.jp (mathent [192.168.32.5]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 31E94F08DE for ; Wed, 6 Apr 2022 17:12:53 +0900 (JST) (envelope-from mituharu@math.s.chiba-u.ac.jp) In-Reply-To: Received-SPF: none client-ip=133.82.132.2; envelope-from=mituharu@math.s.chiba-u.ac.jp; helo=mathmail.math.s.chiba-u.ac.jp X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01, URIBL_SBL_A=0.1 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:287830 Archived-At: The Mac port based on Emacs 28.1 is now available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-28.1-mac-9.0.tar.gz and Git repository is also available at https://bitbucket.org/mituharu/emacs-mac.git The second update of the Mac port based on Emacs 27.2 is also available from ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-27.2-mac-8.4.tar.gz The corresponding branch in the Git repository is `mac-27'. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp Drop support for Mac OS X 10.6 - OS X 10.9. Emoji composition handling is aligned with upstream. You may find some incompatibilities with the previous versions. ** Fixed bugs *** Rotated SVG is clipped when dimension is specified by percentage. *** Typing F10 on a full-screen frame causes hang on Monterey. Reported by Brandon Bremen. It no longer hangs, but still F10 does not activate the menu bar for a full-screen frame on Monterey if the "Automatically hide and show the menu bar in full screen" setting is checked (default). *** When posix_spawn is used, emacs-gdb doesn't work properly. Apply a fix for Bug#54667.