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: Changes in revision 114466 Date: Sun, 29 Sep 2013 05:36:08 +0300 Message-ID: <83pprse4mf.fsf@gnu.org> References: <831u49fkxk.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1380422187 17103 80.91.229.3 (29 Sep 2013 02:36:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Sep 2013 02:36:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Xue Fuqiao Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 29 04:36:29 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VQ6s1-0005Ig-0d for ged-emacs-devel@m.gmane.org; Sun, 29 Sep 2013 04:36:29 +0200 Original-Received: from localhost ([::1]:43194 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQ6s0-0000iD-Cn for ged-emacs-devel@m.gmane.org; Sat, 28 Sep 2013 22:36:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59252) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQ6rs-0000h1-Af for emacs-devel@gnu.org; Sat, 28 Sep 2013 22:36:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQ6rm-00050Z-E8 for emacs-devel@gnu.org; Sat, 28 Sep 2013 22:36:20 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:48981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQ6rm-00050U-61 for emacs-devel@gnu.org; Sat, 28 Sep 2013 22:36:14 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MTV003008EF3D00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Sun, 29 Sep 2013 05:36:12 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MTV002CO8KCZP40@a-mtaout21.012.net.il>; Sun, 29 Sep 2013 05:36:12 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.169 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:163706 Archived-At: > Date: Sun, 29 Sep 2013 06:30:46 +0800 > From: Xue Fuqiao > Cc: emacs-devel > > On Sat, Sep 28, 2013 at 3:46 PM, Eli Zaretskii wrote: > >> --- a/doc/lispref/sequences.texi 2013-01-01 09:11:05 +0000 > >> +++ b/doc/lispref/sequences.texi 2013-09-28 01:48:06 +0000 > >> @@ -713,6 +713,16 @@ > >> and @code{nil} otherwise. > >> @end defun > >> > >> +@c FIXME: Document these functions: > >> +@c `bool-vector-exclusive-or' > >> +@c `bool-vector-union' > >> +@c `bool-vector-intersection' > >> +@c `bool-vector-set-difference' > >> +@c `bool-vector-not' > >> +@c `bool-vector-subset' > >> +@c `bool-vector-count-matches' > >> +@c `bool-vector-count-matches-at' > >> + > > > > There's no need for this kind of FIXMEs: the NEWS entries serve that > > duty. Specifically, any NEWS entry that isn't marked with "+++" or > > "---" needs to be documented before the release. > > > > The FIXMEs you added just increase the maintenance burden, since > > someone needs to remember to remove them (what if the docs is in a > > place different from where you put the FIXME?). > > OK, I'm sorry. I've removed them in Bzr-114475. Nothing to be sorry about, and thank you.