diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d7c772df2dd..356d0b7bbf5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2013-12-31 Fabrice Popineau <fabrice.popineau@supelec.fr> | ||
| 2 | |||
| 3 | * w32.c (set_named_security_info): New function. | ||
| 4 | (acl_set_file): Fall back on set_named_security_info if | ||
| 5 | set_file_security fails. | ||
| 6 | (g_b_init_set_named_security_info_w) | ||
| 7 | (g_b_init_set_named_security_info_a): New static variables. | ||
| 8 | (globals_of_w32): Initialize them to zero. | ||
| 9 | (set_named_security_info): Set them to non-zero if the | ||
| 10 | corresponding API is available. | ||
| 11 | (SetNamedSecurityInfoW_Proc, SetNamedSecurityInfoA_Proc): New | ||
| 12 | function typedefs. | ||
| 13 | |||
| 1 | 2013-12-31 Martin Rudalics <rudalics@gmx.at> | 14 | 2013-12-31 Martin Rudalics <rudalics@gmx.at> |
| 2 | 15 | ||
| 3 | Some more fixes following pixelwise resize changes including one | 16 | Some more fixes following pixelwise resize changes including one |