diff options
| author | David Benjamin | 2012-01-07 15:02:06 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-01-07 15:02:06 +0800 |
| commit | 75bf0d333960bf6f60af0005194fb21dec5b4485 (patch) | |
| tree | 408f37d3c297c9d29277669062d3225421d03bd8 /src/ChangeLog | |
| parent | 29232a68e057e6fe47508f24e2fe713ae0cfa0c3 (diff) | |
| download | emacs-75bf0d333960bf6f60af0005194fb21dec5b4485.tar.gz emacs-75bf0d333960bf6f60af0005194fb21dec5b4485.zip | |
Fix focus handling for embedded frames.
* xfns.c (Fx_focus_frame): Use it for embedded frames.
* xterm.c (x_embed_request_focus): New function.
* xterm.h: Add prototype.
Fixes: debbugs:9977
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9e236b25785..468e73c190b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-01-07 David Benjamin <davidben@mit.edu> (tiny change) | ||
| 2 | |||
| 3 | * xterm.c (x_embed_request_focus): New function. | ||
| 4 | |||
| 5 | * xterm.h: Add prototype. | ||
| 6 | |||
| 7 | * xfns.c (Fx_focus_frame): Use it for embedded frames (Bug#9977). | ||
| 8 | |||
| 1 | 2012-01-05 Glenn Morris <rgm@gnu.org> | 9 | 2012-01-05 Glenn Morris <rgm@gnu.org> |
| 2 | 10 | ||
| 3 | * emacs.c (emacs_copyright): Update short copyright year to 2012. | 11 | * emacs.c (emacs_copyright): Update short copyright year to 2012. |