comparison src/ChangeLog @ 51902:80522e1627b8

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 13 Jul 2003 17:52:07 +0000
parents 8065f7ca3329
children 1c1e0c947a63
comparison
equal deleted inserted replaced
51901:48f24a9d5a64 51902:80522e1627b8
1 2003-07-13 Terje Rosten <terjeros@phys.ntnu.no>
2
3 * xterm.c (x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask,
4 and use the Gtk+ function gtk_window_icon_from_file if available.
5
6 * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
7 handle mask of bitmaps.
8 (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
9 mask property.
10 (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
11
12 * xterm.h (xg_set_icon): New function.
13
1 2003-07-12 Paul Eggert <eggert@twinsun.com> 14 2003-07-12 Paul Eggert <eggert@twinsun.com>
2 15
3 * unexelf.c (unexec): Consider a section to precede the .bss 16 * unexelf.c (unexec): Consider a section to precede the .bss
4 section if its addresses overlap that of .bss. 17 section if its addresses overlap that of .bss.
5 18