diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-09-22 22:42:47 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-09-22 22:42:47 +0000 |
commit | 9534f3311d23e1ff48fd747b8568064946350e4d (patch) | |
tree | 5f4c1cfb04006ee7913ea4079de77b757b3875e1 /ChangeLog | |
parent | cd8f626345fdf182a927e36eb1af613590a9bdce (diff) | |
download | pango-9534f3311d23e1ff48fd747b8568064946350e4d.tar.gz |
Make color parsing more robust and correct. (#93804)
* pango/pango-color.c (pango_color_parse): Make color parsing
more robust and correct. (#93804)
* tests/testcolor.c: Tests for pango_color_parse.
* tests/Makefile.am: Build testcolor.
* tests/runtests.sh: Run testcolor.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2002-09-23 Matthias Clasen <maclas@gmx.de> + + * pango/pango-color.c (pango_color_parse): Make color parsing + more robust and correct. (#93804) + + * tests/testcolor.c: Tests for pango_color_parse. + + * tests/Makefile.am: Build testcolor. + + * tests/runtests.sh: Run testcolor. + 2002-09-23 Tor Lillqvist <tml@iki.fi> * modules/basic/basic-win32.c: Minor spacing fixes, comment the |