diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-08-30 17:29:28 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-30 17:29:28 +0000 |
commit | 37df0b017272ba2231d47acfa1ec8186b294bb18 (patch) | |
tree | ac0b67776b270f7bd59e9081d1fb524e3a6ae3ec /ChangeLog.pre-2-10 | |
parent | a4b3c358286488468a3e6546045500add5a6ef4a (diff) | |
download | gdk-pixbuf-37df0b017272ba2231d47acfa1ec8186b294bb18.tar.gz |
Change the compose sequence for soft hyphen to be
2005-08-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimcontextsimple.c: Change the compose sequence for
soft hyphen to be multi_key-minus-minus-space, and add
compose sequences multi_key-minus-minus-period and
multi_key-minus-minus-minus for en dash and em dash.
(#172653, Christian Lohmaier)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index ca1198aba..80397d9ff 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,11 @@ 2005-08-30 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkimcontextsimple.c: Change the compose sequence for + soft hyphen to be multi_key-minus-minus-space, and add + compose sequences multi_key-minus-minus-period and + multi_key-minus-minus-minus for en dash and em dash. + (#172653, Christian Lohmaier) + * gtk/gtkentry.c (gtk_entry_draw_frame): Fix some unused code. (#313946, Christian Persch) |