aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2010-04-20 11:46:52 -0400
committerChong Yidong2010-04-20 11:46:52 -0400
commit4a787cd27609777ba656f7bc548e27923b2da624 (patch)
tree2fd8bd27a56ad4fcdad51043e523764dc898adfe
parent1cfb415b3b172ec4e7346b5601f8f57efb227b47 (diff)
downloademacs-4a787cd27609777ba656f7bc548e27923b2da624.tar.gz
emacs-4a787cd27609777ba656f7bc548e27923b2da624.zip
* emacs.manifest: Add trustInfo section to Windows manifest.
See http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00805.html for details.
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/emacs.manifest12
2 files changed, 15 insertions, 1 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index c4fddfee0b7..664d2be8b86 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12010-04-20 Lewis Perin <perin@panix.com> (tiny change)
2
3 * emacs.manifest: Add trustInfo section to Windows manifest.
4
12010-03-10 Chong Yidong <cyd@stupidchicken.com> 52010-03-10 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * Branch for 23.2. 7 * Branch for 23.2.
diff --git a/nt/emacs.manifest b/nt/emacs.manifest
index 4c1894c335f..64c6f1edfb7 100644
--- a/nt/emacs.manifest
+++ b/nt/emacs.manifest
@@ -8,4 +8,14 @@
8 language="*"/> 8 language="*"/>
9 </dependentAssembly> 9 </dependentAssembly>
10 </dependency> 10 </dependency>
11</assembly> \ No newline at end of file 11 <assemblyIdentity version="1.0.0.0" processorArchitecture="X86"
12 name="emacs" type="win32"/>
13 <description>GNU Emacs</description>
14 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
15 <security>
16 <requestedPrivileges>
17 <requestedExecutionLevel level="asInvoker"/>
18 </requestedPrivileges>
19 </security>
20 </trustInfo>
21</assembly>