From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Fx_popup_dialog change breaks Windows build Date: Tue, 24 May 2005 09:25:29 +0200 Message-ID: Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1116919763 16191 80.91.229.2 (24 May 2005 07:29:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 May 2005 07:29:23 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 24 09:29:22 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DaTqT-00086R-7V for ged-emacs-devel@m.gmane.org; Tue, 24 May 2005 09:28:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DaTu5-0000UC-3j for ged-emacs-devel@m.gmane.org; Tue, 24 May 2005 03:32:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DaTtU-0000Rz-UZ for emacs-devel@gnu.org; Tue, 24 May 2005 03:32:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DaTtR-0000Qp-PV for emacs-devel@gnu.org; Tue, 24 May 2005 03:32:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DaTtN-0000O3-D7 for emacs-devel@gnu.org; Tue, 24 May 2005 03:31:58 -0400 Original-Received: from [64.233.184.201] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DaTnF-00021Z-Ij for emacs-devel@gnu.org; Tue, 24 May 2005 03:25:37 -0400 Original-Received: by wproxy.gmail.com with SMTP id 50so2586483wri for ; Tue, 24 May 2005 00:25:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jOW+KwmhwxAWd5+Lh3+sDQMkTEjdRIJ9tdY7jX9pxsrLGYPqJTN7X8+38zyF2joE84aM2dp2JmE9yF6ajajsEHBouNfc0v8o17fi3pMHtB7e97CLDmfnwdToiNLNIqh31W8li1J5Tc/70wHV/LTgbSeTs9TT732pi3mjoRj5KQs= Original-Received: by 10.54.76.12 with SMTP id y12mr4123460wra; Tue, 24 May 2005 00:25:29 -0700 (PDT) Original-Received: by 10.54.82.6 with HTTP; Tue, 24 May 2005 00:25:29 -0700 (PDT) Original-To: emacs-devel@gnu.org Content-Disposition: inline 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:37545 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37545 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. --=20 /L/e/k/t/u