aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-08 21:01:54 +0000
committerGerd Moellmann2000-06-08 21:01:54 +0000
commitf83fe4b49b407b4e88df793bdcec3d8180c87333 (patch)
treeabafaaee771cf4b129873f04c714958f932b41ab /src
parent6254fc9fb22016f51219400c124a508e9ab13dec (diff)
downloademacs-f83fe4b49b407b4e88df793bdcec3d8180c87333.tar.gz
emacs-f83fe4b49b407b4e88df793bdcec3d8180c87333.zip
*** empty log message ***
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