Move ChangeLog entry to right ChangeLog.
authorMichael Natterer <mitch@src.gnome.org>
Tue, 23 Sep 2008 18:57:16 +0000 (18:57 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Tue, 23 Sep 2008 18:57:16 +0000 (18:57 +0000)
svn path=/trunk/; revision=7538

ChangeLog
gio/ChangeLog

index bc0b2f3..254578d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        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  <nbenitez@svn.gnome.org>
-
-       * 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  <hpj@novell.com>
 
        Rewrite most of GHashTable to use open addressing with quadratic
index db2c42c..904dec3 100644 (file)
@@ -1,3 +1,14 @@
+2008-09-22  Nelson Benítez León  <nbenitez@svn.gnome.org>
+
+       * 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  <mclasen@redhat.com>
 
        * gdesktopappinfo.c (expand_macro_single): Plug a memory leak