From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: add-change-log-entry and add-log-mailing-address Date: Thu, 10 Apr 2003 18:47:50 -0400 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1050015337 7165 80.91.224.249 (10 Apr 2003 22:55:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 10 Apr 2003 22:55:37 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Fri Apr 11 00:55:35 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 193kxD-0001rL-00 for ; Fri, 11 Apr 2003 00:55:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 193ktI-0003Iw-06 for gnu-bug-gnu-emacs@m.gmane.org; Thu, 10 Apr 2003 18:51:32 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 193ksx-00031G-00 for bug-gnu-emacs@gnu.org; Thu, 10 Apr 2003 18:51:11 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 193ksD-0002RL-00 for bug-gnu-emacs@gnu.org; Thu, 10 Apr 2003 18:50:26 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 193kpi-0001pN-00 for bug-gnu-emacs@gnu.org; Thu, 10 Apr 2003 18:47:50 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 193kpi-0005l0-00; Thu, 10 Apr 2003 18:47:50 -0400 Original-To: Morten Welinder In-reply-to: (message from Morten Welinder on Wed, 09 Apr 2003 15:13:57 -0400) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4759 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4759 1. Set foo.c's add-log-mailing-address to a default, if needed. 2. Use ChangeLog's add-log-mailing-address in the entry. (And similarly for add-log-full-name, but I change email address more often than full name.) I claim that it should really be using foo.c's in (2) also. It seems like a good idea. Would you like to send a patch?