aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDavid Benjamin2012-01-07 15:02:06 +0800
committerChong Yidong2012-01-07 15:02:06 +0800
commit75bf0d333960bf6f60af0005194fb21dec5b4485 (patch)
tree408f37d3c297c9d29277669062d3225421d03bd8 /src/ChangeLog
parent29232a68e057e6fe47508f24e2fe713ae0cfa0c3 (diff)
downloademacs-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/ChangeLog8
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 @@
12012-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
12012-01-05 Glenn Morris <rgm@gnu.org> 92012-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.