Fix bug #16216 with 'name' Unicode property of control characters.
[bpt/emacs.git] / doc / lispref / ChangeLog
index d03f6ae..c0a3c81 100644 (file)
@@ -1,12 +1,20 @@
+2013-12-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * nonascii.texi (Character Properties): NAME or OLD-NAME
+       properties can be nil (there's no empty string).
+
 2013-12-22  Xue Fuqiao  <xfq.free@gmail.com>
 
-       * sequences.texi (Bool-Vectors): Document new bool-vector set operation functions.
+       * sequences.texi (Bool-Vectors): Document new bool-vector set
+       operation functions.
 
        * text.texi (Examining Properties): Document `get-pos-property'.
 
-       * variables.texi (Directory Local Variables): Document `enable-dir-local-variables'.
+       * variables.texi (Directory Local Variables): Document
+       `enable-dir-local-variables'.
 
-       * debugging.texi (Debugger Commands): Document `debugger-toggle-locals'.
+       * debugging.texi (Debugger Commands): Document
+       `debugger-toggle-locals'.
 
 2013-12-21  Chong Yidong  <cyd@gnu.org>