From 875c14394fb467324154896acfed2665ad6059af Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 28 Jan 2000 15:02:45 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 5 +++++ lib-src/ChangeLog | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 7d9d689e585..cd7f69ea659 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -5451,6 +5451,11 @@ Use M-x dsssl-mode. ** Changes to the emacsclient program +*** If a socket can't be found, and environment variables LOGNAME or +USER are set, emacsclient now looks for a socket based on the UID +associated with the name. That is an emacsclient running as root +can connect to an Emacs server started by a non-root user. + *** The emacsclient program now accepts an option --no-wait which tells it to return immediately without waiting for you to "finish" the buffer in Emacs. diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 5cb146bfb65..42086351111 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,9 @@ +2000-01-28 Eric Hanchrow + + * emacsclient.c (socket_status): New function. + (main): if $LOGNAME or $USER exist and differ from our euid, look + for a socket based on the UID associated with the name. + 2000-01-12 Han-Wen Nienhuys * emacsclient.c: Add option -a EDITOR and environment variable -- 2.39.5