UConio ChangeLog
****************

UConio-1.0.5-PR (Tue Sep 19 22:49:09 ART 2000)
-[
    In this version i added the following function:
    * u_vputc()       -   Put a determinated quantity of characters on the
                          screen
    And modified some older functions.
 ]-

------------------------------------------------------------------------------

UConio-1.0.4-PR (Tue Sep 12 19:12:54 ART 2000)
-[
    In this version i supplanted the old u_getch() and
    u_getche() functions with the same functions maded
    by Daniel Wyrytowski.
    This function uses termios.
 ]-

-----------------------------------------------------------------------------

UConio-1.0.3-PR (Sat Sep  9 23:56:25 ART 2000)
-[
    In this version i fixed a "color bug" in the
    u_clrscr function (Bug reported by Peter Moody, see
    'doc/BUGS' for more info), corrected some manpages
    and some doc.
 ]-

------------------------------------------------------------------------------

UConio-1.0.2-PR (Wed Sep  6 23:05:12 ART 2000)
-[
    In this version was added this function:
    * u_puttext() - Create a BOX with characters inside
    
    And, off course, the respective manpage was added, also
    a new release of the UConio Tutorial was maded.
 ]-

------------------------------------------------------------------------------

UConio-1.0.1-PR (Sat Sep  2 23:18:40 ART 2000)
-[
    In this version was added two new functions:
    * u_normvideo() - Reset the Video Attributes to Default
    * u_clreol()    - Clear the characters to the end of the line		      
    
    And i fixed a reported bug from Christian Larsen into
    the u_gotoxy function.
    I updated the Tutorial and added two new manpages.
 ]-

------------------------------------------------------------------------------

UConio-1.0.0-SR (Wed Aug 30 16:36:09 ART 2000)
-[
    First Final Release.
    In this version i modified a little the manpages.
    I added two new functions:
    * u_getch()     - Function to get a single char from the terminal
    * u_getche()    - Function to take and echo a single char from stdin 
                      to stdout
		      
    And obviously i added the respective manpages for this
    functions.
    Also, i received the colaboration of Christian Larsen.
    See 'BUGS' document for further information.
    And i make an updated release of the UConio Tutorial:
	<*> UConio-0.0.2b-PS.ps (PostScript)
	<*> UConio-0.0.2b-TXT.txt (Plain Text)
 ]-    

------------------------------------------------------------------------------

UConio-0.0.9-PR (Tue Aug 29 23:26:31 ART 2000)
-[
    Now UConio has a Tutorial maded by the UConio
    Author, in two formats:
	<*> UConio-0.0.1b-PS.ps (PostScript)
	<*> UConio-0.0.1b-TXT.txt (Plain Text)
	
    And i fix some manpages tipografy error.
 ]-

------------------------------------------------------------------------------

UConio-0.0.8-PR (Sun Aug 27 14:34:16 ART 2000)
-[
    In this version, Ryan apports a new Makefile, 
    and I wrote the UConio manpages.
    The functions are in the 3rd section of the
    manpages.
    Also i added brand new makefiles and modified
    the library documentation.
 ]-

------------------------------------------------------------------------------

UConio-0.0.7-PR (Fri Aug 25 18:33:28 ART 2000)
-[
    In this version, two new functions was added:
    * u_wherex() - A function to return the current 'x' cordinate
    * u_wherey() - A function to return the current 'y' cordinate

    And corrected some 'insignificant' bugs on some Makefiles (see
    doc/BUGS to get more information about the correction)
 ]-

------------------------------------------------------------------------------

UConio-0.0.6-PR (Wed Aug 23 22:46:25 ART 2000)
-[
    In this version, you can use either the numerical value or the
    text value in 'u_textcolor();' function, like this:
    
    u_textcolor(7, 0); is the same than u_textcolor(WHITE, BLACK);
    
    And you can use numerical value or the text value also in the 
    'u_textattr();' value, for example:
    
    u_textattr(BLINK); is the same than u_textattr(2);
    
 ]-

------------------------------------------------------------------------------

UConio-0.0.5-PR (Tue Aug 22 22:33:07 ART 2000)
-[
    This is the first version with an Ryan Daniels contribution (some
    Makefiles and the idea to make UConio a shared library).
    Welcome Ryan!
    This version makes a new structure to UConio, making it a shared library.
    Now you can include uconio header using the include path 
    (#include <uconio.h>).
    You must compile all your uconio-programs using:
    
    $ gcc -o binary -s source.c -luconio
 ]-

------------------------------------------------------------------------------

UConio-0.0.4-PR (Mon Aug 21 20:51:02 ART 2000)
-[
    This are the brand new function:
[E] * u_textattr() - A function to modify the Text Attributes

    And the following function was modified:
    * u_textcolor()
      -Now this function can handle background and foreground
       text colour. The colour table was modified.
       Take a look to 'examples/example4.c'
 ]-

-----------------------------------------------------------------------------

UConio-0.0.3-PR (Thu Aug 17 21:37:55 ART 2000)
-[
    The following function was 'rearranged`:
    * u_clrscr() - There was modified the method to clear the screen (79*24)
    
    Added some screen handling 'defines' to set minimum and maximum
    cursor position in the screen.
 ]-

-----------------------------------------------------------------------------

UConio-0.0.2-PR (Wed Aug 16 21:58:55 ART 2000)
-[
    The brand new functions
    * u_textcolor() - Function to customize the foreground text colour
 ]-

-----------------------------------------------------------------------------

UConio-0.0.1-PR (Tue Aug 15 18:55:36 ART 2000)
-[	The very first public release

    There is the functions
    * u_gotoxy()    - Function to move the cursor to anywhere on the screen	
    * u_clrscr()    - Function to clear the current screen
[E] * u_beep()      - Function to play a single beep through the PCSpeaker
 ]-