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 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 |