Mercurial > emacs
comparison src/ChangeLog @ 52298:1a4bd2bec861
Create and initialize a client leader window so session management
doesn't restart Emacs twice.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Thu, 21 Aug 2003 19:54:47 +0000 |
parents | 3b67088aae99 |
children | 6fedb60091f5 |
comparison
equal
deleted
inserted
replaced
52297:3b67088aae99 | 52298:1a4bd2bec861 |
---|---|
1 2003-08-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | |
2 | |
3 * xterm.h (struct x_display_info): New fields: client_leader_window | |
4 and Xatom_wm_client_leader. | |
5 | |
6 * xterm.c (x_initialize): Move call to x_session_initialize to ... | |
7 (x_term_init): ... here. Initialize client_leader fields in dpyinfo. | |
8 | |
9 * xsmfns.c (create_client_leader_window): New function. | |
10 (x_session_initialize): Call create_client_leader_window, take | |
11 dpyinfo as argument. | |
12 | |
13 * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER. | |
14 | |
15 * Makefile.in (xsmfns.o): Add more depenedencies. | |
16 | |
1 2003-08-21 Dave Love <fx@gnu.org> | 17 2003-08-21 Dave Love <fx@gnu.org> |
2 | 18 |
3 * m/iris4d.h: Use _MIPS_SZLONG, not _LP64. | 19 * m/iris4d.h: Use _MIPS_SZLONG, not _LP64. |
4 | 20 |
5 2003-08-21 Kenichi Handa <handa@m17n.org> | 21 2003-08-21 Kenichi Handa <handa@m17n.org> |