aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bf4043666c6..61bb321649f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,23 @@
12015-02-27 Mark Laws <mdl@60hz.org>
2
3 Support daemon mode on MS-Windows (bug#19688)
4 * emacs.c <w32_daemon_event> [WINDOWSNT]: New global var.
5 (main) [WINDOWSNT]: Initialize it to NULL. Create the event to
6 signal clients we are ready for connections.
7 (Fdaemon_initialized): Use DAEMON_RUNNING.
8 [WINDOWSNT]: MS-Windows specific code to signal clients we are
9 ready for connections.
10
11 * lisp.h (DAEMON_RUNNING): New macro, encapsulates Posix and
12 MS-Windows conditions for running in daemon mode.
13
14 * minibuf.c (read_minibuf): Use DAEMON_RUNNING.
15
16 * keyboard.c (kbd_buffer_get_event): Use DAEMON_RUNNING.
17
18 * dispnew.c (init_display) [WINDOWSNT]: Initialize frames/terminal
19 even in daemon mode.
20
12015-02-26 Jan Djärv <jan.h.d@swipnet.se> 212015-02-26 Jan Djärv <jan.h.d@swipnet.se>
2 22
3 * xmenu.c (create_and_show_popup_menu): Call XTranslateCoordinates, 23 * xmenu.c (create_and_show_popup_menu): Call XTranslateCoordinates,