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 5b7ef7c17df582053db047a5c842b12b948a90fc..6da35d61aa0ea34897c5e3b2ec395151528175c7 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 5b7ef7c17df582053db047a5c842b12b948a90fc..6da35d61aa0ea34897c5e3b2ec395151528175c7 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 5b7ef7c17df582053db047a5c842b12b948a90fc..6da35d61aa0ea34897c5e3b2ec395151528175c7 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 466299dc045e7a200bf36b2aa4abee0032a9bca8..5396f20eb060175b89a2dc6bbeda3c7d87e3aad2 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>.