]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.217
- initial import
[packages/vim.git] / 6.2.217
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.217
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.217
11 Problem:    GTK: setting the title doesn't always work correctly.
12 Solution:   Invoke gui_mch_settitle(). (Tomas Stehlik)
13 Files:      src/os_unix.c
14
15
16 *** ../vim-6.2.216/src/os_unix.c        Sun Oct 12 17:14:12 2003
17 --- src/os_unix.c       Thu Jan 29 21:38:08 2004
18 ***************
19 *** 1742,1748 ****
20       if (get_x11_windis() == OK)
21         type = 1;
22   #else
23 ! # if defined(FEAT_GUI_PHOTON) || defined(FEAT_GUI_MAC)
24       if (gui.in_use)
25         type = 1;
26   # endif
27 --- 1747,1753 ----
28       if (get_x11_windis() == OK)
29         type = 1;
30   #else
31 ! # if defined(FEAT_GUI_PHOTON) || defined(FEAT_GUI_MAC) || defined(FEAT_GUI_GTK)
32       if (gui.in_use)
33         type = 1;
34   # endif
35 *** ../vim-6.2.216/src/version.c        Sun Feb  1 16:39:09 2004
36 --- src/version.c       Sun Feb  1 19:51:21 2004
37 ***************
38 *** 639,640 ****
39 --- 639,642 ----
40   {   /* Add new patch number below this line */
41 + /**/
42 +     217,
43   /**/
44
45 -- 
46 hundred-and-one symptoms of being an internet addict:
47 9. All your daydreaming is preoccupied with getting a faster connection to the
48    net: 28.8...ISDN...cable modem...T1...T3.
49
50  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
51 ///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
52 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
53  \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
This page took 0.048714 seconds and 3 git commands to generate.