Move debug macros from main.h to new debug.h.
[geeqie.git] / src / secure_save.c
2008-04-24 Laurent MoninMove debug macros from main.h to new debug.h.
2008-04-24 Laurent MoninHandle the newline in DEBUG_N() macro instead of adding one
2008-04-23 Laurent MoninIntroduce macros to display debug messages.
2008-04-21 Vladimir Nadvornikupdated copyright in source files
2008-04-20 Laurent MoninEffectively drop empty newlines at end of files (missin...
2008-04-20 Laurent MoninBig whitespaces cleanup:
2008-04-11 Laurent MoninSecure save now unlinks temporary file on error by...
2008-04-11 Laurent MoninPreserve permissions of the destination file when using...
2008-04-11 Laurent MoninRevert part of the previous patch, let the caller take...
2008-04-11 Laurent MoninUse path_from_utf8() on the passed filename.
2008-04-11 Laurent MoninMove secure save code to its own files: secure_save...