aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv <[email protected]>2005-12-02 14:57:23 +0000
committerJan Djärv <[email protected]>2005-12-02 14:57:23 +0000
commit1dbacb90461d3db69a986d81d31a714dafc3a535 (patch)
tree846bb5660e09fc36bd0eb1d1d8fb18dad5c56309
parentf15bae4334196a1baf9cf55f666660ed123807e3 (diff)
* xterm.h: Add prototype for xg_set_icon_from_xpm_data.
* xfns.c (x_real_positions): int ign => unsigned int. (xg_set_icon_from_xpm_data): Remove unused variable err. (x_set_name_internal, Fx_create_frame, xg_set_icon): Add cast to remove compiler warning. (compute_tip_xy): Put tip above pointer if it doesn't fit below.
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 98533a93aa..cadfad7c48 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
+2005-12-02 Jan Dj,Ad(Brv <[email protected]>
+
+ * xterm.h: Add prototype for xg_set_icon_from_xpm_data.
+
+ * xfns.c (x_real_positions): int ign => unsigned int.
+ (xg_set_icon_from_xpm_data): Remove unused variable err.
+ (x_set_name_internal, Fx_create_frame, xg_set_icon): Add cast
+ to remove compiler warning.
+ (compute_tip_xy): Put tip above pointer if it doesn't fit below.
+
2005-12-02 David Reitter <[email protected]>
* minibuf.c (Fcompleting_read): If Vminibuffer_completing_file_name is