diff options
author | Lauris Kaplinski <lauris@src.gnome.org> | 2000-08-23 10:56:59 +0800 |
---|---|---|
committer | Lauris Kaplinski <lauris@src.gnome.org> | 2000-08-23 10:56:59 +0800 |
commit | b906c345f9c03db2c3786e6570d3728c12a00be9 (patch) | |
tree | 007fc5e5c368642a2aa711fae952186227ac07ad /ChangeLog | |
parent | 049c61546b2ec5910b85f8dc059aba5f0b0fcada (diff) | |
download | gsoc2013-evolution-b906c345f9c03db2c3786e6570d3728c12a00be9.tar gsoc2013-evolution-b906c345f9c03db2c3786e6570d3728c12a00be9.tar.gz gsoc2013-evolution-b906c345f9c03db2c3786e6570d3728c12a00be9.tar.bz2 gsoc2013-evolution-b906c345f9c03db2c3786e6570d3728c12a00be9.tar.lz gsoc2013-evolution-b906c345f9c03db2c3786e6570d3728c12a00be9.tar.xz gsoc2013-evolution-b906c345f9c03db2c3786e6570d3728c12a00be9.tar.zst gsoc2013-evolution-b906c345f9c03db2c3786e6570d3728c12a00be9.zip |
UTF-8 in contact editor + some fixes for dealing with illegal strings
svn path=/trunk/; revision=4976
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2000-08-22 Lauris Kaplinski <lauris@helixcode.com> + * widgets/e-text/e-text.c (_get_position_from_xy): Don't crash on illegal string + +2000-08-22 Lauris Kaplinski <lauris@helixcode.com> + * widgets/e-text/e-text.c (e_text_event): Use e_utf8_from_gtk_event_key to translate GDK_KEY_PRESS to insertable UTF-8 string |