diff options
| author | Chong Yidong | 2010-05-29 19:50:47 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-05-29 19:50:47 -0400 |
| commit | 0191e222e375db31e08ef55f4eddc9e01e8d1f80 (patch) | |
| tree | 4d968cbb6a7df0b288311f3275253b45194541ff /lib-src/ChangeLog | |
| parent | b233600fbd201794a34bee1f3a819adb63eda7ec (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 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. |