GNOME Bugzilla – Bug 555625
Updated gtk_compose_seqs_compact table (gtkimcontextsimpleseqs.h)
Last modified: 2008-10-12 16:18:23 UTC
A number of compose sequences are removed from the gtk_compose_seqs_compact[] table because gtk/gtkimcontextsimple.c(check_algorithmically) can now handle these properly. The reduction saves about 2KB from the GTK+ library.
Created attachment 120241 [details] [review] Updated gtkimcontextsimpleseqs.h
Created attachment 120243 [details] [review] Updates gtk_compose_table_compact, we now have 20 sets of compose sequences (was 22).
Please commit
2008-10-12 Simos Xenitellis <simos@gnome.org> Bug 555625 – Updated gtk_compose_seqs_compact table (gtkimcontextsimpleseqs.h) * gtk/gtkimcontextsimpleseqs.c: Updated the compose sequence table. In this update we removed a further set of compose sequences that are otherwise covered by check_algorithmically(). * gtk/gtkimcontextsimple.c: Updated table value that shows how many distinct first values exist in the compose sequences. Change from 22 to 20. I applied to trunk. Matthias, shall I apply to gtk-2-14 as well?