From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.devel Subject: Re: Changes in revision 114466 Date: Sun, 29 Sep 2013 06:30:46 +0800 Message-ID: References: <831u49fkxk.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1380407449 15975 80.91.229.3 (28 Sep 2013 22:30:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 28 Sep 2013 22:30:49 +0000 (UTC) Cc: emacs-devel To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 29 00:30:53 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 1VQ32K-0000yN-2e for ged-emacs-devel@m.gmane.org; Sun, 29 Sep 2013 00:30:52 +0200 Original-Received: from localhost ([::1]:42792 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQ32J-0007gX-MF for ged-emacs-devel@m.gmane.org; Sat, 28 Sep 2013 18:30:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQ32H-0007gR-AD for emacs-devel@gnu.org; Sat, 28 Sep 2013 18:30:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQ32G-0002gZ-Fz for emacs-devel@gnu.org; Sat, 28 Sep 2013 18:30:49 -0400 Original-Received: from mail-ie0-x22b.google.com ([2607:f8b0:4001:c03::22b]:37101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQ32F-0002gN-1L; Sat, 28 Sep 2013 18:30:47 -0400 Original-Received: by mail-ie0-f171.google.com with SMTP id at1so7006802iec.2 for ; Sat, 28 Sep 2013 15:30:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=UHzPbmNennWDBlMv4APXKP1MFKb9PGLQ9h6Fti6XZMo=; b=KLcvQgPT1TXtToPDMppjEWAFaTTgZ6vQ0ZHENNYR/6u3sfm7F2E9SeayWv/6sBM9Es +zdMGGSjg8Df9CePm7FOyUFnxg+IfnXeda2r6MXdYgtKwfa5sgD1xEd116NhpB46zrQ4 eJE6rEZiuE9CfbuU8xoBV4OH0yMonK/O7QfB92Q+PYUahAAhNk8r+bRjsm6EID0AMXRd Rd7dyYOz4RgQtVyI1JO5gXhgoBPpr2n7PcnSWcoriYAIuDzvveCELgj2rOms3THeK2bQ aGVc6yoMF8cJv2aNDzApDo0uOCVLtKCfPFUMiBXBGum4owJuFu5zTM6r3GxHQPv8m9FS eGJg== X-Received: by 10.50.17.97 with SMTP id n1mr7985289igd.51.1380407446130; Sat, 28 Sep 2013 15:30:46 -0700 (PDT) Original-Received: by 10.42.133.72 with HTTP; Sat, 28 Sep 2013 15:30:46 -0700 (PDT) In-Reply-To: <831u49fkxk.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::22b 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:163705 Archived-At: 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. -- Best regards, Xue Fuqiao. http://www.gnu.org/software/emacs/