]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/ChangeLog
Merge from origin/emacs-24
[gnu-emacs] / doc / lispref / ChangeLog
index ad9af13488e080e1a884518d8f2c34b30e74c017..3644d40fabf69162e8503be9204d94ef7b8acafd 100644 (file)
@@ -1,3 +1,128 @@
+2015-03-18  Eli Zaretskii  <eliz@gnu.org>
+
+       * minibuf.texi (Basic Completion): Fix a typo.  (Bug#20108)
+
+2015-03-09  Nicolas Petton <nicolas@petton.fr>
+
+       * sequences.texi (seq-into): Add documentation for the new
+       seq-into function.
+
+2015-03-03  Eli Zaretskii  <eliz@gnu.org>
+
+       * processes.texi (Synchronous Processes): Update documentation of
+       call-process-shell-command and process-file-shell-command.
+
+2015-03-03  Daniel Colascione  <dancol@dancol.org>
+
+       * control.texi (Generators): Correct missing word.  Clarify which
+       forms are legal in which parts of `unwind-protect'.  Fix orphaned
+       close parenthesis.
+
+       * objects.texi (Finalizer Type): New section for finalizer objects.
+       (Type Predicates): Mention finalizers in `type-of' documentation.
+       * elisp.texi (Top): Link to finalizer type.
+
+2015-03-02  Daniel Colascione  <dancol@dancol.org>
+
+       * control.texi (Generators): New section
+       * elisp.text: Reference new section.
+
+2015-02-28  Eli Zaretskii  <eliz@gnu.org>
+
+       * searching.texi (Char Classes): Update the documentation of
+       [:alpha:] and [:alnum:].  (Bug#19878)
+
+2015-02-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * os.texi (Startup Summary):
+       * display.texi (Window Systems): Mention peculiarities of daemon
+       mode on MS-Windows.
+
+2015-02-11  Martin Rudalics  <rudalics@gmx.at>
+
+       * frames.texi (Size Parameters): Update description of
+       fullscreen frame parameter.  Describe `fullscreen-restore'
+       parameter.
+
+2015-02-09 Nicolas Petton <nicolas@petton.fr>
+
+       * sequences.texi (Sequence Functions): Update documentation
+       examples for seq-group-by.
+
+2015-02-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * positions.texi (Screen Lines): Update the documentation of
+       vertical-motion to document the new additional argument.
+
+2015-02-06  Nicolas Petton <nicolas@petton.fr>
+
+       * sequences.texi (Sequence Functions): Add documentation for
+       seq-mapcat, seq-partition and seq-group-by.
+
+2015-02-05  Martin Rudalics  <rudalics@gmx.at>
+
+       * display.texi (Size of Displayed Text): Remove description of
+       optional argument BUFFER of `window-text-pixel-size'.
+
+2015-02-01  Martin Rudalics  <rudalics@gmx.at>
+
+       * display.texi (Size of Displayed Text): Describe optional
+       argument BUFFER of `window-text-pixel-size'.
+
+2015-01-28  Eli Zaretskii  <eliz@gnu.org>
+
+       * searching.texi (Regexp Search): Add a cross-reference to "Syntax
+       of Regexps".  (Bug#19668)
+
+2015-01-28  Daniel Koning  <dk@danielkoning.com>  (tiny change)
+
+       * commands.texi (Drag Events, Motion Events, Event Examples)
+       (Accessing Mouse): Describe actual range of values that mouse
+       position objects can have.
+
+2015-01-28  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Manipulating Buttons): Explain more about the
+       'action' property.  (Bug#19628)
+
+       * text.texi (Clickable Text): Improve indexing.  (Bug#19629)
+
+       * variables.texi (Creating Buffer-Local): Improve indexing.  (Bug#19608)
+
+       * frames.texi (Display Feature Testing): Make the description of
+       x-server-version and x-server-vendor less X-specific.  (Bug#19502)
+
+2015-01-15  Eli Zaretskii  <eliz@gnu.org>
+
+       * streams.texi (Input Functions): Document 'set-binary-mode'.
+       (Output Functions): Cross-reference to documentation of
+       'set-binary-mode'.
+
+2015-01-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       batch write-region no longer says "Wrote FOO"
+       * files.texi (Writing to Files): Document this.
+
+2014-12-31  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Less 'make' chatter for Emacs doc
+       * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
+       (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in.
+       (ENVADD, $(buildinfodir)/elisp.info, elisp.html):
+       Use them.
+
+2014-12-30  Martin Rudalics  <rudalics@gmx.at>
+
+       * display.texi (Temporary Displays): Amend description of
+       `with-temp-buffer-window'.  Add descriptions for
+       `with-current-buffer-window', `with-displayed-buffer-window' and
+       `temp-buffer-resize-mode', `temp-buffer-max-height' and
+       `temp-buffer-max-width'.
+
+2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * os.texi (System Environment): Update for system-name changes.
+
 2014-12-27  Glenn Morris  <rgm@gnu.org>
 
        * control.texi (Pattern matching case statement):
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 1998-2014 Free Software Foundation, Inc.
+  Copyright (C) 1998-2015 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.