aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-03-02 08:31:23 +0800
committerDan Winship <danw@src.gnome.org>2001-03-02 08:31:23 +0800
commitca443fec62a8a30820db652a49853974e799dcc5 (patch)
tree02f380875c2688c764cb0d9f0b43546479c084e0 /e-util/ChangeLog
parent60aed2ad749fe5e0b4e8c5979ac1ce20da89e1d6 (diff)
downloadgsoc2013-evolution-ca443fec62a8a30820db652a49853974e799dcc5.tar
gsoc2013-evolution-ca443fec62a8a30820db652a49853974e799dcc5.tar.gz
gsoc2013-evolution-ca443fec62a8a30820db652a49853974e799dcc5.tar.bz2
gsoc2013-evolution-ca443fec62a8a30820db652a49853974e799dcc5.tar.lz
gsoc2013-evolution-ca443fec62a8a30820db652a49853974e799dcc5.tar.xz
gsoc2013-evolution-ca443fec62a8a30820db652a49853974e799dcc5.tar.zst
gsoc2013-evolution-ca443fec62a8a30820db652a49853974e799dcc5.zip
New function to turn foo/bar into foo/subfolders/bar. The inverse function
* e-path.c (e_path_to_physical): New function to turn foo/bar into foo/subfolders/bar. The inverse function doesn't exist yet because I didn't need it. Also, if the shell were going to use this, we'd need a few more tools... * Makefile.am (libeutil_la_SOURCES): Add e-path.[ch] svn path=/trunk/; revision=8467
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 35cd88d2c1..8cf1b9c216 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,12 @@
+2001-03-01 Dan Winship <danw@ximian.com>
+
+ * e-path.c (e_path_to_physical): New function to turn foo/bar into
+ foo/subfolders/bar. The inverse function doesn't exist yet because
+ I didn't need it. Also, if the shell were going to use this, we'd
+ need a few more tools...
+
+ * Makefile.am (libeutil_la_SOURCES): Add e-path.[ch]
+
2001-03-01 Not Zed <NotZed@Ximian.com>
* e-sexp.c (e_sexp_encode_string): Make it handle a NULL string as