Merge from emacs-23
[bpt/emacs.git] / doc / lispref / ChangeLog
index 6dfc203..ca40b34 100644 (file)
@@ -1,3 +1,134 @@
+2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
+
+       * minibuf.texi (Basic Completion): Add missing "@end defun".
+
+2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuf.texi (Basic Completion): Document completion-boundaries.
+       (Programmed Completion): Document the new fourth method for boundaries.
+
+2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
+
+       * display.texi (Image Cache): Update documentation about image
+       caching.
+
+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.
+
+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.
+
+       * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
+       for `abbrev-insert'.
+
+       * buffers.texi (Indirect Buffers): Add category `Command'
+       to @deffn of `clone-indirect-buffer'.
+
+       * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
+       for `next-window' and `previous-window'.  Add category `Command'
+       to @deffn of `pop-to-buffer'.
+
+2010-04-01  Chong Yidong  <cyd@stupidchicken.com>
+
+       * nonascii.texi (Text Representations): Don't mark
+       enable-multibyte-characters as a user option.
+
+2010-03-31  Eli Zaretskii  <eliz@gnu.org>
+
+       * control.texi (Handling Errors): How to re-throw a signal caught
+       by condition-case.
+
+2010-03-26  Chong Yidong  <cyd@stupidchicken.com>
+
+       * loading.texi (Hooks for Loading): Document after-load-functions.
+       Copyedits.
+
+2010-03-24  Arni Magnusson  <arnima@hafro.is>  (tiny change)
+
+       * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
+
+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
+       exception for numbers that cannot fit in the integer type.
+
+2010-03-03  Glenn Morris  <rgm@gnu.org>
+
+       * numbers.texi (Integer Basics, Bitwise Operations):
+       * objects.texi (Integer Type): Update for integers now being 30-bit.
+
+2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
+
+       * display.texi (Low-Level Font): Document :otf font-spec property.
+
+2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * display.texi (Line Height): Avoid obsolete special default variables
+       like default-major-mode.
+
+2010-01-28  Alan Mackenzie  <acm@muc.de>
+
+       * display.texi (Auto Faces): Say fontification-functions is called
+       whether or not Font Lock is enabled.  Tidy up the wording a bit.
+
+2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
+
+       * elisp.texi: Remove duplicate edition information (Bug#5407).
+
+2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
+
+       * two.el (volume-header-toc-markup): Fix typos in docstring.
+
 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        Avoid dubious uses of save-excursions.