Mercurial > emacs
changeset 33884:7fda98a1496f
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 25 Nov 2000 19:20:31 +0000 |
parents | c88c298397a4 |
children | fd77fd05cecb |
files | nt/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <jasonr@gnu.org> + + * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define. + 2000-10-17 Andrew Innes <andrewi@gnu.org> * makefile.w32-in (recompile): New target to recompile lisp
--- 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 <jasonr@gnu.org> + * 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.