From 0275c4141e29aa98461d170c0212c8afbb9b805e Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Tue, 23 Sep 2008 18:57:16 +0000 Subject: [PATCH] Move ChangeLog entry to right ChangeLog. svn path=/trunk/; revision=7538 --- ChangeLog | 11 ----------- gio/ChangeLog | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index bc0b2f32b..254578d69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,17 +19,6 @@ to multiply by the size of the table entry. Just use a for loop instead, clearer. Odd I didn't notice when testing this code. -2008-09-22 Nelson Benítez León - - * gio/gioenums.h: Add new GFileCopyFlag, to leave target file with - default perms, instead of setting the source file perms, in a copy - operation. - - * gio/gfile.c (g_file_copy_attributes) - (build_attribute_list_for_copy) - (should_copy): Not copy "unix::mode" attribute if we have received - G_FILE_COPY_TARGET_DEFAULT_PERMS flag. - 2008-09-19 Hans Petter Jansson Rewrite most of GHashTable to use open addressing with quadratic diff --git a/gio/ChangeLog b/gio/ChangeLog index db2c42c2d..904dec321 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,14 @@ +2008-09-22 Nelson Benítez León + + * gioenums.h: Add new GFileCopyFlag, to leave target file with + default perms, instead of setting the source file perms, in a copy + operation. + + * gfile.c (g_file_copy_attributes) + (build_attribute_list_for_copy) + (should_copy): Not copy "unix::mode" attribute if we have received + G_FILE_COPY_TARGET_DEFAULT_PERMS flag. + 2008-09-20 Matthias Clasen * gdesktopappinfo.c (expand_macro_single): Plug a memory leak