Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-09-23 09:37:37 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-09-23 09:37:37 (GMT)
commitd8264ef4e6ab48b5d203093bb1c66ae2ae1ad9e0 (patch)
treebf90fccd157b61327bbb62e9e95e35aee6ee2e2d /ChangeLog
parent5ab351ff58ce0c38a084ab060548a4d04a2aedbf (diff)
Add a function to retrieve window list and share it where necessary.
2005-09-23 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-application.c: (removed_from_session), (save_session), (init_session), (ev_application_get_empty_window), (ev_application_init), (ev_application_get_windows): * shell/ev-application.h: * shell/ev-window.c: (ev_window_finalize): Add a function to retrieve window list and share it where necessary. Implement session handling, works pretty well thanks to the metadata system.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ecddb72..9028b9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-09-23 Marco Pesenti Gritti <mpg@redhat.com>
+
+ * shell/ev-application.c: (removed_from_session), (save_session),
+ (init_session), (ev_application_get_empty_window),
+ (ev_application_init), (ev_application_get_windows):
+ * shell/ev-application.h:
+ * shell/ev-window.c: (ev_window_finalize):
+
+ Add a function to retrieve window list and share it where
+ necessary.
+ Implement session handling, works pretty well thanks to the
+ metadata system.
+
2005-09-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* shell/ev-password.c: (ev_password_item_created_callback),