all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefan@marxist.se>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: Emacs developers <emacs-devel@gnu.org>
Subject: Re: Organizing the NEWS file a bit better
Date: Mon, 6 Sep 2021 04:30:56 +0200	[thread overview]
Message-ID: <CADwFkmkLV5uHkns85JuDNGSAPFHM_HroQhPH+du50yUFfb1rDQ@mail.gmail.com> (raw)
In-Reply-To: <87wnnwp3g8.fsf@gnus.org>

Lars Ingebrigtsen <larsi@gnus.org> writes:

> > I'm looking at re-organizing NEWS a bit, and I'm not sure how we prefer it.
> >
> > In general, I guess I also wonder if anyone will protest if I take it
> > upon myself to move things around to more sensible places.
>
> Please go ahead.

I have now pushed my reorganization of the NEWS file to master.

Note that the changes were necessarily extensive, as a large portion
of that file was in completely the wrong place, or at worst seemed to
have been placed almost at random.  This is not to criticize anyone,
but really it just looks like the file started getting messy at some
point and then it snowballed from there.

None of the changes should be controversial, as it was just a matter
trying to ensure we have some basic level of organization in the file.
I've decided to push what I have so far, because I need a pause from
this, and I don't want master to diverge too much from what I have.

I tried to follow some general principles, for example:

- Avoid editing beyond moving things around, unless the edits are very,
  very light.

- Add subsections where it makes sense.  Remove them where it doesn't.

- Put the most notable changes as early as possible.  For example,
  under "Changes in Emacs 28.1" I have a new subsection
  "Miscellaneous" that has many bits and pieces that I didn't feel
  deserve a place at the top.  But I moved NonGNU ELPA to the very
  top.

- Put obviously less used or less important things last.  For example,
  I put Bindat at the end of "Lisp Changes" as it is only used by a
  small number of packages.

- Put related things close whenever possible.

Some of this is by nature subjective.  I did the work, so I got to
decide (yay!) but if you feel like I made a mistake or wrote some
important feature off or something, please shuffle things around to be
better.

I tried hard to ensure nothing was lost,[1] but if you want to check
this yourself you could use, e.g.:

    comm -3 <(git show HEAD^:etc/NEWS|sort) <(sort etc/NEWS)

If anyone wants to review my changes in full, I suspect you will find
the diff to be very hard to read.  It might be easier to just read the
new file and compare it to the old one.

Reviews are welcome, preferably in the form of just pushing any
further changes to master.

Footnotes:
[1] I have advocated in the past for marking documentation changes
     using org-mode style tags.  This would mean that you add a tag
     like ":DOC:" on the same line as a headline, instead of "+++" on
     the line before.  That way, one could edit the file using
     'outline-move-subtree-{up,down}'.  That would have made this
     reorganization quite a bit easier.



  parent reply	other threads:[~2021-09-06  2:30 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-04 18:53 Organizing the NEWS file a bit better Stefan Kangas
2021-09-04 19:04 ` Lars Ingebrigtsen
2021-09-04 19:34   ` Stefan Kangas
2021-09-04 19:47     ` Eli Zaretskii
2021-09-04 20:36   ` Tim Cross
2021-09-04 21:08     ` Stefan Kangas
2021-09-06  2:30   ` Stefan Kangas [this message]
2021-09-06  3:45     ` Jean-Christophe Helary
2021-09-06  6:35     ` Juri Linkov
2021-09-06  6:57       ` Stefan Kangas
2021-09-06  8:37         ` Lars Ingebrigtsen
2021-09-06  9:01           ` Stefan Kangas
2021-09-06  9:04             ` Lars Ingebrigtsen
2021-09-06 18:17               ` Stefan Kangas
2021-09-06 18:42                 ` Eli Zaretskii
2021-09-06 18:57                   ` Stefan Kangas
2021-09-06 19:18                     ` Eli Zaretskii
2021-09-06 20:38                       ` Stefan Kangas
2021-09-06 20:42                         ` Stefan Kangas
2021-09-07  5:38                         ` Eli Zaretskii
2021-09-07  6:47                           ` Stefan Kangas
2021-09-07  6:53                             ` Stefan Kangas
2021-09-07  8:12                             ` Eli Zaretskii
2021-09-07 15:09                     ` Lars Ingebrigtsen
2021-09-06 11:01             ` Eli Zaretskii
2021-09-06 11:07               ` Lars Ingebrigtsen
2021-09-06 11:20                 ` Eli Zaretskii
2021-09-06 10:39         ` Eli Zaretskii
2021-09-06 10:14     ` Eli Zaretskii
2021-09-04 19:05 ` Juri Linkov
2021-09-04 19:16 ` Eli Zaretskii
2021-09-04 19:35   ` Stefan Kangas

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CADwFkmkLV5uHkns85JuDNGSAPFHM_HroQhPH+du50yUFfb1rDQ@mail.gmail.com \
    --to=stefan@marxist.se \
    --cc=emacs-devel@gnu.org \
    --cc=larsi@gnus.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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.