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: Broken bootstrap in r113623 Date: Thu, 1 Aug 2013 07:15:17 +0800 Message-ID: References: <51F92317.5090103@yandex.ru> <83iozqwv6d.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 1375312524 3046 80.91.229.3 (31 Jul 2013 23:15:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 31 Jul 2013 23:15:24 +0000 (UTC) Cc: emacs-devel To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 01 01:15:27 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 1V4fc6-0001hx-OF for ged-emacs-devel@m.gmane.org; Thu, 01 Aug 2013 01:15:26 +0200 Original-Received: from localhost ([::1]:44728 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4fc5-0007w4-PK for ged-emacs-devel@m.gmane.org; Wed, 31 Jul 2013 19:15:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4fc1-0007vk-KD for emacs-devel@gnu.org; Wed, 31 Jul 2013 19:15:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V4fc0-0006ED-0Q for emacs-devel@gnu.org; Wed, 31 Jul 2013 19:15:21 -0400 Original-Received: from mail-oa0-x234.google.com ([2607:f8b0:4003:c02::234]:53996) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4fby-0006D2-E1; Wed, 31 Jul 2013 19:15:18 -0400 Original-Received: by mail-oa0-f52.google.com with SMTP id n12so2788851oag.25 for ; Wed, 31 Jul 2013 16:15:17 -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=TjE4e3fEbXVHLGDxbDfj2Wgdhyskefa6fSmjmz2WOR8=; b=Zftqn1yBVXyvfOo6+5Xtsj9z+imZxBasORia3x3npMrhmInx26Y0oIPV9xVWd/JSfG peLaFwyFn39UWceX0eAelfD1y2yD4dR+K7vBJhx9UQ0TFwt5HFp+OhqzRhx2EU/3IoLn pNIZw2B29+6pzqiLnvNOr1L+qcQO5M1tQTZm9/dxHvSdx7nqS7zu6nAed6vwF/089Rs5 lJCJyn/1hotppyQ8iaLFyYbvp9xcrD5TjNKZpYkz6Wnv4B7SnSTZRJ8bljTPkXnP+yOR MDd0JA2Orl+WYHzdr4PElReWnnPQDvheEnnCHhDQCulfV3YVwHdx9tnUJalXBuaf65pu QYSg== X-Received: by 10.43.152.210 with SMTP id kx18mr22429699icc.39.1375312517914; Wed, 31 Jul 2013 16:15:17 -0700 (PDT) Original-Received: by 10.42.28.3 with HTTP; Wed, 31 Jul 2013 16:15:17 -0700 (PDT) In-Reply-To: <83iozqwv6d.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c02::234 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:162309 Archived-At: On Thu, Aug 1, 2013 at 12:28 AM, Eli Zaretskii wrote: > Xue, please in the future always run "make info" whenever you make any > changes in the manual. Otherwise, the risk of gratuitously breaking > the build is quite high. > > Please also make a point of mentioning _all_ of your changes in > ChangeLog entries (in this case, the removal of the "Disabling > Multibyte" node was never mentioned). > > Finally, please use meaningful commit messages. Something like "Doc > fix" does not have any meaningful information, and thus is useless. > We use "Doc fix" when making changes to doc strings of Lisp functions, > but then we always state the name of the function whose doc string was > fixed, and in any case calling 5 non-trivial changes "Doc fix" is not > a good idea. Think about the plight of someone who wants to get a > quick overview of a series of changes by doing "bzr log -l10 --line". I see, thanks. -- Best regards, Xue Fuqiao.