Move ChangeLog entry to right ChangeLog.

svn path=/trunk/; revision=7538
This commit is contained in:
Michael Natterer 2008-09-23 18:57:16 +00:00
parent db1ff156d5
commit 0275c4141e
2 changed files with 11 additions and 11 deletions

View File

@ -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 <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

View 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