Merge from emacs-23; up to 2010-06-10T12:56:11Z!michael.albinus@gmx.de.
[bpt/emacs.git] / doc / lispref / ChangeLog
index e196b30..3a66ceb 100644 (file)
@@ -1,3 +1,211 @@
+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)
+       (Multi-file Packages): Expand and clarify.
+       (Package Archives): Temporary placeholder node.
+
+       * elisp.texi (Top): Update node listing.
+
+       * Makefile.in (srcs): Add package.texi.
+
+2011-03-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * processes.texi (Synchronous Processes): Minor clarification
+       (Bug#8149).
+
+2011-03-03  Glenn Morris  <rgm@gnu.org>
+
+       * files.texi (Truenames): Minor clarification.  (Bug#2341)
+
+2011-03-01  Glenn Morris  <rgm@gnu.org>
+
+       * variables.texi (Directory Local Variables):
+       Mention `(subdirs . nil)' alist element.
+
+2011-02-28  Glenn Morris  <rgm@gnu.org>
+
+       * variables.texi (Directory Local Variables): Mention the optional
+       mtime argument of dir-locals-set-directory-class.  (Bug#3577)
+
+2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
+
+       * minibuf.texi (Minibuffer History): Clarify discussion of
+       minibuffer history lists (Bug#8085).
+
+2011-02-19  Eli Zaretskii  <eliz@gnu.org>
+
+       * elisp.texi: Sync @dircategory with ../../info/dir.
+
+       * files.texi (Visiting Functions): Document find-file-literally,
+       both the command and the variable.
+
+       * variables.texi (Creating Buffer-Local): Explain the meaning of
+       permanent local variables.
+
+       * files.texi (Visiting Functions): Document find-file-literally,
+       both the command and the variable.
+
+       * variables.texi (Creating Buffer-Local): Explain the meaning of
+       permanent local variables.
+
+2011-02-19  Glenn Morris  <rgm@gnu.org>
+
+       * keymaps.texi (Remapping Commands): Mention how to undo it.
+
+2011-02-09  Reuben Thomas  <rrt@sc3d.org>
+
+       * loading.texi (Hooks for Loading): Remove unnecessary advice
+       about eval-after-load (Bug#7986).
+
+2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * commands.texi (Accessing Mouse): Note that a header line is not
+       included in the row of posn-col-row.
+
+2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
+
+       * modes.texi (Major Mode Conventions): Add face guidelines.
+       (Faces for Font Lock): List faces in order of prominence.
+
+2011-02-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       format-time-string now supports subsecond time stamp resolution
+       * os.texi (Time Parsing): Document %N.
+
+2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
+
+       * vol1.texi (Top):
+       * vol2.texi (Top):
+       * elisp.texi (Top):
+       * display.texi (Display Property): Shorten the menu description of
+       the "Other Display Specs" node (Bug#7816).
+
+       * keymaps.texi (Defining Menus): Add "menu item" and "extended
+       menu item" concept index entries (Bug#7805).
+
+2011-01-29  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (texinfodir): New variable.
+       (usermanualdir): Remove as redundant with $(emacsdir).
+       (MAKEINFO): Remove options, leave only program name.
+       (MAKEINFO_OPTS): New variable.
+       (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
+
+2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
+            Richard Kim  <emacs18@gmail.com>
+
+       * loading.texi (Library Search): Document list-load-path-shadows
+       (Bug#7757).
+
+2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
+
+       * searching.texi (Regexp Special): Remove outdated discussion of
+       character sets (Bug#7780).
+
+       * frames.texi (Pop-Up Menus): Document where menu title comes
+       from (Bug#7684).
+
+2011-01-25  Glenn Morris  <rgm@gnu.org>
+
+       * display.texi (Making Buttons): Mention limitation of text buttons.
+
 2011-01-23  Werner Lemberg  <wl@gnu.org>
 
        * Makefile.in (MAKEINFO): Now controlled by `configure'.
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-    2007, 2008, 2009, 2010, 2011  Free Software Foundation, Inc.
+  Copyright (C) 1998-2011  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.