Karsten Hopp 8492b0
To: vim_dev@googlegroups.com
Karsten Hopp 8492b0
Subject: Patch 7.3.036
Karsten Hopp 8492b0
Fcc: outbox
Karsten Hopp 8492b0
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp 8492b0
Mime-Version: 1.0
Karsten Hopp 8492b0
Content-Type: text/plain; charset=UTF-8
Karsten Hopp 8492b0
Content-Transfer-Encoding: 8bit
Karsten Hopp 8492b0
------------
Karsten Hopp 8492b0
Karsten Hopp 8492b0
Patch 7.3.036
Karsten Hopp 8492b0
Problem:    Win32 GUI: When building without menus, the font for dialogs and
Karsten Hopp 8492b0
	    tab page headers also changes.
Karsten Hopp 8492b0
Solution:   Define USE_SYSMENU_FONT always. (Harig G.)
Karsten Hopp 8492b0
Files:	    src/gui_w32.c
Karsten Hopp 8492b0
Karsten Hopp 8492b0
Karsten Hopp 8492b0
*** ../vim-7.3.035/src/gui_w32.c	2010-10-23 14:02:48.000000000 +0200
Karsten Hopp 8492b0
--- src/gui_w32.c	2010-10-25 20:29:15.000000000 +0200
Karsten Hopp 8492b0
***************
Karsten Hopp 8492b0
*** 289,301 ****
Karsten Hopp 8492b0
  
Karsten Hopp 8492b0
  #ifdef FEAT_MENU
Karsten Hopp 8492b0
  static UINT	s_menu_id = 100;
Karsten Hopp 8492b0
  
Karsten Hopp 8492b0
  /*
Karsten Hopp 8492b0
   * Use the system font for dialogs and tear-off menus.  Remove this line to
Karsten Hopp 8492b0
   * use DLG_FONT_NAME.
Karsten Hopp 8492b0
   */
Karsten Hopp 8492b0
! # define USE_SYSMENU_FONT
Karsten Hopp 8492b0
! #endif
Karsten Hopp 8492b0
  
Karsten Hopp 8492b0
  #define VIM_NAME	"vim"
Karsten Hopp 8492b0
  #define VIM_CLASS	"Vim"
Karsten Hopp 8492b0
--- 289,301 ----
Karsten Hopp 8492b0
  
Karsten Hopp 8492b0
  #ifdef FEAT_MENU
Karsten Hopp 8492b0
  static UINT	s_menu_id = 100;
Karsten Hopp 8492b0
+ #endif
Karsten Hopp 8492b0
  
Karsten Hopp 8492b0
  /*
Karsten Hopp 8492b0
   * Use the system font for dialogs and tear-off menus.  Remove this line to
Karsten Hopp 8492b0
   * use DLG_FONT_NAME.
Karsten Hopp 8492b0
   */
Karsten Hopp 8492b0
! #define USE_SYSMENU_FONT
Karsten Hopp 8492b0
  
Karsten Hopp 8492b0
  #define VIM_NAME	"vim"
Karsten Hopp 8492b0
  #define VIM_CLASS	"Vim"
Karsten Hopp 8492b0
*** ../vim-7.3.035/src/version.c	2010-10-24 14:33:38.000000000 +0200
Karsten Hopp 8492b0
--- src/version.c	2010-10-27 12:14:39.000000000 +0200
Karsten Hopp 8492b0
***************
Karsten Hopp 8492b0
*** 716,717 ****
Karsten Hopp 8492b0
--- 716,719 ----
Karsten Hopp 8492b0
  {   /* Add new patch number below this line */
Karsten Hopp 8492b0
+ /**/
Karsten Hopp 8492b0
+     36,
Karsten Hopp 8492b0
  /**/
Karsten Hopp 8492b0
Karsten Hopp 8492b0
-- 
Karsten Hopp 8492b0
ARTHUR:  Bloody peasant!
Karsten Hopp 8492b0
DENNIS:  Oh, what a give away.  Did you hear that, did you hear that, eh?
Karsten Hopp 8492b0
         That's what I'm on about -- did you see him repressing me, you saw it
Karsten Hopp 8492b0
         didn't you?
Karsten Hopp 8492b0
                                  The Quest for the Holy Grail (Monty Python)
Karsten Hopp 8492b0
Karsten Hopp 8492b0
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp 8492b0
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp 8492b0
\\\        download, build and distribute -- http://www.A-A-P.org        ///
Karsten Hopp 8492b0
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///