diff options
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 36 |
1 files changed, 32 insertions, 4 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index ac6bd07a175..020e667ec16 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,31 @@ | |||
| 1 | 2006-05-01 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * intro.texi (nil and t): Clarify. | ||
| 4 | |||
| 5 | * variables.texi (File Local Variables): Suggest using booleanp. | ||
| 6 | |||
| 7 | 2006-05-01 Juanma Barranquero <lekktu@gmail.com> | ||
| 8 | |||
| 9 | * objects.texi (Type Predicates): Fix typos. | ||
| 10 | |||
| 11 | 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 12 | |||
| 13 | * intro.texi (nil and t): Add booleanp. | ||
| 14 | |||
| 15 | * objects.texi (Type Predicates): Add links for booleanp and | ||
| 16 | string-or-null-p. | ||
| 17 | |||
| 18 | 2006-04-29 Richard Stallman <rms@gnu.org> | ||
| 19 | |||
| 20 | * modes.texi (Multiline Font Lock): Rename from | ||
| 21 | Multi line Font Lock Elements. Much clarification. | ||
| 22 | (Font Lock Multiline, Region to Fontify): Much clarification. | ||
| 23 | |||
| 24 | 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 25 | |||
| 26 | * variables.texi (File Local Variables): Remove the special case t for | ||
| 27 | safe-local-variable. | ||
| 28 | |||
| 1 | 2006-04-26 Richard Stallman <rms@gnu.org> | 29 | 2006-04-26 Richard Stallman <rms@gnu.org> |
| 2 | 30 | ||
| 3 | * syntax.texi (Parsing Expressions): Minor cleanup. | 31 | * syntax.texi (Parsing Expressions): Minor cleanup. |
| @@ -64,7 +92,7 @@ | |||
| 64 | 92 | ||
| 65 | 2006-03-25 Karl Berry <karl@gnu.org> | 93 | 2006-03-25 Karl Berry <karl@gnu.org> |
| 66 | 94 | ||
| 67 | * elisp.texi: use @copyright{} instead of (C), and do not indent | 95 | * elisp.texi: Use @copyright{} instead of (C), and do not indent |
| 68 | the year list. | 96 | the year list. |
| 69 | 97 | ||
| 70 | 2006-03-21 Nick Roberts <nickrob@snap.net.nz> | 98 | 2006-03-21 Nick Roberts <nickrob@snap.net.nz> |
| @@ -98,7 +126,7 @@ | |||
| 98 | 126 | ||
| 99 | * display.texi (Defining Images): Fix example in | 127 | * display.texi (Defining Images): Fix example in |
| 100 | image-load-path-for-library by not recommending that one binds | 128 | image-load-path-for-library by not recommending that one binds |
| 101 | image-load-path. Just defvar it to placate compiler and only use | 129 | image-load-path. Just defvar it to placate compiler and only use |
| 102 | it if previously defined. | 130 | it if previously defined. |
| 103 | 131 | ||
| 104 | 2006-03-14 Bill Wohler <wohler@newt.com> | 132 | 2006-03-14 Bill Wohler <wohler@newt.com> |
| @@ -570,11 +598,11 @@ | |||
| 570 | 598 | ||
| 571 | 2005-09-26 Chong Yidong <cyd@stupidchicken.com> | 599 | 2005-09-26 Chong Yidong <cyd@stupidchicken.com> |
| 572 | 600 | ||
| 573 | * errors.texi (Standard Errors): Corrected xrefs. | 601 | * errors.texi (Standard Errors): Correct xrefs. |
| 574 | 602 | ||
| 575 | 2005-09-18 Chong Yidong <cyd@stupidchicken.com> | 603 | 2005-09-18 Chong Yidong <cyd@stupidchicken.com> |
| 576 | 604 | ||
| 577 | * display.texi (Defining Images): Updated documentation for | 605 | * display.texi (Defining Images): Update documentation for |
| 578 | `image-load-path'. | 606 | `image-load-path'. |
| 579 | 607 | ||
| 580 | 2005-09-17 Richard M. Stallman <rms@gnu.org> | 608 | 2005-09-17 Richard M. Stallman <rms@gnu.org> |