From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kazu Yamamoto (=?iso-2022-jp?B?GyRCOzNLXE9CSScbKEI=?=) Newsgroups: gmane.emacs.windows,gmane.emacs.devel Subject: Re: format-time-string Date: Thu, 04 Sep 2008 12:02:56 +0900 (JST) Message-ID: <20080904.120256.205815223.kazu@iij.ad.jp> References: <48BE0D00.9060909@gnu.org> <20080903.132109.190986409.kazu@iij.ad.jp> <48BE4203.90505@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1220497427 11746 80.91.229.12 (4 Sep 2008 03:03:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Sep 2008 03:03:47 +0000 (UTC) To: emacs-devel@gnu.org, help-emacs-windows@gnu.org Original-X-From: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Thu Sep 04 05:04:42 2008 Return-path: Envelope-to: gnu-help-emacs-windows@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kb59F-000066-J6 for gnu-help-emacs-windows@m.gmane.org; Thu, 04 Sep 2008 05:04:41 +0200 Original-Received: from localhost ([127.0.0.1]:56365 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kb58G-0001Ee-Bp for gnu-help-emacs-windows@m.gmane.org; Wed, 03 Sep 2008 23:03:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kb57j-0001DA-Bz for help-emacs-windows@gnu.org; Wed, 03 Sep 2008 23:03:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kb57i-0001Bj-2d for help-emacs-windows@gnu.org; Wed, 03 Sep 2008 23:03:06 -0400 Original-Received: from [199.232.76.173] (port=41540 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kb57g-0001B9-Jy; Wed, 03 Sep 2008 23:03:04 -0400 Original-Received: from otm-mgo00.iij.ad.jp ([210.138.20.174]:17418) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kb57f-000834-MY; Wed, 03 Sep 2008 23:03:04 -0400 DKIM-Signature: v=1;a=rsa-sha256;c=relaxed/simple;d=iij.ad.jp;h=Date: Message-Id:To:Subject:From:In-Reply-To:References:Mime-Version:Content-Type: Content-Transfer-Encoding; i=kazu@iij.ad.jp; s=omgo0; t=1220497379; x=1221706979; bh=TLMtKUOSElNbaqLvVeik9qnBP74Q3FPMdKAg0Av/S98=; b=IOqhO8Y+P2Hjlo6wbPTpNIYP6bS B0o8eZc+dXDLGGj4vWqXoQB3KDV5zlvHjNfUZCo93tgxa/mkdXddWVbsTDM9NcLOoiuaaRtPK0Rpl RYhEDUKPTuONvZ0R4tuFX3viddHZJt3+xv5/b6crblzFfWQSBuJuIvZsP4BI2qBaVps=; Original-Received: OTM-MO(otm-mgo00) id m8432xcX072999; Thu, 4 Sep 2008 12:02:59 +0900 (JST) Original-Received: OTM-MIX(otm-mix00) id m8432wfW071659; Thu, 4 Sep 2008 12:02:59 +0900 (JST) Original-Received: --OF MBOX from localhost ([IPv6:2001:240:11e:8096::1:22]) by mbox.iiji.jp (mbox30) id m8432vAJ007239 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 4 Sep 2008 12:02:58 +0900 In-Reply-To: <48BE4203.90505@gnu.org> X-Mailer: Mew version 6.1.50 on Emacs 22.2.92 / Mule 5.0 (SAKAKI) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.6-4.9 X-BeenThere: help-emacs-windows@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion forum for users of the GNU Emacs port to Windows List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Errors-To: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.windows:4051 gmane.emacs.devel:103527 Archived-At: Hello, > I'm not aware of any change made since 22.2 that would affect this. A friend identified the change. It is "2007-06-06". EMACS_22_BASE src/Changelog | 2008-03-26 Chong Yidong | | * Version 22.2 released. - snip - | 2007-06-06 Jason Rumney | | * s/ms-w32.h: Don't define HAVE_TZNAME. - snip - | 2007-06-02 Chong Yidong | | * Version 22.1 released. I need to correct my previous statement. This was introduced between 22.1 and 22.2. --Kazu