Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 3728:6765f2581182
[xemacs-hg @ 2006-12-08 02:21:53 by vins]
Added Benson Margulies's patch to avoid the dreaded: "File not found and
directory write-protected" message under Windows.
author | vins |
---|---|
date | Fri, 08 Dec 2006 02:22:02 +0000 |
parents | 1fe680cefdb7 |
children | af0d2950b72a |
comparison
equal
deleted
inserted
replaced
3727:3246cf3e564d | 3728:6765f2581182 |
---|---|
1 2006-12-07 Vin Shelton <acs@xemacs.org> | |
2 | |
3 * fileio.c: Added cast to qxeGetNamedSecurityInfofix call to fix | |
4 VC6 build. | |
5 | |
6 2006-11-24 Benson Margulies <benson@dchbk.us> | |
7 | |
8 * fileio.c: Change check_writable to use the full Win32 mechanism | |
9 to check access. | |
10 * intl-auto-encap-win32.c: Add GetNamedSecurityInfo | |
11 * intl-auto-encap-win32.h: Add GetNamedSecurityInfo | |
12 * intl-auto-encap-win32.h Add qxeGetNamedSecurityInfo. | |
13 * intl-encap-win32.c: Add aclapi.h : GetNamedSecurityInfo | |
14 * syswindows.h: Add aclapi.h | |
15 | |
1 2006-12-06 Aidan Kehoe <kehoea@parhasard.net> | 16 2006-12-06 Aidan Kehoe <kehoea@parhasard.net> |
2 | 17 |
3 * text.c (Fsplit_char): | 18 * text.c (Fsplit_char): |
4 Make split-char available on non-Mule builds, taking out a | 19 Make split-char available on non-Mule builds, taking out a |
5 superfluous call to get-charset to make that possible. | 20 superfluous call to get-charset to make that possible. |