Merge changes from emacs-23 branch
[bpt/emacs.git] / doc / lispref / ChangeLog
index 4559864..fe64ca9 100644 (file)
@@ -1,26 +1,38 @@
-2010-08-02  Christoph  <cschol2112@googlemail.com>
+2010-08-08  Christoph  <cschol2112@googlemail.com>
 
        * control.texi (Handling Errors) <error-message-string>: Fix arg name.
 
-2010-07-29  Juanma Barranquero  <lekktu@gmail.com>
+2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
 
        * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
        Suggested by Štěpán Němec <stepnem@gmail.com>.
 
-2010-07-28  Juanma Barranquero  <lekktu@gmail.com>
+2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
 
        * minibuf.texi (High-Level Completion): Document args of
        `read-buffer-function' (bug#5625).
 
+2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * frames.texi (Layout Parameters): Add doc for tool-bar-position.
+
+2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
+
+       * processes.texi (Process Information): Explain process property
+       `remote-tty'.
+
 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
 
        * modes.texi (Defining Minor Modes): Use C-delete in examples,
        instead of "\C-\^?" (bug#6334).
 
-2010-07-21  Juanma Barranquero  <lekktu@gmail.com>
-
        * text.texi (Special Properties): Fix typo.
 
+2010-07-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
+       calling sequences, which are now the standard.
+
 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
 
        * text.texi (Undo): Clarify command loop behavior (Bug#2433).
@@ -43,8 +55,7 @@
 
 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
 
-       * errors.texi (Standard Errors): Remove unnecessary markup
-       (Bug#6461).
+       * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
 
 2010-06-02  Chong Yidong  <cyd@stupidchicken.com>
 
        * minibuf.texi (Basic Completion): Document completion-boundaries.
        (Programmed Completion): Document the new fourth method for boundaries.
 
-2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
+2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
 
-       * Version 23.2 released.
+       * display.texi (Image Cache): Update documentation about image caching.
 
-2010-05-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
+2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
 
        * windows.texi (Textual Scrolling):
        * tips.texi (Coding Conventions):
        * loading.texi (Where Defined):
        * edebug.texi (Instrumenting): Fix typos.
 
-2010-04-25  Chong Yidong  <cyd@stupidchicken.com>
+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.
+       * functions.texi (Obsolete Functions):
+       Document set-advertised-calling-convention.
 
        * minibuf.texi (Basic Completion): Document completion-in-region.
        (Programmed Completion): Document completion-annotate-function.
 
        * 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.
+
+2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Version 23.2 released.
+
+2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * locals.texi (Standard Buffer-Local Variables):
+       Remove @ignore'd reference to `direction-reversed'.
+
 2010-04-14  Juri Linkov  <juri@jurta.org>
 
        Fix @deffn without category.
 
        * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
 
-2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
+2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
 
        * processes.texi (Network Processes): Document seqpacket type.
 
+2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * os.texi (System Environment): Do not mention lynxos.
+
+2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Branch for 23.2.
+
 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
 
        * objects.texi (Integer Type): Take note of the read syntax
 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
 
        * frames.texi (Color Names): Add pointer to the X docs about RGB
-       color specifications.  Improve indexing
+       color specifications.  Improve indexing.
        (Text Terminal Colors): Replace the description of RGB values by
        an xref to "Color Names".
 
        * minibuf.texi (Reading File Names): read-file-name has new
        arg PREDICATE.  New function read-directory-name.
 
-       * macros.texi (Defining Macros): Give definition of `declare'
+       * macros.texi (Defining Macros): Give definition of `declare'.
        (Indenting Macros): New node.
 
        * frames.texi (Parameter Access): Add modify-all-frames-parameters.
        * numbers.texi (Integer Basics): Add most-positive-fixnum,
        most-negative-fixnum.
 
-       * compile.texi (Byte Compilation): Explain no-byte-compile
+       * compile.texi (Byte Compilation): Explain no-byte-compile.
        (Compiler Errors): New node.
 
        * os.texi (User Identification): user-uid, user-real-uid