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 a6f318816e9..8500509cd5b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * keymap.c (Fmake_sparse_keymap): Purecopy the name. | ||
| 4 | |||
| 5 | * eval.c (Fautoload): Purecopy the filename. Simplify. | ||
| 6 | |||
| 7 | * category.c (Fdefine_category): Purecopy docstring. | ||
| 8 | |||
| 1 | 2009-10-23 Andreas Schwab <schwab@linux-m68k.org> | 9 | 2009-10-23 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 10 | ||
| 3 | * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow. | 11 | * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow. |