diff options
| author | Stefan Monnier | 2004-01-27 23:07:13 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-01-27 23:07:13 +0000 |
| commit | 0734b0d08d1d8d7fb50654261517624fdd3efd0e (patch) | |
| tree | d355b04616965673df0ad0f361a719576f805030 /lib-src/ChangeLog | |
| parent | e8a12926bbdb40c49e68e77cc614dd743c3d4c53 (diff) | |
| download | emacs-0734b0d08d1d8d7fb50654261517624fdd3efd0e.tar.gz emacs-0734b0d08d1d8d7fb50654261517624fdd3efd0e.zip | |
(main): Don't use the hostname in the socket name.
Look for relative socket names in the /tmp dir rather than in cwd.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 3e66cba3563..6ea0e8be97a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,8 +1,19 @@ | |||
| 1 | 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacsclient.c (main): Don't use the hostname in the socket name. | ||
| 4 | Look for relative socket names in the /tmp dir rather than in cwd. | ||
| 5 | |||
| 1 | 2004-01-24 Richard M. Stallman <rms@gnu.org> | 6 | 2004-01-24 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * emacsclient.c (main): Restore errno from saved_errno, | 8 | * emacsclient.c (main): Restore errno from saved_errno, |
| 4 | so the error message comes from socket_status. | 9 | so the error message comes from socket_status. |
| 5 | 10 | ||
| 11 | 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 12 | |||
| 13 | * emacsclient.c (main): Stop if socket name too long. | ||
| 14 | Only try su-fallback if the socket name was not explicit. | ||
| 15 | Check socket name length in su-fallback case as well. | ||
| 16 | |||
| 6 | 2004-01-08 Andreas Schwab <schwab@suse.de> | 17 | 2004-01-08 Andreas Schwab <schwab@suse.de> |
| 7 | 18 | ||
| 8 | * emacsclient.c (main): Save errno from socket_status. | 19 | * emacsclient.c (main): Save errno from socket_status. |