NEWS
****

Version 0.0.4 (released 2 September 1998)
*****************************************

Packages
========


Code
     
      
     
     `juf_safe_eval'
          
          new option -exit
     
     

Jufbase, LOL
     
     new packages

Sequence
     
     namespace populated

String
     
     `juf_compose' replaced by `Juf::String::compose'


Libraries
=========

   * Shared library for RPM access.

Scripts
=======


`jufdist'
     
     Checks for manually inserted `auto_index' entries.


Makefile
========

Targets `tcl', `install-tcl' and `uninstall-tcl' depends upon `index', `
install-index' and `uninstall-index', respectively.

Version 0.0.3 (released 8 August 1998)
**************************************

Tcl
===

   * New package `Libtool' with functions applicable on Tcl shared
     libraries.

Libraries
=========

   * Shared library for Postgres access.

Installation
============

   * During installation a symlink to the directory with the library scripts
     is created.
   * The filename of the Tcl interpreter is quoted to avoid problems with
     blanks in file names.
   * Document source files are installed too.
   * Target `install-html' fixed. Make directories first.

Version 0.0.2 (released 2 July 1998)
************************************

Bug fixes
=========

   * Typo fixed in `bootstrap.tcl' which makes a successful initial run of 
     `make' impossible.

Version 0.0.1 (released 2 July 1998)
************************************

Tcl modules
===========

array.tcl
---------

   * Forms package Array and namespace Juf::Array
   * New function `sort'
   * Function `values' (formerly `juf_array_values') accepts now an
     arbritrary number of arraysas arguments.
   * Function `juf_array_map' removed.

error.tcl
---------

   * Forms package Error and namespace Juf::Error
   * Bug fixed in function `juf_fault' for type `badoption'.

Code Processing
---------------

New module with functions `juf_safe_eval' and `juf_safe_source'.

Debugging
---------

Module removed.

Lists
-----

   * New function `juf_seqassign'.
   * Additional parameter COUNT for functions `juf_seqshift' and `
     juf_seqpop'.

Option Processing
-----------------

New module `getopt'.

Miscellaneous
-------------

   * `juf_vd_option' removed. Use `juf_fault' instead.
   * `juf_f2arr' removed.

[incr Tcl] Modules
==================

Configuration
-------------

   * `Conf::parsefile' accepts multi-line statements.

Scripts
=======

   * New script `jufdist'.