]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.120
- fix for current libselinux
[packages/vim.git] / 6.2.120
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.120
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.120
11 Problem:    Win32 GUI: The console dialogs are not supported on MS-Windows,
12             disabling the 'c' flag of 'guioptions'. (Servatius Brandt)
13 Solution:   Define FEAT_CON_DIALOG also for GUI-only builds.
14 Files:      src/feature.h
15
16
17 *** ../vim-6.2.119/src/feature.h        Sun Oct 12 16:42:14 2003
18 --- src/feature.h       Mon Oct 13 20:13:07 2003
19 ***************
20 *** 719,737 ****
21    *                    When none of these defined there is no dialog support.
22    */
23   #ifdef FEAT_NORMAL
24 ! # if defined(FEAT_GUI_MSWIN)
25 ! #  define FEAT_GUI_DIALOG
26 ! # else
27 ! #  if ((defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_MOTIF)) \
28                 && defined(HAVE_X11_XPM_H)) \
29         || defined(FEAT_GUI_GTK) \
30         || defined(FEAT_GUI_PHOTON) \
31         || defined(FEAT_GUI_MAC)
32 ! #   define FEAT_CON_DIALOG
33 ! #   define FEAT_GUI_DIALOG
34 ! #  else
35 ! #   define FEAT_CON_DIALOG
36 ! #  endif
37   # endif
38   #endif
39   #if !defined(FEAT_GUI_DIALOG) && (defined(FEAT_GUI_MOTIF) \
40 --- 719,734 ----
41    *                    When none of these defined there is no dialog support.
42    */
43   #ifdef FEAT_NORMAL
44 ! # if ((defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_MOTIF)) \
45                 && defined(HAVE_X11_XPM_H)) \
46         || defined(FEAT_GUI_GTK) \
47         || defined(FEAT_GUI_PHOTON) \
48 +       || defined(FEAT_GUI_MSWIN) \
49         || defined(FEAT_GUI_MAC)
50 ! #  define FEAT_CON_DIALOG
51 ! #  define FEAT_GUI_DIALOG
52 ! # else
53 ! #  define FEAT_CON_DIALOG
54   # endif
55   #endif
56   #if !defined(FEAT_GUI_DIALOG) && (defined(FEAT_GUI_MOTIF) \
57 *** ../vim-6.2.119/src/version.c        Mon Oct 13 22:30:33 2003
58 --- src/version.c       Mon Oct 13 22:46:57 2003
59 ***************
60 *** 639,640 ****
61 --- 639,642 ----
62   {   /* Add new patch number below this line */
63 + /**/
64 +     120,
65   /**/
66
67 -- 
68 hundred-and-one symptoms of being an internet addict:
69 201. When somebody asks you where you are, you tell them in which chat room.
70
71  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
72 ///          Creator of Vim - Vi IMproved -- http://www.Vim.org          \\\
73 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
74  \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
This page took 0.034398 seconds and 3 git commands to generate.