Merge from trunk
[bpt/emacs.git] / doc / lispref / ChangeLog
1 2011-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * variables.texi (Converting to Lexical Binding): New node.
4
5 2011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * variables.texi (Scope): Mention the availability of lexical scoping.
8 (Lexical Binding): New node.
9 * eval.texi (Eval): Add `eval's new `lexical' arg.
10
11 2011-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
12
13 * vol2.texi (Top):
14 * vol1.texi (Top):
15 * objects.texi (Programming Types, Funvec Type, Type Predicates):
16 * functions.texi (Functions, What Is a Function, Function Currying):
17 * elisp.texi (Top): Remove mentions of funvec and curry.
18
19 ;; Local Variables:
20 ;; coding: utf-8
21 ;; End:
22
23 Copyright (C) 2011 Free Software Foundation, Inc.
24
25 This file is part of GNU Emacs.
26
27 GNU Emacs is free software: you can redistribute it and/or modify
28 it under the terms of the GNU General Public License as published by
29 the Free Software Foundation, either version 3 of the License, or
30 (at your option) any later version.
31
32 GNU Emacs is distributed in the hope that it will be useful,
33 but WITHOUT ANY WARRANTY; without even the implied warranty of
34 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35 GNU General Public License for more details.
36
37 You should have received a copy of the GNU General Public License
38 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.