comparison src/ChangeLog @ 39130:31fa91a57bb5

*** empty log message ***
author Andrew Innes <andrewi@gnu.org>
date Tue, 04 Sep 2001 17:42:03 +0000
parents d6ab4bbbc133
children f739913258e7
comparison
equal deleted inserted replaced
39129:651a67207f2b 39130:31fa91a57bb5
1 2001-09-04 Andrew Innes <andrewi@gnu.org>
2
3 * w32term.c (w32_read_socket): Add more information to debugging output.
4
5 * w32fns.c (w32_createwindow): Remove the WS_CLIPCHILDREN style
6 from Emacs frames, so that calls to GetClipBox in w32term.c
7 correctly report when part of a frame is visible (including
8 scrollbars, etc). This prevents repeated redrawing of frames when
9 only a scrollbar is visible.
10 (w32_wnd_proc): Add more frame information to debugging output.
11
1 2001-09-03 Stefan Monnier <monnier@cs.yale.edu> 12 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
2 13
3 * xdisp.c (handle_single_display_prop): Fix for int/Lisp_Object mixup. 14 * xdisp.c (handle_single_display_prop): Fix for int/Lisp_Object mixup.
4 15
5 2001-09-03 Gerd Moellmann <gerd@gnu.org> 16 2001-09-03 Gerd Moellmann <gerd@gnu.org>