aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-07 11:23:12 +0000
committerJuanma Barranquero2006-11-07 11:23:12 +0000
commit88b46d84315d9a03b22467eccdcc620db05993bf (patch)
tree0857197de2cdd7cdbcfb1c306a266dae25fc3709 /lib-src/ChangeLog
parent1d1c19ca25ccb74128132bc30b3fe30b849a20d3 (diff)
downloademacs-88b46d84315d9a03b22467eccdcc620db05993bf.tar.gz
emacs-88b46d84315d9a03b22467eccdcc620db05993bf.zip
(get_server_config) [WINDOWSNT]: Search the server file on APPDATA
if it doesn't exist on HOME, even if HOME is defined.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 9210fa6afba..c2319d6486b 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,5 +1,8 @@
12006-11-07 Juanma Barranquero <lekktu@gmail.com> 12006-11-07 Juanma Barranquero <lekktu@gmail.com>
2 2
3 * emacsclient.c (get_server_config) [WINDOWSNT]: Look for the server
4 file on APPDATA if it doesn't exist on HOME, even if HOME is defined.
5
3 * emacsclient.c (get_server_config): Extract also the Emacs pid 6 * emacsclient.c (get_server_config): Extract also the Emacs pid
4 from the server file. On Windows, try to force the Emacs frame to 7 from the server file. On Windows, try to force the Emacs frame to
5 the foreground. 8 the foreground.