Mercurial > emacs
comparison src/ChangeLog @ 78991:6b50e08f4d5c
*** empty log message ***
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Sat, 06 Oct 2007 10:01:37 +0000 |
parents | 0bdd2550530d |
children | 2478bf2c9d06 |
comparison
equal
deleted
inserted
replaced
78990:7ec27525c7eb | 78991:6b50e08f4d5c |
---|---|
1 2007-10-06 Martin Rudalics <rudalics@gmx.at> | |
2 | |
3 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input | |
4 when there's an unread command event. | |
5 | |
6 * frame.c (focus_follows_mouse): Moved here from frame.el to allow | |
7 window autoselection act appropriately when leaving selected frame. | |
8 (syms_of_frame): Initialize focus_follows_mouse. | |
9 * frame.h (focus_follows_mouse): Extern it. | |
10 * macterm.c (XTread_socket): When focus_follows_mouse is nil | |
11 make SELECT_WINDOW_EVENT only if we don't leave the selected | |
12 frame. | |
13 * msdos.c (dos_rawgetc): Likewise. | |
14 * w32term.c (w32_read_socket): Likewise. | |
15 * xterm.c (handle_one_xevent): Likewise. | |
16 * xdisp.c (syms_of_xdisp): In doc-string of | |
17 mouse-autoselect-window mention focus-follows-mouse. | |
18 | |
1 2007-10-06 Andreas Schwab <schwab@suse.de> | 19 2007-10-06 Andreas Schwab <schwab@suse.de> |
2 | 20 |
3 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync. | 21 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync. |
4 | 22 |
5 2007-10-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 23 2007-10-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |