aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-14 22:17:51 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-14 22:17:51 +0800
commit623ba9a279db035339ac8ae5030683c1e79b8618 (patch)
tree82b610030315c26a99a65a006fb2bceba0cdb280 /e-util/ChangeLog
parent310189326247ec07951b30c52abc69050be5d2b9 (diff)
downloadgsoc2013-evolution-623ba9a279db035339ac8ae5030683c1e79b8618.tar
gsoc2013-evolution-623ba9a279db035339ac8ae5030683c1e79b8618.tar.gz
gsoc2013-evolution-623ba9a279db035339ac8ae5030683c1e79b8618.tar.bz2
gsoc2013-evolution-623ba9a279db035339ac8ae5030683c1e79b8618.tar.lz
gsoc2013-evolution-623ba9a279db035339ac8ae5030683c1e79b8618.tar.xz
gsoc2013-evolution-623ba9a279db035339ac8ae5030683c1e79b8618.tar.zst
gsoc2013-evolution-623ba9a279db035339ac8ae5030683c1e79b8618.zip
Added e_strdup_strip which returns a copy of the string with the leading
2000-05-14 Christopher James Lahey <clahey@helixcode.com> * e-util.c, e-util.h: Added e_strdup_strip which returns a copy of the string with the leading and trailing spaces removed. svn path=/trunk/; revision=3026
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 367885919f..015d840969 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-14 Christopher James Lahey <clahey@helixcode.com>
+
+ * e-util.c, e-util.h: Added e_strdup_strip which returns a copy of
+ the string with the leading and trailing spaces removed.
+
2000-05-11 NotZed <NotZed@HelixCode.com>
* e-sexp.c (e_sexp_finalise): Destroy the g_scanner when cleaning up.