[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 5x5 Arithmetic solver
From: |
Eli Zaretskii |
Subject: |
Re: 5x5 Arithmetic solver |
Date: |
Sat, 21 May 2011 22:03:34 +0300 |
> From: Vincent Belaïche <address@hidden>
> Cc: Vincent Belaïche <address@hidden> ,
> Stefan Monnier <address@hidden> ,
> Jay P Belanger <address@hidden> ,
> address@hidden
> Date: Sat, 21 May 2011 20:15:46 +0200
>
> >No, that's not enough. What you've written is the summary line, but
> >the ChangeLog also needs the details: which functions and variables
> >were added or deleted, which were modified and how, etc. Like this:
> >
> > (5x5-solver-output): New defvar.
> > (5x5-local-variables): New defconst.
> > (5x5-mode): Make all variables in 5x5-local-variables local.
> > (5x5): Set 5x5-grid-size only if SIZE is non-negative.
> >
> >etc. You can see plenty of examples of the exact style in the
> >ChangeLog files.
> >
>
> Sorry for the scanty Changelog, I was a bit too shy to provide one like
> the following:
Don't be shy. This is what is expected, thanks.