From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vinicius Jose Latorre Newsgroups: gmane.emacs.devel Subject: ChangeLog entry timestamp Date: Fri, 03 Aug 2007 11:22:17 -0300 Message-ID: <46B33A19.60405@ig.com.br> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1186150885 22513 80.91.229.12 (3 Aug 2007 14:21:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Aug 2007 14:21:25 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 03 16:21:23 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IGy1q-0007Vn-Ea for ged-emacs-devel@m.gmane.org; Fri, 03 Aug 2007 16:21:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IGy1p-0001Pr-I6 for ged-emacs-devel@m.gmane.org; Fri, 03 Aug 2007 10:21:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IGy1l-0001Op-24 for emacs-devel@gnu.org; Fri, 03 Aug 2007 10:21:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IGy1h-0001Jh-R4 for emacs-devel@gnu.org; Fri, 03 Aug 2007 10:21:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IGy1h-0001JM-Nf for emacs-devel@gnu.org; Fri, 03 Aug 2007 10:21:13 -0400 Original-Received: from an-out-0708.google.com ([209.85.132.242]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IGy1h-0002X8-FH for emacs-devel@gnu.org; Fri, 03 Aug 2007 10:21:13 -0400 Original-Received: by an-out-0708.google.com with SMTP id c25so131649ana for ; Fri, 03 Aug 2007 07:21:12 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding:sender; b=ip/69TJx0khwB/pHEja23tDUmqQLwQLjSuyti8jiYMI+nhgTmCNkNGFzwg9kjIDWwvRXe0LA4vd1hUCFrsG9kVA1pXvq+AfVB9GPBAJS1795apKtNFbnHFSzFP5/759Z21RnmQTSJYRhlEr97D+WQRd/QN8xJx72cOR24rwYu2E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding:sender; b=Xf5YKvByukmgh74cRMYyorAuT/rL//VW9MRGyO2ynJGY9zhF+1i/WYuaS9cXzmZ4z9oPNnpJF3ukhI5m3/FQ3qnCwHZFT8r208Ymed8A5/oM49txGxY30hUbrysz0nnAxDMaLxPqH+CeCteiCSdUh6P3dFoXeNjSF2bSoHXaU+A= Original-Received: by 10.100.153.17 with SMTP id a17mr1739665ane.1186150872262; Fri, 03 Aug 2007 07:21:12 -0700 (PDT) Original-Received: from ?201.82.142.28? ( [201.82.142.28]) by mx.google.com with ESMTPS id b14sm3830642ana.2007.08.03.07.21.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 03 Aug 2007 07:21:09 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20070716 SeaMonkey/1.1.3 X-Detected-Kernel: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:75992 Archived-At: Hi, I've just noticed that entries timestamp in ChangeLog (trunk and Emacs 22 branch) are unsorted, that is, there are entries as: 2007-08-03 ... 2007-08-02 ... 2007-07-31 ... <<< 2007-08-03 ... <<< 2007-08-01 ... 2007-07-31 ... 2007-07-29 ... 2007-07-28 ... 2007-07-30 ... <<< 2007-07-29 ... <<< 2007-07-28 ... 2007-07-27 ... 2007-07-26 ... 2007-07-25 ... 2007-07-24 ... 2007-07-25 ... <<< 2007-07-24 ... 2007-07-23 ... 2007-07-20 ... <<< 2007-07-23 ... 2007-07-22 ... etc. Is this a problem? Should the entries be sorted? Vinicius