From: Jason Rumney Date: Sat, 25 Nov 2000 19:20:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.92~69 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48b217621288a1297eddd8fae869cc8e12b88b03;p=emacs.git *** empty log message *** --- diff --git a/nt/ChangeLog b/nt/ChangeLog index 331f316d924..9f432c4be79 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 26946573194..06746867569 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.