diff options
| author | Paul Eggert | 2011-04-16 01:36:41 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-16 01:36:41 -0700 |
| commit | 018c5e19a5a0c8ef4b361a8230dca2db6c804fb3 (patch) | |
| tree | e15f75749e4855a183067a44405d03ecc6146402 /src/ChangeLog | |
| parent | 63d2b86e5d50aea812a88bacf9a210ce505e11c2 (diff) | |
| download | emacs-018c5e19a5a0c8ef4b361a8230dca2db6c804fb3.tar.gz emacs-018c5e19a5a0c8ef4b361a8230dca2db6c804fb3.zip | |
* frame.c, frame.h (x_get_resource_string): Bring this back, but
only if HAVE_X_WINDOWS && !USE_X_TOOLKIT.
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 f7ed1023afc..6cf4b23dd87 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * frame.c, frame.h (x_get_resource_string): Bring this back, but | ||
| 4 | only if HAVE_X_WINDOWS && !USE_X_TOOLKIT. | ||
| 5 | |||
| 3 | * bitmaps: Change bitmaps from unsigned char back to the X11 | 6 | * bitmaps: Change bitmaps from unsigned char back to the X11 |
| 4 | compatible char. Avoid the old compiler warnings about | 7 | compatible char. Avoid the old compiler warnings about |
| 5 | out-of-range initializers by using, for example, '\xab' rather | 8 | out-of-range initializers by using, for example, '\xab' rather |