Skip to content

Commit

Permalink
Incremented patchlevel to 3.8k.1
Browse files Browse the repository at this point in the history
  • Loading branch information
broeker committed Feb 21, 2004
1 parent eb34581 commit da8b13a
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 21 deletions.
54 changes: 37 additions & 17 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,24 +1,44 @@
2004-02-21 Hans-Bernhard Broeker <[email protected]>

Tagged a patchlevel 1 to incorporate some post-last-minute
changes:

* PATCHLEVEL: Incremented by 1 for these post-release changes.

* src/version.c: Updated.

* configure.in (X11 handling): Append ${EXEEXT} to gnuplot_x11
program name to allow building on X11 platforms that use .exe
extensions for programs (Win32, OS/2).

* config/config.mgw config/config.cyg config/config.os2: Remove
'#' lines that aren't actual preprocessor commands.

* src/win/wgraph.c (GraphStart): Don't grab keyboard focus unless
mouse mode is on.

2004-02-20 Hans-Bernhard Broeker <[email protected]>

* demo/electron.dem (3rd plot): Use "set key default" to
get a sensible position of the key. Without it, it's outside
the page and you get terminal driver errors.
* demo/electron.dem (3rd plot): Use "set key default" to get a
sensible position of the key. Without it, it's outside the page
and you get terminal driver errors.

2004-02-20 Hans-Bernhard Broeker <[email protected]>

Tagged and released version 3.8k.0, which also serves
as release candidate #1 for release as version 4.0.
Tagged and released version 3.8k.0, which also serves as release
candidate #1 for release as version 4.0.

2004-02-18 Ethan Merritt <[email protected]>

* src/readline.c term/x11.trm: Patch by Bill Fenner fixing bug
#899245, suspend/resume with gnu readline requires us to trap EINTR.
* src/readline.c term/x11.trm: Patch by Bill Fenner fixing bug
#899245, suspend/resume with gnu readline requires us to trap
EINTR.

2004-02-18 Ethan Merritt <[email protected]>

* demo/webify.pl demo/Makefile.am.in:
Make output html compliant with 4.0.1 transitional standard.
Add enhancedtext.dem to the list of auto-generated html pages.
* demo/webify.pl demo/Makefile.am.in: Make output html compliant
with 4.0.1 transitional standard. Add enhancedtext.dem to the
list of auto-generated html pages.

2004-02-18 Hans-Bernhard Broeker <[email protected]>

Expand All @@ -29,18 +49,18 @@

2004-02-18 Petr Mikulik <[email protected]>

* config/makefile.cyg config/makefile.mgw config/makefile.os2: Added
* config/config.cyg config/config.mgw config/config.os2: Added
#undef GP_FIT_ERRVARS and #define GP_ISVAR.

* src/plot3d.c: Issue a warning when trying to draw surface with pm3d
style and there has not been previous "set pm3d".
Maybe we could refrain from this requirement in future by adding
new field 'pm3d.on' to 'pm3d.where' in 'struct pm3d'.
* src/plot3d.c: Issue a warning when trying to draw surface with
pm3d style and there has not been previous "set pm3d". Maybe we
could refrain from this requirement in future by adding new field
'pm3d.on' to 'pm3d.where' in 'struct pm3d'.

2004-02-15 Ethan Merritt <[email protected]>

* src/gplt_x11.c src/plot3d.c src/pm3d.c:
Trivial changes to prevent stupid compiler warnings.
* src/gplt_x11.c src/plot3d.c src/pm3d.c: Trivial changes to
prevent stupid compiler warnings.

2004-02-13 Ethan Merritt <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion PATCHLEVEL
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0
1
6 changes: 3 additions & 3 deletions src/version.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef lint
static char *RCSid() { return RCSid("$Id: version.c,v 1.49 2003/08/22 12:37:39 lhecking Exp $"); }
static char *RCSid() { return RCSid("$Id: version.c,v 1.50 2004/02/21 19:08:36 broeker Exp $"); }
#endif

/* GNUPLOT - version.c */
Expand Down Expand Up @@ -40,8 +40,8 @@ static char *RCSid() { return RCSid("$Id: version.c,v 1.49 2003/08/22 12:37:39 l


const char gnuplot_version[] = "3.8k";
const char gnuplot_patchlevel[] = "0";
const char gnuplot_date[] = "Tue Aug 5 20:45:45 IST 2003";
const char gnuplot_patchlevel[] = "1";
const char gnuplot_date[] = "Sat Feb 21 19:56:07 CET 2004";
const char gnuplot_copyright[] = "Copyright(C) 1986 - 1993, 1999 - 2003";

const char faq_location[] = FAQ_LOCATION;
Expand Down

0 comments on commit da8b13a

Please sign in to comment.