From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Some proposed backports from master to emacs-25 Date: Mon, 03 Oct 2016 10:06:36 +0300 Message-ID: <83mvilq5c3.fsf@gnu.org> References: <87shseyhfl.fsf@users.sourceforge.net> <831szyrebl.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1475478437 6236 195.159.176.226 (3 Oct 2016 07:07:17 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 3 Oct 2016 07:07:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Noam Postavsky Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 03 09:07:14 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bqxLC-0000fG-8Q for ged-emacs-devel@m.gmane.org; Mon, 03 Oct 2016 09:07:10 +0200 Original-Received: from localhost ([::1]:34125 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqxLA-0002jB-JL for ged-emacs-devel@m.gmane.org; Mon, 03 Oct 2016 03:07:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqxKX-0002iq-NP for emacs-devel@gnu.org; Mon, 03 Oct 2016 03:06:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqxKT-0006OE-Gq for emacs-devel@gnu.org; Mon, 03 Oct 2016 03:06:28 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54022) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqxKT-0006Nu-E7; Mon, 03 Oct 2016 03:06:25 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4985 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bqxKR-0003u3-Bf; Mon, 03 Oct 2016 03:06:24 -0400 In-reply-to: (message from Noam Postavsky on Sun, 2 Oct 2016 12:40:24 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:207949 Archived-At: > From: Noam Postavsky > Date: Sun, 2 Oct 2016 12:40:24 -0400 > Cc: Emacs developers > > > . any doc fixes > > . regressions from 24.5 > > . problems introduced in features new in 25.1 > > Ah, in that case, I would propose just these 4 (pushed to > scratch/backports-25.2-strict) > > ;;; Regression in Emacs 25.1 > Don't require isearch-update before isearch-done > > ;;; This bug actually crashes in emacs-25 > Avoid error in icalendar--read-element > > ;;; Doc fixes > Make a menu less ambiguous > Doc fix for url-http These are fine with me; please push to emacs-25. Thanks.