aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-12-18 00:58:55 +0800
committerTor Lillqvist <tml@src.gnome.org>2005-12-18 00:58:55 +0800
commit52ff11927a7bd7592e70de379e05b4d2b9c669c7 (patch)
treee41131ba03e6eeeab680fbc834031771c87e1973 /e-util/ChangeLog
parentd0742036000286cd5ec17e1624f0242530e761db (diff)
downloadgsoc2013-evolution-52ff11927a7bd7592e70de379e05b4d2b9c669c7.tar
gsoc2013-evolution-52ff11927a7bd7592e70de379e05b4d2b9c669c7.tar.gz
gsoc2013-evolution-52ff11927a7bd7592e70de379e05b4d2b9c669c7.tar.bz2
gsoc2013-evolution-52ff11927a7bd7592e70de379e05b4d2b9c669c7.tar.lz
gsoc2013-evolution-52ff11927a7bd7592e70de379e05b4d2b9c669c7.tar.xz
gsoc2013-evolution-52ff11927a7bd7592e70de379e05b4d2b9c669c7.tar.zst
gsoc2013-evolution-52ff11927a7bd7592e70de379e05b4d2b9c669c7.zip
For building on Win32 against GTK+ 2.8, include a copy of the
2005-12-17 Tor Lillqvist <tml@novell.com> * eggtrayicon.c: For building on Win32 against GTK+ 2.8, include a copy of the GtkStatusIcon code from GTK+ HEAD (i.e., what will be GTK+ 2.10) and some helper functions from gdk/win32. Eventually when GTK+ 2.10 is released and Evo no longer needs to support older GTK+ versions, eggtrayicon.[ch] can be removed completely from here, as the use of eggtrayicon in ../calendar/gui/ alarm-notify/alarm-queue.c will automatically switch to using GtkStatusIcon instead. * eggtrayicon.h: Ditto, for building on Win32 against GTK+ 2.8, include a copy of gtkstatusicon.h from GTK+ HEAD. svn path=/trunk/; revision=30827
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 158ce2e383..cf0b0f967f 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -33,6 +33,18 @@
* e-xml-utils.h: Include libedataserver/e-xml-utils.h.
+ * eggtrayicon.c: For building on Win32 against GTK+ 2.8, include a
+ copy of the GtkStatusIcon code from GTK+ HEAD (i.e., what will be
+ GTK+ 2.10) and some helper functions from gdk/win32. Eventually
+ when GTK+ 2.10 is released and Evo no longer needs to support
+ older GTK+ versions, eggtrayicon.[ch] can be removed completely
+ from here, as the use of eggtrayicon in ../calendar/gui/
+ alarm-notify/alarm-queue.c will automatically switch to using
+ GtkStatusIcon instead.
+
+ * eggtrayicon.h: Ditto, for building on Win32 against GTK+ 2.8,
+ include a copy of gtkstatusicon.h from GTK+ HEAD.
+
2005-12-12 Irene Huang <Irene.Huang@sun.com>
reviewed by: Veerapuram Varadhan <vvaradhan@novell.com>