diff lisp/ChangeLog @ 5662:bed39edf91ba

Be better about word boundaries with JIT unicode characters, mule-category.el lisp/ChangeLog addition: 2012-05-10 Aidan Kehoe <kehoea@parhasard.net> * mule/mule-category.el (word-combining-categories): Be better about default word boundaries when text contains just-in-time-allocated Unicode code points. Document what we should do instead once we have Unicode internally. * mule/misc-lang.el: IPA characters are Latin.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 10 May 2012 13:53:06 +0100
parents 796f2a8fdced
children 0df4d95bd98a
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue May 08 09:47:41 2012 +0100
+++ b/lisp/ChangeLog	Thu May 10 13:53:06 2012 +0100
@@ -1,3 +1,11 @@
+2012-05-10  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* mule/mule-category.el (word-combining-categories):
+	Be better about default word boundaries when text contains
+	just-in-time-allocated Unicode code points. Document what we
+	should do instead once we have Unicode internally.
+	* mule/misc-lang.el: IPA characters are Latin.
+
 2012-05-08  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* cl-macs.el (rassoc): Remove a stray parenthesis here, thank you