home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 6.2.333 < prev    next >
Encoding:
Internet Message Format  |  2004-03-08  |  1.6 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.2.333 (extra)
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=ISO-8859-1
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 6.2.333 (extra)
  11. Problem:    Win32: printing doesn't work with specified font charset.
  12. Solution:   Use the specified font charset. (Mike Williams)
  13. Files:        src/os_mswin.c
  14.  
  15.  
  16. *** ../vim-6.2.332/src/os_mswin.c    Tue Feb  3 16:55:34 2004
  17. --- src/os_mswin.c    Tue Mar  9 12:17:47 2004
  18. ***************
  19. *** 1942,1948 ****
  20.           for (pifUnderline = 0; pifUnderline <= 1; pifUnderline++)
  21.           {
  22.           fLogFont.lfWeight =  boldface[pifBold];
  23. -         fLogFont.lfCharSet = DEFAULT_CHARSET;
  24.           fLogFont.lfItalic = pifItalic;
  25.           fLogFont.lfUnderline = pifUnderline;
  26.           prt_font_handles[pifBold][pifItalic][pifUnderline]
  27. --- 1942,1947 ----
  28. *** ../vim-6.2.332/src/version.c    Tue Mar  9 14:18:21 2004
  29. --- src/version.c    Tue Mar  9 14:19:47 2004
  30. ***************
  31. *** 639,640 ****
  32. --- 639,642 ----
  33.   {   /* Add new patch number below this line */
  34. + /**/
  35. +     333,
  36.   /**/
  37.  
  38. -- 
  39. Mrs Abbott: I'm a paediatrician.
  40.      Basil: Feet?
  41. Mrs Abbott: Children.
  42.      Sybil: Oh, Basil!
  43.      Basil: Well, children have feet, don't they? That's how they move
  44.             around, my dear. You must take a look next time, it's most
  45.             interesting.                               (Fawlty Towers)
  46.  
  47.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  48. ///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  49. \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
  50.  \\\  Buy at Amazon and help AIDS victims -- http://ICCF.nl/click1.html ///
  51.