diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 355376a886b..0c5c98eac2e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2011-01-23 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | ||
| 4 | * lisp.h (SSDATA): New macro. | ||
| 5 | All uses of (char *) SDATA (x) replaced with SSDATA (x), | ||
| 6 | and all uses of (unsigned char *) SDATA (x) replaced with SDATA (x). | ||
| 7 | * gtkutil.c (SSDATA): Remove, as lisp.h now defines this. | ||
| 8 | * xsmfns.c (SSDATA): Likewise. | ||
| 9 | |||
| 1 | 2011-01-22 Martin Rudalics <rudalics@gmx.at> | 10 | 2011-01-22 Martin Rudalics <rudalics@gmx.at> |
| 2 | 11 | ||
| 3 | * window.c (select_window): New function. | 12 | * window.c (select_window): New function. |