From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: How to find when a function/var has been added Date: Fri, 07 Aug 2015 11:58:30 -0400 Message-ID: References: <55C25834.3020305@cumego.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1438963132 22788 80.91.229.3 (7 Aug 2015 15:58:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Aug 2015 15:58:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?utf-8?Q?Przemys=C5=82aw?= Wojnowski Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 07 17:58:45 2015 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 1ZNk2a-0007zX-Cr for ged-emacs-devel@m.gmane.org; Fri, 07 Aug 2015 17:58:40 +0200 Original-Received: from localhost ([::1]:49666 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNk2a-0003q0-0C for ged-emacs-devel@m.gmane.org; Fri, 07 Aug 2015 11:58:40 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNk2V-0003nP-Lc for emacs-devel@gnu.org; Fri, 07 Aug 2015 11:58:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNk2R-0001Sn-Lf for emacs-devel@gnu.org; Fri, 07 Aug 2015 11:58:35 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:38393) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNk2R-0001SC-HZ for emacs-devel@gnu.org; Fri, 07 Aug 2015 11:58:31 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AsEwA731xV//gFNJ1cgxCEAoVVuzcJh0sEAgKBPDkUAQEBAQEBAYEKQQWDXQEBAwFWIwULCzQSFBgNJC2ICgjPIwEBAQEGAgEfizqFBQeELQW1BCOEFCKCeAEBAQ X-IPAS-Result: A0AsEwA731xV//gFNJ1cgxCEAoVVuzcJh0sEAgKBPDkUAQEBAQEBAYEKQQWDXQEBAwFWIwULCzQSFBgNJC2ICgjPIwEBAQEGAgEfizqFBQeELQW1BCOEFCKCeAEBAQ X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="159090093" Original-Received: from 157-52-5-248.cpe.teksavvy.com (HELO pastel.home) ([157.52.5.248]) by ironport2-out.teksavvy.com with ESMTP; 07 Aug 2015 11:58:31 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id D0DCF61710; Fri, 7 Aug 2015 11:58:30 -0400 (EDT) In-Reply-To: <55C25834.3020305@cumego.com> (=?utf-8?Q?=22Przemys=C5=82aw?= Wojnowski"'s message of "Wed, 05 Aug 2015 20:38:44 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:188564 Archived-At: > What is the fastest way to find out since when a function/var is available > in Emacs? Only through NEWS? BTW, I'd welcome a little Elisp command that searches for a given function/variable in NEWS and in ChangeLog to indicate when it first appeared. Stefan