|
From: Ethan A M. <sf...@us...> - 2011-03-01 20:32:17
|
Is anyone aware of issues that should be addressed before a version 4.4.3 release?
My current plan is to tag CVS for version 4.4.3 next weekend, and upload the
corresponding source tarball to SourceForge. Windows binaries to be uploaded
when they are ready, as usual. PATCHLEVEL is already set to 4.4.3 in cvs as of today.
New features, changes and fixes in gnuplot version 4.4.3
========================================================
* NEW set key maxcolumns N maxrows M
* NEW value("varname") returns the value of the named variable
* NEW encoding cp1251 - 8-bit Cyrillic
* NEW Implement pan and zoom via mouse wheel.
* CHANGE backport emf terminal driver from version 4.5
* FIX better estimation of latex string lengths
* FIX colorbar representation of discrete color palettes is pixel accurate
* FIX NaN initialization and tests working on more (all?) platforms
* FIX configuration script tests for readline+ncurses
* FIX prevent out-of-range boxes from creating degenerate ghosts on the border
* FIX missing alpha channel flag for pdfcairo terminal
* FIX font initialization in windows terminal
|
|
From: Tatsuro M. <tma...@ya...> - 2011-03-02 06:49:51
|
Hello
Is the change in help system for windows involved into version 4.4.3 ?
(wgnuplot.hlp -> wgnuplot.chm)
Regards
Tatsuro
--- Ethan A Merritt wrote:
> Is anyone aware of issues that should be addressed before a version 4.4.3 release?
>
> My current plan is to tag CVS for version 4.4.3 next weekend, and upload the
> corresponding source tarball to SourceForge. Windows binaries to be uploaded
> when they are ready, as usual. PATCHLEVEL is already set to 4.4.3 in cvs as of today.
>
> New features, changes and fixes in gnuplot version 4.4.3
> ========================================================
>
> * NEW set key maxcolumns N maxrows M
> * NEW value("varname") returns the value of the named variable
> * NEW encoding cp1251 - 8-bit Cyrillic
> * NEW Implement pan and zoom via mouse wheel.
> * CHANGE backport emf terminal driver from version 4.5
> * FIX better estimation of latex string lengths
> * FIX colorbar representation of discrete color palettes is pixel accurate
> * FIX NaN initialization and tests working on more (all?) platforms
> * FIX configuration script tests for readline+ncurses
> * FIX prevent out-of-range boxes from creating degenerate ghosts on the border
> * FIX missing alpha channel flag for pdfcairo terminal
> * FIX font initialization in windows terminal
>
> ------------------------------------------------------------------------------
> Free Software Download: Index, Search & Analyze Logs and other IT data in
> Real-Time with Splunk. Collect, index and harness all the fast moving IT data
> generated by your applications, servers and devices whether physical, virtual
> or in the cloud. Deliver compliance at lower cost and gain new business
> insights. http://p.sf.net/sfu/splunk-dev2dev
> _______________________________________________
> gnuplot-beta mailing list
> gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-beta
>
|
|
From: sfeam (E. Merritt) <eam...@gm...> - 2011-03-02 06:57:32
|
On Tuesday, March 01, 2011, Tatsuro MATSUOKA wrote:
> Hello
>
> Is the change in help system for windows involved into version 4.4.3 ?
> (wgnuplot.hlp -> wgnuplot.chm)
No. The only change to the help system for 4.4.3 that I see in ChangeLog
is to make the search case-sensitive.
Ethan
> Regards
>
> Tatsuro
>
> --- Ethan A Merritt wrote:
>
> > Is anyone aware of issues that should be addressed before a version 4.4.3 release?
> >
> > My current plan is to tag CVS for version 4.4.3 next weekend, and upload the
> > corresponding source tarball to SourceForge. Windows binaries to be uploaded
> > when they are ready, as usual. PATCHLEVEL is already set to 4.4.3 in cvs as of today.
> >
> > New features, changes and fixes in gnuplot version 4.4.3
> > ========================================================
> >
> > * NEW set key maxcolumns N maxrows M
> > * NEW value("varname") returns the value of the named variable
> > * NEW encoding cp1251 - 8-bit Cyrillic
> > * NEW Implement pan and zoom via mouse wheel.
> > * CHANGE backport emf terminal driver from version 4.5
> > * FIX better estimation of latex string lengths
> > * FIX colorbar representation of discrete color palettes is pixel accurate
> > * FIX NaN initialization and tests working on more (all?) platforms
> > * FIX configuration script tests for readline+ncurses
> > * FIX prevent out-of-range boxes from creating degenerate ghosts on the border
> > * FIX missing alpha channel flag for pdfcairo terminal
> > * FIX font initialization in windows terminal
> >
> > ------------------------------------------------------------------------------
> > Free Software Download: Index, Search & Analyze Logs and other IT data in
> > Real-Time with Splunk. Collect, index and harness all the fast moving IT data
> > generated by your applications, servers and devices whether physical, virtual
> > or in the cloud. Deliver compliance at lower cost and gain new business
> > insights. http://p.sf.net/sfu/splunk-dev2dev
> > _______________________________________________
> > gnuplot-beta mailing list
> > gnu...@li...
> > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta
> >
>
>
|
|
From: Tatsuro M. <tma...@ya...> - 2011-03-02 21:47:37
|
Hello OK I will prepare binaries with old help system. However, my Microsoft help complier produces broken help. (Some spaces are ignored.) As in the case of 4.4.2, I will upload gnuplot.rtf. (In the case of 4.4.2, Petr generated wgnuplot.hlp from the gnuplot.rtf that I have made.) FYI: I have replaced the computer in my university from Win XP pro 32 bit to Win 7 Home 64 bit. For 64 bit windows, the djgpp cannot be executed because it has 16 bit parts. Using Dox Box[1], I can build DJGPP binaries on windows 7 64bit. [1] http://www.dosbox.com/ Regards Tatsuro --- "sfeam (Ethan Merritt)" wrote: > On Tuesday, March 01, 2011, Tatsuro MATSUOKA wrote: > > Hello > > > > Is the change in help system for windows involved into version 4.4.3 ? > > (wgnuplot.hlp -> wgnuplot.chm) > > No. The only change to the help system for 4.4.3 that I see in ChangeLog > is to make the search case-sensitive. > > Ethan > > > > Regards > > > > Tatsuro > > > > --- Ethan A Merritt wrote: > > > > > Is anyone aware of issues that should be addressed before a version 4.4.3 release? > > > > > > My current plan is to tag CVS for version 4.4.3 next weekend, and upload the > > > corresponding source tarball to SourceForge. Windows binaries to be uploaded > > > when they are ready, as usual. PATCHLEVEL is already set to 4.4.3 in cvs as of today. > > > > > > New features, changes and fixes in gnuplot version 4.4.3 > > > ======================================================== > > > > > > * NEW set key maxcolumns N maxrows M > > > * NEW value("varname") returns the value of the named variable > > > * NEW encoding cp1251 - 8-bit Cyrillic > > > * NEW Implement pan and zoom via mouse wheel. > > > * CHANGE backport emf terminal driver from version 4.5 > > > * FIX better estimation of latex string lengths > > > * FIX colorbar representation of discrete color palettes is pixel accurate > > > * FIX NaN initialization and tests working on more (all?) platforms > > > * FIX configuration script tests for readline+ncurses > > > * FIX prevent out-of-range boxes from creating degenerate ghosts on the border > > > * FIX missing alpha channel flag for pdfcairo terminal > > > * FIX font initialization in windows terminal > > > > > > ------------------------------------------------------------------------------ > > > Free Software Download: Index, Search & Analyze Logs and other IT data in > > > Real-Time with Splunk. Collect, index and harness all the fast moving IT data > > > generated by your applications, servers and devices whether physical, virtual > > > or in the cloud. Deliver compliance at lower cost and gain new business > > > insights. http://p.sf.net/sfu/splunk-dev2dev > > > _______________________________________________ > > > gnuplot-beta mailing list > > > gnu...@li... > > > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > > > > > > > > > |
|
From: Tatsuro M. <tma...@ya...> - 2011-03-03 09:20:38
|
Hello
I have built 4.4 branch source on cygwin
G N U P L O T
Version 4.4 patchlevel 3
last modified September 2010
************
last modified September 2010
should be
last modified March 2011
Regards
Tatsuro
--- Tatsuro MATSUOKA wrote:
> Hello
>
> OK I will prepare binaries with old help system.
> However, my Microsoft help complier produces broken help.
> (Some spaces are ignored.)
>
> As in the case of 4.4.2, I will upload gnuplot.rtf.
> (In the case of 4.4.2, Petr generated wgnuplot.hlp from the gnuplot.rtf that I have made.)
>
> FYI: I have replaced the computer in my university from Win XP pro 32 bit to Win 7 Home 64 bit.
> For 64 bit windows, the djgpp cannot be executed because it has 16 bit parts. Using Dox Box[1],
> I can
> build DJGPP binaries on windows 7 64bit.
>
> [1] http://www.dosbox.com/
>
> Regards
>
> Tatsuro
> --- "sfeam (Ethan Merritt)" wrote:
>
> > On Tuesday, March 01, 2011, Tatsuro MATSUOKA wrote:
> > > Hello
> > >
> > > Is the change in help system for windows involved into version 4.4.3 ?
> > > (wgnuplot.hlp -> wgnuplot.chm)
> >
> > No. The only change to the help system for 4.4.3 that I see in ChangeLog
> > is to make the search case-sensitive.
> >
> > Ethan
> >
> >
> > > Regards
> > >
> > > Tatsuro
> > >
> > > --- Ethan A Merritt wrote:
> > >
> > > > Is anyone aware of issues that should be addressed before a version 4.4.3 release?
> > > >
> > > > My current plan is to tag CVS for version 4.4.3 next weekend, and upload the
> > > > corresponding source tarball to SourceForge. Windows binaries to be uploaded
> > > > when they are ready, as usual. PATCHLEVEL is already set to 4.4.3 in cvs as of today.
> > > >
> > > > New features, changes and fixes in gnuplot version 4.4.3
> > > > ========================================================
> > > >
> > > > * NEW set key maxcolumns N maxrows M
> > > > * NEW value("varname") returns the value of the named variable
> > > > * NEW encoding cp1251 - 8-bit Cyrillic
> > > > * NEW Implement pan and zoom via mouse wheel.
> > > > * CHANGE backport emf terminal driver from version 4.5
> > > > * FIX better estimation of latex string lengths
> > > > * FIX colorbar representation of discrete color palettes is pixel accurate
> > > > * FIX NaN initialization and tests working on more (all?) platforms
> > > > * FIX configuration script tests for readline+ncurses
> > > > * FIX prevent out-of-range boxes from creating degenerate ghosts on the border
> > > > * FIX missing alpha channel flag for pdfcairo terminal
> > > > * FIX font initialization in windows terminal
> > > >
> > > > ------------------------------------------------------------------------------
> > > > Free Software Download: Index, Search & Analyze Logs and other IT data in
> > > > Real-Time with Splunk. Collect, index and harness all the fast moving IT data
> > > > generated by your applications, servers and devices whether physical, virtual
> > > > or in the cloud. Deliver compliance at lower cost and gain new business
> > > > insights. http://p.sf.net/sfu/splunk-dev2dev
> > > > _______________________________________________
> > > > gnuplot-beta mailing list
> > > > gnu...@li...
> > > > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta
> > > >
> > >
> > >
> >
> >
>
>
> ------------------------------------------------------------------------------
> Free Software Download: Index, Search & Analyze Logs and other IT data in
> Real-Time with Splunk. Collect, index and harness all the fast moving IT data
> generated by your applications, servers and devices whether physical, virtual
> or in the cloud. Deliver compliance at lower cost and gain new business
> insights. http://p.sf.net/sfu/splunk-dev2dev
> _______________________________________________
> gnuplot-beta mailing list
> gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-beta
>
|
|
From: Tatsuro M. <tma...@ya...> - 2011-03-04 08:45:12
|
Hello I have prepared gnuplot 4.4.3 binaries (Windows, Cygwin, and DJGPP) using source 4.4 branch. As I have told, my help file system does not give correct hlp file. Therefore I have uploaded gnuplot.rtf generated from gnuplot.doc. Could someone compile it to wgnuplot.hlp and send me an attachment file. http://www.tatsuromatsuoka.com/gnuplot/Eng/gp443/ gnuplot.rtf.443.zip (zip archived) Regards Tatsuro --- Tatsuro MATSUOKA p> wrote: > Hello > > I have built 4.4 branch source on cygwin > > > G N U P L O T > Version 4.4 patchlevel 3 > last modified September 2010 > > ************ > last modified September 2010 > should be > last modified March 2011 > > Regards > > Tatsuro > > > --- Tatsuro MATSUOKA wrote: > > > Hello > > > > OK I will prepare binaries with old help system. > > However, my Microsoft help complier produces broken help. > > (Some spaces are ignored.) > > > > As in the case of 4.4.2, I will upload gnuplot.rtf. > > (In the case of 4.4.2, Petr generated wgnuplot.hlp from the gnuplot.rtf that I have made.) > > > > FYI: I have replaced the computer in my university from Win XP pro 32 bit to Win 7 Home 64 > bit. > > For 64 bit windows, the djgpp cannot be executed because it has 16 bit parts. Using Dox > Box[1], > > I can > > build DJGPP binaries on windows 7 64bit. > > > > [1] http://www.dosbox.com/ > > > > Regards > > > > Tatsuro > > --- "sfeam (Ethan Merritt)" wrote: > > > > > On Tuesday, March 01, 2011, Tatsuro MATSUOKA wrote: > > > > Hello > > > > > > > > Is the change in help system for windows involved into version 4.4.3 ? > > > > (wgnuplot.hlp -> wgnuplot.chm) > > > > > > No. The only change to the help system for 4.4.3 that I see in ChangeLog > > > is to make the search case-sensitive. > > > > > > Ethan > > > > > > > > > > Regards > > > > > > > > Tatsuro > > > > > > > > --- Ethan A Merritt wrote: > > > > > > > > > Is anyone aware of issues that should be addressed before a version 4.4.3 release? > > > > > > > > > > My current plan is to tag CVS for version 4.4.3 next weekend, and upload the > > > > > corresponding source tarball to SourceForge. Windows binaries to be uploaded > > > > > when they are ready, as usual. PATCHLEVEL is already set to 4.4.3 in cvs as of today. > > > > > > > > > > New features, changes and fixes in gnuplot version 4.4.3 > > > > > ======================================================== > > > > > > > > > > * NEW set key maxcolumns N maxrows M > > > > > * NEW value("varname") returns the value of the named variable > > > > > * NEW encoding cp1251 - 8-bit Cyrillic > > > > > * NEW Implement pan and zoom via mouse wheel. > > > > > * CHANGE backport emf terminal driver from version 4.5 > > > > > * FIX better estimation of latex string lengths > > > > > * FIX colorbar representation of discrete color palettes is pixel accurate > > > > > * FIX NaN initialization and tests working on more (all?) platforms > > > > > * FIX configuration script tests for readline+ncurses > > > > > * FIX prevent out-of-range boxes from creating degenerate ghosts on the border > > > > > * FIX missing alpha channel flag for pdfcairo terminal > > > > > * FIX font initialization in windows terminal > > > > > > > > > > ------------------------------------------------------------------------------ > > > > > Free Software Download: Index, Search & Analyze Logs and other IT data in > > > > > Real-Time with Splunk. Collect, index and harness all the fast moving IT data > > > > > generated by your applications, servers and devices whether physical, virtual > > > > > or in the cloud. Deliver compliance at lower cost and gain new business > > > > > insights. http://p.sf.net/sfu/splunk-dev2dev > > > > > _______________________________________________ > > > > > gnuplot-beta mailing list > > > > > gnu...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > Free Software Download: Index, Search & Analyze Logs and other IT data in > > Real-Time with Splunk. Collect, index and harness all the fast moving IT data > > generated by your applications, servers and devices whether physical, virtual > > or in the cloud. Deliver compliance at lower cost and gain new business > > insights. http://p.sf.net/sfu/splunk-dev2dev > > _______________________________________________ > > gnuplot-beta mailing list > > gnu...@li... > > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > > > > |
|
From: Petr M. <mi...@ph...> - 2011-03-04 12:35:20
|
> I have prepared gnuplot 4.4.3 binaries (Windows, Cygwin, and DJGPP) using source 4.4 branch. > As I have told, my help file system does not give correct hlp file. > > Therefore I have uploaded gnuplot.rtf generated from gnuplot.doc. > Could someone compile it to wgnuplot.hlp and send me an attachment file. I will do it later today, Petr |
|
From: Tatsuro M. <tma...@ya...> - 2011-03-04 19:45:18
|
Hello gnuplot beta list I have received an email from Petr. I appreciated for his help. Regards Tatsuro --- Petr Mikulik wrote: > > I have prepared gnuplot 4.4.3 binaries (Windows, Cygwin, and DJGPP) using source 4.4 branch. > > As I have told, my help file system does not give correct hlp file. > > > > Therefore I have uploaded gnuplot.rtf generated from gnuplot.doc. > > Could someone compile it to wgnuplot.hlp and send me an attachment file. > > I will do it later today, > Petr > |
|
From: Mojca M. <moj...@gm...> - 2011-03-02 10:28:51
|
On Tue, Mar 1, 2011 at 21:29, Ethan A Merritt wrote: > Is anyone aware of issues that should be addressed before a version 4.4.3 release? I didn't follow other issues to closely, but since the old help apparently causes problems on newer windows, I would vote to include the new help for Windows (my preference would be without ActiveX since that one is likely to fail in various situations, but that is not up to me to decide). Mojca |
|
From: Hans-Bernhard B. <HBB...@t-...> - 2011-03-02 19:26:59
|
On 02.03.2011 11:28, Mojca Miklavec wrote: > I didn't follow other issues to closely, but since the old help > apparently causes problems on newer windows, It doesn't. Newer Windows (needlessly, IMHO) causes problems with the old help. Those problems can be overcome a good deal more easily than by changing help file format. > I would vote to include the new help for Windows It's just too new for that, right now. A new feature like that needs a bit of settling-the-dust time before it makes sense to include it in what refers itself as a "patchlevel" update. Basically, those shouldn't contain any new features, just patches. |
|
From: Ethan A M. <sf...@us...> - 2011-03-02 19:24:10
|
> Mojca Miklavec wrote > > Is anyone aware of issues that should be addressed before a version 4.4.3 release? > > I didn't follow other issues to closely, but since the old help > apparently causes problems on newer windows, I would vote to include > the new help for Windows (my preference would be without ActiveX since > that one is likely to fail in various situations, but that is not up > to me to decide). My approach has been that nothing non-trivial gets added to the 4.4.x tree unless it has already been demonstrated to work well in 4.5. Since I'm still seeing lots of discussion about issues with the Windows help system in 4.5, I don't want to touch it in 4.4. Ethan |