Minor doc fix.
[bpt/emacs.git] / src / ChangeLog
index 46d35f7..4315a17 100644 (file)
@@ -1,3 +1,10 @@
+2008-12-30  Kenichi Handa  <handa@m17n.org>
+
+       * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
+       just get the low 8-bit of the code.
+
+       * font.c (font_intern_prop): Validate str as multibyte.
+
 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * dispextern.h (struct face): Move lface and hash from the middle
        SYMBOL_CHARSET. (Bug#547)
 
        * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
-       size for surrogates. (Bug#1096)
+       size for surrogates. (Bug#1096, bug#872)
 
 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>