diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-05-31 06:53:59 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-05-31 06:53:59 +0800 |
commit | 75353e0bff2661faf013f87aed65fbc58bb0ab68 (patch) | |
tree | 7c7c85ad7dc79b3d371ef0247a4fa5df8588a66d /e-util/ChangeLog | |
parent | 7b37caa73423f9d8278892a72869c52432c2156e (diff) | |
download | gsoc2013-evolution-75353e0bff2661faf013f87aed65fbc58bb0ab68.tar gsoc2013-evolution-75353e0bff2661faf013f87aed65fbc58bb0ab68.tar.gz gsoc2013-evolution-75353e0bff2661faf013f87aed65fbc58bb0ab68.tar.bz2 gsoc2013-evolution-75353e0bff2661faf013f87aed65fbc58bb0ab68.tar.lz gsoc2013-evolution-75353e0bff2661faf013f87aed65fbc58bb0ab68.tar.xz gsoc2013-evolution-75353e0bff2661faf013f87aed65fbc58bb0ab68.tar.zst gsoc2013-evolution-75353e0bff2661faf013f87aed65fbc58bb0ab68.zip |
Utility function to build a bool as part of an expression string.
2000-05-30 Not Zed <NotZed@HelixCode.com>
* e-sexp.c (e_sexp_encode_bool): Utility function to build a bool
as part of an expression string.
(e_sexp_encode_string): Likewise for strings.
svn path=/trunk/; revision=3300
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 29aace5994..ba3c5d6a1e 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,9 @@ +2000-05-30 Not Zed <NotZed@HelixCode.com> + + * e-sexp.c (e_sexp_encode_bool): Utility function to build a bool + as part of an expression string. + (e_sexp_encode_string): Likewise for strings. + 2000-05-30 Christopher James Lahey <clahey@helixcode.com> * e-canvas-utils.c, e-canvas-utils.h: Added |