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: Releasing Emacs 26.1 Date: Mon, 07 May 2018 22:05:38 +0300 Message-ID: <83zi1bp9q5.fsf@gnu.org> References: <83o9hsr28g.fsf@gnu.org> <87zi1crpka.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1525719893 16341 195.159.176.226 (7 May 2018 19:04:53 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 7 May 2018 19:04:53 +0000 (UTC) Cc: johnw@gnu.org, rasmus@gmx.us, emacs-devel@gnu.org To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 07 21:04:49 2018 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 1fFlRI-00045f-FM for ged-emacs-devel@m.gmane.org; Mon, 07 May 2018 21:04:48 +0200 Original-Received: from localhost ([::1]:47719 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFlTO-00081h-1n for ged-emacs-devel@m.gmane.org; Mon, 07 May 2018 15:06:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFlSH-0007Qc-Se for emacs-devel@gnu.org; Mon, 07 May 2018 15:05:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFlSH-0005lI-3E for emacs-devel@gnu.org; Mon, 07 May 2018 15:05:49 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58578) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFlS8-0005dE-ER; Mon, 07 May 2018 15:05:40 -0400 Original-Received: from [176.228.60.248] (port=1396 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fFlS6-0004OQ-Ls; Mon, 07 May 2018 15:05:40 -0400 In-reply-to: <87zi1crpka.fsf@gnu.org> (message from Bastien on Mon, 07 May 2018 07:40:37 +0200) 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:225135 Archived-At: > From: Bastien > Cc: John Wiegley , emacs-devel@gnu.org, Rasmus Pank Roulund > Date: Mon, 07 May 2018 07:40:37 +0200 > > If these four Org bugfixes (9.1.13) can make it, that'd be great: > > 064caac ox-html: Make use of :html-preamble/postamble-format > 631c4b7 org-src: Clear overlay in Org buffer after major mode change > 80eb69b org-list: Proper error message when trying to indent top level item > 388254e Revert "org.el: Fix bug when links contain special characters" The last 2 are okay for the release branch. The other two I'm not comfortable enough to risk, sorry. (They don't seem ti be critical, are they?) Thanks.