aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndrew Innes2001-09-04 17:42:03 +0000
committerAndrew Innes2001-09-04 17:42:03 +0000
commit8f8601801d2b0317036d34b486d074b96722bb70 (patch)
tree63801405a48d5ae72cc63cc127cec90c1f5d157e /src/ChangeLog
parent18f0b3428088385e9cc14fc0dee7525ba397a0b0 (diff)
downloademacs-8f8601801d2b0317036d34b486d074b96722bb70.tar.gz
emacs-8f8601801d2b0317036d34b486d074b96722bb70.zip
(w32_read_socket): Add more information to debugging output.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e298898104c..daf3bfef279 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12001-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
12001-09-03 Stefan Monnier <monnier@cs.yale.edu> 122001-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.