Win32Pad 1.0.12 by G.Feldman (a.k.a. Gena01)

Changes Since 1.0.11:
---------------------
x Fixed a stupid bug when opening "Goto Line #" dialog and entering 0.
x Fixed a nasty bug in UNIX file format when saving. It was cutting off a part of the file. Seems
to be some quirks with RichEdit control. (Thanx goes to David Norman for reporting this and sending in a reproducable testcase)
NOTE: If you are running 1.0.11 you SHOULD upgrade to this version, esp. if you save files in UNIX format.
x Other small bugfixes and improvements.

Changes Since 1.0.10:
---------------------
+ Added WIN/UNIX file format support. Shows current file format in status bar and has a new menu under 
Options.
x Fixed column numbers being off when horizontal scrollbar was used.
x Fixed opening empty files.
x Fixed trying to open a file specified on the command-line. And if it doesn't exist then it will ask 
you to create that file (like Notepad does).
x Fixed Cut/Copy/Paste issues. Should work better now.
x Fixed hard to find weird bug with column numbers and different fonts/sizes.
x Other small fixes.

Changes Since 1.0.9:
--------------------
+ Added File->Properties feature. This features shows file properties as seen in Windows Explorer.
x Minor clean-up of code and various small bugfixes.

Changes Since 1.0.8:
--------------------
x Fixed a bug where the length of the dropped path\file combination was limited to 80 characters.
+ renamed readme.txt file to win32pad.txt
+ updated win32pad.inf file to do complete win32pad installation 
	- "Start Menu" shortcuts 
	- "Open with Win32Pad.." windows explorer extension. 
	- Copies Win32Pad.exe and Win32Pad.txt to Windows directory.
	- Uninstall entry 
(win32pad.reg is still provided for those that don't want to use the win32pad.inf file)

Changes Since 1.0.7:
--------------------
+ included a new win32pad.inf file for Windows 95/98 to ease the Install/Uninstall of "Open with Win32Pad..." Windows Extension. (win32pad.reg is also included for the people that prefer .reg files over .inf files or those running NT) I also want to personally thank Conny Jonsson who created
win32pad.inf file. 
x Various bug fixes

Changes Since 1.0.6:
--------------------
x Bugfixes related to windows save/restore position.

Changes Since 1.0.5:
--------------------
o Saves window position and size now.
x Fixed a bug in pasting code.

Changes Since 1.0.4:
--------------------
x Fixes the bug related to the MessageBox that pops up if you changed the file and are trying to close Win32Pad. It would close Win32Pad if you hit Cancel.

Changes Since 1.0.3 Update 3:
-----------------------------
x should fix most of the bugs that have been reported. This fixes
  various small glitches and a weird crash when running with VWMs.. 
  (they were sending WM_NULL message which was kinda messing up my 
  logic). 

Changes Since 1.0.3 Update 2:
-----------------------------
+ Added shortcut CTRL+W to toggle WordWrap mode. 
x Fixed up the pasting code so that now you can paste big chunks of text into Win32Pad. It will resize the buffer according to the size of the text being pasted. 

Changes Since 1.0.3 Update 1:
-----------------------------
x Fixed a few really small glitches
+ added version information to the EXE file. (which added about 1k to the file size). 

Changes Since 1.0.3:
--------------------
x when you do saveas the caption is not updated, 
+ added a confirmation when overwriting files.

Changes Since 1.0.2:
--------------------
+ Sets TabStops to be every 8th character. 
+ Now uses System colors for the toolbar, and other parts of the program. 
+ Rewrote Intellimouse support completely. It now includes a much better mouse wheel support. It will also read the driver settings to determine the number of lines to scroll. If that can't be determined then it will default to using 3 lines. 
x Fixed a lot of various bugs/issues. 

Changes Since 1.0.1:
--------------------
+ Fixed up the win32pad.reg file. 
+ Win32Pad can now handle quoted command line parameters. 
  
  For Example: win32pad "Long FileName.txt" 
  Win32Pad will now automatically use the actual filename instead of the old 8.3 combination. (This is something that notepad does. When you give it a filena~1.txt it will expand it automatically.) 
+ Now when you select a piece of text and then do Find/Replace it will use the selected text as the default Search string. 
+ You can also open files by Dropping them from Windows Explorer. 
+ You can now minimize Win32Pad to the System Tray.(Ctrl+M or View->"Minimize to Tray") 
x Various bug fixes.... 

Changes Since 1.0: (first release!)
------------------
x really small bugfix release.

Installation:
----------------
o Win32pad doesn't require special installation. You could unzip all
  the files into a subdirectory and setup the shortcuts for it.

o Some people add Win32Pad to the SendTo folder or use the included                                          
  inf file.

o To install "Open with Win32Pad..." extension to Windows Explorer right click win32pad.inf 
  file in explorer and click Install.
o To uninstall "Open with Win32Pad..." extension open Control Panel and Add/Remove Programs 
  there you should see an entry for "Win32Pad right-click item". Select that and click on 
  Add/Remove button.

Uninstalling Win32Pad:
----------------------
o Win32Pad uses win32pad.ini file to store it's settings. Win32Pad
  does not store any settings in the registry.

o Delete the Win32Pad and the win32pad.ini file (in the your System
  directory). (Note: you could do a search for that file.)

o Make sure you remove any shortcuts or registry settings for Win32Pad.

o If you used win32pad.inf file then you could go to Control Panel and Add/Remove window.
  It should list "Win32Pad 1.0.9", select that and click Add/Remove.

o If you used the Registry file then you need to remove the following
  key from the Registry:
         HKEY_CLASSES_ROOT\*\shell\open
   Make sure that it says "Open with Win32Pad" for the (Default) item.

Troubleshooting:
----------------
o Win32Pad needs riched20.dll to work. 
  Note: If Win32Pad works fine then you probably already have the   
  riched20.dll installed on your system.

o If you don't have the riched20.dll then you could download a copy of    
  riched20.dll from the Win32Pad website.

o You could also check to see that you have the latest version of  
  Win32Pad. If you do and you think that you found a bug then please  
  report it to me so that I could fix it.

My E-mail: gena01@lk.net
My Website: http://gena01.lk.net
Win32Pad Page: http://gena01.lk.net/prog/win32pad.shtml
