From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: CEDET Merge Date: Tue, 31 Jan 2017 13:48:17 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87a8a7t6a6.fsf@flea> References: <87r348ul9n.fsf@gmail.com> <87inpelu8i.fsf@gmail.com> <837f5uajlk.fsf@gnu.org> <87a8aqlqz8.fsf@gmail.com> <8360leahxr.fsf@gnu.org> <8760lelq68.fsf@gmail.com> <83wpdt8yo2.fsf@gnu.org> <87inpd650y.fsf@gmail.com> <8660ldabje.fsf@stephe-leake.org> <8737gh5sqw.fsf@gmail.com> <87k29tv0r4.fsf@engster.org> <8737gguipm.fsf@engster.org> <87h94vdj3n.fsf@gmail.com> <87o9z2sog1.fsf@engster.org> <87d1fe3hof.fsf@engster.org> <87lgtwtfuc.fsf@gmail.com> <874m0k1age.fsf@engster.org> <8760kzo7vp.fsf@gmail.com> <87o9yp8s9p.fsf@engster.org> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1485891306 28285 195.159.176.226 (31 Jan 2017 19:35:06 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2017 19:35:06 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 31 20:35:01 2017 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 1cYeCi-00075S-9C for ged-emacs-devel@m.gmane.org; Tue, 31 Jan 2017 20:35:00 +0100 Original-Received: from localhost ([::1]:40758 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYeCn-00079q-Rx for ged-emacs-devel@m.gmane.org; Tue, 31 Jan 2017 14:35:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYdTq-0002rH-QE for emacs-devel@gnu.org; Tue, 31 Jan 2017 13:48:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cYdTm-0002jQ-OB for emacs-devel@gnu.org; Tue, 31 Jan 2017 13:48:38 -0500 Original-Received: from [195.159.176.226] (port=51979 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cYdTm-0002id-Hm for emacs-devel@gnu.org; Tue, 31 Jan 2017 13:48:34 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cYdTe-0002WG-E4 for emacs-devel@gnu.org; Tue, 31 Jan 2017 19:48:26 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 26 Original-X-Complaints-To: usenet@blaine.gmane.org X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never Cancel-Lock: sha1:pcgGO2K/eZ8czEdefPFHRSwrRb4= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 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:211814 Archived-At: On Tue, 31 Jan 2017 17:51:42 +0100 Lars Ingebrigtsen wrote: LI> David Engster writes: >>> Alright. Out of interest: is there a command for generating all of the >>> entries for a commit range? I'm only aware of C-x 4 a >>> (add-change-log-entry-other-window) which seems to generate a change log >>> entry for the current file and only for the latest commit. >> >> You can use 'C-x 4 A' in a diff buffer. I usually do this: >> >> . Do 'M-x vc-dir' and choose repository >> >> . Hit 'D' to create a diff for the directory you want to create a >> ChangeLog for >> >> . Hit 'C-X 4 A' LI> Oh, nice! Thanks. Didn't know about that one... THANK YOU David, can you add that method to emacs.git/CONTRIBUTE? Right now it only has the `add-change-log-entry-other-window' way. Or I can do it if you prefer... Ted