comparison src/libeggsmclient/NEWS @ 4315:c942eaef7bc6

Implement session management.
author Ivan N. Zlatev <contact@i-nz.net>
date Mon, 03 Mar 2008 18:42:36 +0000
parents
children
comparison
equal deleted inserted replaced
4314:e548627b2004 4315:c942eaef7bc6
1 2007-05-02
2
3 * EggLauncher is now replaced by EggDesktopFile
4
5 * egg_sm_client_register() is now gone, replaced by
6 egg_set_desktop_file() and egg_sm_client_set_mode(). See the
7 beginning of the "Using EggSMClient" section of README for
8 details of how these work.
9
10 2007-04-02
11
12 * The state-saving machinery has changed; it's all based on
13 keyfiles now. See the "More notes" section of README for an
14 explanation of why this is cool.
15
16 * egg_sm_client_end_session() no longer takes an EggSMClient;
17 eventually it could be put somewhere entirely
18 non-EggSMClient-related in the public API.
19
20 2007-03-04
21
22 * The win32 backend works now.