[Expat-checkins] expat Changes,1.22,1.23

Fred L. Drake fdrake@users.sourceforge.net
Thu, 29 Aug 2002 09:25:15 -0700


Update of /cvsroot/expat/expat
In directory usw-pr-cvs1:/tmp/cvs-serv5730

Modified Files:
	Changes 
Log Message:
Fixed indentation, added period.


Index: Changes
===================================================================
RCS file: /cvsroot/expat/expat/Changes,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Changes	29 Aug 2002 16:17:09 -0000	1.22
+++ Changes	29 Aug 2002 16:25:12 -0000	1.23
@@ -7,7 +7,7 @@
 	- Fixed UTF-8 decoding bug that caused legal UTF-8 to be rejected.
 	- Removed unnecessary DllMain() function that caused static
 	  linking into a DLL to be difficult.
-      - Added VC++ projects for building static libraries
+	- Added VC++ projects for building static libraries.
 	- Reduced line-length for all source code and headers to be
 	  no longer than 80 characters, to help with AS/400 support.
 	- Reduced memory copying during parsing (SF patch #600964).