From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Adding parameters to windows Date: Mon, 19 May 2008 21:17:47 -0400 Message-ID: References: <5E334A4B-4D42-49E9-A05D-FFD689BD59B7@mac.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211246313 19633 80.91.229.12 (20 May 2008 01:18:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 May 2008 01:18:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: Seiji Zenitani Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 20 03:19:09 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JyGV9-0005JA-Oa for ged-emacs-devel@m.gmane.org; Tue, 20 May 2008 03:18:52 +0200 Original-Received: from localhost ([127.0.0.1]:47093 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyGUP-0007Mh-QI for ged-emacs-devel@m.gmane.org; Mon, 19 May 2008 21:18:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JyGUM-0007LV-3q for emacs-devel@gnu.org; Mon, 19 May 2008 21:18:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JyGUK-0007Jq-Du for emacs-devel@gnu.org; Mon, 19 May 2008 21:18:01 -0400 Original-Received: from [199.232.76.173] (port=55491 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyGUK-0007Jl-Bc for emacs-devel@gnu.org; Mon, 19 May 2008 21:18:00 -0400 Original-Received: from 206-248-174-248.dsl.teksavvy.com ([206.248.174.248]:37016 helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JyGUK-0001QI-7I for emacs-devel@gnu.org; Mon, 19 May 2008 21:18:00 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 26F11B422F; Mon, 19 May 2008 21:17:47 -0400 (EDT) In-Reply-To: <5E334A4B-4D42-49E9-A05D-FFD689BD59B7@mac.com> (Seiji Zenitani's message of "Fri, 16 May 2008 19:37:50 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-Greylist: delayed 4375 seconds by postgrey-1.27 at monty-python; Mon, 19 May 2008 21:18:00 EDT X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:97419 Archived-At: >> Now that your copyright papers are on file, could you send us >> a patch together with a corresponding ChangeLog entry? > Here's a patch & ChangeLog lines for a new frame parameter. It looks OK. Whoever decides to instll it just needs to make the following adjustments: 1 - follow coding conventions (a space after ";" and ",", a space around binary operators). 2 - add a NEWS entry and a ChangeLog entry. Stefan