* doc/lispref/functions.texi (Obsolete Functions): Add an index for obsolete functions.
[bpt/emacs.git] / doc / lispref / ChangeLog
index 42b9600..ed07345 100644 (file)
@@ -1,3 +1,69 @@
+2013-09-12  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * functions.texi (Obsolete Functions): Add an index for obsolete functions.
+
+2013-09-11  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * nonascii.texi (Character Properties): Character properties fix
+       for decimal-digit-value and digit-value.
+
+2013-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * macros.texi (Defining Macros): Prefer "function" to "lambda
+       expression" (bug#15296).
+
+2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
+2013-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * variables.texi (File Local Variables): Don't recommend quoting!  Ever!
+
+2013-08-20  Eli Zaretskii  <eliz@gnu.org>
+
+       * files.texi (Information about Files): Mention file names with
+       trailing blanks on MS-Windows.  (Bug#15130)
+
+2013-08-18  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * positions.texi (Positions): Improve indexing.
+
+2013-08-18  Eli Zaretskii  <eliz@gnu.org>
+
+       * markers.texi (The Region): Improve indexing.
+
+2013-08-17  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
+
+       * text.texi (Maintaining Undo): Mention interactive call of
+       buffer-disable-undo.
+       (Filling): Add cross-reference for hard newlines.
+       (Sorting): Fix indentation.
+       (Columns): Comment out undefined behavior.
+       (Case Changes): Fix an `args-out-of-range' error in the example.
+
+2013-08-16  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * text.texi (Insertion): Refine.
+       (Margins): Add an index.
+       (Undo): Doc fix for `buffer-undo-list'.
+
+       * positions.texi (Character Motion):
+       * markers.texi (Moving Markers):
+       (Creating Markers): Comment out undefined behavior.
+
+2013-08-15  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * markers.texi (The Region): Add/move indexes.
+
+2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * display.texi (ImageMagick Images): Mention :content-type and
+       `image-content-type-suffixes'.
+
 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
 
        * positions.texi (Word Motion): Remove redundant sentence.