aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f5beae381b0..910c24e8063 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,23 @@
12000-06-08 Gerd Moellmann <gerd@gnu.org>
2
3 * xterm.c (XTread_socket) <FocusIn>: Queue a FOCUS_IN_EVENT which
4 will be translated to a switch-frame event in when reading the
5 event queue. This is necessary because Emacs otherwise won't
6 perform a switch-frame to a new frame until some other event, for
7 example a keystroke event, forces it to do so. This has various
8 effects, one visible being that the cursor of a frame created with
9 C-x 5 2 or switched to with a window manager key binding like
10 A-TAB stays hollow because selected_window isn't on the newly
11 focused frame until the switch-frame is performed.
12
13 * keyboard.c (kbd_buffer_get_event): Handle FOCUS_IN_EVENT by
14 generating a switch-frame event if necessary.
15
16 * termhooks.h (enum event_kind): Add FOCUS_IN_EVENT.
17
18 * xdisp.c (handle_fontified_prop): Don't GCPRO local var `pos';
19 it's an integer.
20
12000-06-08 Kenichi Handa <handa@etl.go.jp> 212000-06-08 Kenichi Handa <handa@etl.go.jp>
2 22
3 * fontset.c (Fset_fontset_font): The arg CHARACTER may be a 23 * fontset.c (Fset_fontset_font): The arg CHARACTER may be a