Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lib-src/ChangeLog Sat May 29 11:57:11 2010 -0700 +++ b/lib-src/ChangeLog Sat May 29 19:50:47 2010 -0400 @@ -1,3 +1,9 @@ +2010-05-29 Chong Yidong <cyd@stupidchicken.com> + + * emacsclient.c (longopts, decode_options, print_help_and_exit): + New arg `-parent-id'. + (main): Send parent-id to Emacs. + 2010-05-27 Glenn Morris <rgm@gnu.org> * Makefile.in (distclean): No more Makefile.c.
