Re: Structured Changelogs for ELPA packages
Richard Stallman <[email protected]> Thu, 13 Aug 2026 14:43:09 -0400
| Newsgroups | gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
[[[ 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. ]]]
> > Could you please describe, all in one place, the approach
> > you advocate continuing to use?
> Not only I could but I do in `elpa-admin.el`:
> (defun elpaa--get-NEWS (pkg-spec dir)
> (let* ((news
> (elpaa--get-section
> "News" (elpaa--spec-get pkg-spec :news
> '("NEWS" "NEWS.rst" "NEWS.md" "NEWS.org"
> ...
This is a piece of code using functions I'm not familiar with, which
operate on data I don't know the appearance of. Not a very clear
description of what it does. But I have a hunch it is a roundabout
way of saying, "If the package maintainer writes some news, in any
which way, just show the user that, truncated to a certain maximum length."
That is clearly an option. It may be the option that requires the
least work from us now. The crucial question is whether some other
approach would have benefits, and what benefits?
--
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)