summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFabrice Bellet <fabrice@gnu.org>2001-10-05 14:04:34 +0000
committerFabrice Bellet <fabrice@gnu.org>2001-10-05 14:04:34 +0000
commit9f6cc06c6bdae4833fd32d6380dbbd124d542cb4 (patch)
tree6cc4aca615aa3a8a1bab46a519fd8578c9750d13 /ChangeLog
parenteb8223dd10796c51a4e527646b4f437ab686f9a6 (diff)
downloadlibgphoto2-9f6cc06c6bdae4833fd32d6380dbbd124d542cb4.tar.gz
2001-10-05 Fabrice Bellet <fabrice@gnu.org>
* frontends/command-line/actions.c: * frontends/command-line/foreach.c: * frontends/command-line/main.c: Print directory names at each step of the recursion when using '--list-folders --recurse'. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2392 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index aed3bfa41..cfd26e255 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,16 @@
2001-10-05 Fabrice Bellet <fabrice@gnu.org>
- * command-line/actions.c:
- * command-line/actions.h:
- * command-line/foreach.c:
- * command-line/main.c: The --recurse option should now work
+ * frontends/command-line/actions.c:
+ * frontends/command-line/foreach.c:
+ * frontends/command-line/main.c: Print directory names at
+ each step of the recursion when using '--list-folders --recurse'.
+
+2001-10-05 Fabrice Bellet <fabrice@gnu.org>
+
+ * frontends/command-line/actions.c:
+ * frontends/command-line/actions.h:
+ * frontends/command-line/foreach.c:
+ * frontends/command-line/main.c: The --recurse option should now work
with --get-all-thumbnails, --get-all-images, --get-all-raw-data,
--list-files and --list-folders.