]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.128
- initial import
[packages/vim.git] / 6.2.128
CommitLineData
eb0ac1ae
AG
1To: vim-dev@vim.org
2Subject: Patch 6.2.128
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.128 (after 6.2.118)
11Problem: src/auto/configure is not consistent with src/configure.in.
12Solution: Use the newly generated configure script.
13Files: src/auto/configure
14
15
16*** ../vim-6.2.127/src/auto/configure Fri Oct 17 12:01:21 2003
17--- src/auto/configure Thu Oct 16 10:32:05 2003
18***************
19*** 3601,3608 ****
20
21 case "$enable_gui_canon" in
22 no|none) echo "$ac_t""no GUI support" 1>&6 ;;
23! yes|"") echo "$ac_t""yes - automatic GUI support" 1>&6 ;;
24! auto) echo "$ac_t""auto - automatic GUI support" 1>&6
25 SKIP_GTK=
26 SKIP_GTK2=
27 SKIP_GNOME=
28--- 3601,3607 ----
29
30 case "$enable_gui_canon" in
31 no|none) echo "$ac_t""no GUI support" 1>&6 ;;
32! yes|""|auto) echo "$ac_t""yes/auto - automatic GUI support" 1>&6
33 SKIP_GTK=
34 SKIP_GTK2=
35 SKIP_GNOME=
36*** ../vim-6.2.127/src/version.c Fri Oct 17 12:20:50 2003
37--- src/version.c Thu Oct 23 14:09:08 2003
38***************
39*** 639,640 ****
40--- 639,642 ----
41 { /* Add new patch number below this line */
42+ /**/
43+ 128,
44 /**/
45
46--
47 [clop clop]
48GUARD #1: Halt! Who goes there?
49ARTHUR: It is I, Arthur, son of Uther Pendragon, from the castle of
50 Camelot. King of the Britons, defeator of the Saxons, sovereign of
51 all England!
52GUARD #1: Pull the other one!
53 The Quest for the Holy Grail (Monty Python)
54
55 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
56/// Creator of Vim - Vi IMproved -- http://www.Vim.org \\\
57\\\ Project leader for A-A-P -- http://www.A-A-P.org ///
58 \\\ Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html ///
This page took 0.065835 seconds and 4 git commands to generate.