Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ActiveState releases ActiveTcl 8.4.16 and ActiveTcl8.5.0 Beta 9

20 views
Skip to first unread message

Andreas Kupries (AS Dev)

unread,
Sep 27, 2007, 10:32:28 AM9/27/07
to

ActiveState is pleased to announce ActiveTcl 8.4.16, a core patchlevel
release of the complete, ready-to-install Tcl distribution for Windows,
Mac OS X, Linux, Solaris, AIX and HP-UX; and ActiveTcl 8.5.0 Beta 9,
based on the upcoming Tcl/Tk 8.5 release.

For detailed information or to download these releases, see:
http://www.activestate.com/products/activetcl/


== New in ActiveTcl 8.4.16 ==

A core patchlevel release with module updates, including:

* Updated Expect 5.44.1.3 (unicode changes)
* Updated Sqlite 3.4.1
* Updated Tcllib 1.10
* Updated tDom 0.8.2
* Updated XOTcl 1.5.5

Download ActiveTcl 8.4.16 now:
http://www.activestate.com/store/activetcl


== New in ActiveTcl 8.5.0 Beta 9 ==

Adds new Tcl/Tk source features, including:

* TDK 8.5b1 core
* dict command
* New lassign and lrepeat commands
* expr ** exponentiation operator
* namespace ensembles support
* source -encoding switch
* unload command
* Text widget smooth scrolling, multi-line search
* Anti-aliased font support on X-Windows (already supported on Win/Mac)
* Updated look of radiobutton and checkbutton, and tri-state option.
* send officially supported on Windows
* Updates to the grid geometry manager
* Fully themed (native) widget set

Download ActiveTcl 8.5.0 Beta 9 now:
http://www.activestate.com/products/activetcl/beta_download.plex


=== Getting Started ===

Whether you're a first-time user or a long-time fan, our free resources
will help you get the most from ActiveTcl.

User forums and FAQs:
http://community.activestate.com/products/ActiveTcl

Mailing list archives:
http://aspn.activestate.com/ASPN/Mail/?topic=Tcl

Documentation:
http://aspn.activestate.com/ASPN/docs/ActiveTcl


=== Feedback ===

Everyone is encouraged to participate in making Tcl an even better
language. For bugs related to ActiveTcl, please use:
http://bugs.ActiveState.com/ActiveTcl

Tcl/Tk is maintained by the Tcl community, with the sources and bug
database at SourceForge:
http://tcl.SourceForge.net/


Enjoy!

--
Andreas Kupries <andr...@ActiveState.com>
Developer @ http://www.ActiveState.com


Ian Gay

unread,
Sep 27, 2007, 7:36:53 PM9/27/07
to
andr...@activestate.com (Andreas Kupries (AS Dev)) wrote in
news:sa6hclg...@gila.activestate.com:

>
> ActiveState is pleased to announce ActiveTcl 8.4.16, a core
> patchlevel release of the complete, ready-to-install Tcl
> distribution for Windows, Mac OS X, Linux, Solaris, AIX and HP-UX;
> and ActiveTcl 8.5.0 Beta 9, based on the upcoming Tcl/Tk 8.5
> release.
>

[snip]


>== New in ActiveTcl 8.5.0 Beta 9 ==

[snip]


