]> git.pld-linux.org Git - packages/vim.git/blob - 7.2.205
- new
[packages/vim.git] / 7.2.205
1 To: vim-dev@vim.org
2 Subject: Patch 7.2.205 (extra)
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.2.205 (extra)
11 Problem:    Win32: No support for High DPI awarenes.
12 Solution:   Fix the manifest file. (George Reilly)
13 Files:      src/Make_mvc.mak, src/gvim.exe.mnf
14
15
16 *** ../vim-7.2.204/src/Make_mvc.mak     2009-06-16 16:34:12.000000000 +0200
17 --- src/Make_mvc.mak    2009-06-16 16:36:32.000000000 +0200
18 ***************
19 *** 1040,1046 ****
20   $(OUTDIR)/xpm_w32.obj: $(OUTDIR) xpm_w32.c
21         $(CC) $(CFLAGS) $(XPM_INC) xpm_w32.c
22   
23 ! $(OUTDIR)/vim.res:    $(OUTDIR) vim.rc version.h tools.bmp tearoff.bmp \
24                 vim.ico vim_error.ico vim_alert.ico vim_info.ico vim_quest.ico
25         $(RC) /l 0x409 /Fo$(OUTDIR)/vim.res $(RCFLAGS) vim.rc
26   
27 --- 1040,1046 ----
28   $(OUTDIR)/xpm_w32.obj: $(OUTDIR) xpm_w32.c
29         $(CC) $(CFLAGS) $(XPM_INC) xpm_w32.c
30   
31 ! $(OUTDIR)/vim.res:    $(OUTDIR) vim.rc gvim.exe.mnf version.h tools.bmp tearoff.bmp \
32                 vim.ico vim_error.ico vim_alert.ico vim_info.ico vim_quest.ico
33         $(RC) /l 0x409 /Fo$(OUTDIR)/vim.res $(RCFLAGS) vim.rc
34   
35 *** ../vim-7.2.204/src/gvim.exe.mnf     2008-08-09 19:37:29.000000000 +0200
36 --- src/gvim.exe.mnf    2009-06-16 16:36:32.000000000 +0200
37 ***************
38 *** 1,5 ****
39   <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
40 ! <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
41     <assemblyIdentity
42       processorArchitecture="*"
43       version="7.2.0.0"
44 --- 1,5 ----
45   <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
46 ! <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
47     <assemblyIdentity
48       processorArchitecture="*"
49       version="7.2.0.0"
50 ***************
51 *** 29,32 ****
52 --- 29,38 ----
53         </requestedPrivileges>
54       </security>
55     </trustInfo>
56 +   <!-- Vista High DPI aware -->
57 +   <asmv3:application>
58 +     <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
59 +       <dpiAware>true</dpiAware>
60 +     </asmv3:windowsSettings>
61 +   </asmv3:application>
62   </assembly>
63 *** ../vim-7.2.204/src/version.c        2009-06-16 16:34:12.000000000 +0200
64 --- src/version.c       2009-06-16 16:43:04.000000000 +0200
65 ***************
66 *** 678,679 ****
67 --- 678,681 ----
68   {   /* Add new patch number below this line */
69 + /**/
70 +     205,
71   /**/
72
73 -- 
74 How To Keep A Healthy Level Of Insanity:
75 17. When the money comes out the ATM, scream "I won!, I won! 3rd
76     time this week!!!!!"
77
78  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
79 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
80 \\\        download, build and distribute -- http://www.A-A-P.org        ///
81  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.032849 seconds and 3 git commands to generate.