From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: 5x5 Arithmetic solver Date: Sat, 21 May 2011 22:03:34 +0300 Message-ID: <83pqnbev09.fsf@gnu.org> References: <80lixz9ay5.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: dough.gmane.org 1306004625 14482 80.91.229.12 (21 May 2011 19:03:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 21 May 2011 19:03:45 +0000 (UTC) Cc: jay.p.belanger@gmail.com, davep@davep.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Vincent =?iso-8859-1?Q?Bela=EFche?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 21 21:03:41 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QNrSb-0006oo-TI for ged-emacs-devel@m.gmane.org; Sat, 21 May 2011 21:03:38 +0200 Original-Received: from localhost ([::1]:36255 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNrSa-0003bV-UM for ged-emacs-devel@m.gmane.org; Sat, 21 May 2011 15:03:36 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:47822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNrSX-0003bJ-NF for emacs-devel@gnu.org; Sat, 21 May 2011 15:03:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QNrSW-0002wW-JR for emacs-devel@gnu.org; Sat, 21 May 2011 15:03:33 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:60850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNrSW-0002wS-Be for emacs-devel@gnu.org; Sat, 21 May 2011 15:03:32 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LLK00D007G2NH00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Sat, 21 May 2011 22:03:31 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.124.254.13]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LLK00DAZ7LT9F60@a-mtaout22.012.net.il>; Sat, 21 May 2011 22:03:31 +0300 (IDT) In-reply-to: <80lixz9ay5.fsf@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:139610 Archived-At: > From: Vincent Bela=EFche =20 > Cc: Vincent Bela=EFche , > Stefan Monnier , > Jay P Belanger ,=20 > davep@davep.org > Date: Sat, 21 May 2011 20:15:46 +0200 >=20 > >No, that's not enough. What you've written is the summary line, b= ut > >the ChangeLog also needs the details: which functions and variable= s > >were added or deleted, which were modified and how, etc. Like thi= s: > >=20 > >=09(5x5-solver-output): New defvar. > >=09(5x5-local-variables): New defconst. > >=09(5x5-mode): Make all variables in 5x5-local-variables local. > >=09(5x5): Set 5x5-grid-size only if SIZE is non-negative. > >=20 > >etc. You can see plenty of examples of the exact style in the > >ChangeLog files. > >=20 >=20 > 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.