aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2010-05-29 19:50:47 -0400
committerChong Yidong <[email protected]>2010-05-29 19:50:47 -0400
commit0191e222e375db31e08ef55f4eddc9e01e8d1f80 (patch)
tree4d968cbb6a7df0b288311f3275253b45194541ff /etc
parentb233600fbd201794a34bee1f3a819adb63eda7ec (diff)
Add --parent-id argument to emacsclient.
* lib-src/emacsclient.c (longopts, decode_options, print_help_and_exit): New arg `-parent-id'. (main): Send parent-id to Emacs. * lisp/server.el (server-process-filter): Receive parent-id argument from emacsclient. (server-create-window-system-frame): New arg. Pass parent-id as frame parameter.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index eece35bb6f..62fe1ce1a8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -43,6 +43,10 @@ You can disable this by using --without-selinux.
* Changes in Emacs 24.1
+** New emacsclient argument --parent-id ID can be used to open a
+client frame in parent X window ID, via XEmbed. This works like the
+--parent-id argument to Emacs.
+
** Completion can cycle, depending on completion-cycle-threshold.
** auto-mode-case-fold is now enabled by default.