Document TRIM in `split-string'.
[bpt/emacs.git] / doc / lispref / ChangeLog
index a92ae29..c598cf0 100644 (file)
@@ -1,10 +1,41 @@
+2013-12-23  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * strings.texi (Creating Strings): Document TRIM in `split-string'.
+
+2013-12-23  Chong Yidong  <cyd@gnu.org>
+
+       * keymaps.texi (Controlling Active Maps): Renamed
+       set-temporary-overlay-map to set-transient map.  Doc fixes.
+       (Searching Keymaps): The transient keymap takes precedence.
+
+2013-12-23  Glenn Morris  <rgm@gnu.org>
+
+       * loading.texi (How Programs Do Loading, Load Suffixes):
+       Mention `load-prefer-newer'.
+
 2013-12-22  Xue Fuqiao  <xfq.free@gmail.com>
 
+       * hash.texi (Other Hash): Document `hash-table-keys'
+       and `hash-table-values'.
+
+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).
+       (Character Properties): Update the reference to the UCD.
+
+2013-12-22  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * 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>