Merge from emacs-23; up to 2010-06-10T12:56:11Z!michael.albinus@gmx.de.
[bpt/emacs.git] / doc / lispref / ChangeLog
index 5d28a90..3a66ceb 100644 (file)
@@ -1,3 +1,100 @@
+2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * modes.texi (Region to Refontify): Rename from "Region to Fontify".
+       (Multiline Font Lock):
+       * vol2.texi (Top):
+       * vol1.texi (Top):
+       * elisp.texi (Top): Update menu accordingly.
+
+2011-05-12  Drew Adams  <drew.adams@oracle.com>
+
+       * modes.texi (Region to Fontify): Fix typo.
+
+2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * numbers.texi (Integer Basics): Large integers are treated as floats.
+
+2011-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * processes.texi (Synchronous Processes): Document the (:file
+       "/file-name") syntax for `call-process'.
+
+2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
+
+       * windows.texi (Choosing Window): Fix typo.
+
+2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
+
+       * frames.texi (Layout Parameters): Note the difference between
+       querying and setting parameters for left-fringe and right-fringe
+       (Bug#6930).
+
+2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuf.texi (Basic Completion): Be a bit more precise about the
+       valid kinds of completion tables.
+       (Programmed Completion): Remove obsolete text about lambda expressions
+       not being valid completion tables.
+
+2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
+
+       * positions.texi (Excursions): Explain the "save-excursion
+       defeated by set-buffer" warning.
+
+       * buffers.texi (Current Buffer): Copyedits.  Don't recommend using
+       save-excursion.  Suggested by Uday S Reddy.
+
+2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
+       (Lexical Binding): New sub-section.
+
+       * eval.texi (Eval): Discourage the use of `eval'.
+       Document its new `lexical' argument.
+
+2011-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * commands.texi (Command Overview): `post-command-hook' is not reset to
+       nil any more.
+
+2011-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * strings.texi (String Conversion): Don't mention
+       string-make-(uni|multi)byte (bug#8262).
+       * nonascii.texi (Converting Representations): Fix up range.
+       * keymaps.texi (Key Binding Commands): Update code point, avoid
+       "unibyte character" and remove mention of unibyte bindings.
+
+2011-03-10  Eli Zaretskii  <eliz@gnu.org>
+
+       * modes.texi (Operator Precedence Grammars): Don't use characters
+       outside ISO-8859-1.
+
+2011-03-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
+
+       * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
+
+2011-03-08  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
+       * intro.texi (Acknowledgements): Names to UTF-8.
+       * elisp.texi: Set documentencoding.
+
+2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Version 23.3 released.
+
+2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * package.texi: Update index keywords.
+       (Package Archives): New node contents.  Document package-x.el.
+
+2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (srcs): Add package.texi.
+
 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
 
        * package.texi (Packaging, Packaging Basics, Simple Packages)