comparison src/ChangeLog @ 59411:ecb6689e04bf

* gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar) (xg_tool_bar_callback, xg_tool_bar_help_callback) (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler warning. * xselect.c (x_get_foreign_selection, x_fill_property_data) (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with XFLOAT_DATA to get extract number from Lisp object.
author Jan Dj?rv <jan.h.d@swipnet.se>
date Fri, 07 Jan 2005 16:59:57 +0000
parents 59e7d7c60403
children 72adb36e240f
comparison
equal deleted inserted replaced
59410:ae92bd0348cd 59411:ecb6689e04bf
1 2005-01-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)
4 (xg_tool_bar_callback, xg_tool_bar_help_callback)
5 (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler
6 warning.
7
8 * xselect.c (x_get_foreign_selection, x_fill_property_data)
9 (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with
10 XFLOAT_DATA to get extract number from Lisp object.
11
1 2005-01-07 Kim F. Storm <storm@cua.dk> 12 2005-01-07 Kim F. Storm <storm@cua.dk>
2 13
3 * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change. 14 * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change.
4 Set stop_charpos to current charpos instead of 0. 15 Set stop_charpos to current charpos instead of 0.
5 16