diff options
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index b0156e5ac7e..ce99c81a912 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,56 @@ | |||
| 1 | 2012-09-11 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Simplify, document, and port floating-point (Bug#12381). | ||
| 4 | * numbers.texi (Float Basics, Arithmetic Operations, Math Functions): | ||
| 5 | Document that / and mod (with floating point arguments), along | ||
| 6 | with asin, acos, log, log10, expt and sqrt, return special values | ||
| 7 | instead of signaling exceptions. | ||
| 8 | (Float Basics): Document that logb operates on the absolute value | ||
| 9 | of its argument. | ||
| 10 | (Math Functions): Document that (log ARG BASE) also returns NaN if | ||
| 11 | BASE is negative. Document that (expt X Y) returns NaN if X is a | ||
| 12 | finite negative number and Y a finite non-integer. | ||
| 13 | |||
| 14 | 2012-09-09 Chong Yidong <cyd@gnu.org> | ||
| 15 | |||
| 16 | * lists.texi (Sets And Lists): Explain that the return value for | ||
| 17 | delete should be used, like for delq. | ||
| 18 | |||
| 19 | * minibuf.texi (Yes-or-No Queries): Document recentering and | ||
| 20 | scrolling in y-or-n-p. Remove gratuitous example. | ||
| 21 | |||
| 22 | * searching.texi (Search and Replace): Document window scrolling | ||
| 23 | entries in query-replace-map. | ||
| 24 | |||
| 25 | 2012-09-08 Chong Yidong <cyd@gnu.org> | ||
| 26 | |||
| 27 | * syntax.texi (Syntax Table Internals): Define "raw syntax | ||
| 28 | descriptor" terminology (Bug#12383). | ||
| 29 | (Syntax Descriptors): Mention raw syntax descriptors. | ||
| 30 | |||
| 31 | 2012-09-07 Chong Yidong <cyd@gnu.org> | ||
| 32 | |||
| 33 | * variables.texi (Creating Buffer-Local): Fix description of | ||
| 34 | local-variable-if-set-p (Bug#10713). | ||
| 35 | |||
| 36 | * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233). | ||
| 37 | |||
| 38 | * windows.texi (Display Action Functions) | ||
| 39 | (Choosing Window Options): Remove obsolete variable | ||
| 40 | display-buffer-reuse-frames. | ||
| 41 | (Switching Buffers): Minor doc tweak for switch-to-buffer. | ||
| 42 | |||
| 43 | * positions.texi (Narrowing): Document buffer-narrowed-p. | ||
| 44 | |||
| 45 | * markers.texi (Moving Markers): Add xref to Point (Bug#7151). | ||
| 46 | |||
| 47 | * syntax.texi (Low-Level Parsing): Add xref to Parser State | ||
| 48 | (Bug#12269). | ||
| 49 | |||
| 50 | 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 51 | |||
| 52 | * debugging.texi (Explicit Debug): Document `debug-on-message'. | ||
| 53 | |||
| 1 | 2012-09-02 Chong Yidong <cyd@gnu.org> | 54 | 2012-09-02 Chong Yidong <cyd@gnu.org> |
| 2 | 55 | ||
| 3 | * windows.texi (Window Configurations): Recommend against using | 56 | * windows.texi (Window Configurations): Recommend against using |