Correct typo on mentioning @G_UNICODE_BREAK_UNKNOWN that should be
authorBehdad Esfahbod <behdad@gnome.org>
Thu, 17 Nov 2005 03:39:47 +0000 (03:39 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Thu, 17 Nov 2005 03:39:47 +0000 (03:39 +0000)
2005-11-16  Behdad Esfahbod  <behdad@gnome.org>

        * docs/reference/glib/tmpl/unicode.sgml: Correct typo on mentioning
        @G_UNICODE_BREAK_UNKNOWN that should be #G_UNICODE_BREAK_UNKNOWN.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
docs/reference/glib/tmpl/unicode.sgml

index 5b7ef7c..6da35d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-16  Behdad Esfahbod  <behdad@gnome.org>
+
+       * docs/reference/glib/tmpl/unicode.sgml: Correct typo on mentioning
+       @G_UNICODE_BREAK_UNKNOWN that should be #G_UNICODE_BREAK_UNKNOWN.
+
 2005-11-09  Behdad Esfahbod  <behdad@gnome.org>
 
        * glib/guniprop.c: Use bit hacks instead when checking a general
index 5b7ef7c..6da35d6 100644 (file)
@@ -1,3 +1,8 @@
+2005-11-16  Behdad Esfahbod  <behdad@gnome.org>
+
+       * docs/reference/glib/tmpl/unicode.sgml: Correct typo on mentioning
+       @G_UNICODE_BREAK_UNKNOWN that should be #G_UNICODE_BREAK_UNKNOWN.
+
 2005-11-09  Behdad Esfahbod  <behdad@gnome.org>
 
        * glib/guniprop.c: Use bit hacks instead when checking a general
index 5b7ef7c..6da35d6 100644 (file)
@@ -1,3 +1,8 @@
+2005-11-16  Behdad Esfahbod  <behdad@gnome.org>
+
+       * docs/reference/glib/tmpl/unicode.sgml: Correct typo on mentioning
+       @G_UNICODE_BREAK_UNKNOWN that should be #G_UNICODE_BREAK_UNKNOWN.
+
 2005-11-09  Behdad Esfahbod  <behdad@gnome.org>
 
        * glib/guniprop.c: Use bit hacks instead when checking a general
index 466299d..5396f20 100644 (file)
@@ -283,7 +283,7 @@ GLib 2.8 supports Unicode 4.0, GLib 2.10 supports Unicode 4.1.
 The five Hangul types were added in Unicode 4.1, so, has been
 introduced in GLib 2.10.  Note that new types may be added in the future.
 Applications should be ready to handle unknown values.
-They may be regarded as @G_UNICODE_BREAK_UNKNOWN
+They may be regarded as %G_UNICODE_BREAK_UNKNOWN
 See <ulink url="http://www.unicode.org/unicode/reports/tr14/"
 >http://www.unicode.org/unicode/reports/tr14/</ulink>.