diff options
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 1eb3cfa2556..faa5fa44e46 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,6 +1,14 @@ | |||
| 1 | 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * variables.texi (Defining Variables): Mention the new meaning of `defvar'. | ||
| 4 | (Lexical Binding): New sub-section. | ||
| 5 | |||
| 6 | * eval.texi (Eval): Discourage the use of `eval'. | ||
| 7 | Document its new `lexical' argument. | ||
| 8 | |||
| 1 | 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca> | 9 | 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 10 | ||
| 3 | * commands.texi (Command Overview): post-command-hook is not reset to | 11 | * commands.texi (Command Overview): `post-command-hook' is not reset to |
| 4 | nil any more. | 12 | nil any more. |
| 5 | 13 | ||
| 6 | 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca> | 14 | 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca> |