diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 233a521f027..98fe7d466b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to | ||
| 4 | unwind_protect more than 2GB worth of functions. | ||
| 5 | |||
| 6 | * editfns.c (Finsert_char): EMACS_INT/int cleanup. | ||
| 7 | |||
| 3 | * lisp.h: Have oblookup take EMACS_INT to allow interning big | 8 | * lisp.h: Have oblookup take EMACS_INT to allow interning big |
| 4 | string and avoid compiler warnings. | 9 | string and avoid compiler warnings. |
| 5 | (USE_SAFE_ALLOCA): Cast to int to avoid compilation warnings in | 10 | (USE_SAFE_ALLOCA): Cast to int to avoid compilation warnings in |