comparison src/ChangeLog @ 4700:ef70ee47d287

Image instantiator pixmap hotspots are Lisp integers; make it so in GTK.
author Stephen J. Turnbull <stephen@xemacs.org>
date Fri, 25 Sep 2009 01:10:49 +0900
parents 0e1461b592ce
children 6dfca4f26f53
comparison
equal deleted inserted replaced
4699:0e1461b592ce 4700:ef70ee47d287
308 * lisp.h: 308 * lisp.h:
309 Update Fthrow's declaration. Make throw_or_bomb_out available to 309 Update Fthrow's declaration. Make throw_or_bomb_out available to
310 all files. 310 all files.
311 * lrecord.h (enum lrecord_type): 311 * lrecord.h (enum lrecord_type):
312 Add the multiple_value type here. 312 Add the multiple_value type here.
313
314 2009-07-31 Stephen Turnbull <stephen@xemacs.org>
315
316 * glyphs-gtk.c (gtk_xpm_instantiate): Image instance pixmap
317 hotspot coordinates are Lisp integers; make it so.
318 Thanks to Karl Kleinpaste for reporting.
313 319
314 2009-07-31 Stephen Turnbull <stephen@xemacs.org> 320 2009-07-31 Stephen Turnbull <stephen@xemacs.org>
315 321
316 * config.h.in (HAVE_DBM): 322 * config.h.in (HAVE_DBM):
317 * database.c (HAVE_DBM): 323 * database.c (HAVE_DBM):