Bug 334418 – Support easy input of ellipsis
svn path=/trunk/; revision=20816
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
2008-07-11 Simos Xenitellis <simos@gnome.org>
|
||||
|
||||
Bug 334418 – Support easy input of ellipsis
|
||||
|
||||
* gtk/gtkimcontextsimpleseqs.h: Fixed 18 compose sequences
|
||||
that listed the wrong codepoint. Reported by Wouter Bolsterlee.
|
||||
|
||||
2008-07-03 Murray Cumming <murrayc@murrayc.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_set_property): tooltip-text and
|
||||
|
@ -535,7 +535,7 @@ GDK_Multi_key, GDK_semicolon, GDK_O, 0x01EC,
|
||||
GDK_Multi_key, GDK_semicolon, GDK_o, 0x01ED,
|
||||
GDK_Multi_key, GDK_asciitilde, GDK_O, 0x022C,
|
||||
GDK_Multi_key, GDK_asciitilde, GDK_o, 0x022D,
|
||||
GDK_space, 0x01A2,
|
||||
GDK_space, 0x02D8,
|
||||
GDK_Cyrillic_a, 0x04D1,
|
||||
GDK_Cyrillic_ie, 0x04D7,
|
||||
GDK_Cyrillic_i, 0x0439,
|
||||
@ -552,18 +552,18 @@ GDK_Greek_UPSILON, 0x1FE8,
|
||||
GDK_Greek_alpha, 0x1FB0,
|
||||
GDK_Greek_iota, 0x1FD0,
|
||||
GDK_Greek_upsilon, 0x1FE0,
|
||||
GDK_dead_breve, 0x01A2,
|
||||
GDK_dead_breve, 0x02D8,
|
||||
GDK_Multi_key, GDK_exclam, GDK_A, 0x1EB6,
|
||||
GDK_Multi_key, GDK_exclam, GDK_a, 0x1EB7,
|
||||
GDK_Multi_key, GDK_comma, GDK_E, 0x1E1C,
|
||||
GDK_Multi_key, GDK_comma, GDK_e, 0x1E1D,
|
||||
GDK_space, 0x01FF,
|
||||
GDK_space, 0x02D9,
|
||||
GDK_i, 0x0131,
|
||||
GDK_Sacute, 0x1E64,
|
||||
GDK_Scaron, 0x1E66,
|
||||
GDK_sacute, 0x1E65,
|
||||
GDK_scaron, 0x1E67,
|
||||
GDK_dead_abovedot, 0x01FF,
|
||||
GDK_dead_abovedot, 0x02D9,
|
||||
GDK_Multi_key, GDK_exclam, GDK_S, 0x1E68,
|
||||
GDK_Multi_key, GDK_exclam, GDK_s, 0x1E69,
|
||||
GDK_Multi_key, GDK_apostrophe, GDK_S, 0x1E64,
|
||||
@ -616,13 +616,13 @@ GDK_space, 0x02DD,
|
||||
GDK_Cyrillic_u, 0x04F3,
|
||||
GDK_Cyrillic_U, 0x04F2,
|
||||
GDK_dead_doubleacute, 0x02DD,
|
||||
GDK_space, 0x01B7,
|
||||
GDK_dead_caron, 0x01B7,
|
||||
GDK_space, 0x02C7,
|
||||
GDK_dead_caron, 0x02C7,
|
||||
GDK_Multi_key, GDK_quotedbl, GDK_U, 0x01D9,
|
||||
GDK_Multi_key, GDK_quotedbl, GDK_u, 0x01DA,
|
||||
GDK_space, 0x00B8,
|
||||
GDK_dead_cedilla, 0x00B8,
|
||||
GDK_space, 0x01B2,
|
||||
GDK_space, 0x02DB,
|
||||
GDK_Greek_ALPHA, 0x1F09,
|
||||
GDK_Greek_EPSILON, 0x1F19,
|
||||
GDK_Greek_ETA, 0x1F29,
|
||||
@ -639,7 +639,7 @@ GDK_Greek_omicron, 0x1F41,
|
||||
GDK_Greek_rho, 0x1FE5,
|
||||
GDK_Greek_upsilon, 0x1F51,
|
||||
GDK_Greek_omega, 0x1F61,
|
||||
GDK_dead_ogonek, 0x01B2,
|
||||
GDK_dead_ogonek, 0x02DB,
|
||||
GDK_space, 0x037A,
|
||||
GDK_Greek_alphaaccent, 0x1FB4,
|
||||
GDK_Greek_etaaccent, 0x1FC4,
|
||||
@ -1333,13 +1333,13 @@ GDK_minus, GDK_parenleft, 0x007B,
|
||||
GDK_minus, GDK_parenright, 0x007D,
|
||||
GDK_minus, GDK_comma, 0x00AC,
|
||||
GDK_minus, GDK_colon, 0x00F7,
|
||||
GDK_minus, GDK_D, 0x01D0,
|
||||
GDK_minus, GDK_D, 0x0110,
|
||||
GDK_minus, GDK_L, 0x00A3,
|
||||
GDK_minus, GDK_d, 0x01F0,
|
||||
GDK_minus, GDK_d, 0x0111,
|
||||
GDK_period, GDK_minus, 0x00B7,
|
||||
GDK_period, GDK_period, 0x0AAE,
|
||||
GDK_period, GDK_period, 0x2026,
|
||||
GDK_period, GDK_less, 0x2039,
|
||||
GDK_period, GDK_equal, 0x0AE6,
|
||||
GDK_period, GDK_equal, 0x2022,
|
||||
GDK_period, GDK_greater, 0x203A,
|
||||
GDK_period, GDK_A, 0x0226,
|
||||
GDK_period, GDK_B, 0x1E02,
|
||||
@ -1496,10 +1496,10 @@ GDK_L, GDK_equal, 0x20A4,
|
||||
GDK_L, GDK_V, 0x007C,
|
||||
GDK_N, GDK_equal, 0x20A6,
|
||||
GDK_N, GDK_G, 0x014A,
|
||||
GDK_N, GDK_O, 0x06B0,
|
||||
GDK_N, GDK_o, 0x06B0,
|
||||
GDK_N, GDK_O, 0x2116,
|
||||
GDK_N, GDK_o, 0x2116,
|
||||
GDK_O, GDK_C, 0x00A9,
|
||||
GDK_O, GDK_E, 0x13BC,
|
||||
GDK_O, GDK_E, 0x0152,
|
||||
GDK_O, GDK_R, 0x00AE,
|
||||
GDK_O, GDK_c, 0x00A9,
|
||||
GDK_O, GDK_r, 0x00AE,
|
||||
@ -1864,7 +1864,7 @@ GDK_o, GDK_R, 0x00AE,
|
||||
GDK_o, GDK_U, 0x016E,
|
||||
GDK_o, GDK_a, 0x00E5,
|
||||
GDK_o, GDK_c, 0x00A9,
|
||||
GDK_o, GDK_e, 0x13BD,
|
||||
GDK_o, GDK_e, 0x0153,
|
||||
GDK_o, GDK_o, 0x00B0,
|
||||
GDK_o, GDK_r, 0x00AE,
|
||||
GDK_o, GDK_s, 0x00A7,
|
||||
@ -2141,8 +2141,8 @@ GDK_acute, 0x1F69, 0x1F6D,
|
||||
0x0655, GDK_Arabic_alef, 0x0625,
|
||||
GDK_Cyrillic_pe, GDK_Cyrillic_a, 0x00A7,
|
||||
GDK_Cyrillic_IE, GDK_equal, 0x20AC,
|
||||
GDK_Cyrillic_EN, GDK_Cyrillic_o, 0x06B0,
|
||||
GDK_Cyrillic_EN, GDK_Cyrillic_O, 0x06B0,
|
||||
GDK_Cyrillic_EN, GDK_Cyrillic_o, 0x2116,
|
||||
GDK_Cyrillic_EN, GDK_Cyrillic_O, 0x2116,
|
||||
GDK_Cyrillic_ES, GDK_equal, 0x20AC,
|
||||
GDK_Greek_iota, GDK_Greek_alphaaccent, 0x1FB4,
|
||||
GDK_Greek_iota, GDK_Greek_etaaccent, 0x1FC4,
|
||||
|
Reference in New Issue
Block a user