]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.036
- new
[packages/vim.git] / 7.3.036
CommitLineData
f5a1442d
ER
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.036
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.3.036
11Problem: Win32 GUI: When building without menus, the font for dialogs and
12 tab page headers also changes.
13Solution: Define USE_SYSMENU_FONT always. (Harig G.)
14Files: src/gui_w32.c
15
16
17*** ../vim-7.3.035/src/gui_w32.c 2010-10-23 14:02:48.000000000 +0200
18--- src/gui_w32.c 2010-10-25 20:29:15.000000000 +0200
19***************
20*** 289,301 ****
21
22 #ifdef FEAT_MENU
23 static UINT s_menu_id = 100;
24
25 /*
26 * Use the system font for dialogs and tear-off menus. Remove this line to
27 * use DLG_FONT_NAME.
28 */
29! # define USE_SYSMENU_FONT
30! #endif
31
32 #define VIM_NAME "vim"
33 #define VIM_CLASS "Vim"
34--- 289,301 ----
35
36 #ifdef FEAT_MENU
37 static UINT s_menu_id = 100;
38+ #endif
39
40 /*
41 * Use the system font for dialogs and tear-off menus. Remove this line to
42 * use DLG_FONT_NAME.
43 */
44! #define USE_SYSMENU_FONT
45
46 #define VIM_NAME "vim"
47 #define VIM_CLASS "Vim"
48*** ../vim-7.3.035/src/version.c 2010-10-24 14:33:38.000000000 +0200
49--- src/version.c 2010-10-27 12:14:39.000000000 +0200
50***************
51*** 716,717 ****
52--- 716,719 ----
53 { /* Add new patch number below this line */
54+ /**/
55+ 36,
56 /**/
57
58--
59ARTHUR: Bloody peasant!
60DENNIS: Oh, what a give away. Did you hear that, did you hear that, eh?
61 That's what I'm on about -- did you see him repressing me, you saw it
62 didn't you?
63 The Quest for the Holy Grail (Monty Python)
64
65 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
66/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
67\\\ download, build and distribute -- http://www.A-A-P.org ///
68 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.037798 seconds and 4 git commands to generate.