aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-05-29 19:50:47 -0400
committerChong Yidong2010-05-29 19:50:47 -0400
commit0191e222e375db31e08ef55f4eddc9e01e8d1f80 (patch)
tree4d968cbb6a7df0b288311f3275253b45194541ff /lib-src/ChangeLog
parentb233600fbd201794a34bee1f3a819adb63eda7ec (diff)
downloademacs-0191e222e375db31e08ef55f4eddc9e01e8d1f80.tar.gz
emacs-0191e222e375db31e08ef55f4eddc9e01e8d1f80.zip
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 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index ac1641a552e..d23fe3ff6c2 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,9 @@
12010-05-29 Chong Yidong <cyd@stupidchicken.com>
2
3 * emacsclient.c (longopts, decode_options, print_help_and_exit):
4 New arg `-parent-id'.
5 (main): Send parent-id to Emacs.
6
12010-05-27 Glenn Morris <rgm@gnu.org> 72010-05-27 Glenn Morris <rgm@gnu.org>
2 8
3 * Makefile.in (distclean): No more Makefile.c. 9 * Makefile.in (distclean): No more Makefile.c.