diff -cwr ./xtpanel-3.23/CHANGES ./xtpanel-3.24/CHANGES *** ./xtpanel-3.23/CHANGES Sat Aug 24 14:40:22 1996 --- ./xtpanel-3.24/CHANGES Wed Sep 11 11:55:53 1996 *************** *** 1,3 **** --- 1,7 ---- + version 3.24 - Sep 11 1996 + 1) Oops, put back some lines in text.c that were commented out + during some development. (Who knows why? not me certainly) + version 3.23 - Aug 27 1996 1) Incorporated new SciPlot code from Glenn Golden that uses the version 1.31G.( a version modified by Glenn) diff -cwr ./xtpanel-3.23/patchlevel.h ./xtpanel-3.24/patchlevel.h *** ./xtpanel-3.23/patchlevel.h Fri Aug 16 14:35:42 1996 --- ./xtpanel-3.24/patchlevel.h Wed Sep 11 11:56:03 1996 *************** *** 1 **** ! static char version[] = " xtpanel version 3.23 "; --- 1 ---- ! static char version[] = " xtpanel version 3.24 "; diff -cwr ./xtpanel-3.23/text.c ./xtpanel-3.24/text.c *** ./xtpanel-3.23/text.c Thu Mar 14 17:10:36 1996 --- ./xtpanel-3.24/text.c Fri Sep 6 11:20:55 1996 *************** *** 189,195 **** width = maxlen + leftMargin + rightMargin; /* set the height and width */ ! /* narg = 0; if (!is_specified(root,"width")){ XtSetArg(args[narg], XtNwidth, width); narg++; } --- 189,195 ---- width = maxlen + leftMargin + rightMargin; /* set the height and width */ ! narg = 0; if (!is_specified(root,"width")){ XtSetArg(args[narg], XtNwidth, width); narg++; } *************** *** 197,203 **** XtSetArg(args[narg], XtNheight, height); narg++; } if( narg > 0 ) XtSetValues(text,args,narg); ! */ } object->widgetname = text; --- 197,203 ---- XtSetArg(args[narg], XtNheight, height); narg++; } if( narg > 0 ) XtSetValues(text,args,narg); ! } object->widgetname = text;