From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: Re: add-change-add-log-entry regression, with fix Date: Fri, 20 Jul 2007 16:24:33 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1184963084 23160 80.91.229.12 (20 Jul 2007 20:24:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Jul 2007 20:24:44 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: Roland McGrath Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jul 20 22:24:42 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IBz1m-00033Q-9o for geb-bug-gnu-emacs@m.gmane.org; Fri, 20 Jul 2007 22:24:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IBz1l-0000uF-ER for geb-bug-gnu-emacs@m.gmane.org; Fri, 20 Jul 2007 16:24:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IBz1i-0000u0-Ok for bug-gnu-emacs@gnu.org; Fri, 20 Jul 2007 16:24:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IBz1g-0000sG-DH for bug-gnu-emacs@gnu.org; Fri, 20 Jul 2007 16:24:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IBz1g-0000sD-AM for bug-gnu-emacs@gnu.org; Fri, 20 Jul 2007 16:24:36 -0400 Original-Received: from tomts25.bellnexxia.net ([209.226.175.188] helo=tomts25-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IBz1f-0001um-Fp for bug-gnu-emacs@gnu.org; Fri, 20 Jul 2007 16:24:35 -0400 Original-Received: from pastel.home ([74.12.208.65]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070720202434.NLTN25739.tomts25-srv.bellnexxia.net@pastel.home> for ; Fri, 20 Jul 2007 16:24:34 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id DA7DC8012; Fri, 20 Jul 2007 16:24:33 -0400 (EDT) In-Reply-To: (Roland McGrath's message of "Thu\, 5 Jul 2007 12\:17\:44 -0700 \(PDT\)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: Solaris 8 (1) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16189 Archived-At: > Before version 22, a function on change-log-mode-hook could set > add-log-mailing-address or add-log-full-name as a buffer-local variable in > the change-log-mode buffer and have this affect what > add-change-add-log-entry inserted in the buffer. In 22, this is broken. Thank you. I've installed a similar patch in the Emacs-CVS trunk. Stefan