From: Bram Moolenaar Date: Sun, 2 Jan 2005 11:32:29 +0000 (+0000) Subject: updated for version 7.0028 X-Git-Tag: v7.0028~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b78b0b095e271cfd9fccf2ba86820c1b04aa1f55;p=vim updated for version 7.0028 --- diff --git a/src/gui_xmdlg.c b/src/gui_xmdlg.c index 3f1bd554f..66cb85477 100644 --- a/src/gui_xmdlg.c +++ b/src/gui_xmdlg.c @@ -1,7 +1,6 @@ /* vi:set ts=8 sts=4 sw=4: * * VIM - Vi IMproved by Bram Moolenaar - * GUI/Motif support by Robert Webb * * Do ":help uganda" in Vim to read copying and usage conditions. * Do ":help credits" in Vim to see a list of people who contributed. @@ -9,9 +8,12 @@ */ /* - * (C) 2001 by Marcin Dalecki + * (C) 2001,2005 by Marcin Dalecki * * Implementation of dialogue functions for the Motif GUI variant. + * + * Note about Lesstif: Apparenty lesstif doesn't get the widget layout right, + * when using a dynamic scrollbar policy. */ #include diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak index 07c2c278b..8678b5dad 100644 --- a/src/testdir/Make_dos.mak +++ b/src/testdir/Make_dos.mak @@ -32,18 +32,21 @@ SCRIPTS_GUI = test16.out .SUFFIXES: .in .out -nongui: $(SCRIPTS16) $(SCRIPTS) +nongui: fixff $(SCRIPTS16) $(SCRIPTS) echo ALL DONE -small: $(SCRIPTS16) +small: fixff $(SCRIPTS16) echo ALL DONE -gui: $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS_GUI) +gui: fixff $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS_GUI) echo ALL DONE -win32: $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS32) +win32: fixff $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS32) echo ALL DONE +fixff: + -$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=dos|upd" +q *.in *.ok + clean: -del *.out -del test.ok