Changes since 1.7.2 are:
* User configurable commands & functions for network connection.
* Don't auto-process contents that needs user confirmation.
* Create links by matching text with a configured regular expression.
* Better support for board migration.
* Better support for "JBBS @ Shitaraba"
Changes since 1.7.1 are:
* Catch up with the specification changes in 2ch.
* Fix Emacs hang-ups in a link to a very large number.
* Slight changes for EmacsCE.
* Add hooks.
* Extend search function.
* Recognize "JBBS @ Shitaraba" messages. Partial support for the new URL
syntax.
* Support "htp:" and "ftp:".
* Support the URL syntax for Keitai (mobile phones).
On >= NetBSD 2.0, if PERL5_USE_THREADS is _not_ defined, add pthread to libs.
This does not make perl threaded, but permits it to link against libraries
which are. This makes p5-GD (which pulls in threaded freetype) work again.
CTorrent is a BitTorrent client written in the C programming language.
It currently runs on most Linux variants, MacOS and FreeBSD, but
hopefully on Windows as well! CTorrent is built as a console program,
which means that it doesn't require any graphical components (such as an
X server) on the machine you are running it on, you can even run it
remotely through a terminal if you wish.
Closes PR #25450 submitted by me.
Ok'ed wiz@/snj@/root (at) garbled.net
Thanks to xtraeme@ for fixing GD's X11 issues.
From the CHANGELOG:
What's New
==========
The list of changes is immense this time, so only the highlights
can be given here. For the full details, see the NEWS file or the
ChangeLog, or look into the online version of the documentation at
http://www.gnuplot.info/docs/gnuplot.html#What_is_New_in_Version_4.0
You'll quite probably have to (re-)read large parts of the
documentation to learn all the details that have changed.
Major changes visible to users:
-------------------------------
o Global Command syntax change: instead of 'set no...' it's now
'unset ...'.
o Commands 'set data style', 'set function style' and 'set linestyle'
changed to 'set style {data|function|line}, respectively.
o Colour-coded plots in 3D and simulated 2D through the new 'pm3d'
plotting style.
o Boxes drawn by plotstyles 'boxes', 'candlesticks' and boxed errorbar
styles can be filled with solid colors or hatch patterns.
o New plot style 'with filledcurves' to fill an area defined by a curve
in solid colour.
o Windows, X11, OS/2 and GGI interactive graphical terminals now support
interaction with the plot window by mouse and hotkeys.
o The "enhanced" mode has been generalized from PostScript to some
other terminal drivers.
o 'set hidden3d' mode accepts non-grid data and hides them behind gridded
surfaces plotted with them.
o Several new terminal drivers: EMF, PDF, SVG, GGI, epslatex, aqua.
o New function to query if a user-defined variable exists.
o PNG and JPEG terminals using the GD library support libfreetype to
use true-type fonts.
o 'set label' can output a point symbol the comment refers to, and the
text itself can be rotated by arbitrary angles (on some terminals).
o The color of text elements can be changed.
o 'set size ratio' now affects 3D plots, too.
o The 'dgrid3d' can be switched between thin-plate splines and
the older weighted averaging method, at compile time.
o Some terminals now support 'koi8-r', ISO-Latin-2 and CP-852
encoding of user input.
o Windows gnuplot recognizes the Unix/X11 style '-persist' option,
and supports changing linewidth by core gnuplot commands.
o A native compilation option of gnuplot for Mac OS X is now part of
the mainline source, using the 'aquaterm' driver [3].
o Datafile comment character, column separator and decimal sign
can be changed.
o Arrows can be drawn with relative coordinates for the head, and the
heads can be filled.
o Allows 'set timefmt' independantly for each axis, and supports new
'%s' format for seconds-since-1970 input.
o Even more documentation misprints have been fixed, thanks to
Shigeharu TAKENO
Internal changes:
-----------------
o Reorganization of the entire source tree.
o Broken into considerably more source files than before.
o Large sets of related global variables have been collected into
relatively few global data structures (the 'axis' array and a
global 'key' data structure, e.g.).
o The gnuplot_x11 driver no longer is installed in the PATH, to
avoid confusion about it.
o Scaling and ticking of time/date axes respects the fact that
12 and 60 are not the same 10 or 100 much better.
And, obviously, more bug fixes than could possibly fit into this
narrow margin...
Closes PR #25450 submitted by me.
Ok'ed wiz@/snj@/root (at) garbled.net
Thanks to xtraeme@ for fixing GD's X11 issues.
From the CHANGELOG:
What's New
==========
The list of changes is immense this time, so only the highlights
can be given here. For the full details, see the NEWS file or the
ChangeLog, or look into the online version of the documentation at
http://www.gnuplot.info/docs/gnuplot.html#What_is_New_in_Version_4.0
You'll quite probably have to (re-)read large parts of the
documentation to learn all the details that have changed.
Major changes visible to users:
-------------------------------
o Global Command syntax change: instead of 'set no...' it's now
'unset ...'.
o Commands 'set data style', 'set function style' and 'set linestyle'
changed to 'set style {data|function|line}, respectively.
o Colour-coded plots in 3D and simulated 2D through the new 'pm3d'
plotting style.
o Boxes drawn by plotstyles 'boxes', 'candlesticks' and boxed errorbar
styles can be filled with solid colors or hatch patterns.
o New plot style 'with filledcurves' to fill an area defined by a curve
in solid colour.
o Windows, X11, OS/2 and GGI interactive graphical terminals now support
interaction with the plot window by mouse and hotkeys.
o The "enhanced" mode has been generalized from PostScript to some
other terminal drivers.
o 'set hidden3d' mode accepts non-grid data and hides them behind gridded
surfaces plotted with them.
o Several new terminal drivers: EMF, PDF, SVG, GGI, epslatex, aqua.
o New function to query if a user-defined variable exists.
o PNG and JPEG terminals using the GD library support libfreetype to
use true-type fonts.
o 'set label' can output a point symbol the comment refers to, and the
text itself can be rotated by arbitrary angles (on some terminals).
o The color of text elements can be changed.
o 'set size ratio' now affects 3D plots, too.
o The 'dgrid3d' can be switched between thin-plate splines and
the older weighted averaging method, at compile time.
o Some terminals now support 'koi8-r', ISO-Latin-2 and CP-852
encoding of user input.
o Windows gnuplot recognizes the Unix/X11 style '-persist' option,
and supports changing linewidth by core gnuplot commands.
o A native compilation option of gnuplot for Mac OS X is now part of
the mainline source, using the 'aquaterm' driver [3].
o Datafile comment character, column separator and decimal sign
can be changed.
o Arrows can be drawn with relative coordinates for the head, and the
heads can be filled.
o Allows 'set timefmt' independantly for each axis, and supports new
'%s' format for seconds-since-1970 input.
o Even more documentation misprints have been fixed, thanks to
Shigeharu TAKENO
Internal changes:
-----------------
o Reorganization of the entire source tree.
o Broken into considerably more source files than before.
o Large sets of related global variables have been collected into
relatively few global data structures (the 'axis' array and a
global 'key' data structure, e.g.).
o The gnuplot_x11 driver no longer is installed in the PATH, to
avoid confusion about it.
o Scaling and ticking of time/date axes respects the fact that
12 and 60 are not the same 10 or 100 much better.
And, obviously, more bug fixes than could possibly fit into this
narrow margin...