aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2007-10-27 09:12:07 +0000
committerMiles Bader2007-10-27 09:12:07 +0000
commit18cd1f1a08833b0baad21c1d7b13a6845d95cf57 (patch)
tree03f33df7513d15bd5de0348aec35ef82bd061508 /lib-src/ChangeLog
parent74863e7a78b1c8da1094a8250660a009c3b23015 (diff)
parentfdc9061358d3654e14bfc1419632e1d6c6c5c13e (diff)
downloademacs-18cd1f1a08833b0baad21c1d7b13a6845d95cf57.tar.gz
emacs-18cd1f1a08833b0baad21c1d7b13a6845d95cf57.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 902-908) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 131-137) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 261-262) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-278
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 6ea05fb9e9a..14b668d2d24 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,18 @@
12007-10-26 Juanma Barranquero <lekktu@gmail.com>
2
3 * emacsclient.c: Add a wrapper for getenv so it also checks the
4 registry on Windows. Suggestion and algorithm by Eli Zaretskii.
5 Code partially based on w32_get_resource and init_environment (w32.c).
6 (egetenv): New wrapper for getenv.
7 (get_current_dir_name, decode_options, get_server_config)
8 (set_local_socket, set_socket, main): Use egetenv, not getenv.
9 (w32_get_resource, w32_getenv) [WINDOWSNT]: New functions.
10
112007-10-25 Jason Rumney <jasonr@gnu.org>
12
13 * emacsclient.c (sock_err_message): New function.
14 (set_tcp_socket): Use it.
15
12007-10-09 Juanma Barranquero <lekktu@gmail.com> 162007-10-09 Juanma Barranquero <lekktu@gmail.com>
2 17
3 * emacsclient.c (print_help_and_exit): Fix space to improve 18 * emacsclient.c (print_help_and_exit): Fix space to improve
@@ -60,7 +75,7 @@
60 option. 75 option.
61 (main) [NO_SOCKETS_IN_FILE_SYSTEM]: Don't call init_signals. 76 (main) [NO_SOCKETS_IN_FILE_SYSTEM]: Don't call init_signals.
62 77
632007-08-29 Karoly Lorentey <lorentey@elte.hu> 782007-08-29 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu>
64 79
65 * emacsclient.c (signal.h): New include. 80 * emacsclient.c (signal.h): New include.
66 (sys/stat.h, errno.h): Always include, even on WINDOWSNT. 81 (sys/stat.h, errno.h): Always include, even on WINDOWSNT.