diff options
| author | Martin Rudalics | 2007-10-06 10:01:37 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2007-10-06 10:01:37 +0000 |
| commit | cb94103f1744a17f140a94ba322a87e612d39d51 (patch) | |
| tree | f186130c07a5699a144d4ff0fc1ac6c57bbc5329 /src | |
| parent | f89549388da41e791ba7bf20a5a0ac0eed6e28fb (diff) | |
| download | emacs-cb94103f1744a17f140a94ba322a87e612d39d51.tar.gz emacs-cb94103f1744a17f140a94ba322a87e612d39d51.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 08716763cec..8983ba5bf37 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 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. |