diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-02-04 23:54:17 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-02-04 23:54:17 +0000 |
commit | dd394749f9dbdae65163a99d014b9cf8cf057e73 (patch) | |
tree | a875f1dd2ee50b5d2ff79a3d6db94c5a93b7846d /ChangeLog.pre-2-4 | |
parent | 999a87a19a96cd3392f91e93cd3c44ee9daf18b2 (diff) | |
download | glib-dd394749f9dbdae65163a99d014b9cf8cf057e73.tar.gz |
New function which works like g_completion_complete(), but strips a
Thu Feb 5 00:56:28 2004 Matthias Clasen <maclas@gmx.de>
* glib/gcompletion.c (g_completion_complete_utf8): New function which
works like g_completion_complete(), but strips a trailing incomplete
UTF-8 character from the prefix. (#133313, Theppitak Karoonboonyanan)
* tests/completion-test.c (main): Some GCompletion tests.
* tests/Makefile.am: Add completion-test.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 0b5e1e9bb..01d108f78 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,14 @@ +Thu Feb 5 00:56:28 2004 Matthias Clasen <maclas@gmx.de> + + * glib/gcompletion.c (g_completion_complete_utf8): New function which + works like g_completion_complete(), but strips a trailing incomplete + UTF-8 character from the prefix. (#133313, Theppitak Karoonboonyanan) + + * tests/completion-test.c (main): Some GCompletion tests. + + * tests/Makefile.am: Add completion-test. + + 2004-02-01 Tor Lillqvist <tml@iki.fi> * glib/glib.def: Add g_strsplit_set. |