comparison lib-src/ChangeLog @ 53965:af02111da3e1

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 16 Feb 2004 03:18:25 +0000
parents d76a6bf89265
children 99e2ecf982f6
comparison
equal deleted inserted replaced
53964:7add5c20b6f7 53965:af02111da3e1
27 27
28 * emacsclient.c (main): Stop if socket name too long. 28 * emacsclient.c (main): Stop if socket name too long.
29 Only try su-fallback if the socket name was not explicit. 29 Only try su-fallback if the socket name was not explicit.
30 Check socket name length in su-fallback case as well. 30 Check socket name length in su-fallback case as well.
31 31
32 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
33
34 * emacsclient.c (main): Stop if socket name too long.
35 Only try su-fallback if the socket name was not explicit.
36 Check socket name length in su-fallback case as well.
37
32 2004-01-08 Andreas Schwab <schwab@suse.de> 38 2004-01-08 Andreas Schwab <schwab@suse.de>
33 39
34 * emacsclient.c (main): Save errno from socket_status. 40 * emacsclient.c (main): Save errno from socket_status.
35 41
36 2004-01-04 Andreas Schwab <schwab@suse.de> 42 2004-01-04 Andreas Schwab <schwab@suse.de>
67 (longopts, decode_options, print_help_and_exit): 73 (longopts, decode_options, print_help_and_exit):
68 Handle --socket-name argument. 74 Handle --socket-name argument.
69 75
70 2003-08-25 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change) 76 2003-08-25 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
71 77
72 * etags.c (consider_token): check C++ `operator' only when the 78 * etags.c (consider_token): Check C++ `operator' only when the
73 token len is long enough. 79 token len is long enough.
74 80
75 2003-08-20 Dave Love <fx@gnu.org> 81 2003-08-20 Dave Love <fx@gnu.org>
76 82
77 * Makefile.in: Remove obsolete references to alloca. 83 * Makefile.in: Remove obsolete references to alloca.