diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0c5c98eac2e..2e9e80d938d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-01-23 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-01-23 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * image.c (x_create_bitmap_from_xpm_data): Add cast to fix type clash | ||
| 4 | when calling XpmCreatePixmapFromData. | ||
| 5 | |||
| 3 | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | 6 | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. |
| 4 | * lisp.h (SSDATA): New macro. | 7 | * lisp.h (SSDATA): New macro. |
| 5 | All uses of (char *) SDATA (x) replaced with SSDATA (x), | 8 | All uses of (char *) SDATA (x) replaced with SSDATA (x), |