summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-02-21 23:56:54 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-02-21 23:56:54 +0000
commitc0b5617ae983ce902b93d4df3d38ac0bdf6fa1f6 (patch)
treef9741081b973f854936a327d6c76919bf02e55f7 /ChangeLog.pre-2-4
parente21dadd6f3a9acbdf2f08583608598417b792682 (diff)
downloadglib-c0b5617ae983ce902b93d4df3d38ac0bdf6fa1f6.tar.gz
New function to deep-copy a GNode and its children. (#93464, James M.
Sun Feb 22 00:47:04 2004 Matthias Clasen <maclas@gmx.de> * glib/gnode.c (g_node_copy_deep): New function to deep-copy a GNode and its children. (#93464, James M. Cape)
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-45
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 15e4d0173..5dcb47184 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,8 @@
+Sun Feb 22 00:47:04 2004 Matthias Clasen <maclas@gmx.de>
+
+ * glib/gnode.c (g_node_copy_deep): New function to deep-copy a
+ GNode and its children. (#93464, James M. Cape)
+
Sat Feb 21 15:42:39 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* glib/gqueue.c: Some documentation fixes.