diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 43b4c08dd23..81b4560e06d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-07-20 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * eval.c (Feval, Ffuncall): Use the new names. | ||
| 4 | |||
| 5 | * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED. | ||
| 6 | (DEFUN): Add braces around the union initialisation and use ## to | ||
| 7 | specify the right union alternative and avoid a cast. | ||
| 8 | |||
| 1 | 2010-07-18 Juanma Barranquero <lekktu@gmail.com> | 9 | 2010-07-18 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 10 | ||
| 3 | * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies. | 11 | * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies. |