GNU bug report logs -
#49631
28.0.50; dired-hide-details-mode Probably introduced at or before Emacs version 24.4
Previous Next
Full log
Message #17 received at 49631 <at> debbugs.gnu.org (full text, mbox):
> From: Richard Stallman <rms <at> gnu.org>
> Cc: 49631 <at> debbugs.gnu.org
> Date: Tue, 20 Jul 2021 20:52:12 -0400
>
> I think we can implement an efficient, accurate, automatic way to
> determine which release each function appeared in.
>
> We could run a script on each Emacs release to find all the function
> definitions in it, then make a sorted list of their names. By
> comparing these, we can find for each function the first release it
> was defined in.
>
> We only need to scan each release once, all in the same way. We would
> scan the old releases at the start, and scan each new release when it
> is made, adding new functions to the records.
>
> There could be a few functions for which that does not give correct
> results, as they were defined in weird ways. We could add those
> functions manually to the records. Since they won't be many, we could
> afford to do that by hand.
>
> Scanning a new release will never alter the information about
> functions in previous releases, so once we have fixed an exception, it
> will stay fixed.
Yes, this could work. Patches are welcome to implement this.
This bug report was last modified 3 years and 260 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.