comparison lib-src/ChangeLog @ 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 dedcf813aa69
children d86e65007470
comparison
equal deleted inserted replaced
108827:cf18062c81fd 108828:87dad1e1c860
1 2010-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
1 2010-05-27 Glenn Morris <rgm@gnu.org> 7 2010-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.
4 10
5 2010-05-22 Jan Djärv <jan.h.d@swipnet.se> 11 2010-05-22 Jan Djärv <jan.h.d@swipnet.se>