From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: released dates Date: Wed, 17 Jul 2013 15:09:30 +0900 Message-ID: <87haftsoo5.fsf@uwakimon.sk.tsukuba.ac.jp> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Trace: ger.gmane.org 1374041379 23837 80.91.229.3 (17 Jul 2013 06:09:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Jul 2013 06:09:39 +0000 (UTC) Cc: Xue Fuqiao , emacs-devel@gnu.org To: Katsumi Yamaoka Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 17 08:09:39 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UzKvj-0004KR-GW for ged-emacs-devel@m.gmane.org; Wed, 17 Jul 2013 08:09:39 +0200 Original-Received: from localhost ([::1]:45246 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzKvi-0006Lh-T2 for ged-emacs-devel@m.gmane.org; Wed, 17 Jul 2013 02:09:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzKve-0006KV-Ih for emacs-devel@gnu.org; Wed, 17 Jul 2013 02:09:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzKvd-0006zx-Ly for emacs-devel@gnu.org; Wed, 17 Jul 2013 02:09:34 -0400 Original-Received: from mgmt2.sk.tsukuba.ac.jp ([130.158.97.224]:55429) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzKvd-0006zV-BD; Wed, 17 Jul 2013 02:09:33 -0400 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mgmt2.sk.tsukuba.ac.jp (Postfix) with ESMTP id 5F5D99709A7; Wed, 17 Jul 2013 15:09:30 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 2262D15805A; Wed, 17 Jul 2013 15:09:30 +0900 (JST) In-Reply-To: X-Mailer: VM undefined under 21.5 (beta32) "habanero" b0d40183ac79 XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 130.158.97.224 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:161962 Archived-At: Katsumi Yamaoka writes: > What I wanted to know then was whether a certain feature of Gnus > is in Emacs 24.x or not. The date when the feature was added can > be found in the ChangeLog files What (I hope) you should do is use a graphical tool to visualize the merge history. (You can also use bzr log -n0.) Find the branch where this was added. Of course if Gnus merges are done from a different VCS using patch rather than a commit-syncing tool this won't work. :-(