diff options
author | Darin Adler <darin@src.gnome.org> | 2001-08-19 17:28:07 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2001-08-19 17:28:07 +0000 |
commit | 6d4342990a57e6877b66421d2eb27fddd5811197 (patch) | |
tree | af918a2d0fe8a9f4325c0ae81b0d9c64063568a6 /ChangeLog.pre-2-10 | |
parent | cd793f2ced704f313e64533787a6015b34b31ea2 (diff) | |
download | glib-6d4342990a57e6877b66421d2eb27fddd5811197.tar.gz |
Added missing \ character.
* glib/gshell.c: (g_shell_quote): Added missing \ character.
* tests/shell-test.c: (check_string_result), (test_shell_unquote),
(main): Added tests for g_shell_quote and g_shell_unquote.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 87238d74d..7bf7a7752 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,10 @@ +2001-08-19 Darin Adler <darin@bentspoon.com> + + * glib/gshell.c: (g_shell_quote): Added missing \ character. + + * tests/shell-test.c: (check_string_result), (test_shell_unquote), + (main): Added tests for g_shell_quote and g_shell_unquote. + 2001-08-19 Fatih Demir <kabalak@gtranslator.org> * configure.in: Added "ta" to the languages list. |