From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: Fx_popup_dialog change breaks Windows build Date: Tue, 24 May 2005 20:49:10 +1200 Message-ID: <17042.60038.573916.269758@farnswood.snap.net.nz> References: <87ll65f45m.fsf@xs4all.nl> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1116926703 2876 80.91.229.2 (24 May 2005 09:25:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 May 2005 09:25:03 +0000 (UTC) Cc: Juanma Barranquero , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 24 11:25:02 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DaVda-0003Ox-6R for ged-emacs-devel@m.gmane.org; Tue, 24 May 2005 11:23:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DaVhD-0006w9-DL for ged-emacs-devel@m.gmane.org; Tue, 24 May 2005 05:27:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DaVSk-0005bN-BE for emacs-devel@gnu.org; Tue, 24 May 2005 05:12:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DaVSj-0005aY-GY for emacs-devel@gnu.org; Tue, 24 May 2005 05:12:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DaVRX-0003py-QW for emacs-devel@gnu.org; Tue, 24 May 2005 05:11:20 -0400 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DaV4y-0002HG-5I for emacs-devel@gnu.org; Tue, 24 May 2005 04:48:00 -0400 Original-Received: from farnswood.snap.net.nz (p1-tnt2.snap.net.nz [202.124.108.1]) by viper.snap.net.nz (Postfix) with ESMTP id 2A7A3536F0A; Tue, 24 May 2005 20:47:50 +1200 (NZST) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id 7B42562A99; Tue, 24 May 2005 09:49:11 +0100 (BST) Original-To: Lute Kamstra In-Reply-To: <87ll65f45m.fsf@xs4all.nl> X-Mailer: VM 7.19 under Emacs 22.0.50.60 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:37555 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37555 Lute Kamstra writes: > Juanma Barranquero writes: > > > This change > > > > 2005-05-24 Nick Roberts > > > > * xmenu.c (Fx_popup_dialog): Add a third boolean argument to > > select frame title ("Question"/"Information"). > > (xdialog_show): Use it. > > > > * lisp.h: Fx_popup_dialog can have three arguments. > > > > breaks Windows (and, I suppose, Mac) builds. > > GNU/Linux too. How? Nick