]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.217
- initial import
[packages/vim.git] / 6.2.217
CommitLineData
05649561
AG
1To: vim-dev@vim.org
2Subject: Patch 6.2.217
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 6.2.217
11Problem: GTK: setting the title doesn't always work correctly.
12Solution: Invoke gui_mch_settitle(). (Tomas Stehlik)
13Files: 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--
46hundred-and-one symptoms of being an internet addict:
479. 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.029868 seconds and 4 git commands to generate.