Document TRIM in `split-string'.
[bpt/emacs.git] / doc / lispref / ChangeLog
index f4fc1ac..c598cf0 100644 (file)
@@ -1,3 +1,152 @@
+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'.
+
+       * debugging.texi (Debugger Commands):
+       Document `debugger-toggle-locals'.
+
+2013-12-21  Chong Yidong  <cyd@gnu.org>
+
+       * text.texi (Region Indent): Note the new interactive behavior of
+       indent-rigidly.
+
+2013-12-20  Tassilo Horn  <tsdh@gnu.org>
+
+       * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
+       one or many arguments.
+
+       * display.texi: Document `messages-buffer'.
+
+       * os.texi: Document `initial-buffer-choice' changes.
+
+2013-12-20  Chong Yidong  <cyd@gnu.org>
+
+       * text.texi (Changing Properties): Improve documentation for
+       add-face-text-property.
+       (Special Properties): Mention add-face-text-property.
+
+2013-12-18  Chong Yidong  <cyd@gnu.org>
+
+       * customize.texi (Custom Themes): Document custom-known-themes
+       (Bug#15717).
+
+       * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
+       (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
+
+2013-12-13  Glenn Morris  <rgm@gnu.org>
+
+       * internals.texi (Building Emacs):
+       * loading.texi (Library Search): Mention that site-load,
+       site-init cannot change load-path.
+
+2013-12-12  Glenn Morris  <rgm@gnu.org>
+
+       * elisp.texi: Tweak dircategory.
+
+2013-12-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * nonascii.texi (Encoding and I/O): Document file-name encoding
+       peculiarities on MS-Windows.
+
+2013-12-12  Glenn Morris  <rgm@gnu.org>
+
+       * elisp.texi: Sync direntry with info/dir version.
+
+2013-12-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * display.texi (Progress, Face Remapping):
+       * processes.texi (Serial Ports):
+       * windows.texi (Recombining Windows): Fix typos.  (Bug#16089)
+
+2013-12-04  Juri Linkov  <juri@jurta.org>
+
+       * searching.texi (Search and Replace): Fix `unread-command-events'
+       and add ref.
+
+2013-12-03  Juri Linkov  <juri@jurta.org>
+
+       * windows.texi (Choosing Window): Rename `no-display-ok' to
+       `allow-no-window'.  (Bug#13594)
+
+2013-11-30  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (distclean): Remove Makefile.
+
+2013-11-29  Andreas Politz  <politza@fh-trier.de>
+
+       * modes.texi (Imenu): Make it clear that sub-alist is the cdr
+       (Bug#14029).
+
+2013-11-27  Glenn Morris  <rgm@gnu.org>
+
+       * loading.texi (Library Search):
+       * os.texi (Startup Summary): No more leim directory.
+
+2013-11-26  Glenn Morris  <rgm@gnu.org>
+
+       * os.texi (Startup Summary): Update for leim-list being preloaded.
+
+2013-11-23  Brian Jenkins  <brian@brianjenkins.org>  (tiny change)
+
+       * frames.texi (Input Focus):
+       * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
+
+2013-11-23  Glenn Morris  <rgm@gnu.org>
+
+       * loading.texi (Library Search):
+       Empty elements in EMACSLOADPATH now mean the default load-path.
+
+2013-11-22  Glenn Morris  <rgm@gnu.org>
+
+       * loading.texi (Library Search): Minor clarification.
+
+2013-11-20  Leo Liu  <sdl.web@gmail.com>
+
+       * windows.texi (Choosing Window): Mention `no-display-ok'.  (Bug#13594)
+
+2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * os.texi (File Notifications): Add an index.
+
+       * loading.texi (Loading): Add an cross-reference.
+
+2013-11-18  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * os.texi (Session Management, Desktop Notifications): Add some
+       indexes and a cross-reference.
+
 2013-11-17  Xue Fuqiao  <xfq.free@gmail.com>
 
        * os.texi (Time Parsing):