# HG changeset patch # User Jason Rumney # Date 975180031 0 # Node ID 7fda98a1496f5d9b6712f76ebfc1d39ae86238fc # Parent c88c298397a409833cfa9d92c6feff36ba9c4ee1 *** empty log message *** diff -r c88c298397a4 -r 7fda98a1496f nt/ChangeLog --- a/nt/ChangeLog Sat Nov 25 19:18:49 2000 +0000 +++ b/nt/ChangeLog Sat Nov 25 19:20:31 2000 +0000 @@ -1,3 +1,7 @@ +2000-11-25 Jason Rumney + + * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define. + 2000-10-17 Andrew Innes * makefile.w32-in (recompile): New target to recompile lisp diff -r c88c298397a4 -r 7fda98a1496f src/ChangeLog --- a/src/ChangeLog Sat Nov 25 19:18:49 2000 +0000 +++ b/src/ChangeLog Sat Nov 25 19:20:31 2000 +0000 @@ -1,5 +1,8 @@ 2000-11-25 Jason Rumney + * keyboard.c (make_lispy_event) [mouse_wheel, drag_n_drop]: Args + to window_from_coordinates should be pixel coordinates. + * w32fns.c (x_to_w32_font): Do not filter out italic fonts, as new redisplay handles them properly.