-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version in to 5.0 alpha in development source
- Loading branch information
sfeam
committed
Mar 15, 2014
1 parent
70290dd
commit 90542de
Showing
12 changed files
with
49 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2014-03-15 Ethan A Merritt <[email protected]> | ||
|
||
* configure.in VERSION PATCHLEVEL share/gnuplotrc src/version.c | ||
demo/html/index.canvas demo/html/index.save demo/html/index.svg | ||
docs/doc2texi.el docs/gnuplot.doc docs/titlepag.tex: | ||
|
||
>>>>> Bump version to 5.0 alpha <<<<< | ||
|
||
2014-03-15 Bastian Maerkisch <[email protected]> | ||
|
||
* src/win/wgraph.c (MakeFonts) src/win/wgdiplus.c (SetFont_gdiplus): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0 | ||
alpha |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.7 | ||
5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
C RCS $Id: gnuplot.doc,v 1.865 2014/03/14 00:10:11 sfeam Exp $ | ||
C RCS $Id: gnuplot.doc,v 1.866 2014/03/15 17:59:31 sfeam Exp $ | ||
C | ||
C Copyright (C) 1986 - 1993, 1998, 1999, 2000, 2001, 2004 Thomas Williams, Colin Kelley et al. | ||
C | ||
1 gnuplot | ||
?gnuplot | ||
^<h2 align="center"> An Interactive Plotting Program </h2> | ||
^<p align="center"> Thomas Williams & Colin Kelley</p> | ||
^<p align="center"> Version 4.4 organized by Ethan A Merritt and others</p> | ||
^<p align="center"> Version 5.0 organized by Ethan A Merritt and others</p> | ||
^<p align="center">Major contributors (alphabetic order):<br> | ||
^<br> | ||
^ Hans-Bernhard Broeker, John Campbell,<br> | ||
|
@@ -24,7 +24,7 @@ C | |
^ James R. Van Zandt, Alex Woo, Johannes Zellner<br> | ||
^</p> | ||
^<p align="center"> Copyright (C) 1986 - 1993, 1998 - 2004 Thomas Williams, Colin Kelley<br> | ||
^ Copyright (C) 2004 - 2011 various authors</p> | ||
^ Copyright (C) 2004 - 2014 various authors</p> | ||
^<p align="center"> Mailing list for comments: <tt>[email protected]</tt><br> | ||
^ Mailing list for bug reports: <tt>[email protected]</tt><br> | ||
^ Web access (preferred): <tt>http://sourceforge.net/projects/gnuplot</tt></p> | ||
|
@@ -72,7 +72,7 @@ C | |
Gnuplot 3.0 additions: | ||
Gershon Elber and many others. | ||
|
||
Gnuplot 4.0 additions: | ||
Gnuplot 4.0 and 5.0 additions: | ||
See list of contributors at head of this document. | ||
2 Introduction | ||
?introduction | ||
|
@@ -4237,8 +4237,8 @@ Ffigure_mapcontours | |
modifiers (`using`, `every`,...) except `smooth` are applicable to `fit`. | ||
See `plot datafile`. | ||
|
||
The function being fit may have up to five independent variables (more in | ||
gnuplot version 4.7). In the absence of a `using` specification, the fit | ||
The function being fit may have up to 12 independent variables (more if | ||
specially configured). In the absence of a `using` specification, the fit | ||
implicitly assumes there is only a single independent variable: | ||
|
||
z # 1 independent variable (line number) | ||
|
@@ -4267,7 +4267,7 @@ Ffigure_mapcontours | |
|
||
x:y:s yerror (similar to `plot` with `yerrorbars`) | ||
|
||
Note that for compatibility reasons with `gnuplot` versions prior to 4.7, | ||
Note that for compatibility reasons with `gnuplot` versions prior to 5.0, | ||
the `error` keyword is not required. If you do not specify the error columns | ||
explicitly, there must be two more `using` qualifiers (z and s) than there are | ||
independent variables, unless there is only one variable. `gnuplot` then uses | ||
|
@@ -4605,7 +4605,7 @@ Ffigure_mapcontours | |
?commands fit control | ||
?fit control | ||
Settings of the `fit` command are controlled by `set fit`. The old `gnuplot` | ||
user variables are deprecated as of version 4.7, see `fit control variables`. | ||
user variables are deprecated as of version 5, see `fit control variables`. | ||
|
||
There are a number of environment variables that can be defined to affect | ||
`fit` before starting `gnuplot`, see `fit control environment`. | ||
|
@@ -8282,7 +8282,7 @@ Ffigure_missing | |
terminal session. `set fit quiet` turns off the echo, whereas `results` | ||
prints only final results. `brief` gives one line summaries for every | ||
iteration of the fit in addition. `verbose` yields detailed iteration | ||
reports as it was the default before version 4.7. | ||
reports as it was the default before version 5. | ||
|
||
If the `errorvariables` option is turned on, the error of each fitted | ||
parameter computed by `fit` will be copied to a user-defined variable | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters