From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs 27.1 released Date: Wed, 12 Aug 2020 19:47:31 +0300 Message-ID: <83bljfolp8.fsf@gnu.org> References: <87a6z2ds3y.fsf@petton.fr> <834kp9ox92.fsf@gnu.org> <87ft8smgje.fsf@gmx.de> <83k0y4ndwz.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14760"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Mattias =?utf-8?Q?Engdeg=C3=A5rd?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Aug 12 18:48:11 2020 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 1k5tv8-0003kE-QS for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Aug 2020 18:48:10 +0200 Original-Received: from localhost ([::1]:60306 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k5tv7-00029z-Sy for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Aug 2020 12:48:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46530) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k5tuf-0001jC-Of for emacs-devel@gnu.org; Wed, 12 Aug 2020 12:47:41 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37659) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k5tuf-0004mE-6O; Wed, 12 Aug 2020 12:47:41 -0400 Original-Received: from [176.228.60.248] (port=2042 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k5tue-0007fg-N8; Wed, 12 Aug 2020 12:47:41 -0400 In-Reply-To: (message from Mattias =?utf-8?Q?Engdeg=C3=A5rd?= on Wed, 12 Aug 2020 18:20:35 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:253701 Archived-At: > From: Mattias EngdegÄrd > Date: Wed, 12 Aug 2020 18:20:35 +0200 > Cc: emacs-devel > > 12 aug. 2020 kl. 16.21 skrev Eli Zaretskii : > > > Yes, but please only install bugfixes which are either safe enough for > > the release branch, or very urgent, or fix regressions introduced by > > Emacs 26 or 27.1. Other changes should go to master. > > The bug fixes below (selected from ones on master made by me) should fit the criterion of being safe enough. > Any of them that you would rather not see back-ported to emacs-27? > > c48bb7deb8 Preserve match data in 'kbd' Doesn't seem urgent: we've had this forever, didn't we? > 687a9d3e2f Calc: fix interval entry snag (bug#42438) Doesn't seem to be very important or urgent, but since it's highly localized, I don't mind back-porting it. > 8ef84632c2 Accept lexical lambda in auto-insert-alist I don't think this is important enough, but you could try convincing me by telling more details, including when this was introduced. > 6242605731 Fix spurious error in beginning-of-defun in pascal-mode (bug#41740) Since this is very localized, it's fine with me. > 73daab9991 Preserve point in pascal-mode completion (bug#41740) OK. > 2bdb2cd10d Document that {en,de}code-coding-string preserve match data Documentation changes are always safe on the release branch. > c5cf630ecd Don't clobber match data in utf-8-hfs conversion (bug#41445) OK. > b1fe27d77d Fix calculator entry of numbers with negative exponents (bug#41347) OK > 60cd6cce55 Calc: GCD(0,x)=GCD(x,0)=|x|, not x (bug#41279) I'm uneasy with this, as it would indirectly affect many functions. Can't this wait for Emacs 28? > 4af8b17149 Fix customisation of mouse-drag-and-drop-region (bug#41251) OK > 1d559581b3 Calc: fix LU decomposition for non-numeric matrices (bug#41223) OK > 63268253d2 Regexps cannot infloop; fix manual Documentation again; OK. > 20c1e7f8af Fix calculator division truncation (bug#40892) OK > 7839390f27 Quote semanticdb-ebrowse-default-file-name in regexp OK > 95dd8de1df chinese-hz is not ASCII compatible (bug#40407) OK > 8d95e75eb6 utf-7 and utf-7-imap are not ASCII-compatible (bug#40407) OK > 7195ea7532 Avoid regexp stack overflow in GDB string matching (bug#22149) OK Thanks.