From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs-diffs Digest, Vol 2, Issue 49 Date: Sun, 26 Jan 2003 08:02:42 +0200 (IST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1043561016 16333 80.91.224.249 (26 Jan 2003 06:03:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 26 Jan 2003 06:03:36 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18cftG-0004FJ-00 for ; Sun, 26 Jan 2003 07:03:34 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18cfwq-0003eY-00 for ; Sun, 26 Jan 2003 07:07:16 +0100 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 18cftB-0003Zm-09 for emacs-devel@quimby.gnus.org; Sun, 26 Jan 2003 01:03:29 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18cfss-0003Yj-00 for emacs-devel@gnu.org; Sun, 26 Jan 2003 01:03:10 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18cfsq-0003Ti-00 for emacs-devel@gnu.org; Sun, 26 Jan 2003 01:03:09 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18cfso-0003NC-00 for emacs-devel@gnu.org; Sun, 26 Jan 2003 01:03:07 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA28349 for ; Sun, 26 Jan 2003 08:02:42 +0200 (IST) X-Sender: eliz@is Original-To: emacs-devel@gnu.org In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11073 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11073 On Sat, 25 Jan 2003 emacs-diffs-request@gnu.org wrote: > Index: emacs/src/ChangeLog > diff -c emacs/src/ChangeLog:1.3056 emacs/src/ChangeLog:1.3057 > *** emacs/src/ChangeLog:1.3056 Sat Jan 25 10:14:16 2003 > --- emacs/src/ChangeLog Sat Jan 25 11:25:38 2003 > *************** > *** 1,3 **** > --- 1,20 ---- > + 2003-01-25 Jan D. > + > + * xterm.h: Change to return value of x_dispatch_event to int. Such incomplete names ("Jan D." in this case) will get into AUTHORS because it's created by a program (authors.el). If we want AUTHORS to mention full names, perhaps we should instruct developers to use full names in ChangeLog entries. Just a thought.