diff options
| -rw-r--r-- | lib-src/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index c240cfb956b..9210fa6afba 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,9 @@ +2006-11-07 Juanma Barranquero <lekktu@gmail.com> + + * emacsclient.c (get_server_config): Extract also the Emacs pid + from the server file. On Windows, try to force the Emacs frame to + the foreground. + 2006-11-06 Juanma Barranquero <lekktu@gmail.com> * emacsclient.c (longopts) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't show diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 76d66379c73..c0eac60c44f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-11-07 Juanma Barranquero <lekktu@gmail.com> + + * server.el (server-start): Save also the Emacs pid in the server file. + 2006-11-07 Carsten Dominik <dominik@science.uva.nl> * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve |
