G_GNUC_[PRETTY_]FUNCTION are deprecated since 2.16, not 2.14.
authorChristian Persch <chpe@gnome.org>
Tue, 29 Jan 2008 18:04:23 +0000 (18:04 +0000)
committerChristian Persch <chpe@src.gnome.org>
Tue, 29 Jan 2008 18:04:23 +0000 (18:04 +0000)
2008-01-29  Christian Persch  <chpe@gnome.org>

* docs/reference/glib/tmpl/macros_misc.sgml: G_GNUC_[PRETTY_]FUNCTION
are deprecated since 2.16, not 2.14.

svn path=/trunk/; revision=6419

ChangeLog
docs/reference/glib/tmpl/macros_misc.sgml

index 2a7d0a7..f133c8e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-29  Christian Persch  <chpe@gnome.org>
+
+       * docs/reference/glib/tmpl/macros_misc.sgml: G_GNUC_[PRETTY_]FUNCTION
+       are deprecated since 2.16, not 2.14.
+
 2008-01-29 14:58:31  Tim Janik  <timj@imendio.com>
 
        * glib/gmem.[hc]: changed size argument type from gulong to gsize as
@@ -45,7 +50,7 @@
 
 2008-01-27  Matthias Clasen  <mclasen@redhat.com>
 
-       * glib/gmacros.h: Deprecate G_GNUC_(PRETTY)_FUNCTION.
+       * glib/gmacros.h: Deprecate G_GNUC_(PRETTY)_FUNCTION. Bug #409360.
 
 2008-01-27  Matthias Clasen  <mclasen@redhat.com>
 
index dc9d768..3a78599 100644 (file)
@@ -268,7 +268,7 @@ Expands to "" on all modern compilers, and to <literal>__FUNCTION__</literal>
 on <command>gcc</command> version 2.x. Don't use it.
 </para>
 
-@Deprecated: 2.14
+@Deprecated: 2.16
 
 
 <!-- ##### MACRO G_GNUC_PRETTY_FUNCTION ##### -->
@@ -278,7 +278,7 @@ Expands to "" on all modern compilers, and to
 Don't use it.
 </para>
 
-@Deprecated: 2.14
+@Deprecated: 2.16
 
 
 <!-- ##### MACRO G_GNUC_NO_INSTRUMENT ##### -->