From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: haj@posteo.de (Harald =?utf-8?Q?J=C3=B6rg?=) Newsgroups: gmane.emacs.devel Subject: Re: master a1887cc: ; cperl-mode.el: Fix border cases of inserting with elisp Date: Tue, 31 Aug 2021 06:40:20 +0000 Message-ID: <871r6anmln.fsf@hajtower> References: <20210830183555.6687.21885@vcs0.savannah.gnu.org> <20210830183557.06DED211A3@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39917"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Aug 31 08:41:36 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mKxSi-000ABV-2C for ged-emacs-devel@m.gmane-mx.org; Tue, 31 Aug 2021 08:41:36 +0200 Original-Received: from localhost ([::1]:48682 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mKxSg-0003JI-K1 for ged-emacs-devel@m.gmane-mx.org; Tue, 31 Aug 2021 02:41:34 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38492) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mKxRg-0002LX-Rv for emacs-devel@gnu.org; Tue, 31 Aug 2021 02:40:33 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:48771) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mKxRb-0008Nm-7O for emacs-devel@gnu.org; Tue, 31 Aug 2021 02:40:29 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 6B54A240027 for ; Tue, 31 Aug 2021 08:40:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1630392021; bh=zhLQhkfZFK6XlDZto2UN5macsNG3jnq5BGZWvOd9Ifw=; h=From:To:Cc:Subject:Date:From; b=Q5MXkcHRdAUSlGC0+Nd65AdQViVlDGlF8D8H30Va0bOU7Uf/KURDQtuikWvHJlP8T GjxSLNmnBPTEPiRw1G2N35ocLoRj3J36ujGNycwhRC8XaPDlzX99TV0i4FK5FGSafD F7fmC/P0DnCMupp68lH42LjrwXMfWBox9CEpl2y4Edsaot/P9+o5y3M6jswQfL4bbE duBaonzRSeu97WuRc9QVP3H+lqw6uE1ItraMmEkOk0K8OaBTR2tu30GIYhYHm7Z2eC D/P83YvG9DYiwxT2emyGtHbYT0P/AAyc04I+l4qoMsPKxJJpznRyv3NKmJH0MqsQea PJtiQcqAFirKA== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GzHch5xMVz9rxK; Tue, 31 Aug 2021 08:40:20 +0200 (CEST) In-Reply-To: (Glenn Morris's message of "Mon, 30 Aug 2021 20:47:45 -0400") Received-SPF: pass client-ip=185.67.36.65; envelope-from=haj@posteo.de; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:273569 Archived-At: Glenn Morris writes: >> branch: master >> commit a1887cc5e6c63d89f8495148d32a6927f84f1571 > >> ; cperl-mode.el: Fix border cases of inserting with elisp > > Hi - leading ";" in the commit message means "do not make a > ChangeLog entry for this change". > It's normally only used for trivial things (eg fixing a typo in the > previous commit), but recently you seem to be using it for every commit? Hello Glenn, I admit that I seem to have misjudged what should go into the ChangeLog files and mentally confused ChangeLog entries with "stuff that should go into NEWS". Thanks for the clarification! I promise to use the semicolon more carefully in the future. By comparison with other ChangeLog entries, I should not have used the semicolon at least for my two last commits 975939d and a1887cc. -- Cheers, haj