]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.354
- updated to 6.2.430
[packages/vim.git] / 6.2.354
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.354 (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.354 (extra)
11 Problem:    Win32: When the mouse pointer is on a tear-off menu it is hidden
12             when typing but is not redisplayed when moved. (Markx Hackmann)
13 Solution:   Handle the pointer move event for the tear-off menu window.
14 Files:      src/gui_w32.c
15
16
17 *** ../vim-6.2.353/src/gui_w32.c        Tue Mar  9 10:48:23 2004
18 --- src/gui_w32.c       Sun Mar 14 14:33:29 2004
19 ***************
20 *** 2829,2834 ****
21 --- 2830,2838 ----
22   {
23       if (message == WM_INITDIALOG)
24         return (TRUE);
25
26 +     /* May show the mouse pointer again. */
27 +     HandleMouseHide(message, lParam);
28   
29       if (message == WM_COMMAND)
30       {
31 *** ../vim-6.2.353/src/version.c        Sat Mar 13 16:13:48 2004
32 --- src/version.c       Sun Mar 14 14:36:28 2004
33 ***************
34 *** 639,640 ****
35 --- 639,642 ----
36   {   /* Add new patch number below this line */
37 + /**/
38 +     354,
39   /**/
40
41 -- 
42 How To Keep A Healthy Level Of Insanity:
43 5. Put decaf in the coffee maker for 3 weeks. Once everyone has gotten
44    over their caffeine addictions, switch to expresso.
45
46  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
47 ///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
48 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
49  \\\  Buy at Amazon and help AIDS victims -- http://ICCF.nl/click1.html ///
This page took 0.079839 seconds and 3 git commands to generate.