all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Stephen J. Turnbull" <stephen@xemacs.org>
To: Bastien <bzg@gnu.org>
Cc: Stefan Monnier <monnier@iro.umontreal.ca>, emacs-devel@gnu.org
Subject: Re: Org merge
Date: Mon, 11 Nov 2013 12:31:50 +0900	[thread overview]
Message-ID: <87wqkfipg9.fsf@uwakimon.sk.tsukuba.ac.jp> (raw)
In-Reply-To: <87li0vvqay.fsf@bzg.ath.cx>

Bastien writes:

 > > The usual course of action for new functions is to describe them in
 > > ChangeLog as:
 > >
 > >     (foo, bar, baz): New function.
 > >
 > > so other than enumerating them, there's nothing to do.
 > 
 > Yes -- my point was that some functions that are currently listed as
 > "new functions" in the Changelog I posted are part of the clean room
 > implementation, others are new functions corresponding to new
 > features.  I will clean up the Changelog to only document the
 > latter.

No, the point of the ChangeLog entry is to make it straightforward to
find out what identifiers (functions and variables) are new (for
review at the time of integration), and when they were introduced (for
context in debugging and study later).

You should list all new global identifiers (functions and variables).
It's not necessary (although some projects prefer to do so) to
document the functionality added in the ChangeLog -- the docstring or
comment in the code does that for developers, and NEWS does it in
cases where the new identifier is something that users use.

N.B. Making such a list is something that can't be done (at least not
trivially) with the VCS itself; the developer has to do it mostly by hand.

Steve



  parent reply	other threads:[~2013-11-11  3:31 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-09 22:33 Org merge Bastien
2013-11-10 13:30 ` Stefan Monnier
2013-11-10 17:50   ` Bastien
2013-11-10 18:12     ` Jambunathan K
2013-11-10 18:34       ` Bastien
2013-11-10 19:28         ` Stefan Monnier
2013-11-10 22:35           ` Bastien
2013-11-11  0:17             ` Stefan Monnier
2013-11-11  3:31             ` Stephen J. Turnbull [this message]
2013-11-11 18:51             ` Bastien
2013-11-12 13:17               ` Bastien
2013-11-12 13:47                 ` Michael Albinus
2013-11-12 14:55                   ` Bastien
2013-11-12 15:07                     ` Michael Albinus
2013-11-12 15:46                       ` Bastien
2013-11-12 16:54                         ` Jambunathan K
2013-11-13  6:43                           ` Bastien
2013-11-13  7:22                             ` Jambunathan K
2013-11-13  7:48                               ` Bastien
2013-11-13  8:05                                 ` Jambunathan K
2013-11-13  8:51                                   ` Bastien
2013-11-13 10:16                                     ` Jambunathan K
2013-11-13 10:18                                       ` Bastien
2013-11-13 10:25                                         ` Jambunathan K
2013-11-13 10:26                                           ` Bastien
2013-11-13 10:32                                             ` Jambunathan K
2013-11-13 10:34                                               ` Bastien
2013-11-14  6:42                                                 ` Jambunathan K
2013-11-14  8:16                                                   ` Bastien
2013-11-14  8:35                                                     ` Jambunathan K
2013-11-14  9:00                                                       ` Bastien
2013-11-14 12:51                                                         ` Jambunathan K
2013-11-14 13:17                                                           ` Bastien
2013-11-14 16:50                                                             ` Jambunathan K
2013-11-14 17:03                                                             ` Jambunathan K
2013-11-14 17:22                                                               ` Eli Zaretskii
2013-11-14 17:43                                                                 ` Jambunathan K
2013-11-14  9:25                                                   ` Andreas Schwab
2013-11-14 13:11                                                     ` Jambunathan K
2013-11-12 16:11                 ` Nathan Trapuzzano
2013-11-12 16:35                   ` Stefan Monnier
2013-11-12 16:40                   ` Jambunathan K

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=87wqkfipg9.fsf@uwakimon.sk.tsukuba.ac.jp \
    --to=stephen@xemacs.org \
    --cc=bzg@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.