# HG changeset patch # User Juanma Barranquero # Date 1194966574 0 # Node ID 306bd9f4ebd1668426d0d7c3eeea6993cf91c3c9 # Parent 06d410ca9dceb19fd9a513db44ac78723b6f80ae *** empty log message *** diff -r 06d410ca9dce -r 306bd9f4ebd1 src/ChangeLog --- a/src/ChangeLog Tue Nov 13 15:08:01 2007 +0000 +++ b/src/ChangeLog Tue Nov 13 15:09:34 2007 +0000 @@ -1,3 +1,8 @@ +2007-11-13 Juanma Barranquero + + * w32fns.c (Fw32_register_hot_key): Don't try to register hot key + if w32_parse_hot_key returned nil. + 2007-11-10 Stefan Monnier * xdisp.c (load_overlay_strings): Fix copy&paste typo. @@ -107,7 +112,7 @@ 2007-11-01 Johan Bockg,Ae(Brd * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string): - Don't set s->stippled_p here, since it has already been set by + Don't set s->stippled_p here, since it has already been set by x_set_glyph_string_gc from x_draw_glyph_string. 2007-11-01 Dan Nicolaescu