From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: emacs-25 7bc4820: Make setf for frame-height/width work again Date: Mon, 29 Feb 2016 23:27:07 -0500 Organization: None Message-ID: References: <20160223045644.27389.93188@vcs.savannah.gnu.org> <87zius10nu.fsf@gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1456806925 28273 80.91.229.3 (1 Mar 2016 04:35:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Mar 2016 04:35:25 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 01 05:35:16 2016 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 1aac1k-0000lq-4b for ged-emacs-devel@m.gmane.org; Tue, 01 Mar 2016 05:35:16 +0100 Original-Received: from localhost ([::1]:40781 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aac1j-0002CQ-Kv for ged-emacs-devel@m.gmane.org; Mon, 29 Feb 2016 23:35:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aac1f-0002CA-6g for emacs-devel@gnu.org; Mon, 29 Feb 2016 23:35:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aac1a-000506-7N for emacs-devel@gnu.org; Mon, 29 Feb 2016 23:35:11 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:33858) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aac1a-0004zP-1U for emacs-devel@gnu.org; Mon, 29 Feb 2016 23:35:06 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aac1Y-0000fH-2M for emacs-devel@gnu.org; Tue, 01 Mar 2016 05:35:04 +0100 Original-Received: from fencepost.gnu.org ([208.118.235.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Mar 2016 05:35:04 +0100 Original-Received: from rgm+news by fencepost.gnu.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Mar 2016 05:35:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 26 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: fencepost.gnu.org X-Spook: Ruby Ridge virus Bacteria interception Car bomb ANDVT X-Ran: Oez02-w\1+Q3_aM0*=g[-%"/fqpF}0>Xg;Ml$A6T<_PY^"rEUmABa2LTi/l=V7)CMBijh7 X-Hue: yellow X-Attribution: GM Mail-Copies-To: nobody User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cancel-Lock: sha1:y18yBuwjF5a4h+hZqacsHysXl9c= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:200840 Archived-At: Lars Ingebrigtsen wrote: >> Make setf for frame-height/width work again >> >> * lisp/emacs-lisp/cl-lib.el (frame-height): Make setf for >> frame-height/width work again (bug#21979). > > And once again I forgot the "exempt" thing... With all such mistakes, please do: make change-history fix relevant ChangeLog.2 entry commit+push TIA. > I think perhaps it would be easier to remember if it were part of the > ChangeLog format? Now I'm typically checking whether the person has a > copyright assignment, then I apply the patch, write the ChangeLog, do > some testing, and then when it comes time to check in I've forgotten > about that the person doesn't have an assignment... Just write "(tiny change)" in the ChangeLog as in the good old days, then log-edit-insert-changelog (in master) will convert it to the right format in the commit log.