> * Anti-aliased font support on X-Windows (already supported on

Are you sure? I downloaded the Linux binary today, and the fonts are
definitely worse-looking than with 8.5a4 which I compiled with
--enable-xft


[snip]


> --
> Andreas Kupries <andr...@ActiveState.com>
> Developer @ http://www.ActiveState.com

--
*********** To reply by e-mail, make w single in address
**************

pal...@yahoo.com

unread,
Sep 27, 2007, 11:44:46 PM9/27/07
to
Is it possible for ActiveState 8.4 and 8.5b0 to co-exist on the same
system (Windows XP)?
I need to figure out how to have both available for testing
compatibility with
binary extensions I'm developing

/Ashok

On Sep 27, 7:32 pm, andre...@activestate.com (Andreas Kupries (AS

Bryan Oakley

unread,
Sep 28, 2007, 6:50:49 AM9/28/07
to
pal...@yahoo.com wrote:
> Is it possible for ActiveState 8.4 and 8.5b0 to co-exist on the same
> system (Windows XP)?
> I need to figure out how to have both available for testing
> compatibility with
> binary extensions I'm developing

Yes, they co-exist fine.

Keith Nash

unread,
Sep 28, 2007, 7:54:04 AM9/28/07
to
Ian Gay wrote:

> [snip]
>>== New in ActiveTcl 8.5.0 Beta 9 ==
> [snip]
>> * Anti-aliased font support on X-Windows (already supported on
>
> Are you sure? I downloaded the Linux binary today, and the fonts are
> definitely worse-looking than with 8.5a4 which I compiled with
> --enable-xft
>
>
> [snip]

I've built 8.5b1 from source with --enable-xft, and also installed ActiveTcl
8.5.0 Beta 9. The ActiveTcl release does not use xft.

I hope xft will be enabled in ActiveTcl 8.5.0 as it is a huge improvement.
Some betas with xft would be a good idea, as there are issues to be
resolved with family and size of fonts.

Keith.

suchenwi

unread,
Sep 28, 2007, 8:51:12 AM9/28/07
to
On 28 Sep., 05:44, "palm...@yahoo.com" <palm...@yahoo.com> wrote:
> Is it possible for ActiveState 8.4 and 8.5b0 to co-exist on the same
> system (Windows XP)?

Yes. I installed 8.5b1 yesterday in D:/Tcl85, while my regular 8.4 is
in D:/Tcl.
The only thing to consider is that 8.5 doesn't come with the many libs
8.4 does, so one might copy needed extensions (like Img, tdom) from
the 8.4 tree to the 8.5 tree.

Aric Bills

unread,
Sep 28, 2007, 12:58:37 PM9/28/07
to
On Sep 28, 4:51 am, suchenwi <richard.suchenwirth-

I could be wrong about this, but it's been my impression that
ActiveState intended for the two distributions to live in the same
directory. As far as I can tell, someone has gone to great lengths to
ensure that all version-specific files have version-specific names so
that nothing vital gets overwritten. The upside is that you only need
one copy of the extensions and other shared files. I'm no "power
user", but I've had the two versions living in the same directory for
well over a year with no problems.

Jeff Hobbs

unread,
Sep 29, 2007, 12:18:59 AM9/29/07
to Ian Gay, Andreas Kupries
Ian Gay wrote:
> andr...@activestate.com (Andreas Kupries (AS Dev)) wrote in
> news:sa6hclg...@gila.activestate.com:
>
>> ActiveState is pleased to announce ActiveTcl 8.4.16, a core
>> patchlevel release of the complete, ready-to-install Tcl
>> distribution for Windows, Mac OS X, Linux, Solaris, AIX and HP-UX;
>> and ActiveTcl 8.5.0 Beta 9, based on the upcoming Tcl/Tk 8.5
>> release.
>>
> [snip]
>> == New in ActiveTcl 8.5.0 Beta 9 ==
> [snip]
>> * Anti-aliased font support on X-Windows (already supported on
>
> Are you sure? I downloaded the Linux binary today, and the fonts are
> definitely worse-looking than with 8.5a4 which I compiled with
> --enable-xft

We have an issue with the build machine that we use in that it has a
botched Xft release. We'll need to find a new distro to base our builds
off of to correct this problem.

Jeff

joheid

unread,
Sep 29, 2007, 12:50:33 PM9/29/07
to
On 27 Sep., 16:32, andre...@activestate.com (Andreas Kupries (AS Dev))
wrote:

> ActiveState is pleased to announce ActiveTcl 8.4.16, a core patchlevel
> release of the complete, ready-to-install Tcl distribution for Windows,
> Mac OS X, Linux, Solaris, AIX and HP-UX; and ActiveTcl 8.5.0 Beta 9,
> based on the upcoming Tcl/Tk 8.5 release.
>
Is a Linux_64 version planned? AFAIR it was said in a posting that the
new version will also be available for l_64, but if I understand the
AS-website correctly, it's still l_32 only.
Greetings from Berlin ..
--
J. Heidemeier
joheid at ttiger.in-berlin.de

0 new messages