[gspell] Pango TR #29 mostly done, add TODO to see if the code can be simplified



commit 7d1053af2f641bc57ea4b42864bddcefde3ce9ac
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Sep 1 12:02:00 2017 +0200

    Pango TR #29 mostly done, add TODO to see if the code can be simplified

 gspell/gspell-text-iter.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gspell/gspell-text-iter.c b/gspell/gspell-text-iter.c
index afcb936..56dab41 100644
--- a/gspell/gspell-text-iter.c
+++ b/gspell/gspell-text-iter.c
@@ -47,9 +47,9 @@
  * When doing changes to the algo here, it should be reflected for the GtkEntry
  * support as well, to have a consistent behavior.
  *
- * If the following Pango bug is fixed, the gtk_text_iter_* functions can maybe
- * be used directly.
- * FIXME: https://bugzilla.gnome.org/show_bug.cgi?id=97545
+ * TODO: the following Pango bug is now mostly done, see if the gtk_text_iter_*
+ * functions can be used directly, or if the code here can be simplified.
+ * https://bugzilla.gnome.org/show_bug.cgi?id=97545
  * "Make pango_default_break follow Unicode TR #29"
  */
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]