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: [PATCH] New option to make C-x 4 a use file-less ChangeLog buffers (was Re: git history tracking across renames (and emacs support)) Date: Sat, 21 Jul 2018 19:13:30 +0300 Message-ID: <83h8ksy3bp.fsf@gnu.org> References: <86wp12qtgo.fsf@dod.no> <83tvw6chqv.fsf@gnu.org> <86shbprix7.fsf_-_@dod.no> <838t6jgl1k.fsf@gnu.org> <601m6cc6.fsf@lifelogs.com> <83o9fefnv9.fsf@gnu.org> <83in5lg4ol.fsf@gnu.org> <83efg9fxnj.fsf@gnu.org> <838t6hfa4h.fsf@gnu.org> <87h8l4lt9q.fsf@gmail.com> <831sc8fttu.fsf@gnu.org> <87sh4lwwg6.fsf_-_@gmail.com> <83r2k389j9.fsf@gnu.org> <87zhyqbx7s.fsf@gmail.com> <837elozx7j.fsf@gnu.org> <83pnzgyaun.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1532189499 30733 195.159.176.226 (21 Jul 2018 16:11:39 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 21 Jul 2018 16:11:39 +0000 (UTC) Cc: tzz@lifelogs.com, emacs-devel@gnu.org, cpitclaudel@gmail.com, larsi@gnus.org, monnier@iro.umontreal.ca To: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 21 18:11:34 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 1fguTm-0007rN-CF for ged-emacs-devel@m.gmane.org; Sat, 21 Jul 2018 18:11:34 +0200 Original-Received: from localhost ([::1]:53162 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fguVr-0001SC-CU for ged-emacs-devel@m.gmane.org; Sat, 21 Jul 2018 12:13:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fguVi-0001S6-IS for emacs-devel@gnu.org; Sat, 21 Jul 2018 12:13:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fguVe-0003io-2o for emacs-devel@gnu.org; Sat, 21 Jul 2018 12:13:34 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:34673) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fguVd-0003iZ-UL; Sat, 21 Jul 2018 12:13:30 -0400 Original-Received: from [176.228.60.248] (port=3383 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fguVd-0000en-7d; Sat, 21 Jul 2018 12:13:29 -0400 In-reply-to: (message from =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= on Sat, 21 Jul 2018 16:08:51 +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.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:227623 Archived-At: > From: João Távora > Date: Sat, 21 Jul 2018 16:08:51 +0100 > Cc: Ted Zlatanov , Lars Ingebrigtsen , > Clément Pit-Claudel , > Stefan Monnier , > emacs-devel > > Actually, I think it fit much better in "Change Log Mode", since the section > you suggest states that it applies to RCS and CVS only and is for "Generating > a change log file from log entries", to which the new option doesn't apply. > > I just pushed the thing in f96fe57fb76df8e7282f266d42a0d471780e1d75, > have a look. Thanks, it's fine, module a few minor wording changes.