comparison ChangeLog @ 44:458e396d3f35

Wed May 18 19:36:49 2005 John Ellis <johne@verizon.net> * utilops.[ch] (file_util_rename_dir): New utility to rename a folder, does proper checking for existing folder to avoid clobbering an existing folder. * view_dir_list.c, view_dir_tree.c: Use new utility above when renaming a folder to fix possible clobbering of an existing folder with the same name as the requested name. ##### Note: GQview CVS on sourceforge is not always up to date, please use ##### ##### an offical release when making enhancements and translation updates. #####
author gqview
date Wed, 18 May 2005 23:52:16 +0000
parents ee03f36e9e4b
children 7cfa60beda76
comparison
equal deleted inserted replaced
43:ee03f36e9e4b 44:458e396d3f35
1 Wed May 18 19:36:49 2005 John Ellis <johne@verizon.net>
2
3 * utilops.[ch] (file_util_rename_dir): New utility to rename a folder,
4 does proper checking for existing folder to avoid clobbering an
5 existing folder.
6 * view_dir_list.c, view_dir_tree.c: Use new utility above when renaming
7 a folder to fix possible clobbering of an existing folder with the
8 same name as the requested name.
9
1 Sun May 15 21:40:26 2005 John Ellis <johne@verizon.net> 10 Sun May 15 21:40:26 2005 John Ellis <johne@verizon.net>
2 11
3 * format_raw.[ch]: New files to parse image data and exif offsets for 12 * format_raw.[ch]: New files to parse image data and exif offsets for
4 the raw camera formats. 13 the raw camera formats.
5 * exif.c, image-load.c: Add support calls to format_raw.c functions 14 * exif.c, image-load.c: Add support calls to format_raw.c functions