aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bf87e7da767..2139b4f8311 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12005-12-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 12005-12-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 2
3 * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
4 i.e. dy is offset from top of frame instead of bottom.
5
6 * macfns.c (compute_tip_xy): Ditto.
7
8 * w32fns.c (compute_tip_xy): Ditto.
9
3 * gtkutil.c (SSDATA): New macro to remove compiler warnings. 10 * gtkutil.c (SSDATA): New macro to remove compiler warnings.
4 (xg_get_image_for_pixmap, xg_create_frame_widgets) 11 (xg_get_image_for_pixmap, xg_create_frame_widgets)
5 (xg_get_file_with_chooser): Use SSDATA instead of SDATA. 12 (xg_get_file_with_chooser): Use SSDATA instead of SDATA.