emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lib-src/ChangeLog,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lib-src/ChangeLog,v
Date: Mon, 06 Nov 2006 12:41:50 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/11/06 12:41:49

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lib-src/ChangeLog,v
retrieving revision 2.340
retrieving revision 2.341
diff -u -b -r2.340 -r2.341
--- ChangeLog   4 Nov 2006 12:00:51 -0000       2.340
+++ ChangeLog   6 Nov 2006 12:41:49 -0000       2.341
@@ -1,3 +1,23 @@
+2006-11-06  Juanma Barranquero  <address@hidden>
+
+       * emacsclient.c (longopts) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't show
+       option --socket-name.
+       (decode_options): Don't get EMACS_SERVER_FILE here, it could override
+       command line options.
+       (decode_options) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't parse "-s" option.
+       (fail): Don't check for missing arguments, it is now done in set_socket.
+       (file_name_absolute_p): New function (loosely based on the one in
+       fileio.c).
+       (initialize_sockets): Don't check for duplicate loading of Winsock.
+       (get_server_config): Only try relative paths in the default
+       directory locations.
+       (set_tcp_socket): Don't call INITIALIZE().  Warn when connecting to
+       a remote server.
+       (set_socket): Call INITIALIZE().  Search explicit command-line
+       arguments, then environment variable EMACS_SERVER_FILE, then implicit
+       socket paths, before trying the alternate editor.
+       (main): Use file_name_absolute_p.
+
 2006-11-04  Eli Zaretskii  <address@hidden>
 
        * makefile.w32-in (../src/$(BLD)/temacs.exe): Create as temporary




reply via email to

[Prev in Thread] Current Thread [Next in Thread]