Merge from emacs-24; up to 2012-05-07T14:57:18Z!michael.albinus@gmx.de
[bpt/emacs.git] / doc / lispref / ChangeLog
index 179f819..6e4ffff 100644 (file)
@@ -1,5 +1,63 @@
+2012-09-12  Glenn Morris  <rgm@gnu.org>
+
+       * debugging.texi (Using Debugger): Fix typo.
+
+2012-09-18  Chong Yidong  <cyd@gnu.org>
+
+       * display.texi (Faces): Discuss anonymous faces.
+       (Face Attributes): Tweak intro.
+       (Defining Faces): Move after the Face Attributes node.  Copyedits.
+       (Displaying Faces): Describe role of inheritance.
+
+       * customize.texi (Customization): Define customization more
+       carefully (Bug#11440).
+       (Common Keywords): Add xref to Constant Variables.
+
+       * variables.texi (Defining Variables): Link to defcustom's node
+       instead of the higher-level Customization chapter.
+
+2012-09-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Simplify, document, and port floating-point (Bug#12381).
+       * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
+       Document that / and mod (with floating point arguments), along
+       with asin, acos, log, log10, expt and sqrt, return special values
+       instead of signaling exceptions.
+       (Float Basics): Document that logb operates on the absolute value
+       of its argument.
+       (Math Functions): Document that (log ARG BASE) also returns NaN if
+       BASE is negative.  Document that (expt X Y) returns NaN if X is a
+       finite negative number and Y a finite non-integer.
+
+2012-09-09  Chong Yidong  <cyd@gnu.org>
+
+       * lists.texi (Sets And Lists): Explain that the return value for
+       delete should be used, like for delq.
+
+       * minibuf.texi (Yes-or-No Queries): Document recentering and
+       scrolling in y-or-n-p.  Remove gratuitous example.
+
+       * searching.texi (Search and Replace): Document window scrolling
+       entries in query-replace-map.
+
+2012-09-08  Chong Yidong  <cyd@gnu.org>
+
+       * syntax.texi (Syntax Table Internals): Define "raw syntax
+       descriptor" terminology (Bug#12383).
+       (Syntax Descriptors): Mention raw syntax descriptors.
+
 2012-09-07  Chong Yidong  <cyd@gnu.org>
 
+       * variables.texi (Creating Buffer-Local): Fix description of
+       local-variable-if-set-p (Bug#10713).
+
+       * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
+
+       * windows.texi (Display Action Functions)
+       (Choosing Window Options): Remove obsolete variable
+       display-buffer-reuse-frames.
+       (Switching Buffers): Minor doc tweak for switch-to-buffer.
+
        * positions.texi (Narrowing): Document buffer-narrowed-p.
 
        * markers.texi (Moving Markers): Add xref to Point (Bug#7151).