|
From: sfeam <sf...@us...> - 2013-10-01 01:44:26
|
Hi all,
I plan to put a tarball for gnuplot-4.6.4 on SourceForge next weekend.
Any last minute bug reports or other issues?
Here's the NEWS section for changes since 4.6.3:
New features, changes and fixes since gnuplot version 4.6.3
===========================================================
* NEW Ctrl-Break interrupts fitting run in wgnuplot
* CHANGE treat empty fields in a csv file as "missing" rather than "bad"
* CHANGE allow reference to more than one column header in 'using' or 'title'
* CHANGE install-info is no longer a default "make install" target
* FIX svg and canvas terminal mousing of inverted axis coordinates
* FIX emf failed to initialize font correctly on some systems
* FIX timedata columns can now be referred to via column(N) and column("HEAD")
* FIX qt terminal toggling of enhanced text elements in plot with labels
* FIX color/pattern generated for key entries of columnstacked histograms
* FIX hitting ^C twice forces temination of wxt session hung by lost X-server
* FIX win terminal failed to properly adjust plot border after window resize
* FIX several conditions in which macros were not expanded during command input
* FIX promote a string containing only digits to INTGR rather than CMPLX
* FIX 'set grid front' caused failure to initialize location of axis zero point
* FIX very poor precision in mouse coords reported by x11 in -persist mode
* FIX parsing of $# (the number of arguments in a "call"). It's not a comment!
* FIX memory leak of cropped images using pngcairo terminal
* FIX "lc variable" now iterates over linetype colors (not styles) as documented
* FIX rtics were sometimes drawn with length 0
Ethan Merritt (gnuplot development team)
|
|
From: Daniel J S. <dan...@ie...> - 2013-10-01 02:43:54
|
Sounds good. I'm just wondering what the status and availability of Qt
terminal is. Is it now compiled and included in gnuplot by default if
the necessary Qt development tools are on the system? Are most of the
popular bundles building gnuplot with Qt terminal?
Dan
On 09/29/2013 11:07 PM, sfeam wrote:
> Hi all,
>
> I plan to put a tarball for gnuplot-4.6.4 on SourceForge next weekend.
> Any last minute bug reports or other issues?
> Here's the NEWS section for changes since 4.6.3:
>
>
> New features, changes and fixes since gnuplot version 4.6.3
> ===========================================================
>
> * NEW Ctrl-Break interrupts fitting run in wgnuplot
> * CHANGE treat empty fields in a csv file as "missing" rather than "bad"
> * CHANGE allow reference to more than one column header in 'using' or 'title'
> * CHANGE install-info is no longer a default "make install" target
> * FIX svg and canvas terminal mousing of inverted axis coordinates
> * FIX emf failed to initialize font correctly on some systems
> * FIX timedata columns can now be referred to via column(N) and column("HEAD")
> * FIX qt terminal toggling of enhanced text elements in plot with labels
> * FIX color/pattern generated for key entries of columnstacked histograms
> * FIX hitting ^C twice forces temination of wxt session hung by lost X-server
> * FIX win terminal failed to properly adjust plot border after window resize
> * FIX several conditions in which macros were not expanded during command input
> * FIX promote a string containing only digits to INTGR rather than CMPLX
> * FIX 'set grid front' caused failure to initialize location of axis zero point
> * FIX very poor precision in mouse coords reported by x11 in -persist mode
> * FIX parsing of $# (the number of arguments in a "call"). It's not a comment!
> * FIX memory leak of cropped images using pngcairo terminal
> * FIX "lc variable" now iterates over linetype colors (not styles) as documented
> * FIX rtics were sometimes drawn with length 0
>
> Ethan Merritt (gnuplot development team)
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
> the latest Intel processors and coprocessors. See abstracts and register>
> http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
> _______________________________________________
> gnuplot-beta mailing list
> gnu...@li...
> Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-beta
>
--
Dan Sebald
email: daniel(DOT)sebald(AT)ieee(DOT)org
URL: http://www(DOT)dansebald(DOT)com
|
|
From: sfeam <sf...@us...> - 2013-10-01 03:16:22
|
On Monday, 30 September 2013 09:43:46 PM Daniel J Sebald wrote:
> Sounds good. I'm just wondering what the status and availability of Qt
> terminal is. Is it now compiled and included in gnuplot by default if
> the necessary Qt development tools are on the system?
It is still a configuration option.
Version 4.6 ./configure --enable-qt
Version 4.7 ./configure --with-qt or ./configure --with-qt=qt4
The latter option is there because it will use qt5 if the libraries are present,
but there is an annoying bug if you link against qt5 so there's an option
to force qt4 instead. I'm pretty sure the qt5 bug is something in a qt
support library rather than in gnuplot code, so I'm hoping that it will be
fixed in some incremental qt5 release.
> Are most of the popular bundles building gnuplot with Qt terminal?
I don't know.
It's what I've been using by default for some while now myself.
Ethan
>
> Dan
>
>
> On 09/29/2013 11:07 PM, sfeam wrote:
> > Hi all,
> >
> > I plan to put a tarball for gnuplot-4.6.4 on SourceForge next weekend.
> > Any last minute bug reports or other issues?
> > Here's the NEWS section for changes since 4.6.3:
> >
> >
> > New features, changes and fixes since gnuplot version 4.6.3
> > ===========================================================
> >
> > * NEW Ctrl-Break interrupts fitting run in wgnuplot
> > * CHANGE treat empty fields in a csv file as "missing" rather than "bad"
> > * CHANGE allow reference to more than one column header in 'using' or 'title'
> > * CHANGE install-info is no longer a default "make install" target
> > * FIX svg and canvas terminal mousing of inverted axis coordinates
> > * FIX emf failed to initialize font correctly on some systems
> > * FIX timedata columns can now be referred to via column(N) and column("HEAD")
> > * FIX qt terminal toggling of enhanced text elements in plot with labels
> > * FIX color/pattern generated for key entries of columnstacked histograms
> > * FIX hitting ^C twice forces temination of wxt session hung by lost X-server
> > * FIX win terminal failed to properly adjust plot border after window resize
> > * FIX several conditions in which macros were not expanded during command input
> > * FIX promote a string containing only digits to INTGR rather than CMPLX
> > * FIX 'set grid front' caused failure to initialize location of axis zero point
> > * FIX very poor precision in mouse coords reported by x11 in -persist mode
> > * FIX parsing of $# (the number of arguments in a "call"). It's not a comment!
> > * FIX memory leak of cropped images using pngcairo terminal
> > * FIX "lc variable" now iterates over linetype colors (not styles) as documented
> > * FIX rtics were sometimes drawn with length 0
> >
> > Ethan Merritt (gnuplot development team)
> >
> > ------------------------------------------------------------------------------
> > October Webinars: Code for Performance
> > Free Intel webinars can help you accelerate application performance.
> > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
> > the latest Intel processors and coprocessors. See abstracts and register>
> > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
> > _______________________________________________
> > gnuplot-beta mailing list
> > gnu...@li...
> > Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-beta
> >
>
>
|
|
From: Daniel J S. <dan...@ie...> - 2013-10-02 04:03:52
|
On 09/30/2013 10:13 PM, sfeam wrote:
> On Monday, 30 September 2013 09:43:46 PM Daniel J Sebald wrote:
>> Sounds good. I'm just wondering what the status and availability of Qt
>> terminal is. Is it now compiled and included in gnuplot by default if
>> the necessary Qt development tools are on the system?
>
> It is still a configuration option.
>
> Version 4.6 ./configure --enable-qt
> Version 4.7 ./configure --with-qt or ./configure --with-qt=qt4
>
> The latter option is there because it will use qt5 if the libraries are present,
> but there is an annoying bug if you link against qt5 so there's an option
> to force qt4 instead. I'm pretty sure the qt5 bug is something in a qt
> support library rather than in gnuplot code, so I'm hoping that it will be
> fixed in some incremental qt5 release.
>
>> Are most of the popular bundles building gnuplot with Qt terminal?
>
> I don't know.
> It's what I've been using by default for some while now myself.
Same here. I still use X11 terminal and of course the variety of
file-base terminals. Qt does have some small strange effect with
anti-aliasing on thin plot lines, but that's not gnuplot's fault.
How do others feel about making qt4 terminal compiled by default (if
developer resources available) with an option for Qt5 --with-qt=qt5? It
seems to me that Qt4 is sort of the common version, at least as far as I
know.
Dan
>
> Ethan
>
>>
>> Dan
>>
>>
>> On 09/29/2013 11:07 PM, sfeam wrote:
>>> Hi all,
>>>
>>> I plan to put a tarball for gnuplot-4.6.4 on SourceForge next weekend.
>>> Any last minute bug reports or other issues?
>>> Here's the NEWS section for changes since 4.6.3:
>>>
>>>
>>> New features, changes and fixes since gnuplot version 4.6.3
>>> ===========================================================
>>>
>>> * NEW Ctrl-Break interrupts fitting run in wgnuplot
>>> * CHANGE treat empty fields in a csv file as "missing" rather than "bad"
>>> * CHANGE allow reference to more than one column header in 'using' or 'title'
>>> * CHANGE install-info is no longer a default "make install" target
>>> * FIX svg and canvas terminal mousing of inverted axis coordinates
>>> * FIX emf failed to initialize font correctly on some systems
>>> * FIX timedata columns can now be referred to via column(N) and column("HEAD")
>>> * FIX qt terminal toggling of enhanced text elements in plot with labels
>>> * FIX color/pattern generated for key entries of columnstacked histograms
>>> * FIX hitting ^C twice forces temination of wxt session hung by lost X-server
>>> * FIX win terminal failed to properly adjust plot border after window resize
>>> * FIX several conditions in which macros were not expanded during command input
>>> * FIX promote a string containing only digits to INTGR rather than CMPLX
>>> * FIX 'set grid front' caused failure to initialize location of axis zero point
>>> * FIX very poor precision in mouse coords reported by x11 in -persist mode
>>> * FIX parsing of $# (the number of arguments in a "call"). It's not a comment!
>>> * FIX memory leak of cropped images using pngcairo terminal
>>> * FIX "lc variable" now iterates over linetype colors (not styles) as documented
>>> * FIX rtics were sometimes drawn with length 0
>>>
>>> Ethan Merritt (gnuplot development team)
>>>
>>> ------------------------------------------------------------------------------
>>> October Webinars: Code for Performance
>>> Free Intel webinars can help you accelerate application performance.
>>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
>>> the latest Intel processors and coprocessors. See abstracts and register>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> gnuplot-beta mailing list
>>> gnu...@li...
>>> Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-beta
>>>
>>
>>
>
--
Dan Sebald
email: daniel(DOT)sebald(AT)ieee(DOT)org
URL: http://www(DOT)dansebald(DOT)com
|
|
From: Christoph B. <us...@be...> - 2013-10-01 10:58:20
|
Am 30.09.2013 06:07, schrieb sfeam: > > * FIX "lc variable" now iterates over linetype colors (not styles) as documented Did you apply also the last patch of http://sourceforge.net/p/gnuplot/bugs/1281/ ? That fixes the variable linecolor of the points drawn with the label plotting style. Christoph |
|
From: Ethan A M. <sf...@us...> - 2013-10-01 18:58:03
|
On Tuesday, 01 October, 2013 12:43:30 Christoph Bersch wrote: > Am 30.09.2013 06:07, schrieb sfeam: > > > > * FIX "lc variable" now iterates over linetype colors (not styles) as documented > > Did you apply also the last patch of > http://sourceforge.net/p/gnuplot/bugs/1281/ ? Oops. That one slipped through a crack. Applied now. thanks, Ethan > That fixes the variable linecolor of the points drawn with the label > plotting style. > > Christoph > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-beta |
|
From: Allin C. <cot...@wf...> - 2013-10-01 13:02:32
|
On Sun, 29 Sep 2013, sfeam wrote: > I plan to put a tarball for gnuplot-4.6.4 on SourceForge next weekend. > Any last minute bug reports or other issues? > Here's the NEWS section for changes since 4.6.3 [...] Just wondering. I didn't see a mention of the changes in CVS that support a 64-bit Windows build of gnuplot. Any chance of those changes making it into 4.6.4? Allin Cottrell |
|
From: Ethan A M. <sf...@us...> - 2013-10-01 17:12:11
|
On Tuesday, 01 October, 2013 07:58:35 Allin Cottrell wrote:
> On Sun, 29 Sep 2013, sfeam wrote:
>
> > I plan to put a tarball for gnuplot-4.6.4 on SourceForge next weekend.
> > Any last minute bug reports or other issues?
> > Here's the NEWS section for changes since 4.6.3 [...]
>
> Just wondering. I didn't see a mention of the changes in CVS that support
> a 64-bit Windows build of gnuplot. Any chance of those changes making it
> into 4.6.4?
You are refering to these patches that were applied to 4.7?
2013-08-16 Allin Cottrell <cot...@wf...>
* src/internal.c (GP_MATHERR): 1st part of win64 compatibility patch.
The matherr() mechanism is not used by win64. It's also not used by
current linux but it doesn't hurt to leave it in place for now.
* src/win/wprinter.c src/win/winmain.c src/win/wtext.c src/win/wmenu.c
src/win/wpause.c src/win/wgraph.c:
2nd part of win64 compatability patch. All changes are #ifdef _WIN64.
src/win/wgnuplot.rc src/win/wgnuplot.exe.manifest64:
The file win/wgnuplot.exe.manifest specifies the processorArchitecture
as "X86". For an x86_64 build this must be changed to "amd64"
(or wgnuplot.exe won't start). The manifest file is included by
win/wgnuplot.rc. The modified wgnuplot.rc includes an alternative file
wgnuplot.exe.manifest64 if the symbol _WIN64 is defined. This file
simply substitutes "amd64" for "X86" in two places.
The first of those (to src/internal.c) applies without error to 4.6 also.
But the rest of it would need to be re-spun for 4.6
[51] patch -p0 --dry-run < ../../oldpatches/win64_part1.patch
checking file win/wprinter.c
Hunk #3 FAILED at 219.
Hunk #4 succeeded at 246 with fuzz 1.
Hunk #5 FAILED at 324.
2 out of 5 hunks FAILED
checking file win/winmain.c
Hunk #1 FAILED at 526.
1 out of 1 hunk FAILED
checking file win/wtext.c
Hunk #1 succeeded at 287 (offset 7 lines).
Hunk #2 succeeded at 1024 (offset 7 lines).
Hunk #3 succeeded at 1106 (offset 7 lines).
Hunk #4 succeeded at 1207 (offset 7 lines).
Hunk #5 succeeded at 1880 (offset 7 lines).
Hunk #6 succeeded at 2169 (offset 7 lines).
checking file win/wmenu.c
Hunk #1 succeeded at 827 (offset 3 lines).
Hunk #2 succeeded at 1052 (offset 4 lines).
checking file win/wpause.c
Hunk #2 succeeded at 255 with fuzz 2 (offset 6 lines).
Hunk #3 succeeded at 281 with fuzz 2 (offset 6 lines).
Hunk #4 FAILED at 308.
1 out of 4 hunks FAILED
checking file win/wgnuplot.rc
Hunk #1 succeeded at 3 with fuzz 2.
checking file win/wgraph.c
Hunk #1 succeeded at 433 (offset -2 lines).
Hunk #2 succeeded at 576 (offset -4 lines).
Hunk #3 succeeded at 2631 (offset -350 lines).
Hunk #4 succeeded at 2892 (offset -447 lines).
Hunk #5 succeeded at 2958 (offset -447 lines).
Hunk #6 succeeded at 3142 (offset -446 lines).
Hunk #7 succeeded at 3227 (offset -449 lines).
Hunk #8 succeeded at 3745 (offset -460 lines).
checking file win/wgnuplot.exe.manifest64
If you send me a patch set backported to apply against 4.6 I'd
be happy to apply it. But please test it first, as I'm not set up
to build under windows here.
Ethan
>
> Allin Cottrell
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
> _______________________________________________
> gnuplot-beta mailing list
> gnu...@li...
> Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-beta
|
|
From: Allin C. <cot...@wf...> - 2013-10-01 21:05:40
|
On Tue, 1 Oct 2013, Ethan A Merritt wrote: > On Tuesday, 01 October, 2013 07:58:35 Allin Cottrell wrote: >> On Sun, 29 Sep 2013, sfeam wrote: >> >>> I plan to put a tarball for gnuplot-4.6.4 on SourceForge next weekend. >>> Any last minute bug reports or other issues? >>> Here's the NEWS section for changes since 4.6.3 [...] >> >> Just wondering. I didn't see a mention of the changes in CVS that support >> a 64-bit Windows build of gnuplot. Any chance of those changes making it >> into 4.6.4? > > You are refering to these patches that were applied to 4.7? > > 2013-08-16 Allin Cottrell <cot...@wf...> > > * src/internal.c (GP_MATHERR): 1st part of win64 compatibility patch. > The matherr() mechanism is not used by win64. It's also not used by > current linux but it doesn't hurt to leave it in place for now. [etc.] Yes. If I can find the time I'll backport them but if not they can wait till the next iteration. Allin Cottrell |