From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: How to update the ChangeLog files in emacs-25? Date: Sun, 24 Jan 2016 22:43:47 +0200 Message-ID: <83powq3dz0.fsf@gnu.org> References: <87h9i3faym.fsf@petton.fr> <83egd73u7m.fsf@gnu.org> <87a8nu67b4.fsf@petton.fr> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1453668219 5264 80.91.229.3 (24 Jan 2016 20:43:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Jan 2016 20:43:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: Nicolas Petton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 24 21:43:33 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aNRVT-0008G0-VC for ged-emacs-devel@m.gmane.org; Sun, 24 Jan 2016 21:43:32 +0100 Original-Received: from localhost ([::1]:33337 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNRVT-0000F2-H3 for ged-emacs-devel@m.gmane.org; Sun, 24 Jan 2016 15:43:31 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNRVQ-0000EA-8l for emacs-devel@gnu.org; Sun, 24 Jan 2016 15:43:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aNRVN-0002nA-2Q for emacs-devel@gnu.org; Sun, 24 Jan 2016 15:43:28 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47900) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNRVM-0002n6-Vu; Sun, 24 Jan 2016 15:43:25 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4334 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aNRVM-0004BF-9Q; Sun, 24 Jan 2016 15:43:24 -0500 In-reply-to: <87a8nu67b4.fsf@petton.fr> (message from Nicolas Petton on Sun, 24 Jan 2016 21:39:27 +0100) 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.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:198726 Archived-At: > From: Nicolas Petton > Cc: emacs-devel@gnu.org > Date: Sun, 24 Jan 2016 21:39:27 +0100 > > >> I'm working on getting the first pretest out, but I'm wondering if (and > >> how) I should update the ChangeLog files from the git history. > > > > "make change-history-nocommit" > > That was my first guess, but this seems to work only in the master > branch (there is a check for that in the Makefile). That's easy to fix, no?