After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 555625 - Updated gtk_compose_seqs_compact table (gtkimcontextsimpleseqs.h)
Updated gtk_compose_seqs_compact table (gtkimcontextsimpleseqs.h)
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Input Methods
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Hidetoshi Tajima
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-10-08 23:26 UTC by Simos Xenitellis
Modified: 2008-10-12 16:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Updated gtkimcontextsimpleseqs.h (13.89 KB, patch)
2008-10-08 23:28 UTC, Simos Xenitellis
committed Details | Review
Updates gtk_compose_table_compact, we now have 20 sets of compose sequences (was 22). (752 bytes, patch)
2008-10-08 23:30 UTC, Simos Xenitellis
committed Details | Review

Description Simos Xenitellis 2008-10-08 23:26:32 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.
Comment 1 Simos Xenitellis 2008-10-08 23:28:49 UTC
Created attachment 120241 [details] [review]
Updated gtkimcontextsimpleseqs.h
Comment 2 Simos Xenitellis 2008-10-08 23:30:54 UTC
Created attachment 120243 [details] [review]
Updates gtk_compose_table_compact, we now have 20 sets of compose sequences (was 22).
Comment 3 Matthias Clasen 2008-10-12 01:30:07 UTC
Please commit
Comment 4 Simos Xenitellis 2008-10-12 16:18:23 UTC
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?