changeset 53735:f8ced39adaf1

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 27 Jan 2004 23:07:13 +0000
parents 132739917566
children df8ff5ff116d
files lib-src/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/ChangeLog	Tue Jan 27 23:04:52 2004 +0000
+++ b/lib-src/ChangeLog	Tue Jan 27 23:07:13 2004 +0000
@@ -1,8 +1,19 @@
+2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* emacsclient.c (main): Don't use the hostname in the socket name.
+	Look for relative socket names in the /tmp dir rather than in cwd.
+
 2004-01-24  Richard M. Stallman  <rms@gnu.org>
 
 	* emacsclient.c (main): Restore errno from saved_errno,
 	so the error message comes from socket_status.
 
+2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* emacsclient.c (main): Stop if socket name too long.
+	Only try su-fallback if the socket name was not explicit.
+	Check socket name length in su-fallback case as well.
+
 2004-01-08  Andreas Schwab  <schwab@suse.de>
 
 	* emacsclient.c (main): Save errno from socket_status.