packages icon
Cool Notes v0.3.3 [13.09.1998]
============================

small 'notes'-program by kLoGraFX / Adam Kopacz
http://www.idnet.de/~AdamK / Adam.K@idnet.de




Installation:
-------------

  have a look in README.images
  
  you can set the startup window sitze for cnotes in main.c.
  just search for "gtk_widget_set_usize (window," ...
  
  edit Makefile:
    you can define many thing there. just read the comments (###).
  
  type "make install", this will copy the cnotes binary to BIN_DIR and
  images/(text_)background.xpm to DATA_DIR.


Uninstall:
----------

  type: "make uninstall", this will kill the binary, the xpm files
  and the DATA_DIR from your disk.
   


Note:
-----

  cnotes will create $HOME/.cnotes/ and store there the 5 'text-files'..
  
  saving of all text_widgets is done on: 
   button_exit - click
   received destroy event from your WindowManager (X button in the title-bar)
   page_switch.
  
  load only on startup.
    
  Date and time will be insert at the point in the text that you have set with the 
  cursor_keys. So just clicking with the mouse on a place in your text don't work :-(
  I think this is bug in gtk/gdk 1.0.x - 1.1.2(cvs)...
   
  

Policy:
-------

  This program is free software; you can redistribute it and/or modify it
  under the terms of the GNU General Public License as published by the
  Free Software Foundation; either version 2 of the license, or (at your
  option) any later version.

  This program is distributed in the hope that it will be useful, but
  WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
  Public License for more details.



-- 
bye,
 Adam Kopacz