]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/ChangeLog
Merge from emacs-24; up to 2014-06-02T11:35:40Z!michael.albinus@gmx.de
[gnu-emacs] / doc / lispref / ChangeLog
index 04b2e91ee4b011b9217d7703a5249feb9c40a169..93128962c332fb1fee3d953ecb7cab15395c658f 100644 (file)
@@ -1,8 +1,93 @@
+2014-06-08  Glenn Morris  <rgm@gnu.org>
+
+       * os.texi (Startup Summary): Small fix for initial-buffer-choice.
+
+       * files.texi (Subroutines of Visiting): Mention uniquify.
+
+       * numbers.texi (Comparison of Numbers): Copyedits.
+
+2014-06-08  Glenn Morris  <rgm@gnu.org>
+
+       * display.texi (Window Systems): Remove window-setup-hook.
+       * os.texi (Startup Summary, Init File):
+       Improve description of window-setup-hook.
+       (Terminal-Specific): Update window-setup-hook cross-reference.
+       * hooks.texi (Standard Hooks): Update window-setup-hook cross-reference.
+
+       * display.texi (Overlay Properties): Update re priority.  (Bug#17234)
+
+       * package.texi (Package Archives): Mention signing packages.
+
+2014-06-07  Eli Zaretskii  <eliz@gnu.org>
+
+       * commands.texi (Click Events): Update contents of click event's
+       position list due to last changes in make_lispy_position.
+
+2014-06-02  Glenn Morris  <rgm@gnu.org>
+
+       * text.texi (Buffer Contents):
+       Update for filter-buffer-substring changes.
+
+       * abbrevs.texi (Abbrev Expansion): Update for expand-abbrev changes.
+       * functions.texi (Advising Functions): Standardize menu case.
+
+2014-05-26  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Invisible Text): Clarify the description of
+       line-move-ignore-invisible.  (Bug#17511)
+
+2014-05-22  Leo Liu  <sdl.web@gmail.com>
+
+       * sequences.texi (Sequence Functions): Don't mention when and how
+       SEQ to nreverse is mutated.
+
+2014-05-21  Leo Liu  <sdl.web@gmail.com>
+
+       * sequences.texi (Sequence Functions): Update nreverse.
+
+2014-05-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Allow any non-nil value to count as true in bool-vector.
+       * sequences.texi (Bool-Vectors): Coalesce discussion of how to
+       print them.  bool-vector's args need not be t or nil.
+
+2014-05-19  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * sequences.texi (Bool-vectors): Mention bool-vector.
+
+2014-05-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Assume C99 or later (Bug#17487).
+       * internals.texi (C Dialect): Document this.
+
+2014-05-15  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * lists.texi (Building Cons Cells and Lists): Remove
+       description of `reverse' and `'nreverse' to generalize them...
+       * sequences.texi (Sequences): ...for sequences here.
+
+2014-05-14  Glenn Morris  <rgm@gnu.org>
+
+       * files.texi (Changing Files): Mention with-file-modes.
+
+2014-05-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * internals.texi (C Dialect): New section.
+       (C Integer Types): Mention bool_bf.
+
+2014-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * processes.texi (Filter Functions, Sentinels): Advertise add-function.
+
+2014-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * windows.texi (Window Configurations, Window Configurations):
+       Window configs don't store marks any more.
+
 2014-04-25  Eli Zaretskii  <eliz@gnu.org>
 
-       * strings.texi (Text Comparison): Mention
-       equal-including-properties for when text properties of the strings
-       matter for comparison.
+       * strings.texi (Text Comparison): Mention equal-including-properties
+       for when text properties of the strings matter for comparison.
 
 2014-04-22  Eli Zaretskii  <eliz@gnu.org>