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 4cc649eccc1..05b231fffa2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | Make the function member of Lisp_Subr use standard C prototypes. | ||
| 4 | * lisp.h (struct Lisp_Subr): Use a union for the function member. | ||
| 5 | (DECL_ALIGN): Add a cast for the function. | ||
| 6 | * eval.c (Feval, Ffuncall): Use the proper type for each type | ||
| 7 | function call. | ||
| 8 | |||
| 1 | 2010-07-06 Chong Yidong <cyd@stupidchicken.com> | 9 | 2010-07-06 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 10 | ||
| 3 | * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get | 11 | * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get |