aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lispref/ChangeLog')
-rw-r--r--lispref/ChangeLog36
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 @@
12006-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
72006-05-01 Juanma Barranquero <lekktu@gmail.com>
8
9 * objects.texi (Type Predicates): Fix typos.
10
112006-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
182006-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
242006-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
12006-04-26 Richard Stallman <rms@gnu.org> 292006-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
652006-03-25 Karl Berry <karl@gnu.org> 932006-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
702006-03-21 Nick Roberts <nickrob@snap.net.nz> 982006-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
1042006-03-14 Bill Wohler <wohler@newt.com> 1322006-03-14 Bill Wohler <wohler@newt.com>
@@ -570,11 +598,11 @@
570 598
5712005-09-26 Chong Yidong <cyd@stupidchicken.com> 5992005-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
5752005-09-18 Chong Yidong <cyd@stupidchicken.com> 6032005-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
5802005-09-17 Richard M. Stallman <rms@gnu.org> 6082005-09-17 Richard M. Stallman <rms@gnu.org>