From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: master 4a703c7: * lisp/newcomment.el (comment-dwim): Use `use-region-p' Date: Tue, 1 Sep 2015 23:56:37 +0100 Message-ID: References: <20150901021510.12208.79988@vcs.savannah.gnu.org> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1441148264 22138 80.91.229.3 (1 Sep 2015 22:57:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Sep 2015 22:57:44 +0000 (UTC) Cc: emacs-devel To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 02 00:57:43 2015 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 1ZWuUp-0004aL-K0 for ged-emacs-devel@m.gmane.org; Wed, 02 Sep 2015 00:57:43 +0200 Original-Received: from localhost ([::1]:59235 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWuUp-0007R4-Dq for ged-emacs-devel@m.gmane.org; Tue, 01 Sep 2015 18:57:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWuTp-00060C-Jn for emacs-devel@gnu.org; Tue, 01 Sep 2015 18:56:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWuTo-0007Pj-Ro for emacs-devel@gnu.org; Tue, 01 Sep 2015 18:56:41 -0400 Original-Received: from mail-lb0-x230.google.com ([2a00:1450:4010:c04::230]:35183) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWuTm-0007Ol-BZ; Tue, 01 Sep 2015 18:56:38 -0400 Original-Received: by lbpo4 with SMTP id o4so8271019lbp.2; Tue, 01 Sep 2015 15:56:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=kFHI+XaOqrIkpGlB6m15Xn/+DylvUuRNtwkmTmvHIQ0=; b=QPft+PeeeaKiyXQIi3OQ9+x88sxoKeY6u0AhFYQUC64SH2SupRzNDn+6FEvY/fcCTJ LeDDId+Ho+lOg3F2HHQZHAwTTAkQD6WP9WqAvuwDqcTy8Ya3qR2Fgx63W3kKtU84yWVP SArsxp48Njpdsi4p8efllbI2zdB/pR6YG6VbCedEmLRWSM8K2fhqmoXGeh77hKfUUZ+U ypA8iGr8pLGT8fQfGCpMXAN4+/zmLBqydIQMwVEMKTT6L4oMDh6u2FBNkqgRvmP1aVbq pbRtVXNFL9gd/6jZuewzfoo1ClvglNGorK9HcH54GqzJdNSKLQOjtMA6YMxXhr8OVYQu ocTQ== X-Received: by 10.112.25.69 with SMTP id a5mr14629481lbg.16.1441148197553; Tue, 01 Sep 2015 15:56:37 -0700 (PDT) Original-Received: by 10.25.213.202 with HTTP; Tue, 1 Sep 2015 15:56:37 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: SSAm3P__3SMd27vrBDB7ZP7ILj0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::230 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:189427 Archived-At: Sorry I wasn't clear. I meant, what do I actually write in the changelog file? 2015-09-01 16:50 GMT+01:00 Glenn Morris : > > admin/notes/repo: > > To alter ChangeLog history, run 'make change-history', then edit the > ChangeLog history files manually and commit your changes.