1.4  Sun Oct 18 2009
	* Fix: break.c: Custom function won't be used when user data is NULL.
	* Imp: linebreak_charprop(): Complement GCB property for characters
	  with tailored LB property.
	* Fix: gcstring_new(): Too large memory allocation.
	* New: gcstring_newcopy().

1.3  Thu Oct 15 2009
	* Fix: linebreak_break_partial(): Memory leak saving status.
	* Fix: linebreak_break_partial(): Fix state transition.
	* Fix: gcstring_cmp(): Case of comparison with zero length string.
	* New: linebreak_break() and linebreak_break_fast().  Latter consumes
	  heap size proportional to length of input.  lenebreak_break() is
	  highly recommended.
	* Chg: linebreak_break*() get unistr_t * input then return unistr_t *.
	* break.c: Cleanup codes.
