|
From: Tatsuro M. <tma...@ya...> - 2017-03-21 04:08:59
|
----- Original Message ----- > From: Tatsuro MATSUOKA > To: Merritt Ethan gnuplot-beta bmaerkisch tmacchant3 > Cc: > Date: 2017/3/21, Tue 11:16 > Subject: Re: Release 5.0.6 > > ----- Original Message ----- > >> From: sfeam >> To: gnuplot-beta >> Cc: >> Date: 2017/3/18, Sat 13:08 >> Subject: Release 5.0.6 >> >> T he source tarball for gnuplot release 5.0.6 is now available on > SourceForge. >> >> Changes in 5.0.6 >> ================ >> * NEW command 'set micro' enables encoding-specific char for > gprintf %c >> format >> * NEW command 'set datafile missing NaN' treats invalid data as if > it >> were missing >> * NEW backport updated svg/domterm terminal from development version >> * CHANGE - start/end limits in nested iterations are reevaluated > dynamically >> * CHANGE - revised adjustment of x2label and plot title when x2tics are > present >> * CHANGE - mark non-free pdf terminal DEPRECATED (to be removed in release > 5.2) >> * CHANGE - allow fractional font sizes for gdlib terminals >> * CHANGE - do not allow inverted R axis (requires support not backported > from >> 5.1) >> * CHANGE - allow pointinterval property in 'with lp' for splot as > well >> as for plot >> * CHANGE - "linewidth <lw>" is accepted as a terminal > option for >> aquaterm, qt, wxt >> * CHANGE - spline segments outside xrange are ignored rather than treated > as >> errors >> * FIX assignment of x/y dimensions in "binary record=(a,b) ... with >> image" >> * FIX wxt - multithreaded wxt was faulting during resize (mutex lock > failure) >> * FIX windows - timed pause only worked for intervals < 1 second >> * FIX Front/back layering of border+grid lines was not always correct in >> hidden3d >> * FIX "set pm3d depthorder interpolate N,M" memory allocation > failure >> * FIX aquaterm failed to honor request to disable enhanced text markup >> * FIX save and show commands failed to list linecolor for lines with > "lt >> -1" >> * FIX the "missing" data flag is honored by "using > ($n)" as >> it is for "using n" >> * FIX error reporting of line number inside a bracketed clause >> * FIX gnuplot_x11: possible fix for sporadic use-after-free error >> * FIX initialization of hidden3d structures for splot with dots >> * FIX track arrowhead properties in hidden3d mode >> * FIX tracking of NaN values from function evaluated during binary data > input >> * FIX 3D rotation does not clobber hidden/visible status of plots >> >> >> happy gnuplotting >> >> Ethan >> > > I have tried to build gnuplot 5.0.6 on windows. > However, gnuplot_qt process fails to start > > For starting qt terminal > > gnuplot> set term qt > gnuplot> plot x > > Warning: slow font initializationgnuplot> > > Seeing task (process) manager on windows 10, I cannot see gnuplot_qt.exe. > This does not happens on gnuplot-5.0.6pre and 5.1 (2017-03-19). > > I have tried both my original build dependency and msys2 dependency. > But results are the same > > @Bastian > > Did you see the similar phenomenon? > > Tatsuro I checked changes after pre-release of 5.0.6 and found that the change 2017-03-08 Ethan A Merritt <merritt@u.washington.edu> * src/qtterminal/QtGnuplotEvent.h: Move new enum GEPID (2017-02-25) to end of enum list rather than in the middle. Otherwise the gnuplot_qt built for 5.0.6 is incompatible with gnuplot executables 5.0.0-5, which makes comparison of multiple versions to debug things harder than it needs to be. If the new event is at the end, all earlier gnuplot 5.0.x versions can share gnuplot_qt 5.0.6. prevents gnuplot_qt.exe to start on windows. I do not have enough knowledge so that I do not know why this change causes trouble on qt terminal for windows. Tatsuro Tatsuro |