Re: Fx_popup_dialog change breaks Windows build

2005-05-24 Thread Lute Kamstra
Nick Roberts <[EMAIL PROTECTED]> writes: > Lute Kamstra writes: > > Juanma Barranquero <[EMAIL PROTECTED]> writes: > > > > > This change > > > > > > 2005-05-24 Nick Roberts <[EMAIL PROTECTED]> > > > > > > * xmenu.c (Fx_popup_dialog): Add a third boolean argument to > > >

Re: Fx_popup_dialog change breaks Windows build

2005-05-24 Thread Juanma Barranquero
> Are they menus? On platforms where dialog support is not written, > Emacs uses menus instead. Yes, I think so. (I never ever use menus.) -- /L/e/k/t/u ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman

Re: Fx_popup_dialog change breaks Windows build

2005-05-24 Thread Jason Rumney
Juanma Barranquero <[EMAIL PROTECTED]> writes: >> The first should have "Information" as it frame title (was "Question") >> and the second should have "Question", as before. > > None of them have a frame title. They're borderless little white > windows with the text in bold font, a separator (a li

Re: Fx_popup_dialog change breaks Windows build

2005-05-24 Thread Juanma Barranquero
> Just to be clear. Before I `fixed' things, did your example display "Question" > as its frame title? i.e have I broken it or did it never work? I think they never had a frame. At least, that's what happens on a MinGW build from yesterday that I have on the hard disk. If it's really important I

Re: Fx_popup_dialog change breaks Windows build

2005-05-24 Thread Nick Roberts
> None of them have a frame title. They're borderless little white > windows with the text in bold font, a separator (a line), and the > buttons as simple text lines. See the attached image (the thick black > "border" is just the window in the background, white text on black and > empty). Ju

Re: Fx_popup_dialog change breaks Windows build

2005-05-24 Thread Nick Roberts
Lute Kamstra writes: > Juanma Barranquero <[EMAIL PROTECTED]> writes: > > > This change > > > > 2005-05-24 Nick Roberts <[EMAIL PROTECTED]> > > > > * xmenu.c (Fx_popup_dialog): Add a third boolean argument to > > select frame title ("Question"/"Information"). > >

Re: Fx_popup_dialog change breaks Windows build

2005-05-24 Thread Juanma Barranquero
> The first should have "Information" as it frame title (was "Question") > and the second should have "Question", as before. None of them have a frame title. They're borderless little white windows with the text in bold font, a separator (a line), and the buttons as simple text lines. See the atta

Fx_popup_dialog change breaks Windows build

2005-05-24 Thread Nick Roberts
> This change > > 2005-05-24 Nick Roberts <[EMAIL PROTECTED]> > > * 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 argume

Fx_popup_dialog change breaks Windows build

2005-05-24 Thread Nick Roberts
> 2005-05-24 Nick Roberts <[EMAIL PROTECTED]> > > * 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. I forgot to c

Re: Fx_popup_dialog change breaks Windows build

2005-05-24 Thread Lute Kamstra
Juanma Barranquero <[EMAIL PROTECTED]> writes: > This change > > 2005-05-24 Nick Roberts <[EMAIL PROTECTED]> > > * xmenu.c (Fx_popup_dialog): Add a third boolean argument to > select frame title ("Question"/"Information"). > (xdialog_show): Use it. > > * lisp.h: F

Fx_popup_dialog change breaks Windows build

2005-05-24 Thread Juanma Barranquero
This change 2005-05-24 Nick Roberts <[EMAIL PROTECTED]> * 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,