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: Fri, 26 Oct 2007 15:46:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/10/26 15:46:58

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lib-src/ChangeLog,v
retrieving revision 2.404
retrieving revision 2.405
diff -u -b -r2.404 -r2.405
--- ChangeLog   9 Oct 2007 09:46:55 -0000       2.404
+++ ChangeLog   26 Oct 2007 15:46:57 -0000      2.405
@@ -1,3 +1,13 @@
+2007-10-26  Juanma Barranquero  <address@hidden>
+
+       * emacsclient.c: Add a wrapper for getenv so it also checks the
+       registry on Windows.  Suggestion and algorithm by Eli Zaretskii.
+       Code partially based on w32_get_resource and init_environment (w32.c).
+       (egetenv): New wrapper for getenv.
+       (get_current_dir_name, decode_options, get_server_config)
+       (set_local_socket, set_socket, main): Use egetenv, not getenv.
+       (w32_get_resource, w32_getenv) [WINDOWSNT]: New functions.
+
 2007-10-09  Juanma Barranquero  <address@hidden>
 
        * emacsclient.c (print_help_and_exit): Fix space to improve
@@ -60,7 +70,7 @@
        option.
        (main) [NO_SOCKETS_IN_FILE_SYSTEM]: Don't call init_signals.
 
-2007-08-29  Karoly Lorentey  <address@hidden>
+2007-08-29  K,Aa(Broly L$,1 q(Brentey  <address@hidden>
 
        * emacsclient.c (signal.h): New include.
        (sys/stat.h, errno.h): Always include, even on WINDOWSNT.




reply via email to

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