|
Karsten Hopp |
95019d |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
95019d |
Subject: Patch 7.3.542
|
|
Karsten Hopp |
95019d |
Fcc: outbox
|
|
Karsten Hopp |
95019d |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
95019d |
Mime-Version: 1.0
|
|
Karsten Hopp |
95019d |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
95019d |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
95019d |
------------
|
|
Karsten Hopp |
95019d |
|
|
Karsten Hopp |
95019d |
Patch 7.3.542 (after 7.3.506)
|
|
Karsten Hopp |
95019d |
Problem: Function is sometimes unused.
|
|
Karsten Hopp |
95019d |
Solution: Add #ifdef.
|
|
Karsten Hopp |
95019d |
Files: src/gui_gtk.c
|
|
Karsten Hopp |
95019d |
|
|
Karsten Hopp |
95019d |
|
|
Karsten Hopp |
95019d |
*** ../vim-7.3.541/src/gui_gtk.c 2012-04-25 17:10:12.000000000 +0200
|
|
Karsten Hopp |
95019d |
--- src/gui_gtk.c 2012-06-06 15:25:12.000000000 +0200
|
|
Karsten Hopp |
95019d |
***************
|
|
Karsten Hopp |
95019d |
*** 90,100 ****
|
|
Karsten Hopp |
95019d |
--- 90,102 ----
|
|
Karsten Hopp |
95019d |
static void entry_activate_cb(GtkWidget *widget, gpointer data);
|
|
Karsten Hopp |
95019d |
static void entry_changed_cb(GtkWidget *entry, GtkWidget *dialog);
|
|
Karsten Hopp |
95019d |
static void find_replace_cb(GtkWidget *widget, gpointer data);
|
|
Karsten Hopp |
95019d |
+ #if defined(FEAT_BROWSE) || defined(PROTO)
|
|
Karsten Hopp |
95019d |
static void recent_func_log_func(
|
|
Karsten Hopp |
95019d |
const gchar *log_domain,
|
|
Karsten Hopp |
95019d |
GLogLevelFlags log_level,
|
|
Karsten Hopp |
95019d |
const gchar *message,
|
|
Karsten Hopp |
95019d |
gpointer user_data);
|
|
Karsten Hopp |
95019d |
+ #endif
|
|
Karsten Hopp |
95019d |
|
|
Karsten Hopp |
95019d |
#if defined(FEAT_TOOLBAR)
|
|
Karsten Hopp |
95019d |
/*
|
|
Karsten Hopp |
95019d |
***************
|
|
Karsten Hopp |
95019d |
*** 1896,1901 ****
|
|
Karsten Hopp |
95019d |
--- 1898,1904 ----
|
|
Karsten Hopp |
95019d |
do_cmdline_cmd((char_u *)"emenu ToolBar.FindHelp");
|
|
Karsten Hopp |
95019d |
}
|
|
Karsten Hopp |
95019d |
|
|
Karsten Hopp |
95019d |
+ #if defined(FEAT_BROWSE) || defined(PROTO)
|
|
Karsten Hopp |
95019d |
static void
|
|
Karsten Hopp |
95019d |
recent_func_log_func(const gchar *log_domain UNUSED,
|
|
Karsten Hopp |
95019d |
GLogLevelFlags log_level UNUSED,
|
|
Karsten Hopp |
95019d |
***************
|
|
Karsten Hopp |
95019d |
*** 1905,1908 ****
|
|
Karsten Hopp |
95019d |
/* We just want to suppress the warnings. */
|
|
Karsten Hopp |
95019d |
/* http://bugzilla.gnome.org/show_bug.cgi?id=664587 */
|
|
Karsten Hopp |
95019d |
}
|
|
Karsten Hopp |
95019d |
!
|
|
Karsten Hopp |
95019d |
--- 1908,1911 ----
|
|
Karsten Hopp |
95019d |
/* We just want to suppress the warnings. */
|
|
Karsten Hopp |
95019d |
/* http://bugzilla.gnome.org/show_bug.cgi?id=664587 */
|
|
Karsten Hopp |
95019d |
}
|
|
Karsten Hopp |
95019d |
! #endif
|
|
Karsten Hopp |
95019d |
*** ../vim-7.3.541/src/version.c 2012-06-06 16:12:54.000000000 +0200
|
|
Karsten Hopp |
95019d |
--- src/version.c 2012-06-06 16:14:17.000000000 +0200
|
|
Karsten Hopp |
95019d |
***************
|
|
Karsten Hopp |
95019d |
*** 716,717 ****
|
|
Karsten Hopp |
95019d |
--- 716,719 ----
|
|
Karsten Hopp |
95019d |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
95019d |
+ /**/
|
|
Karsten Hopp |
95019d |
+ 542,
|
|
Karsten Hopp |
95019d |
/**/
|
|
Karsten Hopp |
95019d |
|
|
Karsten Hopp |
95019d |
--
|
|
Karsten Hopp |
95019d |
How To Keep A Healthy Level Of Insanity:
|
|
Karsten Hopp |
95019d |
1. At lunch time, sit in your parked car with sunglasses on and point
|
|
Karsten Hopp |
95019d |
a hair dryer at passing cars. See if they slow down.
|
|
Karsten Hopp |
95019d |
|
|
Karsten Hopp |
95019d |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
95019d |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
95019d |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
95019d |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|