# HG changeset patch # User Kim F. Storm # Date 1155549483 0 # Node ID 3200b18b9e9e41958ac9349d4b7e7a342c932adb # Parent 956d4fe079873a924281e892e86816a552143b29 *** empty log message *** diff -r 956d4fe07987 -r 3200b18b9e9e src/ChangeLog --- a/src/ChangeLog Mon Aug 14 09:00:36 2006 +0000 +++ b/src/ChangeLog Mon Aug 14 09:58:03 2006 +0000 @@ -1,3 +1,8 @@ +2006-08-14 Kim F. Storm + + * .gdbinit (pitx): Print iterator position. + Limit stack dump in case iterator is not initialized. + 2006-08-12 Eli Zaretskii * frame.c (Fmouse_position, Fmouse_pixel_position) @@ -7,7 +12,7 @@ * xselect.c (Fx_register_dnd_atom): New function. (syms_of_xselect): Defsubr it. - (x_handle_dnd_message): Check that message_type is in + (x_handle_dnd_message): Check that message_type is in dpyinfo->x_dnd_atoms before generating lisp event. * xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track