aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-07-12 14:39:45 +0000
committerGerd Moellmann2001-07-12 14:39:45 +0000
commit1d2b2268355e41ec2de05d05bb15c9cd54c26b30 (patch)
tree676734b6352d7760ecdd63710609a0ec0a2b558d /src/ChangeLog
parentd9c0d4a31a12b6c2944ebba1ae5552ef249c28d2 (diff)
downloademacs-1d2b2268355e41ec2de05d05bb15c9cd54c26b30.tar.gz
emacs-1d2b2268355e41ec2de05d05bb15c9cd54c26b30.zip
(XTread_socket) <PropertyNotify>: Put the code
ignoring events on foreign windows in #if 0. Always dispatch the event after checking it with x_handle_property_notify.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6b4499c7954..599d997b2ef 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12001-07-12 Gerd Moellmann <gerd@gnu.org>
2
3 * xselect.c (x_decline_selection_request): Handle errors
4 caused by receivers that have vanished.
5
6 * xterm.c (XTread_socket) <PropertyNotify>: Put the code
7 ignoring events on foreign windows in #if 0. Always dispatch
8 the event after checking it with x_handle_property_notify.
9
10 * xselect.c (TRACE0, TRACE1, TRACE2): New macros, defined
11 depending on TRACE_SELECTION. Replace fprintfs in #if 0 with
12 TRACE macros to facilitate debugging. Add additional trace
13 statements.
14 (toplevel): Add prototypes for file-local functions.
15 (x_atom_to_symbol): Remove DPYINFO parameter.
16
12001-07-11 Stefan Monnier <monnier@cs.yale.edu> 172001-07-11 Stefan Monnier <monnier@cs.yale.edu>
2 18
3 * w32menu.c (menubar_selection_callback, w32_menu_show): 19 * w32menu.c (menubar_selection_callback, w32_menu_show):