Mercurial > emacs
comparison src/ChangeLog @ 112434:9de5a68b57e1
Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sat, 22 Jan 2011 18:56:06 -0800 |
parents | 9f7614f1a892 |
children | 11f1b4757236 |
comparison
equal
deleted
inserted
replaced
112433:7b649f6eac4f | 112434:9de5a68b57e1 |
---|---|
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. |
4 (Fselect_window): Call it. | 13 (Fselect_window): Call it. |
5 (inhibit_point_swap): Variable deleted. | 14 (inhibit_point_swap): Variable deleted. |