|
Karsten Hopp |
016579 |
To: vim-dev@vim.org
|
|
Karsten Hopp |
016579 |
Subject: patch 7.1.117
|
|
Karsten Hopp |
016579 |
Fcc: outbox
|
|
Karsten Hopp |
016579 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
016579 |
Mime-Version: 1.0
|
|
Karsten Hopp |
016579 |
Content-Type: text/plain; charset=ISO-8859-1
|
|
Karsten Hopp |
016579 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
016579 |
------------
|
|
Karsten Hopp |
016579 |
|
|
Karsten Hopp |
016579 |
Patch 7.1.117
|
|
Karsten Hopp |
016579 |
Problem: Can't check wether Vim was compiled with Gnome. (Tony Mechelynck)
|
|
Karsten Hopp |
016579 |
Solution: Add gui_gnome to the has() list.
|
|
Karsten Hopp |
016579 |
Files: src/eval.c
|
|
Karsten Hopp |
016579 |
|
|
Karsten Hopp |
016579 |
|
|
Karsten Hopp |
016579 |
*** ../vim-7.1.116/src/eval.c Mon Sep 17 22:19:43 2007
|
|
Karsten Hopp |
016579 |
--- src/eval.c Sun Sep 16 19:24:49 2007
|
|
Karsten Hopp |
016579 |
***************
|
|
Karsten Hopp |
016579 |
*** 10879,10884 ****
|
|
Karsten Hopp |
016579 |
--- 10883,10891 ----
|
|
Karsten Hopp |
016579 |
"gui_gtk2",
|
|
Karsten Hopp |
016579 |
# endif
|
|
Karsten Hopp |
016579 |
#endif
|
|
Karsten Hopp |
016579 |
+ #ifdef FEAT_GUI_GNOME
|
|
Karsten Hopp |
016579 |
+ "gui_gnome",
|
|
Karsten Hopp |
016579 |
+ #endif
|
|
Karsten Hopp |
016579 |
#ifdef FEAT_GUI_MAC
|
|
Karsten Hopp |
016579 |
"gui_mac",
|
|
Karsten Hopp |
016579 |
#endif
|
|
Karsten Hopp |
016579 |
*** ../vim-7.1.116/src/version.c Mon Sep 17 22:38:49 2007
|
|
Karsten Hopp |
016579 |
--- src/version.c Tue Sep 25 12:48:59 2007
|
|
Karsten Hopp |
016579 |
***************
|
|
Karsten Hopp |
016579 |
*** 668,669 ****
|
|
Karsten Hopp |
016579 |
--- 668,671 ----
|
|
Karsten Hopp |
016579 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
016579 |
+ /**/
|
|
Karsten Hopp |
016579 |
+ 117,
|
|
Karsten Hopp |
016579 |
/**/
|
|
Karsten Hopp |
016579 |
|
|
Karsten Hopp |
016579 |
--
|
|
Karsten Hopp |
016579 |
ARTHUR: No, hang on! Just answer the five questions ...
|
|
Karsten Hopp |
016579 |
GALAHAD: Three questions ...
|
|
Karsten Hopp |
016579 |
ARTHUR: Three questions ... And we shall watch ... and pray.
|
|
Karsten Hopp |
016579 |
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
|
|
Karsten Hopp |
016579 |
|
|
Karsten Hopp |
016579 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
016579 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
016579 |
\\\ download, build and distribute -- http://www.A-A-P.org ///
|
|
Karsten Hopp |
016579 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|