diff etc/NEWS @ 108828:87dad1e1c860

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.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 29 May 2010 19:50:47 -0400
parents 511da81b16c5
children ac4bf6e2c535
line wrap: on
line diff
--- a/etc/NEWS	Sat May 29 11:57:11 2010 -0700
+++ b/etc/NEWS	Sat May 29 19:50:47 2010 -0400
@@ -43,6 +43,10 @@
 
 * 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.