emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99952: * emacs.manifest: Add trustIn


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99952: * emacs.manifest: Add trustInfo section to Windows manifest.
Date: Tue, 20 Apr 2010 11:46:52 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99952
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Tue 2010-04-20 11:46:52 -0400
message:
  * emacs.manifest: Add trustInfo section to Windows manifest.
  
  See http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00805.html
  for details.
modified:
  nt/ChangeLog
  nt/emacs.manifest
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2010-03-10 15:17:13 +0000
+++ b/nt/ChangeLog      2010-04-20 15:46:52 +0000
@@ -1,3 +1,7 @@
+2010-04-20  Lewis Perin  <address@hidden>  (tiny change)
+
+       * emacs.manifest: Add trustInfo section to Windows manifest.
+
 2010-03-10  Chong Yidong  <address@hidden>
 
        * Branch for 23.2.

=== modified file 'nt/emacs.manifest'
--- a/nt/emacs.manifest 2007-06-15 00:07:45 +0000
+++ b/nt/emacs.manifest 2010-04-20 15:46:52 +0000
@@ -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>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]