Deprecate mem chunks
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 5 Dec 2005 15:54:44 +0000 (15:54 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 5 Dec 2005 15:54:44 +0000 (15:54 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
docs/reference/ChangeLog
glib/gmem.h

index 2aee878..c0255c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gmem.h: Really deprecate GMemChunk.
+
        * glib/gdate.c: 
        * glib/gutils.c: 
        * glib/gtree.c: 
index 2aee878..c0255c1 100644 (file)
@@ -1,5 +1,7 @@
 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gmem.h: Really deprecate GMemChunk.
+
        * glib/gdate.c: 
        * glib/gutils.c: 
        * glib/gtree.c: 
index 2aee878..c0255c1 100644 (file)
@@ -1,5 +1,7 @@
 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gmem.h: Really deprecate GMemChunk.
+
        * glib/gdate.c: 
        * glib/gutils.c: 
        * glib/gtree.c: 
index 6c8c6cd..acdd651 100644 (file)
@@ -1,5 +1,8 @@
 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/tmpl/memory_slices.sgml: Fix a small formatting
+       problem.
+
        * glib/tmpl/trees-nary.sgml: 
        * glib/tmpl/linked_lists_single.sgml: 
        * glib/tmpl/linked_lists_double.sgml: 
index 3187aaa..c64c3b4 100644 (file)
@@ -99,7 +99,7 @@ void  g_mem_profile   (void);
 
 
 /* deprecated memchunks and allocators */
-#if !defined G_DISABLE_DEPRECATED || 1
+#ifndef G_DISABLE_DEPRECATED
 typedef struct _GAllocator GAllocator;
 typedef struct _GMemChunk  GMemChunk;
 #define g_mem_chunk_create(type, pre_alloc, alloc_type)        ( \