From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: gerd.moellmann@t-online.de (Gerd Moellmann) Newsgroups: gmane.emacs.devel Subject: Re: Inactive code in x-create-frame on X and W32. Date: 25 Mar 2003 11:34:23 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <8665q7ag5s.fsf@gerd.free-bsd.org> References: <5xd6kgxnf7.fsf@kfs2.cua.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1048588598 25595 80.91.224.249 (25 Mar 2003 10:36:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 25 Mar 2003 10:36:38 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Mar 25 11:36:37 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18xlnJ-0006ee-00 for ; Tue, 25 Mar 2003 11:36:37 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18xloA-0003a8-00 for ; Tue, 25 Mar 2003 11:37:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18xlmw-0005Rz-07 for emacs-devel@quimby.gnus.org; Tue, 25 Mar 2003 05:36:14 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18xlmP-00051w-00 for emacs-devel@gnu.org; Tue, 25 Mar 2003 05:35:41 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18xllg-0004OV-00 for emacs-devel@gnu.org; Tue, 25 Mar 2003 05:35:04 -0500 Original-Received: from mailout09.sul.t-online.com ([194.25.134.84]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18xllO-0003ku-00 for emacs-devel@gnu.org; Tue, 25 Mar 2003 05:34:39 -0500 Original-Received: from fwd04.sul.t-online.de by mailout09.sul.t-online.com with smtp id 18xllM-0004oC-05; Tue, 25 Mar 2003 11:34:36 +0100 Original-Received: from gerd.free-bsd.org (520015515780-0001@[217.85.164.46]) by fwd04.sul.t-online.com with esmtp id 18xllD-0fR9wOC; Tue, 25 Mar 2003 11:34:27 +0100 Original-Received: from gerd.free-bsd.org (localhost [127.0.0.1]) by gerd.free-bsd.org (8.12.8/8.12.7) with ESMTP id h2PAYO7r000295; Tue, 25 Mar 2003 11:34:25 +0100 (CET) (envelope-from gerd.moellmann@t-online.de) Original-Received: (from gerd@localhost) by gerd.free-bsd.org (8.12.8/8.12.8/Submit) id h2PAYNv0000292; Tue, 25 Mar 2003 11:34:23 +0100 (CET) X-Authentication-Warning: gerd.free-bsd.org: gerd set sender to gerd.moellmann@t-online.de using -f Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: <5xd6kgxnf7.fsf@kfs2.cua.dk> Original-Lines: 10 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-Sender: 520015515780-0001@t-dialin.net X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12601 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12601 storm@cua.dk (Kim F. Storm) writes: > 2001-03-01 Gerd Moellmann > > * xfns.c (Fx_create_frame): Adjust the frame's height for presence > of the tool bar before calling x_figure_window_size. > > So what's up, doc? I'm afraid it's too long ago for me to remember that. Sorry.