diff doc/lispref/ChangeLog @ 108375:973b5bc5fcfe

Merge from emacs-23
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 08 May 2010 14:47:07 -0400
parents 2c9c20cfa4ee bfc8980754ed
children 59a0f034c5cf
line wrap: on
line diff
--- a/doc/lispref/ChangeLog	Sat May 08 11:42:56 2010 -0700
+++ b/doc/lispref/ChangeLog	Sat May 08 14:47:07 2010 -0400
@@ -1,8 +1,37 @@
+2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
+
+	* windows.texi (Textual Scrolling):
+	* tips.texi (Coding Conventions):
+	* minibuf.texi (Minibuffer History):
+	* maps.texi (Standard Keymaps):
+	* loading.texi (Where Defined):
+	* edebug.texi (Instrumenting): Fix typos.
+
+2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
+
+	* keymaps.texi (Menu Bar): Document :advertised-binding property.
+
+	* functions.texi (Obsolete Functions):
+	Document set-advertised-calling-convention.
+
+	* minibuf.texi (Basic Completion): Document completion-in-region.
+	(Programmed Completion): Document completion-annotate-function.
+
+	* commands.texi (Reading One Event): Document read-key.
+	(Distinguish Interactive): Document KIND arg to
+	called-interactively-p.  Delete obsolete interactive-p.
+
+	* elisp.texi (Top): Update node description.
+
 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
 
-	* nonascii.texi (Character Properties): Document
-	unicode-category-table.  Add an index entry for Unicode general
-	category.
+	* nonascii.texi (Character Properties):
+	Document unicode-category-table.  Add an index entry for Unicode
+	general category.
+
+2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
+
+	* Version 23.2 released.
 
 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>