From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ciju John Newsgroups: gmane.emacs.help Subject: Multiple Change log entry Date: Sat, 20 Aug 2005 12:19:39 -0500 Message-ID: <4307662B.4030401@ociweb.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1124558806 7572 80.91.229.2 (20 Aug 2005 17:26:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 20 Aug 2005 17:26:46 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 20 19:26:41 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E6X6f-0001TV-7Y for geh-help-gnu-emacs@m.gmane.org; Sat, 20 Aug 2005 19:26:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E6XAI-0006Cv-DA for geh-help-gnu-emacs@m.gmane.org; Sat, 20 Aug 2005 13:29:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E6X6t-0003zK-Bq for help-gnu-emacs@gnu.org; Sat, 20 Aug 2005 13:26:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E6X6r-0003x9-1e for help-gnu-emacs@gnu.org; Sat, 20 Aug 2005 13:26:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E6X6q-0003mc-4R for help-gnu-emacs@gnu.org; Sat, 20 Aug 2005 13:26:20 -0400 Original-Received: from [67.153.246.93] (helo=magnolia.ociweb.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E6X0d-0003w9-Po for help-gnu-emacs@gnu.org; Sat, 20 Aug 2005 13:19:56 -0400 Original-Received: from localhost (magnolia.ociweb.com [10.200.1.5]) by magnolia.ociweb.com (Postfix) with ESMTP id CCB19164DB3 for ; Sat, 20 Aug 2005 12:19:40 -0500 (CDT) Original-Received: from magnolia.ociweb.com ([10.200.1.5]) by localhost (magnolia [10.200.1.5]) (amavisd-new, port 10024) with ESMTP id 02740-02 for ; Sat, 20 Aug 2005 12:19:40 -0500 (CDT) Original-Received: from [127.0.0.1] (hickory.ociweb.com [10.200.1.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by magnolia.ociweb.com (Postfix) with ESMTP id 15FDA164CC5 for ; Sat, 20 Aug 2005 12:19:40 -0500 (CDT) User-Agent: Debian Thunderbird 1.0 (X11/20050116) X-Accept-Language: en-us, en Original-To: help-gnu-emacs@gnu.org X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ociweb.com X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:28881 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28881 Hi all, my first question on this list :-[ . I have been using emacs to maintain my Changelog enteries using 'add-change-log-entry'. However this allows me to add one file entry at a time as shown below: Sat Aug 20 11:44:08 2005 Ciju John * my_file_1.txt: * Updated blah. My question is if multiple files need the same entry, how I can go about adding them to a common list as shown below: Sat Aug 20 11:44:08 2005 Ciju John * my_file_1.txt: * my_file_2.txt: * my_file_3.txt: * my_file_4.txt: * Updated blah. I am sure this has been replied on a mill time, but my efforts at googling didn't show up anything. So any help will be appreciated. thanks, Ciju