[FOLDER CONTENTS]

bin         Contains program executable.
dev-c++     Dev-C++ project files
res         Resource files
src         Source code files
readme.txt  You're reading it

[APPLICATION DETAILS]

Name:      Record Book
Version:   0.6
Copyright: Andrew Lim
Email:     danteshamest@gmail.com
Website:   http://www.cppworld.com/dante

[CHANGELOG]

0.6
- Now DL_BEGINDRAG is handled, to make up for a possible WINE's
  List Control implementation bug.
- Typing CTRL and + together adds a new record.
- Selecting a record and typing Del will remove that record.
- The names of the records are now sorted case-insensitively.
- Now when you right-click the list box, the Records menu is displayed as a pop-up menu
  beside where you clicked.
  
0.5

- New ways to open a file
   1. As a command-line argument
   2. Drag a file icon onto the program icon.
   3. Drag and drop a file onto the window.
- Name text box expands and contracts according to size of window.    
- Bug fix: non-maxamized position should be saved and loaded properly now.
- List box items are now draggable.                                   
- When Records|Add is selected, the "Name" textbox is given the
  keyboard focus and all text within it is selected.
- Whenever the value in the "Name" textbox is modified, the current
  name in the list box is modified to reflect the change.

0.4

- Smaller executable size. (from 99kb to 43kb)       
- Current file name is displayed in the title bar.                          
- Added a book icon to identify the application.                              
- Confirmation prompt on New, Remove, Remove All and Exit.                    
- Window position and size are recorded for the next session.                 
- Tab order changed to: listbox -> namebox -> valuebox -> listbox             
- Increased Win32 edit control input limit to maximum.                        
- CTRL+A selects all text in current edit control.                            
- The current file is displayed in the title bar Notepad++ style              
- Splitter position is saved and loaded for next session.                     
- Include credits to MinGW, UPX, Dev-C++ in About dialog.                     
- Renamed Edit menu to Records menu.                                          
- Bug fix: the backslash escape character \ is saved properly now.            
- Bug fix: Save shows the Save Dialog only if the current project is not new.
