ABOUT
-----
Andrew's Notebook - A Simple Note Taking Tool
Copyright 2009 Andrew Lim
danteshamest@gmail.com
Created with Code::Blocks and UPX

CHANGELOG
---------
Version 9.6.16
    Bug fix: Tab key not working in the Value textbox.
Version 9.3.9
    Bug fix: Files were not loaded when they are dragged and dropped onto the
    notebook.exe file.
    Bug fix: Renamed menu item "Remove Del" to "Remove Ctrl+Del". Previously
    the Del key didn't remove notes at all.

Version 9.1.27
    Added Recent Files menu. The maximum number of recent files to be displayed
    can be configured in settings.txt
    Modified windows message loop, and program exits using PostQuitMessage now.

Version 9.1.10
    Font, colors, and window dimensions are now saved in a settings file.
    Added application icon.
    
Version 9.1.2
    Complete rewrite and different code base.
    Unicode support finally added.

THE AUTHOR WISHES TO THANK THE FOLLOWING
----------------------------------------
PEK from CodeProject
    The CTextFileDocument class used in the code was taken from his codeproject
    article.
    
Code::Blocks Developers
    For creating Code::Blocks. The best open-source Windows C++ IDE today.
    Dev-C++ doesn't work on Vista. =(
    
Markus F.X.J. Oberhumer, Lszl Molnr & John F. Reiser  
    For creating UPX - the Ultimate Packer for eXecutables.
 
Dev-C++ Developers
    It's a pity you guys aren't maintaining Dev-C++ anymore. But I still
    borrowed one of the icons provided in Dev-C++. :P

