-
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.
- Loading branch information
broeker
committed
Feb 21, 2004
1 parent
eb34581
commit da8b13a
Showing
3 changed files
with
41 additions
and
21 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,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]> | ||
|
||
|
@@ -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]> | ||
|
||
|
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 | ||
1 |
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