From: Behdad Esfahbod Date: Wed, 3 Jan 2007 23:17:52 +0000 (+0000) Subject: Add bug number to ChangeLog X-Git-Tag: GLIB_2_13_0~105 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61b40ad765ad6949ec93fd83ae6ad07cf24a9ac2;p=platform%2Fupstream%2Fglib.git Add bug number to ChangeLog svn path=/trunk/; revision=5207 --- diff --git a/ChangeLog b/ChangeLog index 2696785..217318d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ * glib/goption.c (_g_unichar_get_width), (_g_utf8_strwidth), (calculate_max_length), (print_entry), (print_help): Take zerowidth and double-width chars into consideration when computing width of a - string. Also fix another bug in width computation. + string. Also fix another bug in width computation. (#346955) * glib/guniprop.c (g_unichar_iszerowidth): Fix typo. It was not working correctly.