From: Tassilo Horn <tsdh@gnu.org>
To: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: When was a change installed?
Date: Tue, 18 Aug 2015 16:28:53 +0200 [thread overview]
Message-ID: <87a8to1xi2.fsf@gnu.org> (raw)
In-Reply-To: <E1ZRXnA-0002gx-2M@fencepost.gnu.org> (Richard Stallman's message of "Mon, 17 Aug 2015 23:42:28 -0400")
Richard Stallman <rms@gnu.org> writes:
> [[[ To any NSA and FBI agents reading my email: please consider ]]]
> [[[ whether defending the US Constitution against all enemies, ]]]
> [[[ foreign or domestic, requires you to follow Snowden's example. ]]]
>
> When was the change to make lax whitespace mode the default
> installed?
It has been introduced in commit 63dd1c6f by Juri Linkov on 2012-09-02.
> I can't find anything in the lisp/ChangeLog* files, which run through
> the start of April.
>
> Was it installed after that? If so, how can I find out when? There
> is no ChangeLog file to search, now.
One way is to invoke `vc-annotate' in the buffer containing its
definition. That shows you at least the most recent commit changing its
value.
Another way was to mark its definition and invoke `vc-region-history'
which shows you all commits applied to that region.
Both ways require that you run emacs from your git checkout of course.
A third way is to use git directly in your emacs working directory:
$ git log --grep=isearch-lax-whitespace
which shows all commits where the commit message (which has
traditionally ChangeLog format in emacs) contains the string
isearch-lax-whitespace.
Bye,
Tassilo
next prev parent reply other threads:[~2015-08-18 14:28 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E1ZRCad-0000hK-Ta@fencepost.gnu.org>
[not found] ` <mvmpp2mgyz0.fsf@hawking.suse.de>
2015-08-18 3:42 ` When was a change installed? Richard Stallman
2015-08-18 14:10 ` Alan Mackenzie
2015-08-19 6:38 ` Steinar Bang
2015-08-19 18:16 ` Richard Stallman
2015-08-18 14:18 ` Andreas Schwab
2015-08-19 1:19 ` Richard Stallman
2015-08-19 4:28 ` David Kastrup
2015-08-19 18:18 ` Richard Stallman
2015-08-20 2:37 ` Stefan Monnier
2015-08-19 1:19 ` Richard Stallman
2015-08-19 7:52 ` Andreas Schwab
2015-08-19 18:18 ` Richard Stallman
2015-08-19 9:22 ` Bastien
2015-08-19 9:25 ` Andreas Schwab
2015-08-19 9:57 ` Stephen Berman
2015-08-19 10:16 ` Damien Wyart
2015-08-18 14:28 ` Tassilo Horn [this message]
2015-08-19 1:24 ` Richard Stallman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87a8to1xi2.fsf@gnu.org \
--to=tsdh@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=rms@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).