diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-11-30 23:34:05 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-11-30 23:34:05 +0000 |
commit | 310afa177ad1fdce1ab6465345f861b833d3a069 (patch) | |
tree | 4be878fbdb1547b3b676c4bbe5c8b59ae1ad4ec6 /lib-src/ChangeLog | |
parent | 5232b4cdfa2a1fc8685b81febefc64667b34ebf6 (diff) | |
download | emacs-310afa177ad1fdce1ab6465345f861b833d3a069.tar.gz |
*** empty log message ***
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r-- | lib-src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index b151338bf35..8de03606271 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,19 @@ +2006-11-30 Juanma Barranquero <lekktu@gmail.com> + + * emacsclient.c (emacs_pid): New variable. + (message): Remove leftover code. + (get_server_config): Set emacs_pid. Don't allow Emacs to grab the + focus yet; emacsclient can still display an informational message + before sending requests to Emacs. + (main): Allow Emacs to grab the focus. Simplify message() call. + +2006-11-30 Michael Mauger <mmaug@yahoo.com> + + * emacsclient.c (message): Make sure the message is properly + written even if it contains printf escapes, and flush the result. + (set_tcp_socket): Make the message for non-local connections + informational rather than an error. + 2006-11-28 Kevin Ryde <user42@zip.com.au> (tiny change) * etags.c (readline): Check for double quote after #line. |