From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20703 invoked by alias); 5 May 2006 19:20:31 -0000 Received: (qmail 20690 invoked by uid 22791); 5 May 2006 19:20:31 -0000 X-Spam-Check-By: sourceware.org Received: from intranet.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.6) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 05 May 2006 19:20:23 +0000 Received: (qmail 10519 invoked from network); 5 May 2006 19:20:21 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 5 May 2006 19:20:21 -0000 To: gdb-patches@sources.redhat.com Subject: Re: -stack-list-frames HIGH_FRAME changes References: <20060505135124.GA27371@nevyn.them.org> <200605051838.20652.ghost@cs.msu.su> <20060505145349.GB28855@nevyn.them.org> From: Jim Blandy Date: Fri, 05 May 2006 19:20:00 -0000 In-Reply-To: <20060505145349.GB28855@nevyn.them.org> (Daniel Jacobowitz's message of "Fri, 5 May 2006 10:53:49 -0400") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00085.txt.bz2 Daniel Jacobowitz writes: > On Fri, May 05, 2006 at 06:38:19PM +0400, Vladimir Prus wrote: >> The reason I've included them in patch is that I've learned about Emacs's >> add-change-log-entry command, which conveniently adds entry to existing >> file ;-) So, in case if there are several ChangeLog files in patch, I should >> put those entries separately, and indicate which file each entry goes to, >> right? > > Right. I usually don't bother when it's obvious (e.g. there's only one > file named gdb.texinfo, and it's obviously in gdb/doc/). > > Alexandre Oliva wrote a script to pull the entries out of diffs > automatically, if you prefer. If you use Emacs, I have a patch-cleanup command that: - pulls out ChangeLog patches - removes patches to generated files *if* there is also a patch to the presumed source file (so Makefile.in patches get removed if there is an accompanying Makefile.am patch, but not otherwise). Let me know if you're interested.