From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: trunk r113639: Fix typos in ChangeLogs. Date: Fri, 2 Aug 2013 11:51:34 +0200 Message-ID: References: <87haf81u8o.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1375437142 22099 80.91.229.3 (2 Aug 2013 09:52:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Aug 2013 09:52:22 +0000 (UTC) Cc: Emacs developers To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 02 11:52:24 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 1V5C23-0005dN-1z for ged-emacs-devel@m.gmane.org; Fri, 02 Aug 2013 11:52:23 +0200 Original-Received: from localhost ([::1]:44091 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5C22-000819-Og for ged-emacs-devel@m.gmane.org; Fri, 02 Aug 2013 05:52:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44684) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5C1y-0007zI-Mr for emacs-devel@gnu.org; Fri, 02 Aug 2013 05:52:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V5C1w-00060c-6p for emacs-devel@gnu.org; Fri, 02 Aug 2013 05:52:18 -0400 Original-Received: from mail-ea0-x232.google.com ([2a00:1450:4013:c01::232]:32821) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5C1v-00060K-Sq for emacs-devel@gnu.org; Fri, 02 Aug 2013 05:52:15 -0400 Original-Received: by mail-ea0-f178.google.com with SMTP id a15so214363eae.37 for ; Fri, 02 Aug 2013 02:52:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=53EuoPlRjq2dl+49dsQptkf0sGvQtUQ/t73Y8YXsTRc=; b=LMYEdnpY2aVd/6MMvo9cCii2DRF7Wd9qDuK3ao9Qg9VSzitYn+AZPiYxc0aYkn/Icf kEqPW6OOINzTU+ngreY5FqechSeqoAMyG9vTVsJeSwXiDRxy9rUHGkbrrQzS49PkM1BN k+OafNeoz3/JlMgi8ZqLJdIMNUEo3S2COuiMoqfnWUinFVLtBSbIqAeAjmk5HBSggMQy ti7gki1hiiyJMh1Ts+fPVXIgS/FKMNR8RuZmzLvC2Z43DeJykIuFa7qB/75Iu29M98Mf KM8foUA/R5DAHArjHipzIaAoqx/7P4qdtfMWgN0+z6O0uTbY1DvdnSq4lWmHkhmwuUm5 NQdA== X-Received: by 10.15.76.71 with SMTP id m47mr5024993eey.70.1375437135094; Fri, 02 Aug 2013 02:52:15 -0700 (PDT) Original-Received: by 10.15.23.70 with HTTP; Fri, 2 Aug 2013 02:51:34 -0700 (PDT) In-Reply-To: <87haf81u8o.fsf@gmx.de> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::232 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:162368 Archived-At: On Fri, Aug 2, 2013 at 8:28 AM, Michael Albinus wrote: > I really appreciate your effort to keep things clean. However, often you > (must) change entries in ChangeLog, which have been inserted by > automatic filling the lines. Shouldn't we rather adapt `change-log-mode'? I don't think these changes can be automated. Entries of the form * somefile.el (somefunc): Word and more words. look better as * somefile.el (somefunc): Word and more words. but there are cases where that's not so. It's a subjective call, so that's why only some of us take the effort to do it (I seem to remember Stefan said that he even has a font-locking regexp to highlight such cases in ChangeLogs ;-). J