aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2003-07-13 17:52:07 +0000
committerJuanma Barranquero2003-07-13 17:52:07 +0000
commit668c2ab06d896853b9faf5586689d3ac2c13c46d (patch)
tree159b4dd18d18384c99087282d51f87ac5bce0916 /src
parent63019bad3a83e24424397e7ade2836b323405877 (diff)
downloademacs-668c2ab06d896853b9faf5586689d3ac2c13c46d.tar.gz
emacs-668c2ab06d896853b9faf5586689d3ac2c13c46d.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 143aaac4bf2..8ba487f8892 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12003-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
12003-07-12 Paul Eggert <eggert@twinsun.com> 142003-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