Mercurial > emacs
changeset 108000:14e8111ba66e
* emacs.manifest: Add trustInfo section to Windows manifest.
See http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00805.html
for details.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 20 Apr 2010 11:46:52 -0400 |
parents | 759500121599 |
children | 3d52b4ac976f |
files | nt/ChangeLog nt/emacs.manifest |
diffstat | 2 files changed, 15 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/ChangeLog Tue Apr 20 10:45:14 2010 -0400 +++ b/nt/ChangeLog Tue Apr 20 11:46:52 2010 -0400 @@ -1,3 +1,7 @@ +2010-04-20 Lewis Perin <perin@panix.com> (tiny change) + + * emacs.manifest: Add trustInfo section to Windows manifest. + 2010-03-10 Chong Yidong <cyd@stupidchicken.com> * Branch for 23.2.
--- a/nt/emacs.manifest Tue Apr 20 10:45:14 2010 -0400 +++ b/nt/emacs.manifest Tue Apr 20 11:46:52 2010 -0400 @@ -8,4 +8,14 @@ language="*"/> </dependentAssembly> </dependency> -</assembly> \ No newline at end of file + <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" + name="emacs" type="win32"/> + <description>GNU Emacs</description> + <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel level="asInvoker"/> + </requestedPrivileges> + </security> + </trustInfo> +</assembly>