aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-11-02 01:21:21 +0800
committerChristian Persch <chpe@src.gnome.org>2005-11-02 01:21:21 +0800
commitae67ff7c049ce8c86c6241b4299e7a9d65802670 (patch)
treedee30998d00ac05623bdc907ae30199887d813a1 /ChangeLog
parentac160bd5b4143c52f8a75c049a27f56136ce1bae (diff)
downloadgsoc2013-epiphany-ae67ff7c049ce8c86c6241b4299e7a9d65802670.tar
gsoc2013-epiphany-ae67ff7c049ce8c86c6241b4299e7a9d65802670.tar.gz
gsoc2013-epiphany-ae67ff7c049ce8c86c6241b4299e7a9d65802670.tar.bz2
gsoc2013-epiphany-ae67ff7c049ce8c86c6241b4299e7a9d65802670.tar.lz
gsoc2013-epiphany-ae67ff7c049ce8c86c6241b4299e7a9d65802670.tar.xz
gsoc2013-epiphany-ae67ff7c049ce8c86c6241b4299e7a9d65802670.tar.zst
gsoc2013-epiphany-ae67ff7c049ce8c86c6241b4299e7a9d65802670.zip
Use GINT_TO_POINTER/GPOINTER_TO_INT when stuffing ints into pointers, and
2005-11-01 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbars-model.c: (item_node_new), (item_node_free), (egg_toolbars_model_get_n_avail), (egg_toolbars_model_set_n_avail): Use GINT_TO_POINTER/GPOINTER_TO_INT when stuffing ints into pointers, and fix gcc 2.95 issues.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff3889971..cf7cc8553 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2005-11-01 Christian Persch <chpe@cvs.gnome.org>
+ * lib/egg/egg-toolbars-model.c: (item_node_new), (item_node_free),
+ (egg_toolbars_model_get_n_avail), (egg_toolbars_model_set_n_avail):
+
+ Use GINT_TO_POINTER/GPOINTER_TO_INT when stuffing ints into pointers,
+ and fix gcc 2.95 issues.
+
+2005-11-01 Christian Persch <chpe@cvs.gnome.org>
+
* embed/ephy-embed.c: (ephy_embed_base_init):
* embed/ephy-embed.h:
* embed/mozilla/EphyBrowser.cpp: