aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f076c78de4b..420c9f6c0f6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12003-07-31 Kenichi Handa <handa@m17n.org>
2
3 * xterm.h (struct x_bitmap_record): New member have_mask.
4
5 * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
6 to 0.
7 (x_create_bitmap_from_file): Likewise.
8 (x_destroy_bitmap): Check have_mask member before freeing a mask.
9 (x_destroy_all_bitmaps): Likewise.
10 (x_create_bitmap_mask): Set have_mask member to 1.
11
12003-07-30 Richard M. Stallman <rms@gnu.org> 122003-07-30 Richard M. Stallman <rms@gnu.org>
2 13
3 * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change. 14 * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.