Merge lp:~mterry/ubuntu/maverick/gtksourceview2/2.32.0 into lp:ubuntu/maverick/gtksourceview2

Proposed by Michael Terry
Status: Merged
Merge reported by: Sebastien Bacher
Merged at revision: not available
Proposed branch: lp:~mterry/ubuntu/maverick/gtksourceview2/2.32.0
Merge into: lp:ubuntu/maverick/gtksourceview2
Diff against target: 37410 lines (+13943/-7447)
61 files modified
ChangeLog (+130/-1)
Makefile.in (+2/-1)
NEWS (+4/-0)
README (+3/-3)
aclocal.m4 (+52/-47)
configure (+842/-665)
configure.ac (+1/-1)
debian/changelog (+7/-0)
docs/Makefile.in (+2/-1)
docs/reference/Makefile.in (+12/-5)
docs/reference/html/GtkSourceBuffer.html (+118/-118)
docs/reference/html/GtkSourceCompletion.html (+65/-65)
docs/reference/html/GtkSourceCompletionInfo.html (+42/-42)
docs/reference/html/GtkSourceCompletionItem.html (+40/-40)
docs/reference/html/GtkSourceCompletionProposal.html (+30/-30)
docs/reference/html/GtkSourceCompletionProvider.html (+34/-34)
docs/reference/html/GtkSourceGutter.html (+70/-70)
docs/reference/html/GtkSourceLanguage.html (+44/-44)
docs/reference/html/GtkSourceLanguageManager.html (+38/-38)
docs/reference/html/GtkSourceMark.html (+30/-30)
docs/reference/html/GtkSourcePrintCompositor.html (+176/-176)
docs/reference/html/GtkSourceStyle.html (+32/-32)
docs/reference/html/GtkSourceStyleScheme.html (+28/-28)
docs/reference/html/GtkSourceStyleSchemeManager.html (+23/-23)
docs/reference/html/GtkSourceUndoManager.html (+12/-12)
docs/reference/html/GtkSourceView.html (+183/-183)
docs/reference/html/gtksourceview-2.0-Searching-in-a-GtkSourceBuffer.html (+34/-34)
docs/reference/html/gtksourceview-2.0-completioncontext.html (+16/-16)
docs/reference/html/gtksourceview-2.0.devhelp (+5/-5)
docs/reference/html/gtksourceview-2.0.devhelp2 (+5/-5)
docs/reference/html/index.html (+3/-3)
docs/reference/html/lang-reference.html (+25/-25)
docs/reference/html/lang-tutorial.html (+3/-3)
docs/reference/html/rn01.html (+3/-3)
docs/reference/html/rn02.html (+3/-3)
docs/reference/html/style-reference.html (+3/-3)
docs/reference/html/style.css (+8/-0)
docs/reference/version.xml (+1/-1)
glade/Makefile.in (+2/-1)
gtk-doc.make (+10/-4)
gtksourceview/Makefile.in (+2/-1)
gtksourceview/completion-providers/Makefile.in (+2/-1)
gtksourceview/completion-providers/words/Makefile.in (+2/-1)
gtksourceview/gtksourceview-typebuiltins.h (+2/-2)
gtksourceview/language-specs/Makefile.in (+2/-1)
ltmain.sh (+1044/-705)
m4/libtool.m4 (+543/-462)
m4/ltoptions.m4 (+7/-6)
m4/ltversion.m4 (+5/-5)
m4/lt~obsolete.m4 (+9/-3)
po/ar.po (+709/-235)
po/he.po (+1293/-439)
po/id.po (+2455/-1359)
po/ja.po (+778/-226)
po/nb.po (+140/-100)
po/or.po (+706/-257)
po/sk.po (+2580/-1220)
po/sr.po (+707/-266)
po/sr@latin.po (+707/-266)
po/zh_CN.po (+107/-96)
tests/Makefile.in (+2/-1)
To merge this branch: bzr merge lp:~mterry/ubuntu/maverick/gtksourceview2/2.32.0
Reviewer Review Type Date Requested Status
Ubuntu Development Team Pending
Review via email: mp+37027@code.launchpad.net

Description of the change

GNOME 2.32.0 merge

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ChangeLog'
2--- ChangeLog 2010-06-21 15:16:53 +0000
3+++ ChangeLog 2010-09-29 17:12:46 +0000
4@@ -1,6 +1,135 @@
5+commit 4f446ae3b9fa9fa628f5205c77604a229f601d6a
6+Author: Khaled Hosny <khaledhosny@eglug.org>
7+Date: 2010-09-24
8+
9+ Updated Arabic translation
10+
11+M po/ar.po
12+
13+commit d7ed35899c576ec952043209c00763616db1dd65
14+Author: Dirgita <dirgitadevina@yahoo.co.id>
15+Date: 2010-09-21
16+
17+ Updated Indonesian translation
18+
19+M po/id.po
20+
21+commit 3a5aadc13d04c8fe5394ac412d25acdd586e8f99
22+Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
23+Date: 2010-09-20
24+
25+ Updated Japanese translation
26+
27+M po/ja.po
28+
29+commit 7539c2a21ea980062de3c5327006abda3cf5b678
30+Author: Andika Triwidada <andika@gmail.com>
31+Date: 2010-09-18
32+
33+ Updated Indonesian translation
34+
35+M po/id.po
36+
37+commit 95f1541d117db9d82bbb61024118c871ab22c199
38+Author: Aron Xu <aronxu@gnome.org>
39+Date: 2010-09-15
40+
41+ Update Simplified Chinese translation.
42+
43+M po/zh_CN.po
44+
45+commit 19f0473b739f44913bbb203a0e5a1bc30f968095
46+Author: Andika Triwidada <andika@gmail.com>
47+Date: 2010-09-14
48+
49+ Updated Indonesian translation
50+
51+M po/id.po
52+
53+commit cce8d64335e2951f5e9aebf8e22a202b1304cff6
54+Author: Andika Triwidada <andika@gmail.com>
55+Date: 2010-09-13
56+
57+ Updated Indonesian translation
58+
59+M po/id.po
60+
61+commit 97187e5691b2cb63320bf539527ec082fcc08ff6
62+Author: Yaron Shahrabani <sh.yaron@gmail.com>
63+Date: 2010-09-05
64+
65+ Updated Hebrew translation.
66+
67+M po/he.po
68+
69+commit b95c404da38a1033f96723f965da78457617dee5
70+Author: Yaron Shahrabani <sh.yaron@gmail.com>
71+Date: 2010-09-05
72+
73+ Updated Hebrew translation.
74+
75+M po/he.po
76+
77+commit a87446999a67c968f00def55e4a87555e371c56f
78+Author: Милош Поповић <gpopac@gmail.com>
79+Date: 2010-08-21
80+
81+ Updated Serbian translation
82+
83+M po/sr.po
84+M po/sr@latin.po
85+
86+commit b9fce52fb76bd358ea2c1c528382cbc00dcbfd95
87+Author: Roman Mátyus <romanmatyus@gmail.com>
88+Date: 2010-08-20
89+
90+ Updated Slovak translation
91+
92+M po/sk.po
93+
94+commit 717e3660778ab42da3ae5c3cdd701e94fa3cfe13
95+Author: Милош Поповић <gpopac@gmail.com>
96+Date: 2010-08-18
97+
98+ Updated Serbian translation
99+
100+M po/sr.po
101+
102+commit 119ea3f3b52a2b269fbc9142eda8874a0fe526ff
103+Author: Andika Triwidada <andika@gmail.com>
104+Date: 2010-08-06
105+
106+ Updated Indonesian translation
107+
108+M po/id.po
109+
110+commit f5bc0d5c3d062c385c9a24bdf1a2055390355ab0
111+Author: Yaron Shahrabani <sh.yaron@gmail.com>
112+Date: 2010-08-04
113+
114+ Updated Hebrew translation.
115+
116+M po/he.po
117+
118+commit e0fd6ec6061014c5e487cd6c521a0b9bdfa600e8
119+Author: Manoj Kumar Giri <mgiri@mgiri.csb>
120+Date: 2010-07-29
121+
122+ Updated Oriya Translation
123+
124+M po/or.po
125+
126+commit cbddc10e2ecca92042eb66e7dc12910d518bcba4
127+Author: Kjartan Maraas <kmaraas@gnome.org>
128+Date: 2010-07-13
129+
130+ Updated Norwegian bokmål translation
131+
132+M po/nb.po
133+
134 commit 717ecf60534a02760bece11a66832a08ee0f884d
135 Author: Paolo Borelli <pborelli@gnome.org>
136-Date: 2010-06-20
137+Date: 2010-06-20
138
139 Release 2.10.4
140
141
142=== modified file 'Makefile.in'
143--- Makefile.in 2010-05-31 10:35:27 +0000
144+++ Makefile.in 2010-09-29 17:12:46 +0000
145@@ -224,6 +224,8 @@
146 PACKAGE_VERSION = @PACKAGE_VERSION@
147 PATH_SEPARATOR = @PATH_SEPARATOR@
148 PKG_CONFIG = @PKG_CONFIG@
149+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
150+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
151 POFILES = @POFILES@
152 POSUB = @POSUB@
153 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
154@@ -273,7 +275,6 @@
155 libexecdir = @libexecdir@
156 localedir = @localedir@
157 localstatedir = @localstatedir@
158-lt_ECHO = @lt_ECHO@
159 mandir = @mandir@
160 mkdir_p = @mkdir_p@
161 oldincludedir = @oldincludedir@
162
163=== modified file 'NEWS'
164--- NEWS 2010-06-21 15:16:53 +0000
165+++ NEWS 2010-09-29 17:12:46 +0000
166@@ -1,3 +1,7 @@
167+News in 2.10.5
168+-------------
169+* Updated translations
170+
171 News in 2.10.4
172 -------------
173 * Misc bugfixes
174
175=== modified file 'README'
176--- README 2010-06-21 15:16:53 +0000
177+++ README 2010-09-29 17:12:46 +0000
178@@ -1,7 +1,7 @@
179 General Information
180 ===================
181
182-This is version 2.10.4 of GtkSourceView.
183+This is version 2.10.5 of GtkSourceView.
184
185 GtkSourceView is a text widget that extends the standard gtk+ 2.x
186 text widget GtkTextView.
187@@ -32,8 +32,8 @@
188
189 Simple install procedure:
190
191- % gzip -cd gtksourceview-2.10.4.tar.gz | tar xvf - # unpack the sources
192- % cd gtksourceview-2.10.4 # change to the toplevel directory
193+ % gzip -cd gtksourceview-2.10.5.tar.gz | tar xvf - # unpack the sources
194+ % cd gtksourceview-2.10.5 # change to the toplevel directory
195 % ./configure # run the `configure' script
196 % make # build gtksourceview
197 [ Become root if necessary ]
198
199=== modified file 'aclocal.m4'
200--- aclocal.m4 2010-06-21 15:16:53 +0000
201+++ aclocal.m4 2010-09-29 17:12:46 +0000
202@@ -13,14 +13,14 @@
203
204 m4_ifndef([AC_AUTOCONF_VERSION],
205 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
206-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
207-[m4_warning([this file was generated for autoconf 2.65.
208+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.66],,
209+[m4_warning([this file was generated for autoconf 2.66.
210 You have another version of autoconf. It may work, but is not guaranteed to.
211 If you have problems, you may need to regenerate the build system entirely.
212 To do so, use the procedure documented by the package, typically `autoreconf'.])])
213
214-# gettext.m4 serial 60 (gettext-0.17)
215-dnl Copyright (C) 1995-2007 Free Software Foundation, Inc.
216+# gettext.m4 serial 63 (gettext-0.18)
217+dnl Copyright (C) 1995-2010 Free Software Foundation, Inc.
218 dnl This file is free software; the Free Software Foundation
219 dnl gives unlimited permission to copy and/or distribute it,
220 dnl with or without modifications, as long as this notice is preserved.
221@@ -36,7 +36,7 @@
222
223 dnl Authors:
224 dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
225-dnl Bruno Haible <haible@clisp.cons.org>, 2000-2006.
226+dnl Bruno Haible <haible@clisp.cons.org>, 2000-2006, 2008-2010.
227
228 dnl Macro to add for using GNU gettext.
229
230@@ -81,6 +81,8 @@
231 ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], ,
232 [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT
233 ])])])])])
234+ ifelse(ifelse([$1], [], [old])[]ifelse([$1], [no-libtool], [old]), [old],
235+ [AC_DIAGNOSE([obsolete], [Use of AM_GNU_GETTEXT without [external] argument is deprecated.])])
236 ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
237 [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT
238 ])])])])
239@@ -144,11 +146,11 @@
240 gt_use_preinstalled_gnugettext=no
241 ifelse(gt_included_intl, yes, [
242 AC_MSG_CHECKING([whether included gettext is requested])
243- AC_ARG_WITH(included-gettext,
244+ AC_ARG_WITH([included-gettext],
245 [ --with-included-gettext use the GNU gettext library included here],
246 nls_cv_force_use_gnu_gettext=$withval,
247 nls_cv_force_use_gnu_gettext=no)
248- AC_MSG_RESULT($nls_cv_force_use_gnu_gettext)
249+ AC_MSG_RESULT([$nls_cv_force_use_gnu_gettext])
250
251 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
252 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
253@@ -288,7 +290,7 @@
254
255 if test "$gt_use_preinstalled_gnugettext" = "yes" \
256 || test "$nls_cv_use_gnu_gettext" = "yes"; then
257- AC_DEFINE(ENABLE_NLS, 1,
258+ AC_DEFINE([ENABLE_NLS], [1],
259 [Define to 1 if translation of program messages to the user's native language
260 is requested.])
261 else
262@@ -322,9 +324,9 @@
263 fi
264
265 dnl For backward compatibility. Some packages may be using this.
266- AC_DEFINE(HAVE_GETTEXT, 1,
267+ AC_DEFINE([HAVE_GETTEXT], [1],
268 [Define if the GNU gettext() function is already present or preinstalled.])
269- AC_DEFINE(HAVE_DCGETTEXT, 1,
270+ AC_DEFINE([HAVE_DCGETTEXT], [1],
271 [Define if the GNU dcgettext() function is already present or preinstalled.])
272 fi
273
274@@ -340,9 +342,9 @@
275 fi
276
277 dnl Make all variables we use known to autoconf.
278- AC_SUBST(BUILD_INCLUDED_LIBINTL)
279- AC_SUBST(USE_INCLUDED_LIBINTL)
280- AC_SUBST(CATOBJEXT)
281+ AC_SUBST([BUILD_INCLUDED_LIBINTL])
282+ AC_SUBST([USE_INCLUDED_LIBINTL])
283+ AC_SUBST([CATOBJEXT])
284
285 dnl For backward compatibility. Some configure.ins may be using this.
286 nls_cv_header_intl=
287@@ -350,36 +352,36 @@
288
289 dnl For backward compatibility. Some Makefiles may be using this.
290 DATADIRNAME=share
291- AC_SUBST(DATADIRNAME)
292+ AC_SUBST([DATADIRNAME])
293
294 dnl For backward compatibility. Some Makefiles may be using this.
295 INSTOBJEXT=.mo
296- AC_SUBST(INSTOBJEXT)
297+ AC_SUBST([INSTOBJEXT])
298
299 dnl For backward compatibility. Some Makefiles may be using this.
300 GENCAT=gencat
301- AC_SUBST(GENCAT)
302+ AC_SUBST([GENCAT])
303
304 dnl For backward compatibility. Some Makefiles may be using this.
305 INTLOBJS=
306 if test "$USE_INCLUDED_LIBINTL" = yes; then
307 INTLOBJS="\$(GETTOBJS)"
308 fi
309- AC_SUBST(INTLOBJS)
310+ AC_SUBST([INTLOBJS])
311
312 dnl Enable libtool support if the surrounding package wishes it.
313 INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix
314- AC_SUBST(INTL_LIBTOOL_SUFFIX_PREFIX)
315+ AC_SUBST([INTL_LIBTOOL_SUFFIX_PREFIX])
316 ])
317
318 dnl For backward compatibility. Some Makefiles may be using this.
319 INTLLIBS="$LIBINTL"
320- AC_SUBST(INTLLIBS)
321+ AC_SUBST([INTLLIBS])
322
323 dnl Make all documented variables known to autoconf.
324- AC_SUBST(LIBINTL)
325- AC_SUBST(LTLIBINTL)
326- AC_SUBST(POSUB)
327+ AC_SUBST([LIBINTL])
328+ AC_SUBST([LTLIBINTL])
329+ AC_SUBST([POSUB])
330 ])
331
332
333@@ -683,7 +685,7 @@
334
335 dnl These rules are solely for the distribution goal. While doing this
336 dnl we only have to keep exactly one list of the available catalogs
337- dnl in configure.in.
338+ dnl in configure.ac.
339 for lang in $ALL_LINGUAS; do
340 GMOFILES="$GMOFILES $lang.gmo"
341 POFILES="$POFILES $lang.po"
342@@ -812,7 +814,7 @@
343 dnl
344 dnl Now the definitions that aclocal will find
345 dnl
346-ifdef(glib_configure_in,[],[
347+ifdef(glib_configure_ac,[],[
348 AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)])
349 AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)])
350 ])dnl
351@@ -976,8 +978,9 @@
352 AC_SUBST(WARN_CXXFLAGS)
353 ])
354
355-# nls.m4 serial 3 (gettext-0.15)
356-dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc.
357+# nls.m4 serial 5 (gettext-0.18)
358+dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation,
359+dnl Inc.
360 dnl This file is free software; the Free Software Foundation
361 dnl gives unlimited permission to copy and/or distribute it,
362 dnl with or without modifications, as long as this notice is preserved.
363@@ -995,20 +998,21 @@
364 dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
365 dnl Bruno Haible <haible@clisp.cons.org>, 2000-2003.
366
367-AC_PREREQ(2.50)
368+AC_PREREQ([2.50])
369
370 AC_DEFUN([AM_NLS],
371 [
372 AC_MSG_CHECKING([whether NLS is requested])
373 dnl Default is enabled NLS
374- AC_ARG_ENABLE(nls,
375+ AC_ARG_ENABLE([nls],
376 [ --disable-nls do not use Native Language Support],
377 USE_NLS=$enableval, USE_NLS=yes)
378- AC_MSG_RESULT($USE_NLS)
379- AC_SUBST(USE_NLS)
380+ AC_MSG_RESULT([$USE_NLS])
381+ AC_SUBST([USE_NLS])
382 ])
383
384 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
385+# serial 1 (pkg-config-0.24)
386 #
387 # Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
388 #
389@@ -1036,7 +1040,10 @@
390 AC_DEFUN([PKG_PROG_PKG_CONFIG],
391 [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
392 m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
393-AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
394+AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
395+AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
396+AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
397+
398 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
399 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
400 fi
401@@ -1049,7 +1056,6 @@
402 AC_MSG_RESULT([no])
403 PKG_CONFIG=""
404 fi
405-
406 fi[]dnl
407 ])# PKG_PROG_PKG_CONFIG
408
409@@ -1058,21 +1064,20 @@
410 # Check to see whether a particular set of modules exists. Similar
411 # to PKG_CHECK_MODULES(), but does not set variables or print errors.
412 #
413-#
414-# Similar to PKG_CHECK_MODULES, make sure that the first instance of
415-# this or PKG_CHECK_MODULES is called, or make sure to call
416-# PKG_CHECK_EXISTS manually
417+# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
418+# only at the first occurence in configure.ac, so if the first place
419+# it's called might be skipped (such as if it is within an "if", you
420+# have to call PKG_CHECK_EXISTS manually
421 # --------------------------------------------------------------
422 AC_DEFUN([PKG_CHECK_EXISTS],
423 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
424 if test -n "$PKG_CONFIG" && \
425 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
426- m4_ifval([$2], [$2], [:])
427+ m4_default([$2], [:])
428 m4_ifvaln([$3], [else
429 $3])dnl
430 fi])
431
432-
433 # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
434 # ---------------------------------------------
435 m4_define([_PKG_CONFIG],
436@@ -1125,6 +1130,7 @@
437 See the pkg-config man page for more details.])
438
439 if test $pkg_failed = yes; then
440+ AC_MSG_RESULT([no])
441 _PKG_SHORT_ERRORS_SUPPORTED
442 if test $_pkg_short_errors_supported = yes; then
443 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
444@@ -1134,7 +1140,7 @@
445 # Put the nasty error message in config.log where it belongs
446 echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
447
448- ifelse([$4], , [AC_MSG_ERROR(dnl
449+ m4_default([$4], [AC_MSG_ERROR(
450 [Package requirements ($2) were not met:
451
452 $$1_PKG_ERRORS
453@@ -1142,25 +1148,24 @@
454 Consider adjusting the PKG_CONFIG_PATH environment variable if you
455 installed software in a non-standard prefix.
456
457-_PKG_TEXT
458-])],
459- [AC_MSG_RESULT([no])
460- $4])
461+_PKG_TEXT])
462+ ])
463 elif test $pkg_failed = untried; then
464- ifelse([$4], , [AC_MSG_FAILURE(dnl
465+ AC_MSG_RESULT([no])
466+ m4_default([$4], [AC_MSG_FAILURE(
467 [The pkg-config script could not be found or is too old. Make sure it
468 is in your PATH or set the PKG_CONFIG environment variable to the full
469 path to pkg-config.
470
471 _PKG_TEXT
472
473-To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
474- [$4])
475+To get pkg-config, see <http://pkg-config.freedesktop.org/>.])
476+ ])
477 else
478 $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
479 $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
480 AC_MSG_RESULT([yes])
481- ifelse([$3], , :, [$3])
482+ $3
483 fi[]dnl
484 ])# PKG_CHECK_MODULES
485
486
487=== modified file 'configure'
488--- configure 2010-06-21 15:16:53 +0000
489+++ configure 2010-09-29 17:12:46 +0000
490@@ -1,13 +1,13 @@
491 #! /bin/sh
492 # Guess values for system-dependent variables and create Makefiles.
493-# Generated by GNU Autoconf 2.65 for gtksourceview 2.10.4.
494+# Generated by GNU Autoconf 2.66 for gtksourceview 2.10.5.
495 #
496 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gtksourceview>.
497 #
498 #
499 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
500-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
501-# Inc.
502+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
503+# Foundation, Inc.
504 #
505 #
506 # This configure script is free software; the Free Software Foundation
507@@ -173,6 +173,14 @@
508 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
509 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
510 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
511+
512+ test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
513+ ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
514+ ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
515+ ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
516+ PATH=/empty FPATH=/empty; export PATH FPATH
517+ test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
518+ || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
519 test \$(( 1 + 1 )) = 2 || exit 1"
520 if (eval "$as_required") 2>/dev/null; then :
521 as_have_required=yes
522@@ -320,7 +328,7 @@
523 test -d "$as_dir" && break
524 done
525 test -z "$as_dirs" || eval "mkdir $as_dirs"
526- } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
527+ } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
528
529
530 } # as_fn_mkdir_p
531@@ -360,19 +368,19 @@
532 fi # as_fn_arith
533
534
535-# as_fn_error ERROR [LINENO LOG_FD]
536-# ---------------------------------
537+# as_fn_error STATUS ERROR [LINENO LOG_FD]
538+# ----------------------------------------
539 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
540 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
541-# script with status $?, using 1 if that was 0.
542+# script with STATUS, using 1 if that was 0.
543 as_fn_error ()
544 {
545- as_status=$?; test $as_status -eq 0 && as_status=1
546- if test "$3"; then
547- as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
548- $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
549+ as_status=$1; test $as_status -eq 0 && as_status=1
550+ if test "$4"; then
551+ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
552+ $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
553 fi
554- $as_echo "$as_me: error: $1" >&2
555+ $as_echo "$as_me: error: $2" >&2
556 as_fn_exit $as_status
557 } # as_fn_error
558
559@@ -529,161 +537,14 @@
560 # Sed expression to map a string onto a valid variable name.
561 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
562
563-
564-
565-# Check that we are running under the correct shell.
566 SHELL=${CONFIG_SHELL-/bin/sh}
567
568-case X$lt_ECHO in
569-X*--fallback-echo)
570- # Remove one level of quotation (which was required for Make).
571- ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
572- ;;
573-esac
574-
575-ECHO=${lt_ECHO-echo}
576-if test "X$1" = X--no-reexec; then
577- # Discard the --no-reexec flag, and continue.
578- shift
579-elif test "X$1" = X--fallback-echo; then
580- # Avoid inline document here, it may be left over
581- :
582-elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
583- # Yippee, $ECHO works!
584- :
585-else
586- # Restart under the correct shell.
587- exec $SHELL "$0" --no-reexec ${1+"$@"}
588-fi
589-
590-if test "X$1" = X--fallback-echo; then
591- # used as fallback echo
592- shift
593- cat <<_LT_EOF
594-$*
595-_LT_EOF
596- exit 0
597-fi
598-
599-# The HP-UX ksh and POSIX shell print the target directory to stdout
600-# if CDPATH is set.
601-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
602-
603-if test -z "$lt_ECHO"; then
604- if test "X${echo_test_string+set}" != Xset; then
605- # find a string as large as possible, as long as the shell can cope with it
606- for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
607- # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
608- if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
609- { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
610- then
611- break
612- fi
613- done
614- fi
615-
616- if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
617- echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
618- test "X$echo_testing_string" = "X$echo_test_string"; then
619- :
620- else
621- # The Solaris, AIX, and Digital Unix default echo programs unquote
622- # backslashes. This makes it impossible to quote backslashes using
623- # echo "$something" | sed 's/\\/\\\\/g'
624- #
625- # So, first we look for a working echo in the user's PATH.
626-
627- lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
628- for dir in $PATH /usr/ucb; do
629- IFS="$lt_save_ifs"
630- if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
631- test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
632- echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
633- test "X$echo_testing_string" = "X$echo_test_string"; then
634- ECHO="$dir/echo"
635- break
636- fi
637- done
638- IFS="$lt_save_ifs"
639-
640- if test "X$ECHO" = Xecho; then
641- # We didn't find a better echo, so look for alternatives.
642- if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
643- echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
644- test "X$echo_testing_string" = "X$echo_test_string"; then
645- # This shell has a builtin print -r that does the trick.
646- ECHO='print -r'
647- elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
648- test "X$CONFIG_SHELL" != X/bin/ksh; then
649- # If we have ksh, try running configure again with it.
650- ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
651- export ORIGINAL_CONFIG_SHELL
652- CONFIG_SHELL=/bin/ksh
653- export CONFIG_SHELL
654- exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
655- else
656- # Try using printf.
657- ECHO='printf %s\n'
658- if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
659- echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
660- test "X$echo_testing_string" = "X$echo_test_string"; then
661- # Cool, printf works
662- :
663- elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
664- test "X$echo_testing_string" = 'X\t' &&
665- echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
666- test "X$echo_testing_string" = "X$echo_test_string"; then
667- CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
668- export CONFIG_SHELL
669- SHELL="$CONFIG_SHELL"
670- export SHELL
671- ECHO="$CONFIG_SHELL $0 --fallback-echo"
672- elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
673- test "X$echo_testing_string" = 'X\t' &&
674- echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
675- test "X$echo_testing_string" = "X$echo_test_string"; then
676- ECHO="$CONFIG_SHELL $0 --fallback-echo"
677- else
678- # maybe with a smaller string...
679- prev=:
680-
681- for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
682- if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
683- then
684- break
685- fi
686- prev="$cmd"
687- done
688-
689- if test "$prev" != 'sed 50q "$0"'; then
690- echo_test_string=`eval $prev`
691- export echo_test_string
692- exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
693- else
694- # Oops. We lost completely, so just stick with echo.
695- ECHO=echo
696- fi
697- fi
698- fi
699- fi
700- fi
701-fi
702-
703-# Copy echo and quote the copy suitably for passing to libtool from
704-# the Makefile, instead of quoting the original, which is used later.
705-lt_ECHO=$ECHO
706-if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
707- lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
708-fi
709-
710-
711-
712
713 test -n "$DJDIR" || exec 7<&0 </dev/null
714 exec 6>&1
715
716 # Name of the host.
717-# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
718+# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
719 # so uname gets run too.
720 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
721
722@@ -702,8 +563,8 @@
723 # Identity of this package.
724 PACKAGE_NAME='gtksourceview'
725 PACKAGE_TARNAME='gtksourceview'
726-PACKAGE_VERSION='2.10.4'
727-PACKAGE_STRING='gtksourceview 2.10.4'
728+PACKAGE_VERSION='2.10.5'
729+PACKAGE_STRING='gtksourceview 2.10.5'
730 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gtksourceview'
731 PACKAGE_URL='http://projects.gnome.org/gtksourceview/'
732
733@@ -816,6 +677,8 @@
734 ENABLE_PROVIDERS_TRUE
735 DEP_LIBS
736 DEP_CFLAGS
737+PKG_CONFIG_LIBDIR
738+PKG_CONFIG_PATH
739 PKG_CONFIG
740 WARN_CFLAGS
741 GLIB_MKENUMS
742@@ -828,7 +691,6 @@
743 LIPO
744 NMEDIT
745 DSYMUTIL
746-lt_ECHO
747 RANLIB
748 AR
749 OBJDUMP
750@@ -964,6 +826,8 @@
751 CPPFLAGS
752 CPP
753 PKG_CONFIG
754+PKG_CONFIG_PATH
755+PKG_CONFIG_LIBDIR
756 DEP_CFLAGS
757 DEP_LIBS
758 IGE_MAC_CFLAGS
759@@ -1076,7 +940,7 @@
760 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
761 # Reject names that are not valid shell variable names.
762 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
763- as_fn_error "invalid feature name: $ac_useropt"
764+ as_fn_error $? "invalid feature name: $ac_useropt"
765 ac_useropt_orig=$ac_useropt
766 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
767 case $ac_user_opts in
768@@ -1102,7 +966,7 @@
769 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
770 # Reject names that are not valid shell variable names.
771 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
772- as_fn_error "invalid feature name: $ac_useropt"
773+ as_fn_error $? "invalid feature name: $ac_useropt"
774 ac_useropt_orig=$ac_useropt
775 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
776 case $ac_user_opts in
777@@ -1306,7 +1170,7 @@
778 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
779 # Reject names that are not valid shell variable names.
780 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
781- as_fn_error "invalid package name: $ac_useropt"
782+ as_fn_error $? "invalid package name: $ac_useropt"
783 ac_useropt_orig=$ac_useropt
784 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
785 case $ac_user_opts in
786@@ -1322,7 +1186,7 @@
787 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
788 # Reject names that are not valid shell variable names.
789 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
790- as_fn_error "invalid package name: $ac_useropt"
791+ as_fn_error $? "invalid package name: $ac_useropt"
792 ac_useropt_orig=$ac_useropt
793 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
794 case $ac_user_opts in
795@@ -1352,8 +1216,8 @@
796 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
797 x_libraries=$ac_optarg ;;
798
799- -*) as_fn_error "unrecognized option: \`$ac_option'
800-Try \`$0 --help' for more information."
801+ -*) as_fn_error $? "unrecognized option: \`$ac_option'
802+Try \`$0 --help' for more information"
803 ;;
804
805 *=*)
806@@ -1361,7 +1225,7 @@
807 # Reject names that are not valid shell variable names.
808 case $ac_envvar in #(
809 '' | [0-9]* | *[!_$as_cr_alnum]* )
810- as_fn_error "invalid variable name: \`$ac_envvar'" ;;
811+ as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
812 esac
813 eval $ac_envvar=\$ac_optarg
814 export $ac_envvar ;;
815@@ -1379,13 +1243,13 @@
816
817 if test -n "$ac_prev"; then
818 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
819- as_fn_error "missing argument to $ac_option"
820+ as_fn_error $? "missing argument to $ac_option"
821 fi
822
823 if test -n "$ac_unrecognized_opts"; then
824 case $enable_option_checking in
825 no) ;;
826- fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
827+ fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
828 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
829 esac
830 fi
831@@ -1408,7 +1272,7 @@
832 [\\/$]* | ?:[\\/]* ) continue;;
833 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
834 esac
835- as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
836+ as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
837 done
838
839 # There might be people who depend on the old broken behavior: `$host'
840@@ -1422,8 +1286,8 @@
841 if test "x$host_alias" != x; then
842 if test "x$build_alias" = x; then
843 cross_compiling=maybe
844- $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
845- If a cross compiler is detected then cross compile mode will be used." >&2
846+ $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
847+ If a cross compiler is detected then cross compile mode will be used" >&2
848 elif test "x$build_alias" != "x$host_alias"; then
849 cross_compiling=yes
850 fi
851@@ -1438,9 +1302,9 @@
852 ac_pwd=`pwd` && test -n "$ac_pwd" &&
853 ac_ls_di=`ls -di .` &&
854 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
855- as_fn_error "working directory cannot be determined"
856+ as_fn_error $? "working directory cannot be determined"
857 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
858- as_fn_error "pwd does not report name of working directory"
859+ as_fn_error $? "pwd does not report name of working directory"
860
861
862 # Find the source files, if location was not specified.
863@@ -1479,11 +1343,11 @@
864 fi
865 if test ! -r "$srcdir/$ac_unique_file"; then
866 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
867- as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
868+ as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
869 fi
870 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
871 ac_abs_confdir=`(
872- cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
873+ cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
874 pwd)`
875 # When building in place, set srcdir=.
876 if test "$ac_abs_confdir" = "$ac_pwd"; then
877@@ -1509,7 +1373,7 @@
878 # Omit some internal or obsolete options to make the list less imposing.
879 # This message is too long to be a string in the A/UX 3.1 sh.
880 cat <<_ACEOF
881-\`configure' configures gtksourceview 2.10.4 to adapt to many kinds of systems.
882+\`configure' configures gtksourceview 2.10.5 to adapt to many kinds of systems.
883
884 Usage: $0 [OPTION]... [VAR=VALUE]...
885
886@@ -1523,7 +1387,7 @@
887 --help=short display options specific to this package
888 --help=recursive display the short help of all the included packages
889 -V, --version display version information and exit
890- -q, --quiet, --silent do not print \`checking...' messages
891+ -q, --quiet, --silent do not print \`checking ...' messages
892 --cache-file=FILE cache test results in FILE [disabled]
893 -C, --config-cache alias for \`--cache-file=config.cache'
894 -n, --no-create do not create output files
895@@ -1579,7 +1443,7 @@
896
897 if test -n "$ac_init_help"; then
898 case $ac_init_help in
899- short | recursive ) echo "Configuration of gtksourceview 2.10.4:";;
900+ short | recursive ) echo "Configuration of gtksourceview 2.10.5:";;
901 esac
902 cat <<\_ACEOF
903
904@@ -1627,6 +1491,10 @@
905 you have headers in a nonstandard directory <include dir>
906 CPP C preprocessor
907 PKG_CONFIG path to pkg-config utility
908+ PKG_CONFIG_PATH
909+ directories to add to pkg-config's search path
910+ PKG_CONFIG_LIBDIR
911+ path overriding pkg-config's built-in search path
912 DEP_CFLAGS C compiler flags for DEP, overriding pkg-config
913 DEP_LIBS linker flags for DEP, overriding pkg-config
914 IGE_MAC_CFLAGS
915@@ -1701,10 +1569,10 @@
916 test -n "$ac_init_help" && exit $ac_status
917 if $ac_init_version; then
918 cat <<\_ACEOF
919-gtksourceview configure 2.10.4
920-generated by GNU Autoconf 2.65
921+gtksourceview configure 2.10.5
922+generated by GNU Autoconf 2.66
923
924-Copyright (C) 2009 Free Software Foundation, Inc.
925+Copyright (C) 2010 Free Software Foundation, Inc.
926 This configure script is free software; the Free Software Foundation
927 gives unlimited permission to copy, distribute and modify it.
928 _ACEOF
929@@ -1808,7 +1676,7 @@
930 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
932 $as_echo_n "checking for $2... " >&6; }
933-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
934+if eval "test \"\${$3+set}\"" = set; then :
935 $as_echo_n "(cached) " >&6
936 else
937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
938@@ -1917,7 +1785,7 @@
939 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
941 $as_echo_n "checking for $2... " >&6; }
942-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
943+if eval "test \"\${$3+set}\"" = set; then :
944 $as_echo_n "(cached) " >&6
945 else
946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
947@@ -1984,10 +1852,10 @@
948 ac_fn_c_check_header_mongrel ()
949 {
950 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
951- if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
952+ if eval "test \"\${$3+set}\"" = set; then :
953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
954 $as_echo_n "checking for $2... " >&6; }
955-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
956+if eval "test \"\${$3+set}\"" = set; then :
957 $as_echo_n "(cached) " >&6
958 fi
959 eval ac_res=\$$3
960@@ -2046,17 +1914,15 @@
961 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
962 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
963 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
964-( cat <<\_ASBOX
965-## ---------------------------------------------------------------------------- ##
966+( $as_echo "## ---------------------------------------------------------------------------- ##
967 ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=gtksourceview ##
968-## ---------------------------------------------------------------------------- ##
969-_ASBOX
970+## ---------------------------------------------------------------------------- ##"
971 ) | sed "s/^/$as_me: WARNING: /" >&2
972 ;;
973 esac
974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
975 $as_echo_n "checking for $2... " >&6; }
976-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
977+if eval "test \"\${$3+set}\"" = set; then :
978 $as_echo_n "(cached) " >&6
979 else
980 eval "$3=\$ac_header_compiler"
981@@ -2072,8 +1938,8 @@
982 This file contains any messages produced by compilers while
983 running configure, to aid debugging if configure makes a mistake.
984
985-It was created by gtksourceview $as_me 2.10.4, which was
986-generated by GNU Autoconf 2.65. Invocation command line was
987+It was created by gtksourceview $as_me 2.10.5, which was
988+generated by GNU Autoconf 2.66. Invocation command line was
989
990 $ $0 $@
991
992@@ -2183,11 +2049,9 @@
993 {
994 echo
995
996- cat <<\_ASBOX
997-## ---------------- ##
998+ $as_echo "## ---------------- ##
999 ## Cache variables. ##
1000-## ---------------- ##
1001-_ASBOX
1002+## ---------------- ##"
1003 echo
1004 # The following way of writing the cache mishandles newlines in values,
1005 (
1006@@ -2221,11 +2085,9 @@
1007 )
1008 echo
1009
1010- cat <<\_ASBOX
1011-## ----------------- ##
1012+ $as_echo "## ----------------- ##
1013 ## Output variables. ##
1014-## ----------------- ##
1015-_ASBOX
1016+## ----------------- ##"
1017 echo
1018 for ac_var in $ac_subst_vars
1019 do
1020@@ -2238,11 +2100,9 @@
1021 echo
1022
1023 if test -n "$ac_subst_files"; then
1024- cat <<\_ASBOX
1025-## ------------------- ##
1026+ $as_echo "## ------------------- ##
1027 ## File substitutions. ##
1028-## ------------------- ##
1029-_ASBOX
1030+## ------------------- ##"
1031 echo
1032 for ac_var in $ac_subst_files
1033 do
1034@@ -2256,11 +2116,9 @@
1035 fi
1036
1037 if test -s confdefs.h; then
1038- cat <<\_ASBOX
1039-## ----------- ##
1040+ $as_echo "## ----------- ##
1041 ## confdefs.h. ##
1042-## ----------- ##
1043-_ASBOX
1044+## ----------- ##"
1045 echo
1046 cat confdefs.h
1047 echo
1048@@ -2315,7 +2173,12 @@
1049 ac_site_file1=NONE
1050 ac_site_file2=NONE
1051 if test -n "$CONFIG_SITE"; then
1052- ac_site_file1=$CONFIG_SITE
1053+ # We do not want a PATH search for config.site.
1054+ case $CONFIG_SITE in #((
1055+ -*) ac_site_file1=./$CONFIG_SITE;;
1056+ */*) ac_site_file1=$CONFIG_SITE;;
1057+ *) ac_site_file1=./$CONFIG_SITE;;
1058+ esac
1059 elif test "x$prefix" != xNONE; then
1060 ac_site_file1=$prefix/share/config.site
1061 ac_site_file2=$prefix/etc/config.site
1062@@ -2330,7 +2193,11 @@
1063 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1064 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1065 sed 's/^/| /' "$ac_site_file" >&5
1066- . "$ac_site_file"
1067+ . "$ac_site_file" \
1068+ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1069+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1070+as_fn_error $? "failed to load site script $ac_site_file
1071+See \`config.log' for more details" "$LINENO" 5; }
1072 fi
1073 done
1074
1075@@ -2406,7 +2273,7 @@
1076 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1077 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1078 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1079- as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1080+ as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1081 fi
1082 ## -------------------- ##
1083 ## Main body of script. ##
1084@@ -2429,16 +2296,22 @@
1085
1086 ac_aux_dir=
1087 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1088- for ac_t in install-sh install.sh shtool; do
1089- if test -f "$ac_dir/$ac_t"; then
1090- ac_aux_dir=$ac_dir
1091- ac_install_sh="$ac_aux_dir/$ac_t -c"
1092- break 2
1093- fi
1094- done
1095+ if test -f "$ac_dir/install-sh"; then
1096+ ac_aux_dir=$ac_dir
1097+ ac_install_sh="$ac_aux_dir/install-sh -c"
1098+ break
1099+ elif test -f "$ac_dir/install.sh"; then
1100+ ac_aux_dir=$ac_dir
1101+ ac_install_sh="$ac_aux_dir/install.sh -c"
1102+ break
1103+ elif test -f "$ac_dir/shtool"; then
1104+ ac_aux_dir=$ac_dir
1105+ ac_install_sh="$ac_aux_dir/shtool install -c"
1106+ break
1107+ fi
1108 done
1109 if test -z "$ac_aux_dir"; then
1110- as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1111+ as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1112 fi
1113
1114 # These three variables are undocumented and unsupported,
1115@@ -2554,11 +2427,11 @@
1116 '
1117 case `pwd` in
1118 *[\\\"\#\$\&\'\`$am_lf]*)
1119- as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
1120+ as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
1121 esac
1122 case $srcdir in
1123 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
1124- as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
1125+ as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
1126 esac
1127
1128 # Do `set' in a subshell so we don't clobber the current shell's
1129@@ -2580,7 +2453,7 @@
1130 # if, for instance, CONFIG_SHELL is bash and it inherits a
1131 # broken ls alias from the environment. This has actually
1132 # happened. Such a system could not be considered "sane".
1133- as_fn_error "ls -t appears to fail. Make sure there is not a broken
1134+ as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
1135 alias in your environment" "$LINENO" 5
1136 fi
1137
1138@@ -2590,7 +2463,7 @@
1139 # Ok.
1140 :
1141 else
1142- as_fn_error "newly created file is older than distributed files!
1143+ as_fn_error $? "newly created file is older than distributed files!
1144 Check your system clock" "$LINENO" 5
1145 fi
1146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1147@@ -2828,7 +2701,7 @@
1148 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
1149 set x ${MAKE-make}
1150 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
1151-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
1152+if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
1153 $as_echo_n "(cached) " >&6
1154 else
1155 cat >conftest.make <<\_ACEOF
1156@@ -2836,7 +2709,7 @@
1157 all:
1158 @echo '@@@%%%=$(MAKE)=@@@%%%'
1159 _ACEOF
1160-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1161+# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
1162 case `${MAKE-make} -f conftest.make 2>/dev/null` in
1163 *@@@%%%=?*=@@@%%%*)
1164 eval ac_cv_prog_make_${ac_make}_set=yes;;
1165@@ -2870,7 +2743,7 @@
1166 am__isrc=' -I$(srcdir)'
1167 # test to see if srcdir already configured
1168 if test -f $srcdir/config.status; then
1169- as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
1170+ as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
1171 fi
1172 fi
1173
1174@@ -2886,7 +2759,7 @@
1175
1176 # Define the identity of the package.
1177 PACKAGE='gtksourceview'
1178- VERSION='2.10.4'
1179+ VERSION='2.10.5'
1180
1181
1182 cat >>confdefs.h <<_ACEOF
1183@@ -3264,8 +3137,8 @@
1184
1185 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1186 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1187-as_fn_error "no acceptable C compiler found in \$PATH
1188-See \`config.log' for more details." "$LINENO" 5; }
1189+as_fn_error $? "no acceptable C compiler found in \$PATH
1190+See \`config.log' for more details" "$LINENO" 5; }
1191
1192 # Provide some information about the compiler.
1193 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
1194@@ -3379,9 +3252,8 @@
1195
1196 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1197 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1198-{ as_fn_set_status 77
1199-as_fn_error "C compiler cannot create executables
1200-See \`config.log' for more details." "$LINENO" 5; }; }
1201+as_fn_error 77 "C compiler cannot create executables
1202+See \`config.log' for more details" "$LINENO" 5; }
1203 else
1204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1205 $as_echo "yes" >&6; }
1206@@ -3423,8 +3295,8 @@
1207 else
1208 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1209 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1210-as_fn_error "cannot compute suffix of executables: cannot compile and link
1211-See \`config.log' for more details." "$LINENO" 5; }
1212+as_fn_error $? "cannot compute suffix of executables: cannot compile and link
1213+See \`config.log' for more details" "$LINENO" 5; }
1214 fi
1215 rm -f conftest conftest$ac_cv_exeext
1216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
1217@@ -3481,9 +3353,9 @@
1218 else
1219 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1220 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1221-as_fn_error "cannot run C compiled programs.
1222+as_fn_error $? "cannot run C compiled programs.
1223 If you meant to cross compile, use \`--host'.
1224-See \`config.log' for more details." "$LINENO" 5; }
1225+See \`config.log' for more details" "$LINENO" 5; }
1226 fi
1227 fi
1228 fi
1229@@ -3534,8 +3406,8 @@
1230
1231 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1232 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1233-as_fn_error "cannot compute suffix of object files: cannot compile
1234-See \`config.log' for more details." "$LINENO" 5; }
1235+as_fn_error $? "cannot compute suffix of object files: cannot compile
1236+See \`config.log' for more details" "$LINENO" 5; }
1237 fi
1238 rm -f conftest.$ac_cv_objext conftest.$ac_ext
1239 fi
1240@@ -3956,8 +3828,8 @@
1241
1242
1243
1244-macro_version='2.2.6b'
1245-macro_revision='1.3017'
1246+macro_version='2.2.10'
1247+macro_revision='1.3175'
1248
1249
1250
1251@@ -3975,7 +3847,7 @@
1252
1253 # Make sure we can run config.sub.
1254 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
1255- as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
1256+ as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
1257
1258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
1259 $as_echo_n "checking build system type... " >&6; }
1260@@ -3986,16 +3858,16 @@
1261 test "x$ac_build_alias" = x &&
1262 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
1263 test "x$ac_build_alias" = x &&
1264- as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
1265+ as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
1266 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
1267- as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
1268+ as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
1269
1270 fi
1271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
1272 $as_echo "$ac_cv_build" >&6; }
1273 case $ac_cv_build in
1274 *-*-*) ;;
1275-*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
1276+*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
1277 esac
1278 build=$ac_cv_build
1279 ac_save_IFS=$IFS; IFS='-'
1280@@ -4020,7 +3892,7 @@
1281 ac_cv_host=$ac_cv_build
1282 else
1283 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
1284- as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
1285+ as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
1286 fi
1287
1288 fi
1289@@ -4028,7 +3900,7 @@
1290 $as_echo "$ac_cv_host" >&6; }
1291 case $ac_cv_host in
1292 *-*-*) ;;
1293-*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
1294+*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
1295 esac
1296 host=$ac_cv_host
1297 ac_save_IFS=$IFS; IFS='-'
1298@@ -4044,6 +3916,75 @@
1299 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
1300
1301
1302+# Backslashify metacharacters that are still active within
1303+# double-quoted strings.
1304+sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
1305+
1306+# Same as above, but do not quote variable references.
1307+double_quote_subst='s/\(["`\\]\)/\\\1/g'
1308+
1309+# Sed substitution to delay expansion of an escaped shell variable in a
1310+# double_quote_subst'ed string.
1311+delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
1312+
1313+# Sed substitution to delay expansion of an escaped single quote.
1314+delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
1315+
1316+# Sed substitution to avoid accidental globbing in evaled expressions
1317+no_glob_subst='s/\*/\\\*/g'
1318+
1319+ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
1320+ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
1321+ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
1322+
1323+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
1324+$as_echo_n "checking how to print strings... " >&6; }
1325+# Test print first, because it will be a builtin if present.
1326+if test "X`print -r -- -n 2>/dev/null`" = X-n && \
1327+ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
1328+ ECHO='print -r --'
1329+elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
1330+ ECHO='printf %s\n'
1331+else
1332+ # Use this function as a fallback that always works.
1333+ func_fallback_echo ()
1334+ {
1335+ eval 'cat <<_LTECHO_EOF
1336+$1
1337+_LTECHO_EOF'
1338+ }
1339+ ECHO='func_fallback_echo'
1340+fi
1341+
1342+# func_echo_all arg...
1343+# Invoke $ECHO with all args, space-separated.
1344+func_echo_all ()
1345+{
1346+ $ECHO ""
1347+}
1348+
1349+case "$ECHO" in
1350+ printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
1351+$as_echo "printf" >&6; } ;;
1352+ print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
1353+$as_echo "print -r" >&6; } ;;
1354+ *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
1355+$as_echo "cat" >&6; } ;;
1356+esac
1357+
1358+
1359+
1360+
1361+
1362+
1363+
1364+
1365+
1366+
1367+
1368+
1369+
1370+
1371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
1372 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
1373 if test "${ac_cv_path_SED+set}" = set; then :
1374@@ -4101,7 +4042,7 @@
1375 done
1376 IFS=$as_save_IFS
1377 if test -z "$ac_cv_path_SED"; then
1378- as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
1379+ as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
1380 fi
1381 else
1382 ac_cv_path_SED=$SED
1383@@ -4177,7 +4118,7 @@
1384 done
1385 IFS=$as_save_IFS
1386 if test -z "$ac_cv_path_GREP"; then
1387- as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
1388+ as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
1389 fi
1390 else
1391 ac_cv_path_GREP=$GREP
1392@@ -4243,7 +4184,7 @@
1393 done
1394 IFS=$as_save_IFS
1395 if test -z "$ac_cv_path_EGREP"; then
1396- as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
1397+ as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
1398 fi
1399 else
1400 ac_cv_path_EGREP=$EGREP
1401@@ -4310,7 +4251,7 @@
1402 done
1403 IFS=$as_save_IFS
1404 if test -z "$ac_cv_path_FGREP"; then
1405- as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
1406+ as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
1407 fi
1408 else
1409 ac_cv_path_FGREP=$FGREP
1410@@ -4426,7 +4367,7 @@
1411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1412 $as_echo "no" >&6; }
1413 fi
1414-test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
1415+test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
1416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
1417 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
1418 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
1419@@ -4509,8 +4450,11 @@
1420 NM="$lt_cv_path_NM"
1421 else
1422 # Didn't find any BSD compatible name lister, look for dumpbin.
1423- if test -n "$ac_tool_prefix"; then
1424- for ac_prog in "dumpbin -symbols" "link -dump -symbols"
1425+ if test -n "$DUMPBIN"; then :
1426+ # Let the user override the test.
1427+ else
1428+ if test -n "$ac_tool_prefix"; then
1429+ for ac_prog in dumpbin "link -dump"
1430 do
1431 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1432 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1433@@ -4554,7 +4498,7 @@
1434 fi
1435 if test -z "$DUMPBIN"; then
1436 ac_ct_DUMPBIN=$DUMPBIN
1437- for ac_prog in "dumpbin -symbols" "link -dump -symbols"
1438+ for ac_prog in dumpbin "link -dump"
1439 do
1440 # Extract the first word of "$ac_prog", so it can be a program name with args.
1441 set dummy $ac_prog; ac_word=$2
1442@@ -4609,6 +4553,15 @@
1443 fi
1444 fi
1445
1446+ case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
1447+ *COFF*)
1448+ DUMPBIN="$DUMPBIN -symbols"
1449+ ;;
1450+ *)
1451+ DUMPBIN=:
1452+ ;;
1453+ esac
1454+ fi
1455
1456 if test "$DUMPBIN" != ":"; then
1457 NM="$DUMPBIN"
1458@@ -4628,13 +4581,13 @@
1459 else
1460 lt_cv_nm_interface="BSD nm"
1461 echo "int some_variable = 0;" > conftest.$ac_ext
1462- (eval echo "\"\$as_me:4631: $ac_compile\"" >&5)
1463+ (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
1464 (eval "$ac_compile" 2>conftest.err)
1465 cat conftest.err >&5
1466- (eval echo "\"\$as_me:4634: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
1467+ (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
1468 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
1469 cat conftest.err >&5
1470- (eval echo "\"\$as_me:4637: output\"" >&5)
1471+ (eval echo "\"\$as_me:$LINENO: output\"" >&5)
1472 cat conftest.out >&5
1473 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
1474 lt_cv_nm_interface="MS dumpbin"
1475@@ -4691,6 +4644,11 @@
1476 lt_cv_sys_max_cmd_len=8192;
1477 ;;
1478
1479+ mint*)
1480+ # On MiNT this can take a long time and run out of memory.
1481+ lt_cv_sys_max_cmd_len=8192;
1482+ ;;
1483+
1484 amigaos*)
1485 # On AmigaOS with pdksh, this test takes hours, literally.
1486 # So we just punt and use a minimum line length of 8192.
1487@@ -4755,8 +4713,8 @@
1488 # If test is not a shell built-in, we'll probably end up computing a
1489 # maximum length that is only half of the actual maximum length, but
1490 # we can't tell.
1491- while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
1492- = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
1493+ while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
1494+ = "X$teststring$teststring"; } >/dev/null 2>&1 &&
1495 test $i != 17 # 1/2 MB should be enough
1496 do
1497 i=`expr $i + 1`
1498@@ -5027,16 +4985,18 @@
1499 # Base MSYS/MinGW do not provide the 'file' command needed by
1500 # func_win32_libid shell function, so use a weaker test based on 'objdump',
1501 # unless we find 'file', for example because we are cross-compiling.
1502- if ( file / ) >/dev/null 2>&1; then
1503+ # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
1504+ if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
1505 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
1506 lt_cv_file_magic_cmd='func_win32_libid'
1507 else
1508- lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
1509+ # Keep this pattern in sync with the one in func_win32_libid.
1510+ lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
1511 lt_cv_file_magic_cmd='$OBJDUMP -f'
1512 fi
1513 ;;
1514
1515-cegcc)
1516+cegcc*)
1517 # use the weaker test based on 'objdump'. See mingw*.
1518 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
1519 lt_cv_file_magic_cmd='$OBJDUMP -f'
1520@@ -5066,6 +5026,10 @@
1521 lt_cv_deplibs_check_method=pass_all
1522 ;;
1523
1524+haiku*)
1525+ lt_cv_deplibs_check_method=pass_all
1526+ ;;
1527+
1528 hpux10.20* | hpux11*)
1529 lt_cv_file_magic_cmd=/usr/bin/file
1530 case $host_cpu in
1531@@ -5074,11 +5038,11 @@
1532 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
1533 ;;
1534 hppa*64*)
1535- lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
1536+ lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
1537 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
1538 ;;
1539 *)
1540- lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
1541+ lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
1542 lt_cv_file_magic_test_file=/usr/lib/libc.sl
1543 ;;
1544 esac
1545@@ -5100,7 +5064,7 @@
1546 ;;
1547
1548 # This must be Linux ELF.
1549-linux* | k*bsd*-gnu)
1550+linux* | k*bsd*-gnu | kopensolaris*-gnu)
1551 lt_cv_deplibs_check_method=pass_all
1552 ;;
1553
1554@@ -5516,6 +5480,18 @@
1555 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
1556 fi
1557
1558+case $host_os in
1559+ darwin*)
1560+ lock_old_archive_extraction=yes ;;
1561+ *)
1562+ lock_old_archive_extraction=no ;;
1563+esac
1564+
1565+
1566+
1567+
1568+
1569+
1570
1571
1572
1573@@ -5685,8 +5661,8 @@
1574 test $ac_status = 0; }; then
1575 # Now try to grab the symbols.
1576 nlist=conftest.nm
1577- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
1578- (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
1579+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
1580+ (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
1581 ac_status=$?
1582 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1583 test $ac_status = 0; } && test -s "$nlist"; then
1584@@ -5840,7 +5816,7 @@
1585 ;;
1586 *-*-irix6*)
1587 # Find out which ABI we are using.
1588- echo '#line 5843 "configure"' > conftest.$ac_ext
1589+ echo '#line '$LINENO' "configure"' > conftest.$ac_ext
1590 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
1591 (eval $ac_compile) 2>&5
1592 ac_status=$?
1593@@ -6552,6 +6528,38 @@
1594 fi
1595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
1596 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
1597+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
1598+$as_echo_n "checking for -force_load linker flag... " >&6; }
1599+if test "${lt_cv_ld_force_load+set}" = set; then :
1600+ $as_echo_n "(cached) " >&6
1601+else
1602+ lt_cv_ld_force_load=no
1603+ cat > conftest.c << _LT_EOF
1604+int forced_loaded() { return 2;}
1605+_LT_EOF
1606+ echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
1607+ $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
1608+ echo "$AR cru libconftest.a conftest.o" >&5
1609+ $AR cru libconftest.a conftest.o 2>&5
1610+ echo "$RANLIB libconftest.a" >&5
1611+ $RANLIB libconftest.a 2>&5
1612+ cat > conftest.c << _LT_EOF
1613+int main() { return 0;}
1614+_LT_EOF
1615+ echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
1616+ $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
1617+ _lt_result=$?
1618+ if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
1619+ lt_cv_ld_force_load=yes
1620+ else
1621+ cat conftest.err >&5
1622+ fi
1623+ rm -f conftest.err libconftest.a conftest conftest.c
1624+ rm -rf conftest.dSYM
1625+
1626+fi
1627+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
1628+$as_echo "$lt_cv_ld_force_load" >&6; }
1629 case $host_os in
1630 rhapsody* | darwin1.[012])
1631 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
1632@@ -6579,7 +6587,7 @@
1633 else
1634 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
1635 fi
1636- if test "$DSYMUTIL" != ":"; then
1637+ if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
1638 _lt_dsymutil='~$DSYMUTIL $lib || :'
1639 else
1640 _lt_dsymutil=
1641@@ -6714,8 +6722,8 @@
1642 else
1643 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1644 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1645-as_fn_error "C preprocessor \"$CPP\" fails sanity check
1646-See \`config.log' for more details." "$LINENO" 5; }
1647+as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
1648+See \`config.log' for more details" "$LINENO" 5; }
1649 fi
1650
1651 ac_ext=c
1652@@ -6844,8 +6852,7 @@
1653 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
1654 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
1655 "
1656-eval as_val=\$$as_ac_Header
1657- if test "x$as_val" = x""yes; then :
1658+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
1659 cat >>confdefs.h <<_ACEOF
1660 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
1661 _ACEOF
1662@@ -6870,6 +6877,8 @@
1663
1664
1665
1666+
1667+
1668 # Set options
1669 # Check whether --enable-static was given.
1670 if test "${enable_static+set}" = set; then :
1671@@ -7021,6 +7030,7 @@
1672
1673
1674
1675+
1676 test -z "$LN_S" && LN_S="ln -s"
1677
1678
1679@@ -7070,19 +7080,6 @@
1680
1681
1682
1683-
1684-
1685-
1686-
1687-
1688-
1689-
1690-
1691-
1692-
1693-
1694-
1695-
1696 case $host_os in
1697 aix3*)
1698 # AIX sometimes has problems with the GCC collect2 program. For some
1699@@ -7095,23 +7092,6 @@
1700 ;;
1701 esac
1702
1703-# Sed substitution that helps us do robust quoting. It backslashifies
1704-# metacharacters that are still active within double-quoted strings.
1705-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
1706-
1707-# Same as above, but do not quote variable references.
1708-double_quote_subst='s/\(["`\\]\)/\\\1/g'
1709-
1710-# Sed substitution to delay expansion of an escaped shell variable in a
1711-# double_quote_subst'ed string.
1712-delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
1713-
1714-# Sed substitution to delay expansion of an escaped single quote.
1715-delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
1716-
1717-# Sed substitution to avoid accidental globbing in evaled expressions
1718-no_glob_subst='s/\*/\\\*/g'
1719-
1720 # Global variables:
1721 ofile=libtool
1722 can_build_shared=yes
1723@@ -7140,7 +7120,7 @@
1724 *) break;;
1725 esac
1726 done
1727-cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
1728+cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
1729
1730
1731 # Only perform the check for file, if the check method requires it
1732@@ -7349,7 +7329,12 @@
1733 lt_prog_compiler_no_builtin_flag=
1734
1735 if test "$GCC" = yes; then
1736- lt_prog_compiler_no_builtin_flag=' -fno-builtin'
1737+ case $cc_basename in
1738+ nvcc*)
1739+ lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
1740+ *)
1741+ lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
1742+ esac
1743
1744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
1745 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
1746@@ -7369,15 +7354,15 @@
1747 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1748 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1749 -e 's:$: $lt_compiler_flag:'`
1750- (eval echo "\"\$as_me:7372: $lt_compile\"" >&5)
1751+ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
1752 (eval "$lt_compile" 2>conftest.err)
1753 ac_status=$?
1754 cat conftest.err >&5
1755- echo "$as_me:7376: \$? = $ac_status" >&5
1756+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
1757 if (exit $ac_status) && test -s "$ac_outfile"; then
1758 # The compiler can only warn and ignore the option if not recognized
1759 # So say no if there are warnings other than the usual output.
1760- $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
1761+ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
1762 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1763 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
1764 lt_cv_prog_compiler_rtti_exceptions=yes
1765@@ -7455,6 +7440,12 @@
1766 lt_prog_compiler_pic='-fno-common'
1767 ;;
1768
1769+ haiku*)
1770+ # PIC is the default for Haiku.
1771+ # The "-static" flag exists, but is broken.
1772+ lt_prog_compiler_static=
1773+ ;;
1774+
1775 hpux*)
1776 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
1777 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
1778@@ -7497,6 +7488,13 @@
1779 lt_prog_compiler_pic='-fPIC'
1780 ;;
1781 esac
1782+
1783+ case $cc_basename in
1784+ nvcc*) # Cuda Compiler Driver 2.2
1785+ lt_prog_compiler_wl='-Xlinker '
1786+ lt_prog_compiler_pic='-Xcompiler -fPIC'
1787+ ;;
1788+ esac
1789 else
1790 # PORTME Check for flag to pass linker flags through the system compiler.
1791 case $host_os in
1792@@ -7538,7 +7536,7 @@
1793 lt_prog_compiler_static='-non_shared'
1794 ;;
1795
1796- linux* | k*bsd*-gnu)
1797+ linux* | k*bsd*-gnu | kopensolaris*-gnu)
1798 case $cc_basename in
1799 # old Intel for x86_64 which still supported -KPIC.
1800 ecc*)
1801@@ -7559,7 +7557,7 @@
1802 lt_prog_compiler_pic='--shared'
1803 lt_prog_compiler_static='--static'
1804 ;;
1805- pgcc* | pgf77* | pgf90* | pgf95*)
1806+ pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
1807 # Portland Group compilers (*not* the Pentium gcc compiler,
1808 # which looks to be a dead project)
1809 lt_prog_compiler_wl='-Wl,'
1810@@ -7571,26 +7569,26 @@
1811 # All Alpha code is PIC.
1812 lt_prog_compiler_static='-non_shared'
1813 ;;
1814- xl*)
1815- # IBM XL C 8.0/Fortran 10.1 on PPC
1816+ xl* | bgxl* | bgf* | mpixl*)
1817+ # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
1818 lt_prog_compiler_wl='-Wl,'
1819 lt_prog_compiler_pic='-qpic'
1820 lt_prog_compiler_static='-qstaticlink'
1821 ;;
1822 *)
1823 case `$CC -V 2>&1 | sed 5q` in
1824+ *Sun\ F* | *Sun*Fortran*)
1825+ # Sun Fortran 8.3 passes all unrecognized flags to the linker
1826+ lt_prog_compiler_pic='-KPIC'
1827+ lt_prog_compiler_static='-Bstatic'
1828+ lt_prog_compiler_wl=''
1829+ ;;
1830 *Sun\ C*)
1831 # Sun C 5.9
1832 lt_prog_compiler_pic='-KPIC'
1833 lt_prog_compiler_static='-Bstatic'
1834 lt_prog_compiler_wl='-Wl,'
1835 ;;
1836- *Sun\ F*)
1837- # Sun Fortran 8.3 passes all unrecognized flags to the linker
1838- lt_prog_compiler_pic='-KPIC'
1839- lt_prog_compiler_static='-Bstatic'
1840- lt_prog_compiler_wl=''
1841- ;;
1842 esac
1843 ;;
1844 esac
1845@@ -7621,7 +7619,7 @@
1846 lt_prog_compiler_pic='-KPIC'
1847 lt_prog_compiler_static='-Bstatic'
1848 case $cc_basename in
1849- f77* | f90* | f95*)
1850+ f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
1851 lt_prog_compiler_wl='-Qoption ld ';;
1852 *)
1853 lt_prog_compiler_wl='-Wl,';;
1854@@ -7708,15 +7706,15 @@
1855 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1856 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1857 -e 's:$: $lt_compiler_flag:'`
1858- (eval echo "\"\$as_me:7711: $lt_compile\"" >&5)
1859+ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
1860 (eval "$lt_compile" 2>conftest.err)
1861 ac_status=$?
1862 cat conftest.err >&5
1863- echo "$as_me:7715: \$? = $ac_status" >&5
1864+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
1865 if (exit $ac_status) && test -s "$ac_outfile"; then
1866 # The compiler can only warn and ignore the option if not recognized
1867 # So say no if there are warnings other than the usual output.
1868- $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
1869+ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
1870 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1871 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
1872 lt_cv_prog_compiler_pic_works=yes
1873@@ -7764,7 +7762,7 @@
1874 if test -s conftest.err; then
1875 # Append any errors to the config.log.
1876 cat conftest.err 1>&5
1877- $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
1878+ $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
1879 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1880 if diff conftest.exp conftest.er2 >/dev/null; then
1881 lt_cv_prog_compiler_static_works=yes
1882@@ -7813,16 +7811,16 @@
1883 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1884 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1885 -e 's:$: $lt_compiler_flag:'`
1886- (eval echo "\"\$as_me:7816: $lt_compile\"" >&5)
1887+ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
1888 (eval "$lt_compile" 2>out/conftest.err)
1889 ac_status=$?
1890 cat out/conftest.err >&5
1891- echo "$as_me:7820: \$? = $ac_status" >&5
1892+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
1893 if (exit $ac_status) && test -s out/conftest2.$ac_objext
1894 then
1895 # The compiler can only warn and ignore the option if not recognized
1896 # So say no if there are warnings
1897- $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
1898+ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
1899 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
1900 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
1901 lt_cv_prog_compiler_c_o=yes
1902@@ -7868,16 +7866,16 @@
1903 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1904 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1905 -e 's:$: $lt_compiler_flag:'`
1906- (eval echo "\"\$as_me:7871: $lt_compile\"" >&5)
1907+ (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
1908 (eval "$lt_compile" 2>out/conftest.err)
1909 ac_status=$?
1910 cat out/conftest.err >&5
1911- echo "$as_me:7875: \$? = $ac_status" >&5
1912+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
1913 if (exit $ac_status) && test -s out/conftest2.$ac_objext
1914 then
1915 # The compiler can only warn and ignore the option if not recognized
1916 # So say no if there are warnings
1917- $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
1918+ $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
1919 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
1920 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
1921 lt_cv_prog_compiler_c_o=yes
1922@@ -7990,7 +7988,33 @@
1923 esac
1924
1925 ld_shlibs=yes
1926+
1927+ # On some targets, GNU ld is compatible enough with the native linker
1928+ # that we're better off using the native interface for both.
1929+ lt_use_gnu_ld_interface=no
1930 if test "$with_gnu_ld" = yes; then
1931+ case $host_os in
1932+ aix*)
1933+ # The AIX port of GNU ld has always aspired to compatibility
1934+ # with the native linker. However, as the warning in the GNU ld
1935+ # block says, versions before 2.19.5* couldn't really create working
1936+ # shared libraries, regardless of the interface used.
1937+ case `$LD -v 2>&1` in
1938+ *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
1939+ *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
1940+ *\ \(GNU\ Binutils\)\ [3-9]*) ;;
1941+ *)
1942+ lt_use_gnu_ld_interface=yes
1943+ ;;
1944+ esac
1945+ ;;
1946+ *)
1947+ lt_use_gnu_ld_interface=yes
1948+ ;;
1949+ esac
1950+ fi
1951+
1952+ if test "$lt_use_gnu_ld_interface" = yes; then
1953 # If archive_cmds runs LD, not CC, wlarc should be empty
1954 wlarc='${wl}'
1955
1956@@ -8008,6 +8032,7 @@
1957 fi
1958 supports_anon_versioning=no
1959 case `$LD -v 2>&1` in
1960+ *GNU\ gold*) supports_anon_versioning=yes ;;
1961 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
1962 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
1963 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
1964@@ -8023,11 +8048,12 @@
1965 ld_shlibs=no
1966 cat <<_LT_EOF 1>&2
1967
1968-*** Warning: the GNU linker, at least up to release 2.9.1, is reported
1969+*** Warning: the GNU linker, at least up to release 2.19, is reported
1970 *** to be unable to reliably create shared libraries on AIX.
1971 *** Therefore, libtool is disabling shared libraries support. If you
1972-*** really care for shared libraries, you may want to modify your PATH
1973-*** so that a non-GNU linker is found, and then restart.
1974+*** really care for shared libraries, you may want to install binutils
1975+*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
1976+*** You will then need to restart the configuration process.
1977
1978 _LT_EOF
1979 fi
1980@@ -8063,6 +8089,7 @@
1981 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
1982 # as there is no search path for DLLs.
1983 hardcode_libdir_flag_spec='-L$libdir'
1984+ export_dynamic_flag_spec='${wl}--export-all-symbols'
1985 allow_undefined_flag=unsupported
1986 always_export_symbols=no
1987 enable_shared_with_static_runtimes=yes
1988@@ -8084,6 +8111,11 @@
1989 fi
1990 ;;
1991
1992+ haiku*)
1993+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
1994+ link_all_deplibs=yes
1995+ ;;
1996+
1997 interix[3-9]*)
1998 hardcode_direct=no
1999 hardcode_shlibpath_var=no
2000@@ -8099,7 +8131,7 @@
2001 archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
2002 ;;
2003
2004- gnu* | linux* | tpf* | k*bsd*-gnu)
2005+ gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
2006 tmp_diet=no
2007 if test "$host_os" = linux-dietlibc; then
2008 case $cc_basename in
2009@@ -8113,11 +8145,12 @@
2010 tmp_sharedflag='-shared'
2011 case $cc_basename,$host_cpu in
2012 pgcc*) # Portland Group C compiler
2013- whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
2014+ whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
2015 tmp_addflag=' $pic_flag'
2016 ;;
2017- pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
2018- whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
2019+ pgf77* | pgf90* | pgf95* | pgfortran*)
2020+ # Portland Group f77 and f90 compilers
2021+ whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
2022 tmp_addflag=' $pic_flag -Mnomain' ;;
2023 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
2024 tmp_addflag=' -i_dynamic' ;;
2025@@ -8128,13 +8161,17 @@
2026 lf95*) # Lahey Fortran 8.1
2027 whole_archive_flag_spec=
2028 tmp_sharedflag='--shared' ;;
2029- xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
2030+ xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
2031 tmp_sharedflag='-qmkshrobj'
2032 tmp_addflag= ;;
2033+ nvcc*) # Cuda Compiler Driver 2.2
2034+ whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
2035+ compiler_needs_object=yes
2036+ ;;
2037 esac
2038 case `$CC -V 2>&1 | sed 5q` in
2039 *Sun\ C*) # Sun C 5.9
2040- whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
2041+ whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
2042 compiler_needs_object=yes
2043 tmp_sharedflag='-G' ;;
2044 *Sun\ F*) # Sun Fortran 8.3
2045@@ -8150,17 +8187,17 @@
2046 fi
2047
2048 case $cc_basename in
2049- xlf*)
2050+ xlf* | bgf* | bgxlf* | mpixlf*)
2051 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
2052 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
2053 hardcode_libdir_flag_spec=
2054 hardcode_libdir_flag_spec_ld='-rpath $libdir'
2055- archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
2056+ archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
2057 if test "x$supports_anon_versioning" = xyes; then
2058 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
2059 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
2060 echo "local: *; };" >> $output_objdir/$libname.ver~
2061- $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
2062+ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
2063 fi
2064 ;;
2065 esac
2066@@ -8281,8 +8318,10 @@
2067 else
2068 # If we're using GNU nm, then we don't want the "-C" option.
2069 # -C means demangle to AIX nm, but means don't demangle with GNU nm
2070+ # Also, AIX nm treats weak defined symbols like other global
2071+ # defined symbols, whereas GNU nm marks them as "W".
2072 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
2073- export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
2074+ export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
2075 else
2076 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
2077 fi
2078@@ -8400,7 +8439,7 @@
2079 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
2080
2081 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
2082- archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
2083+ archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
2084 else
2085 if test "$host_cpu" = ia64; then
2086 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
2087@@ -8444,8 +8483,13 @@
2088 # -berok will link without error, but may produce a broken library.
2089 no_undefined_flag=' ${wl}-bernotok'
2090 allow_undefined_flag=' ${wl}-berok'
2091- # Exported symbols can be pulled into shared objects from archives
2092- whole_archive_flag_spec='$convenience'
2093+ if test "$with_gnu_ld" = yes; then
2094+ # We only use this code for GNU lds that support --whole-archive.
2095+ whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
2096+ else
2097+ # Exported symbols can be pulled into shared objects from archives
2098+ whole_archive_flag_spec='$convenience'
2099+ fi
2100 archive_cmds_need_lc=yes
2101 # This is similar to how AIX traditionally builds its shared libraries.
2102 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
2103@@ -8484,7 +8528,7 @@
2104 # Tell ltmain to make .dll files, not .so files.
2105 shrext_cmds=".dll"
2106 # FIXME: Setting linknames here is a bad hack.
2107- archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
2108+ archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
2109 # The linker will automatically build a .lib file if we build a DLL.
2110 old_archive_from_new_cmds='true'
2111 # FIXME: Should let the user specify the lib program.
2112@@ -8500,7 +8544,11 @@
2113 hardcode_direct=no
2114 hardcode_automatic=yes
2115 hardcode_shlibpath_var=unsupported
2116- whole_archive_flag_spec=''
2117+ if test "$lt_cv_ld_force_load" = "yes"; then
2118+ whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
2119+ else
2120+ whole_archive_flag_spec=''
2121+ fi
2122 link_all_deplibs=yes
2123 allow_undefined_flag="$_lt_dar_allow_undefined"
2124 case $cc_basename in
2125@@ -8508,7 +8556,7 @@
2126 *) _lt_dar_can_shared=$GCC ;;
2127 esac
2128 if test "$_lt_dar_can_shared" = "yes"; then
2129- output_verbose_link_cmd=echo
2130+ output_verbose_link_cmd=func_echo_all
2131 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
2132 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
2133 archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
2134@@ -8574,7 +8622,7 @@
2135 ;;
2136
2137 hpux10*)
2138- if test "$GCC" = yes -a "$with_gnu_ld" = no; then
2139+ if test "$GCC" = yes && test "$with_gnu_ld" = no; then
2140 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
2141 else
2142 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
2143@@ -8593,7 +8641,7 @@
2144 ;;
2145
2146 hpux11*)
2147- if test "$GCC" = yes -a "$with_gnu_ld" = no; then
2148+ if test "$GCC" = yes && test "$with_gnu_ld" = no; then
2149 case $host_cpu in
2150 hppa*64*)
2151 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
2152@@ -8614,7 +8662,46 @@
2153 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
2154 ;;
2155 *)
2156- archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
2157+
2158+ # Older versions of the 11.00 compiler do not understand -b yet
2159+ # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
2160+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
2161+$as_echo_n "checking if $CC understands -b... " >&6; }
2162+if test "${lt_cv_prog_compiler__b+set}" = set; then :
2163+ $as_echo_n "(cached) " >&6
2164+else
2165+ lt_cv_prog_compiler__b=no
2166+ save_LDFLAGS="$LDFLAGS"
2167+ LDFLAGS="$LDFLAGS -b"
2168+ echo "$lt_simple_link_test_code" > conftest.$ac_ext
2169+ if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
2170+ # The linker can only warn and ignore the option if not recognized
2171+ # So say no if there are warnings
2172+ if test -s conftest.err; then
2173+ # Append any errors to the config.log.
2174+ cat conftest.err 1>&5
2175+ $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
2176+ $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
2177+ if diff conftest.exp conftest.er2 >/dev/null; then
2178+ lt_cv_prog_compiler__b=yes
2179+ fi
2180+ else
2181+ lt_cv_prog_compiler__b=yes
2182+ fi
2183+ fi
2184+ $RM -r conftest*
2185+ LDFLAGS="$save_LDFLAGS"
2186+
2187+fi
2188+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
2189+$as_echo "$lt_cv_prog_compiler__b" >&6; }
2190+
2191+if test x"$lt_cv_prog_compiler__b" = xyes; then
2192+ archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
2193+else
2194+ archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
2195+fi
2196+
2197 ;;
2198 esac
2199 fi
2200@@ -8642,7 +8729,7 @@
2201
2202 irix5* | irix6* | nonstopux*)
2203 if test "$GCC" = yes; then
2204- archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
2205+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
2206 # Try to use the -exported_symbol ld option, if it does not
2207 # work, assume that -exports_file does not work either and
2208 # implicitly export all symbols.
2209@@ -8653,15 +8740,15 @@
2210 int foo(void) {}
2211 _ACEOF
2212 if ac_fn_c_try_link "$LINENO"; then :
2213- archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
2214+ archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
2215
2216 fi
2217 rm -f core conftest.err conftest.$ac_objext \
2218 conftest$ac_exeext conftest.$ac_ext
2219 LDFLAGS="$save_LDFLAGS"
2220 else
2221- archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
2222- archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
2223+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
2224+ archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
2225 fi
2226 archive_cmds_need_lc='no'
2227 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
2228@@ -8723,17 +8810,17 @@
2229 hardcode_libdir_flag_spec='-L$libdir'
2230 hardcode_minus_L=yes
2231 allow_undefined_flag=unsupported
2232- archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
2233+ archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
2234 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
2235 ;;
2236
2237 osf3*)
2238 if test "$GCC" = yes; then
2239 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
2240- archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
2241+ archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
2242 else
2243 allow_undefined_flag=' -expect_unresolved \*'
2244- archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
2245+ archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
2246 fi
2247 archive_cmds_need_lc='no'
2248 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
2249@@ -8743,13 +8830,13 @@
2250 osf4* | osf5*) # as osf3* with the addition of -msym flag
2251 if test "$GCC" = yes; then
2252 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
2253- archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
2254+ archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
2255 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
2256 else
2257 allow_undefined_flag=' -expect_unresolved \*'
2258- archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
2259+ archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
2260 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
2261- $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
2262+ $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
2263
2264 # Both c and cxx compiler support -rpath directly
2265 hardcode_libdir_flag_spec='-rpath $libdir'
2266@@ -8952,44 +9039,50 @@
2267 # to ld, don't add -lc before -lgcc.
2268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
2269 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
2270- $RM conftest*
2271- echo "$lt_simple_compile_test_code" > conftest.$ac_ext
2272+if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
2273+ $as_echo_n "(cached) " >&6
2274+else
2275+ $RM conftest*
2276+ echo "$lt_simple_compile_test_code" > conftest.$ac_ext
2277
2278- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
2279+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
2280 (eval $ac_compile) 2>&5
2281 ac_status=$?
2282 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2283 test $ac_status = 0; } 2>conftest.err; then
2284- soname=conftest
2285- lib=conftest
2286- libobjs=conftest.$ac_objext
2287- deplibs=
2288- wl=$lt_prog_compiler_wl
2289- pic_flag=$lt_prog_compiler_pic
2290- compiler_flags=-v
2291- linker_flags=-v
2292- verstring=
2293- output_objdir=.
2294- libname=conftest
2295- lt_save_allow_undefined_flag=$allow_undefined_flag
2296- allow_undefined_flag=
2297- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
2298+ soname=conftest
2299+ lib=conftest
2300+ libobjs=conftest.$ac_objext
2301+ deplibs=
2302+ wl=$lt_prog_compiler_wl
2303+ pic_flag=$lt_prog_compiler_pic
2304+ compiler_flags=-v
2305+ linker_flags=-v
2306+ verstring=
2307+ output_objdir=.
2308+ libname=conftest
2309+ lt_save_allow_undefined_flag=$allow_undefined_flag
2310+ allow_undefined_flag=
2311+ if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
2312 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
2313 ac_status=$?
2314 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2315 test $ac_status = 0; }
2316- then
2317- archive_cmds_need_lc=no
2318- else
2319- archive_cmds_need_lc=yes
2320- fi
2321- allow_undefined_flag=$lt_save_allow_undefined_flag
2322- else
2323- cat conftest.err 1>&5
2324- fi
2325- $RM conftest*
2326- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
2327-$as_echo "$archive_cmds_need_lc" >&6; }
2328+ then
2329+ lt_cv_archive_cmds_need_lc=no
2330+ else
2331+ lt_cv_archive_cmds_need_lc=yes
2332+ fi
2333+ allow_undefined_flag=$lt_save_allow_undefined_flag
2334+ else
2335+ cat conftest.err 1>&5
2336+ fi
2337+ $RM conftest*
2338+
2339+fi
2340+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
2341+$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
2342+ archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
2343 ;;
2344 esac
2345 fi
2346@@ -9160,16 +9253,23 @@
2347 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
2348 *) lt_awk_arg="/^libraries:/" ;;
2349 esac
2350- lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
2351- if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
2352+ case $host_os in
2353+ mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
2354+ *) lt_sed_strip_eq="s,=/,/,g" ;;
2355+ esac
2356+ lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
2357+ case $lt_search_path_spec in
2358+ *\;*)
2359 # if the path contains ";" then we assume it to be the separator
2360 # otherwise default to the standard path separator (i.e. ":") - it is
2361 # assumed that no part of a normal pathname contains ";" but that should
2362 # okay in the real world where ";" in dirpaths is itself problematic.
2363- lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
2364- else
2365- lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
2366- fi
2367+ lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
2368+ ;;
2369+ *)
2370+ lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
2371+ ;;
2372+ esac
2373 # Ok, now we have the path, separated by spaces, we can step through it
2374 # and add multilib dir if necessary.
2375 lt_tmp_lt_search_path_spec=
2376@@ -9182,7 +9282,7 @@
2377 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
2378 fi
2379 done
2380- lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
2381+ lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
2382 BEGIN {RS=" "; FS="/|\n";} {
2383 lt_foo="";
2384 lt_count=0;
2385@@ -9202,7 +9302,13 @@
2386 if (lt_foo != "") { lt_freq[lt_foo]++; }
2387 if (lt_freq[lt_foo] == 1) { print lt_foo; }
2388 }'`
2389- sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
2390+ # AWK program above erroneously prepends '/' to C:/dos/paths
2391+ # for these hosts.
2392+ case $host_os in
2393+ mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
2394+ $SED 's,/\([A-Za-z]:\),\1,g'` ;;
2395+ esac
2396+ sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
2397 else
2398 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
2399 fi
2400@@ -9290,7 +9396,7 @@
2401 m68k)
2402 library_names_spec='$libname.ixlibrary $libname.a'
2403 # Create ${libname}_ixlibrary.a entries in /sys/libs.
2404- finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
2405+ finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
2406 ;;
2407 esac
2408 ;;
2409@@ -9343,23 +9449,12 @@
2410 cygwin*)
2411 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
2412 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
2413- sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
2414+
2415+ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
2416 ;;
2417 mingw* | cegcc*)
2418 # MinGW DLLs use traditional 'lib' prefix
2419 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
2420- sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
2421- if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
2422- # It is most probably a Windows format PATH printed by
2423- # mingw gcc, but we are running on Cygwin. Gcc prints its search
2424- # path with ; separators, and with drive letters. We can handle the
2425- # drive letters (cygwin fileutils understands them), so leave them,
2426- # especially as we might pass files found there to a mingw objdump,
2427- # which wouldn't understand a cygwinified path. Ahh.
2428- sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
2429- else
2430- sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
2431- fi
2432 ;;
2433 pw32*)
2434 # pw32 DLLs use 'pw' prefix rather than 'lib'
2435@@ -9459,6 +9554,19 @@
2436 hardcode_into_libs=yes
2437 ;;
2438
2439+haiku*)
2440+ version_type=linux
2441+ need_lib_prefix=no
2442+ need_version=no
2443+ dynamic_linker="$host_os runtime_loader"
2444+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
2445+ soname_spec='${libname}${release}${shared_ext}$major'
2446+ shlibpath_var=LIBRARY_PATH
2447+ shlibpath_overrides_runpath=yes
2448+ sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
2449+ hardcode_into_libs=yes
2450+ ;;
2451+
2452 hpux9* | hpux10* | hpux11*)
2453 # Give a soname corresponding to the major version so that dld.sl refuses to
2454 # link against other versions.
2455@@ -9501,8 +9609,10 @@
2456 soname_spec='${libname}${release}${shared_ext}$major'
2457 ;;
2458 esac
2459- # HP-UX runs *really* slowly unless shared libraries are mode 555.
2460+ # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
2461 postinstall_cmds='chmod 555 $lib'
2462+ # or fails outright, so override atomically:
2463+ install_override_mode=555
2464 ;;
2465
2466 interix[3-9]*)
2467@@ -9560,7 +9670,7 @@
2468 ;;
2469
2470 # This must be Linux ELF.
2471-linux* | k*bsd*-gnu)
2472+linux* | k*bsd*-gnu | kopensolaris*-gnu)
2473 version_type=linux
2474 need_lib_prefix=no
2475 need_version=no
2476@@ -9569,12 +9679,17 @@
2477 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
2478 shlibpath_var=LD_LIBRARY_PATH
2479 shlibpath_overrides_runpath=no
2480+
2481 # Some binutils ld are patched to set DT_RUNPATH
2482- save_LDFLAGS=$LDFLAGS
2483- save_libdir=$libdir
2484- eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
2485- LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
2486- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2487+ if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
2488+ $as_echo_n "(cached) " >&6
2489+else
2490+ lt_cv_shlibpath_overrides_runpath=no
2491+ save_LDFLAGS=$LDFLAGS
2492+ save_libdir=$libdir
2493+ eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
2494+ LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
2495+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2496 /* end confdefs.h. */
2497
2498 int
2499@@ -9587,13 +9702,17 @@
2500 _ACEOF
2501 if ac_fn_c_try_link "$LINENO"; then :
2502 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
2503- shlibpath_overrides_runpath=yes
2504+ lt_cv_shlibpath_overrides_runpath=yes
2505 fi
2506 fi
2507 rm -f core conftest.err conftest.$ac_objext \
2508 conftest$ac_exeext conftest.$ac_ext
2509- LDFLAGS=$save_LDFLAGS
2510- libdir=$save_libdir
2511+ LDFLAGS=$save_LDFLAGS
2512+ libdir=$save_libdir
2513+
2514+fi
2515+
2516+ shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2517
2518 # This implies no fast_install, which is unacceptable.
2519 # Some rework will be needed to allow for fast_install
2520@@ -9605,8 +9724,9 @@
2521
2522 # Append ld.so.conf contents to the search path
2523 if test -f /etc/ld.so.conf; then
2524- lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
2525+ lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
2526 sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
2527+
2528 fi
2529
2530 # We used to test for /lib/ld.so.1 and disable shared libraries on
2531@@ -9908,6 +10028,11 @@
2532
2533
2534
2535+
2536+
2537+
2538+
2539+
2540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
2541 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
2542 hardcode_action=
2543@@ -10238,7 +10363,7 @@
2544 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
2545 lt_status=$lt_dlunknown
2546 cat > conftest.$ac_ext <<_LT_EOF
2547-#line 10241 "configure"
2548+#line $LINENO "configure"
2549 #include "confdefs.h"
2550
2551 #if HAVE_DLFCN_H
2552@@ -10279,7 +10404,13 @@
2553 # endif
2554 #endif
2555
2556-void fnord() { int i=42;}
2557+/* When -fvisbility=hidden is used, assume the code has been annotated
2558+ correspondingly for the symbols needed. */
2559+#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
2560+void fnord () __attribute__((visibility("default")));
2561+#endif
2562+
2563+void fnord () { int i=42; }
2564 int main ()
2565 {
2566 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
2567@@ -10288,7 +10419,11 @@
2568 if (self)
2569 {
2570 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
2571- else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
2572+ else
2573+ {
2574+ if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
2575+ else puts (dlerror ());
2576+ }
2577 /* dlclose (self); */
2578 }
2579 else
2580@@ -10334,7 +10469,7 @@
2581 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
2582 lt_status=$lt_dlunknown
2583 cat > conftest.$ac_ext <<_LT_EOF
2584-#line 10337 "configure"
2585+#line $LINENO "configure"
2586 #include "confdefs.h"
2587
2588 #if HAVE_DLFCN_H
2589@@ -10375,7 +10510,13 @@
2590 # endif
2591 #endif
2592
2593-void fnord() { int i=42;}
2594+/* When -fvisbility=hidden is used, assume the code has been annotated
2595+ correspondingly for the symbols needed. */
2596+#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
2597+void fnord () __attribute__((visibility("default")));
2598+#endif
2599+
2600+void fnord () { int i=42; }
2601 int main ()
2602 {
2603 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
2604@@ -10384,7 +10525,11 @@
2605 if (self)
2606 {
2607 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
2608- else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
2609+ else
2610+ {
2611+ if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
2612+ else puts (dlerror ());
2613+ }
2614 /* dlclose (self); */
2615 }
2616 else
2617@@ -10735,7 +10880,7 @@
2618 fi
2619 ;;
2620 *)
2621- as_fn_error "Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" "$LINENO" 5
2622+ as_fn_error $? "Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" "$LINENO" 5
2623 ;;
2624 esac
2625 CFLAGS="$realsave_CFLAGS"
2626@@ -10777,6 +10922,10 @@
2627
2628
2629
2630+
2631+
2632+
2633+
2634 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
2635 if test -n "$ac_tool_prefix"; then
2636 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
2637@@ -10889,7 +11038,6 @@
2638 $as_echo "no" >&6; }
2639 PKG_CONFIG=""
2640 fi
2641-
2642 fi
2643
2644 pkg_failed=no
2645@@ -10956,6 +11104,8 @@
2646
2647
2648 if test $pkg_failed = yes; then
2649+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2650+$as_echo "no" >&6; }
2651
2652 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
2653 _pkg_short_errors_supported=yes
2654@@ -10978,7 +11128,7 @@
2655 # Put the nasty error message in config.log where it belongs
2656 echo "$DEP_PKG_ERRORS" >&5
2657
2658- as_fn_error "Package requirements (
2659+ as_fn_error $? "Package requirements (
2660 gio-2.0
2661 gtk+-2.0 >= $GTK_REQUIRED_VERSION
2662 libxml-2.0 >= $LIBXML_REQUIRED_VERSION
2663@@ -10991,12 +11141,14 @@
2664
2665 Alternatively, you may set the environment variables DEP_CFLAGS
2666 and DEP_LIBS to avoid the need to call pkg-config.
2667-See the pkg-config man page for more details.
2668-" "$LINENO" 5
2669+See the pkg-config man page for more details." "$LINENO" 5
2670+
2671 elif test $pkg_failed = untried; then
2672+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2673+$as_echo "no" >&6; }
2674 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2675 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2676-as_fn_error "The pkg-config script could not be found or is too old. Make sure it
2677+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
2678 is in your PATH or set the PKG_CONFIG environment variable to the full
2679 path to pkg-config.
2680
2681@@ -11005,13 +11157,14 @@
2682 See the pkg-config man page for more details.
2683
2684 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
2685-See \`config.log' for more details." "$LINENO" 5; }
2686+See \`config.log' for more details" "$LINENO" 5; }
2687+
2688 else
2689 DEP_CFLAGS=$pkg_cv_DEP_CFLAGS
2690 DEP_LIBS=$pkg_cv_DEP_LIBS
2691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2692 $as_echo "yes" >&6; }
2693- :
2694+
2695 fi
2696
2697
2698@@ -11099,6 +11252,8 @@
2699
2700
2701 if test $pkg_failed = yes; then
2702+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2703+$as_echo "no" >&6; }
2704
2705 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
2706 _pkg_short_errors_supported=yes
2707@@ -11113,7 +11268,7 @@
2708 # Put the nasty error message in config.log where it belongs
2709 echo "$IGE_MAC_PKG_ERRORS" >&5
2710
2711- as_fn_error "Package requirements (ige-mac-integration) were not met:
2712+ as_fn_error $? "Package requirements (ige-mac-integration) were not met:
2713
2714 $IGE_MAC_PKG_ERRORS
2715
2716@@ -11122,12 +11277,14 @@
2717
2718 Alternatively, you may set the environment variables IGE_MAC_CFLAGS
2719 and IGE_MAC_LIBS to avoid the need to call pkg-config.
2720-See the pkg-config man page for more details.
2721-" "$LINENO" 5
2722+See the pkg-config man page for more details." "$LINENO" 5
2723+
2724 elif test $pkg_failed = untried; then
2725+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2726+$as_echo "no" >&6; }
2727 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2728 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2729-as_fn_error "The pkg-config script could not be found or is too old. Make sure it
2730+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
2731 is in your PATH or set the PKG_CONFIG environment variable to the full
2732 path to pkg-config.
2733
2734@@ -11136,13 +11293,14 @@
2735 See the pkg-config man page for more details.
2736
2737 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
2738-See \`config.log' for more details." "$LINENO" 5; }
2739+See \`config.log' for more details" "$LINENO" 5; }
2740+
2741 else
2742 IGE_MAC_CFLAGS=$pkg_cv_IGE_MAC_CFLAGS
2743 IGE_MAC_LIBS=$pkg_cv_IGE_MAC_LIBS
2744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2745 $as_echo "yes" >&6; }
2746- :
2747+
2748 fi
2749 fi
2750
2751@@ -11200,7 +11358,7 @@
2752
2753 case "$am__api_version" in
2754 1.01234)
2755- as_fn_error "Automake 1.5 or newer is required to use intltool" "$LINENO" 5
2756+ as_fn_error $? "Automake 1.5 or newer is required to use intltool" "$LINENO" 5
2757 ;;
2758 *)
2759 ;;
2760@@ -11217,7 +11375,7 @@
2761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5
2762 $as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; }
2763 test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
2764- as_fn_error "Your intltool is too old. You need intltool 0.40 or later." "$LINENO" 5
2765+ as_fn_error $? "Your intltool is too old. You need intltool 0.40 or later." "$LINENO" 5
2766 fi
2767
2768 # Extract the first word of "intltool-update", so it can be a program name with args.
2769@@ -11341,7 +11499,7 @@
2770
2771
2772 if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
2773- as_fn_error "The intltool scripts were not found. Please install intltool." "$LINENO" 5
2774+ as_fn_error $? "The intltool scripts were not found. Please install intltool." "$LINENO" 5
2775 fi
2776
2777 INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
2778@@ -11623,13 +11781,13 @@
2779
2780
2781 if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
2782- as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 5
2783+ as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
2784 fi
2785 xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
2786 mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
2787 mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
2788 if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
2789- as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 5
2790+ as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
2791 fi
2792
2793 # Extract the first word of "perl", so it can be a program name with args.
2794@@ -11673,13 +11831,13 @@
2795
2796
2797 if test -z "$INTLTOOL_PERL"; then
2798- as_fn_error "perl not found" "$LINENO" 5
2799+ as_fn_error $? "perl not found" "$LINENO" 5
2800 fi
2801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&5
2802 $as_echo_n "checking for perl >= 5.8.1... " >&6; }
2803 $INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1
2804 if test $? -ne 0; then
2805- as_fn_error "perl 5.8.1 is required for intltool" "$LINENO" 5
2806+ as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5
2807 else
2808 IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
2809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
2810@@ -11692,7 +11850,7 @@
2811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
2812 $as_echo "ok" >&6; }
2813 else
2814- as_fn_error "XML::Parser perl module is required for intltool" "$LINENO" 5
2815+ as_fn_error $? "XML::Parser perl module is required for intltool" "$LINENO" 5
2816 fi
2817 fi
2818
2819@@ -12610,7 +12768,7 @@
2820 test $ac_status = 0; }; then
2821 :
2822 else
2823- as_fn_error "You need to have gtk-doc >= 1.11 installed to build $PACKAGE_NAME" "$LINENO" 5
2824+ as_fn_error $? "You need to have gtk-doc >= 1.11 installed to build $PACKAGE_NAME" "$LINENO" 5
2825 fi
2826 fi
2827
2828@@ -12772,6 +12930,7 @@
2829
2830 ac_libobjs=
2831 ac_ltlibobjs=
2832+U=
2833 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2834 # 1. Remove the extension, and $U if already installed.
2835 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2836@@ -12795,27 +12954,27 @@
2837 fi
2838
2839 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
2840- as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
2841+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
2842 Usually this means the macro was only invoked conditionally." "$LINENO" 5
2843 fi
2844 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
2845- as_fn_error "conditional \"AMDEP\" was never defined.
2846+ as_fn_error $? "conditional \"AMDEP\" was never defined.
2847 Usually this means the macro was only invoked conditionally." "$LINENO" 5
2848 fi
2849 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
2850- as_fn_error "conditional \"am__fastdepCC\" was never defined.
2851+ as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
2852 Usually this means the macro was only invoked conditionally." "$LINENO" 5
2853 fi
2854 if test -z "${ENABLE_PROVIDERS_TRUE}" && test -z "${ENABLE_PROVIDERS_FALSE}"; then
2855- as_fn_error "conditional \"ENABLE_PROVIDERS\" was never defined.
2856+ as_fn_error $? "conditional \"ENABLE_PROVIDERS\" was never defined.
2857 Usually this means the macro was only invoked conditionally." "$LINENO" 5
2858 fi
2859 if test -z "${OS_OSX_TRUE}" && test -z "${OS_OSX_FALSE}"; then
2860- as_fn_error "conditional \"OS_OSX\" was never defined.
2861+ as_fn_error $? "conditional \"OS_OSX\" was never defined.
2862 Usually this means the macro was only invoked conditionally." "$LINENO" 5
2863 fi
2864 if test -z "${GLADE_CATALOG_TRUE}" && test -z "${GLADE_CATALOG_FALSE}"; then
2865- as_fn_error "conditional \"GLADE_CATALOG\" was never defined.
2866+ as_fn_error $? "conditional \"GLADE_CATALOG\" was never defined.
2867 Usually this means the macro was only invoked conditionally." "$LINENO" 5
2868 fi
2869
2870@@ -12823,23 +12982,23 @@
2871
2872
2873 if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then
2874- as_fn_error "conditional \"ENABLE_GTK_DOC\" was never defined.
2875+ as_fn_error $? "conditional \"ENABLE_GTK_DOC\" was never defined.
2876 Usually this means the macro was only invoked conditionally." "$LINENO" 5
2877 fi
2878 if test -z "${GTK_DOC_BUILD_HTML_TRUE}" && test -z "${GTK_DOC_BUILD_HTML_FALSE}"; then
2879- as_fn_error "conditional \"GTK_DOC_BUILD_HTML\" was never defined.
2880+ as_fn_error $? "conditional \"GTK_DOC_BUILD_HTML\" was never defined.
2881 Usually this means the macro was only invoked conditionally." "$LINENO" 5
2882 fi
2883 if test -z "${GTK_DOC_BUILD_PDF_TRUE}" && test -z "${GTK_DOC_BUILD_PDF_FALSE}"; then
2884- as_fn_error "conditional \"GTK_DOC_BUILD_PDF\" was never defined.
2885+ as_fn_error $? "conditional \"GTK_DOC_BUILD_PDF\" was never defined.
2886 Usually this means the macro was only invoked conditionally." "$LINENO" 5
2887 fi
2888 if test -z "${GTK_DOC_USE_LIBTOOL_TRUE}" && test -z "${GTK_DOC_USE_LIBTOOL_FALSE}"; then
2889- as_fn_error "conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
2890+ as_fn_error $? "conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
2891 Usually this means the macro was only invoked conditionally." "$LINENO" 5
2892 fi
2893 if test -z "${GTK_DOC_USE_REBASE_TRUE}" && test -z "${GTK_DOC_USE_REBASE_FALSE}"; then
2894- as_fn_error "conditional \"GTK_DOC_USE_REBASE\" was never defined.
2895+ as_fn_error $? "conditional \"GTK_DOC_USE_REBASE\" was never defined.
2896 Usually this means the macro was only invoked conditionally." "$LINENO" 5
2897 fi
2898
2899@@ -12989,19 +13148,19 @@
2900 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2901
2902
2903-# as_fn_error ERROR [LINENO LOG_FD]
2904-# ---------------------------------
2905+# as_fn_error STATUS ERROR [LINENO LOG_FD]
2906+# ----------------------------------------
2907 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
2908 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
2909-# script with status $?, using 1 if that was 0.
2910+# script with STATUS, using 1 if that was 0.
2911 as_fn_error ()
2912 {
2913- as_status=$?; test $as_status -eq 0 && as_status=1
2914- if test "$3"; then
2915- as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2916- $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
2917+ as_status=$1; test $as_status -eq 0 && as_status=1
2918+ if test "$4"; then
2919+ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2920+ $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
2921 fi
2922- $as_echo "$as_me: error: $1" >&2
2923+ $as_echo "$as_me: error: $2" >&2
2924 as_fn_exit $as_status
2925 } # as_fn_error
2926
2927@@ -13197,7 +13356,7 @@
2928 test -d "$as_dir" && break
2929 done
2930 test -z "$as_dirs" || eval "mkdir $as_dirs"
2931- } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
2932+ } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
2933
2934
2935 } # as_fn_mkdir_p
2936@@ -13250,8 +13409,8 @@
2937 # report actual input values of CONFIG_FILES etc. instead of their
2938 # values after options handling.
2939 ac_log="
2940-This file was extended by gtksourceview $as_me 2.10.4, which was
2941-generated by GNU Autoconf 2.65. Invocation command line was
2942+This file was extended by gtksourceview $as_me 2.10.5, which was
2943+generated by GNU Autoconf 2.66. Invocation command line was
2944
2945 CONFIG_FILES = $CONFIG_FILES
2946 CONFIG_HEADERS = $CONFIG_HEADERS
2947@@ -13317,11 +13476,11 @@
2948 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2949 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2950 ac_cs_version="\\
2951-gtksourceview config.status 2.10.4
2952-configured by $0, generated by GNU Autoconf 2.65,
2953+gtksourceview config.status 2.10.5
2954+configured by $0, generated by GNU Autoconf 2.66,
2955 with options \\"\$ac_cs_config\\"
2956
2957-Copyright (C) 2009 Free Software Foundation, Inc.
2958+Copyright (C) 2010 Free Software Foundation, Inc.
2959 This config.status script is free software; the Free Software Foundation
2960 gives unlimited permission to copy, distribute and modify it."
2961
2962@@ -13377,7 +13536,7 @@
2963 ac_need_defaults=false;;
2964 --he | --h)
2965 # Conflict between --help and --header
2966- as_fn_error "ambiguous option: \`$1'
2967+ as_fn_error $? "ambiguous option: \`$1'
2968 Try \`$0 --help' for more information.";;
2969 --help | --hel | -h )
2970 $as_echo "$ac_cs_usage"; exit ;;
2971@@ -13386,7 +13545,7 @@
2972 ac_cs_silent=: ;;
2973
2974 # This is an error.
2975- -*) as_fn_error "unrecognized option: \`$1'
2976+ -*) as_fn_error $? "unrecognized option: \`$1'
2977 Try \`$0 --help' for more information." ;;
2978
2979 *) as_fn_append ac_config_targets " $1"
2980@@ -13440,131 +13599,143 @@
2981 sed_quote_subst='$sed_quote_subst'
2982 double_quote_subst='$double_quote_subst'
2983 delay_variable_subst='$delay_variable_subst'
2984-macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
2985-macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
2986-enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
2987-enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
2988-pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
2989-enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
2990-host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
2991-host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
2992-host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
2993-build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
2994-build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
2995-build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
2996-SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
2997-Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
2998-GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
2999-EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
3000-FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
3001-LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
3002-NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
3003-LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
3004-max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
3005-ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
3006-exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
3007-lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
3008-lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
3009-lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
3010-reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
3011-reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
3012-OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
3013-deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
3014-file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
3015-AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
3016-AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
3017-STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
3018-RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
3019-old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
3020-old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
3021-old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
3022-CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
3023-CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
3024-compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
3025-GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
3026-lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
3027-lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
3028-lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
3029-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
3030-objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
3031-SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
3032-ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
3033-MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
3034-lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
3035-lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
3036-lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
3037-lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
3038-lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
3039-need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
3040-DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
3041-NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
3042-LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
3043-OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
3044-OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
3045-libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
3046-shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
3047-extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
3048-archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
3049-enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
3050-export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
3051-whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
3052-compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
3053-old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
3054-old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
3055-archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
3056-archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
3057-module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
3058-module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
3059-with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
3060-allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
3061-no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
3062-hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
3063-hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
3064-hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
3065-hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
3066-hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
3067-hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
3068-hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
3069-hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
3070-inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
3071-link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
3072-fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
3073-always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
3074-export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
3075-exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
3076-include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
3077-prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
3078-file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
3079-variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
3080-need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
3081-need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
3082-version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
3083-runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
3084-shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
3085-shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
3086-libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
3087-library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
3088-soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
3089-postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
3090-postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
3091-finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
3092-finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
3093-hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
3094-sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
3095-sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
3096-hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
3097-enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
3098-enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
3099-enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
3100-old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
3101-striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
3102+macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
3103+macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
3104+enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
3105+enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
3106+pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
3107+enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
3108+SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
3109+ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
3110+host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
3111+host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
3112+host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
3113+build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
3114+build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
3115+build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
3116+SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
3117+Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
3118+GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
3119+EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
3120+FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
3121+LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
3122+NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
3123+LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
3124+max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
3125+ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
3126+exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
3127+lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
3128+lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
3129+lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
3130+reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
3131+reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
3132+OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
3133+deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
3134+file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
3135+AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
3136+AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
3137+STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
3138+RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
3139+old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
3140+old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
3141+old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
3142+lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
3143+CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
3144+CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
3145+compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
3146+GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
3147+lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
3148+lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
3149+lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
3150+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
3151+objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
3152+MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
3153+lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
3154+lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
3155+lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
3156+lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
3157+lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
3158+need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
3159+DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
3160+NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
3161+LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
3162+OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
3163+OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
3164+libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
3165+shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
3166+extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
3167+archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
3168+enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
3169+export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
3170+whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
3171+compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
3172+old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
3173+old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
3174+archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
3175+archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
3176+module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
3177+module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
3178+with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
3179+allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
3180+no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
3181+hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
3182+hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
3183+hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
3184+hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
3185+hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
3186+hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
3187+hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
3188+hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
3189+inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
3190+link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
3191+fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
3192+always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
3193+export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
3194+exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
3195+include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
3196+prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
3197+file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
3198+variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
3199+need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
3200+need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
3201+version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
3202+runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
3203+shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
3204+shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
3205+libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
3206+library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
3207+soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
3208+install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
3209+postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
3210+postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
3211+finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
3212+finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
3213+hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
3214+sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
3215+sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
3216+hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
3217+enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
3218+enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
3219+enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
3220+old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
3221+striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
3222
3223 LTCC='$LTCC'
3224 LTCFLAGS='$LTCFLAGS'
3225 compiler='$compiler_DEFAULT'
3226
3227+# A function that is used when there is no print builtin or printf.
3228+func_fallback_echo ()
3229+{
3230+ eval 'cat <<_LTECHO_EOF
3231+\$1
3232+_LTECHO_EOF'
3233+}
3234+
3235 # Quote evaled strings.
3236-for var in SED \
3237+for var in SHELL \
3238+ECHO \
3239+SED \
3240 GREP \
3241 EGREP \
3242 FGREP \
3243@@ -13588,8 +13759,6 @@
3244 lt_cv_sys_global_symbol_to_cdecl \
3245 lt_cv_sys_global_symbol_to_c_name_address \
3246 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
3247-SHELL \
3248-ECHO \
3249 lt_prog_compiler_no_builtin_flag \
3250 lt_prog_compiler_wl \
3251 lt_prog_compiler_pic \
3252@@ -13619,12 +13788,13 @@
3253 libname_spec \
3254 library_names_spec \
3255 soname_spec \
3256+install_override_mode \
3257 finish_eval \
3258 old_striplib \
3259 striplib; do
3260- case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
3261+ case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
3262 *[\\\\\\\`\\"\\\$]*)
3263- eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
3264+ eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
3265 ;;
3266 *)
3267 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
3268@@ -13651,9 +13821,9 @@
3269 finish_cmds \
3270 sys_lib_search_path_spec \
3271 sys_lib_dlsearch_path_spec; do
3272- case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
3273+ case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
3274 *[\\\\\\\`\\"\\\$]*)
3275- eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
3276+ eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
3277 ;;
3278 *)
3279 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
3280@@ -13661,12 +13831,6 @@
3281 esac
3282 done
3283
3284-# Fix-up fallback echo if it was mangled by the above quoting rules.
3285-case \$lt_ECHO in
3286-*'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
3287- ;;
3288-esac
3289-
3290 ac_aux_dir='$ac_aux_dir'
3291 xsi_shell='$xsi_shell'
3292 lt_shell_append='$lt_shell_append'
3293@@ -13715,7 +13879,7 @@
3294 "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
3295 "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
3296
3297- *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
3298+ *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
3299 esac
3300 done
3301
3302@@ -13753,7 +13917,7 @@
3303 {
3304 tmp=./conf$$-$RANDOM
3305 (umask 077 && mkdir "$tmp")
3306-} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
3307+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
3308
3309 # Set up the scripts for CONFIG_FILES section.
3310 # No need to generate them if there are no CONFIG_FILES.
3311@@ -13770,7 +13934,7 @@
3312 fi
3313 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
3314 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
3315- ac_cs_awk_cr='\r'
3316+ ac_cs_awk_cr='\\r'
3317 else
3318 ac_cs_awk_cr=$ac_cr
3319 fi
3320@@ -13784,18 +13948,18 @@
3321 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
3322 echo "_ACEOF"
3323 } >conf$$subs.sh ||
3324- as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
3325-ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
3326+ as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3327+ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
3328 ac_delim='%!_!# '
3329 for ac_last_try in false false false false false :; do
3330 . ./conf$$subs.sh ||
3331- as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
3332+ as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3333
3334 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
3335 if test $ac_delim_n = $ac_delim_num; then
3336 break
3337 elif $ac_last_try; then
3338- as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
3339+ as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3340 else
3341 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3342 fi
3343@@ -13884,20 +14048,28 @@
3344 else
3345 cat
3346 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
3347- || as_fn_error "could not setup config files machinery" "$LINENO" 5
3348+ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
3349 _ACEOF
3350
3351-# VPATH may cause trouble with some makes, so we remove $(srcdir),
3352-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
3353+# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
3354+# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
3355 # trailing colons and then remove the whole line if VPATH becomes empty
3356 # (actually we leave an empty line to preserve line numbers).
3357 if test "x$srcdir" = x.; then
3358- ac_vpsub='/^[ ]*VPATH[ ]*=/{
3359-s/:*\$(srcdir):*/:/
3360-s/:*\${srcdir}:*/:/
3361-s/:*@srcdir@:*/:/
3362-s/^\([^=]*=[ ]*\):*/\1/
3363+ ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
3364+h
3365+s///
3366+s/^/:/
3367+s/[ ]*$/:/
3368+s/:\$(srcdir):/:/g
3369+s/:\${srcdir}:/:/g
3370+s/:@srcdir@:/:/g
3371+s/^:*//
3372 s/:*$//
3373+x
3374+s/\(=[ ]*\).*/\1/
3375+G
3376+s/\n//
3377 s/^[^=]*=[ ]*$//
3378 }'
3379 fi
3380@@ -13925,7 +14097,7 @@
3381 if test -z "$ac_t"; then
3382 break
3383 elif $ac_last_try; then
3384- as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
3385+ as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
3386 else
3387 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3388 fi
3389@@ -14010,7 +14182,7 @@
3390 _ACAWK
3391 _ACEOF
3392 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3393- as_fn_error "could not setup config headers machinery" "$LINENO" 5
3394+ as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
3395 fi # test -n "$CONFIG_HEADERS"
3396
3397
3398@@ -14023,7 +14195,7 @@
3399 esac
3400 case $ac_mode$ac_tag in
3401 :[FHL]*:*);;
3402- :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
3403+ :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
3404 :[FH]-) ac_tag=-:-;;
3405 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3406 esac
3407@@ -14051,7 +14223,7 @@
3408 [\\/$]*) false;;
3409 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3410 esac ||
3411- as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
3412+ as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
3413 esac
3414 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
3415 as_fn_append ac_file_inputs " '$ac_f'"
3416@@ -14078,7 +14250,7 @@
3417
3418 case $ac_tag in
3419 *:-:* | *:-) cat >"$tmp/stdin" \
3420- || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
3421+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
3422 esac
3423 ;;
3424 esac
3425@@ -14215,22 +14387,22 @@
3426 $ac_datarootdir_hack
3427 "
3428 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
3429- || as_fn_error "could not create $ac_file" "$LINENO" 5
3430+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3431
3432 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3433 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
3434 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
3435 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3436-which seems to be undefined. Please make sure it is defined." >&5
3437+which seems to be undefined. Please make sure it is defined" >&5
3438 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3439-which seems to be undefined. Please make sure it is defined." >&2;}
3440+which seems to be undefined. Please make sure it is defined" >&2;}
3441
3442 rm -f "$tmp/stdin"
3443 case $ac_file in
3444 -) cat "$tmp/out" && rm -f "$tmp/out";;
3445 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
3446 esac \
3447- || as_fn_error "could not create $ac_file" "$LINENO" 5
3448+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3449 ;;
3450 :H)
3451 #
3452@@ -14241,19 +14413,19 @@
3453 $as_echo "/* $configure_input */" \
3454 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
3455 } >"$tmp/config.h" \
3456- || as_fn_error "could not create $ac_file" "$LINENO" 5
3457+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3458 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
3459 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
3460 $as_echo "$as_me: $ac_file is unchanged" >&6;}
3461 else
3462 rm -f "$ac_file"
3463 mv "$tmp/config.h" "$ac_file" \
3464- || as_fn_error "could not create $ac_file" "$LINENO" 5
3465+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3466 fi
3467 else
3468 $as_echo "/* $configure_input */" \
3469 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
3470- || as_fn_error "could not create -" "$LINENO" 5
3471+ || as_fn_error $? "could not create -" "$LINENO" 5
3472 fi
3473 # Compute "$ac_file"'s index in $config_headers.
3474 _am_arg="$ac_file"
3475@@ -14414,7 +14586,8 @@
3476 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
3477 #
3478 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
3479-# 2006, 2007, 2008 Free Software Foundation, Inc.
3480+# 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
3481+# Inc.
3482 # Written by Gordon Matzigkeit, 1996
3483 #
3484 # This file is part of GNU Libtool.
3485@@ -14462,6 +14635,12 @@
3486 # Whether or not to optimize for fast installation.
3487 fast_install=$enable_fast_install
3488
3489+# Shell to use when invoking shell scripts.
3490+SHELL=$lt_SHELL
3491+
3492+# An echo program that protects backslashes.
3493+ECHO=$lt_ECHO
3494+
3495 # The host system.
3496 host_alias=$host_alias
3497 host=$host
3498@@ -14511,10 +14690,6 @@
3499 # turn newlines into spaces.
3500 NL2SP=$lt_lt_NL2SP
3501
3502-# How to create reloadable object files.
3503-reload_flag=$lt_reload_flag
3504-reload_cmds=$lt_reload_cmds
3505-
3506 # An object symbol dumper.
3507 OBJDUMP=$lt_OBJDUMP
3508
3509@@ -14536,6 +14711,9 @@
3510 old_postinstall_cmds=$lt_old_postinstall_cmds
3511 old_postuninstall_cmds=$lt_old_postuninstall_cmds
3512
3513+# Whether to use a lock for old archive extraction.
3514+lock_old_archive_extraction=$lock_old_archive_extraction
3515+
3516 # A C compiler.
3517 LTCC=$lt_CC
3518
3519@@ -14557,12 +14735,6 @@
3520 # The name of the directory that contains temporary libtool files.
3521 objdir=$objdir
3522
3523-# Shell to use when invoking shell scripts.
3524-SHELL=$lt_SHELL
3525-
3526-# An echo program that does not interpret backslashes.
3527-ECHO=$lt_ECHO
3528-
3529 # Used to examine libraries when file_magic_cmd begins with "file".
3530 MAGIC_CMD=$MAGIC_CMD
3531
3532@@ -14625,6 +14797,9 @@
3533 # The coded name of the library, if different from the real name.
3534 soname_spec=$lt_soname_spec
3535
3536+# Permission mode override for installation of shared libraries.
3537+install_override_mode=$lt_install_override_mode
3538+
3539 # Command to use after installation of a shared archive.
3540 postinstall_cmds=$lt_postinstall_cmds
3541
3542@@ -14664,6 +14839,10 @@
3543 # The linker used to build libraries.
3544 LD=$lt_LD
3545
3546+# How to create reloadable object files.
3547+reload_flag=$lt_reload_flag
3548+reload_cmds=$lt_reload_cmds
3549+
3550 # Commands used to build an old-style archive.
3551 old_archive_cmds=$lt_old_archive_cmds
3552
3553@@ -14923,7 +15102,7 @@
3554 func_dirname ()
3555 {
3556 # Extract subdirectory from the argument.
3557- func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
3558+ func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
3559 if test "X$func_dirname_result" = "X${1}"; then
3560 func_dirname_result="${3}"
3561 else
3562@@ -14934,7 +15113,7 @@
3563 # func_basename file
3564 func_basename ()
3565 {
3566- func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
3567+ func_basename_result=`$ECHO "${1}" | $SED "$basename"`
3568 }
3569
3570
3571@@ -14947,10 +15126,8 @@
3572 func_stripname ()
3573 {
3574 case ${2} in
3575- .*) func_stripname_result=`$ECHO "X${3}" \
3576- | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
3577- *) func_stripname_result=`$ECHO "X${3}" \
3578- | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
3579+ .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
3580+ *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
3581 esac
3582 }
3583
3584@@ -14961,20 +15138,20 @@
3585 # func_opt_split
3586 func_opt_split ()
3587 {
3588- func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
3589- func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
3590+ func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
3591+ func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
3592 }
3593
3594 # func_lo2o object
3595 func_lo2o ()
3596 {
3597- func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
3598+ func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
3599 }
3600
3601 # func_xform libobj-or-source
3602 func_xform ()
3603 {
3604- func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
3605+ func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
3606 }
3607
3608 # func_arith arithmetic-term...
3609@@ -15033,7 +15210,7 @@
3610 esac ;;
3611 "po/stamp-it":C)
3612 if ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then
3613- as_fn_error "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5
3614+ as_fn_error $? "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5
3615 fi
3616 rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
3617 >"po/stamp-it.tmp"
3618@@ -15061,7 +15238,7 @@
3619 ac_clean_files=$ac_clean_files_save
3620
3621 test $ac_write_fail = 0 ||
3622- as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
3623+ as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
3624
3625
3626 # configure is writing to config.log, and then calls config.status.
3627@@ -15082,7 +15259,7 @@
3628 exec 5>>config.log
3629 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3630 # would make configure fail if this is the last instruction.
3631- $ac_cs_success || as_fn_exit $?
3632+ $ac_cs_success || as_fn_exit 1
3633 fi
3634 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
3635 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
3636
3637=== modified file 'configure.ac'
3638--- configure.ac 2010-06-21 15:16:53 +0000
3639+++ configure.ac 2010-09-29 17:12:46 +0000
3640@@ -4,7 +4,7 @@
3641
3642 m4_define(gtksourceview_major_version, 2)
3643 m4_define(gtksourceview_minor_version, 10)
3644-m4_define(gtksourceview_micro_version, 4)
3645+m4_define(gtksourceview_micro_version, 5)
3646 m4_define(gtksourceview_version, gtksourceview_major_version.gtksourceview_minor_version.gtksourceview_micro_version)
3647
3648 AC_INIT([gtksourceview],[gtksourceview_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=gtksourceview],[gtksourceview],[http://projects.gnome.org/gtksourceview/])
3649
3650=== modified file 'debian/changelog'
3651--- debian/changelog 2010-08-16 19:17:09 +0000
3652+++ debian/changelog 2010-09-29 17:12:46 +0000
3653@@ -1,3 +1,10 @@
3654+gtksourceview2 (2.10.5-0ubuntu1) maverick; urgency=low
3655+
3656+ * New upstream release.
3657+ - Updated translations
3658+
3659+ -- Michael Terry <mike@mterry.name> Wed, 29 Sep 2010 13:08:53 -0400
3660+
3661 gtksourceview2 (2.10.4-1) unstable; urgency=low
3662
3663 * New upstream bugfix and documentation release.
3664
3665=== modified file 'docs/Makefile.in'
3666--- docs/Makefile.in 2010-05-31 10:35:27 +0000
3667+++ docs/Makefile.in 2010-09-29 17:12:46 +0000
3668@@ -183,6 +183,8 @@
3669 PACKAGE_VERSION = @PACKAGE_VERSION@
3670 PATH_SEPARATOR = @PATH_SEPARATOR@
3671 PKG_CONFIG = @PKG_CONFIG@
3672+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
3673+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
3674 POFILES = @POFILES@
3675 POSUB = @POSUB@
3676 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
3677@@ -232,7 +234,6 @@
3678 libexecdir = @libexecdir@
3679 localedir = @localedir@
3680 localstatedir = @localstatedir@
3681-lt_ECHO = @lt_ECHO@
3682 mandir = @mandir@
3683 mkdir_p = @mkdir_p@
3684 oldincludedir = @oldincludedir@
3685
3686=== modified file 'docs/reference/Makefile.in'
3687--- docs/reference/Makefile.in 2010-06-21 15:16:53 +0000
3688+++ docs/reference/Makefile.in 2010-09-29 17:12:46 +0000
3689@@ -150,6 +150,8 @@
3690 PACKAGE_VERSION = @PACKAGE_VERSION@
3691 PATH_SEPARATOR = @PATH_SEPARATOR@
3692 PKG_CONFIG = @PKG_CONFIG@
3693+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
3694+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
3695 POFILES = @POFILES@
3696 POSUB = @POSUB@
3697 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
3698@@ -199,7 +201,6 @@
3699 libexecdir = @libexecdir@
3700 localedir = @localedir@
3701 localstatedir = @localstatedir@
3702-lt_ECHO = @lt_ECHO@
3703 mandir = @mandir@
3704 mkdir_p = @mkdir_p@
3705 oldincludedir = @oldincludedir@
3706@@ -529,8 +530,11 @@
3707 scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB)
3708 @echo 'gtk-doc: Scanning header files'
3709 @-chmod -R u+w $(srcdir)
3710- @cd $(srcdir) && \
3711- gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="$(IGNORE_HFILES)" $(SCAN_OPTIONS) $(EXTRA_HFILES)
3712+ @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \
3713+ _source_dir="$${_source_dir} --source-dir=$$i" ; \
3714+ done ; \
3715+ cd $(srcdir) && \
3716+ gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES)
3717 @if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \
3718 CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \
3719 else \
3720@@ -549,8 +553,11 @@
3721 sgml-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files)
3722 @echo 'gtk-doc: Building XML'
3723 @-chmod -R u+w $(srcdir)
3724- @cd $(srcdir) && \
3725- gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $(MKDB_OPTIONS)
3726+ @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \
3727+ _source_dir="$${_source_dir} --source-dir=$$i" ; \
3728+ done ; \
3729+ cd $(srcdir) && \
3730+ gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS)
3731 @touch sgml-build.stamp
3732
3733 sgml.stamp: sgml-build.stamp
3734
3735=== modified file 'docs/reference/html/GtkSourceBuffer.html'
3736--- docs/reference/html/GtkSourceBuffer.html 2010-06-21 15:16:53 +0000
3737+++ docs/reference/html/GtkSourceBuffer.html 2010-09-29 17:12:46 +0000
3738@@ -8,7 +8,7 @@
3739 <link rel="up" href="rn01.html" title="API reference">
3740 <link rel="prev" href="rn01.html" title="API reference">
3741 <link rel="next" href="GtkSourceCompletion.html" title="GtkSourceCompletion">
3742-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
3743+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
3744 <link rel="stylesheet" href="style.css" type="text/css">
3745 </head>
3746 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3747@@ -48,86 +48,86 @@
3748
3749 <a class="link" href="GtkSourceBuffer.html#GtkSourceBuffer-struct" title="GtkSourceBuffer">GtkSourceBuffer</a>;
3750 <a class="link" href="GtkSourceBuffer.html#GtkSourceBufferClass" title="GtkSourceBufferClass">GtkSourceBufferClass</a>;
3751-<a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="returnvalue">GtkSourceBuffer</span></a> * <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-new" title="gtk_source_buffer_new ()">gtk_source_buffer_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/GtkTextTagTable.html"><span class="type">GtkTextTagTable</span></a> *table</code></em>);
3752+<a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="returnvalue">GtkSourceBuffer</span></a> * <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-new" title="gtk_source_buffer_new ()">gtk_source_buffer_new</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkTextTagTable.html"><span class="type">GtkTextTagTable</span></a> *table</code></em>);
3753 <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="returnvalue">GtkSourceBuffer</span></a> * <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-new-with-language" title="gtk_source_buffer_new_with_language ()">gtk_source_buffer_new_with_language</a> (<em class="parameter"><code><a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> *language</code></em>);
3754 <span class="returnvalue">void</span> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-set-highlight-syntax" title="gtk_source_buffer_set_highlight_syntax ()">gtk_source_buffer_set_highlight_syntax</a>
3755 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
3756- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> highlight</code></em>);
3757-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-get-highlight-syntax" title="gtk_source_buffer_get_highlight_syntax ()">gtk_source_buffer_get_highlight_syntax</a>
3758+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> highlight</code></em>);
3759+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-get-highlight-syntax" title="gtk_source_buffer_get_highlight_syntax ()">gtk_source_buffer_get_highlight_syntax</a>
3760 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>);
3761 <span class="returnvalue">void</span> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-set-language" title="gtk_source_buffer_set_language ()">gtk_source_buffer_set_language</a> (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
3762 <em class="parameter"><code><a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> *language</code></em>);
3763 <a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="returnvalue">GtkSourceLanguage</span></a> * <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-get-language" title="gtk_source_buffer_get_language ()">gtk_source_buffer_get_language</a> (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>);
3764 <span class="returnvalue">void</span> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-set-highlight-matching-brackets" title="gtk_source_buffer_set_highlight_matching_brackets ()">gtk_source_buffer_set_highlight_matching_brackets</a>
3765 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
3766- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> highlight</code></em>);
3767-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-get-highlight-matching-brackets" title="gtk_source_buffer_get_highlight_matching_brackets ()">gtk_source_buffer_get_highlight_matching_brackets</a>
3768+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> highlight</code></em>);
3769+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-get-highlight-matching-brackets" title="gtk_source_buffer_get_highlight_matching_brackets ()">gtk_source_buffer_get_highlight_matching_brackets</a>
3770 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>);
3771 <span class="returnvalue">void</span> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-set-style-scheme" title="gtk_source_buffer_set_style_scheme ()">gtk_source_buffer_set_style_scheme</a> (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
3772 <em class="parameter"><code><a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="type">GtkSourceStyleScheme</span></a> *scheme</code></em>);
3773 <a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="returnvalue">GtkSourceStyleScheme</span></a> * <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-get-style-scheme" title="gtk_source_buffer_get_style_scheme ()">gtk_source_buffer_get_style_scheme</a>
3774 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>);
3775-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-get-max-undo-levels" title="gtk_source_buffer_get_max_undo_levels ()">gtk_source_buffer_get_max_undo_levels</a>
3776+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-get-max-undo-levels" title="gtk_source_buffer_get_max_undo_levels ()">gtk_source_buffer_get_max_undo_levels</a>
3777 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>);
3778 <span class="returnvalue">void</span> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-set-max-undo-levels" title="gtk_source_buffer_set_max_undo_levels ()">gtk_source_buffer_set_max_undo_levels</a>
3779 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
3780- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> max_undo_levels</code></em>);
3781+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> max_undo_levels</code></em>);
3782 <span class="returnvalue">void</span> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-redo" title="gtk_source_buffer_redo ()">gtk_source_buffer_redo</a> (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>);
3783 <span class="returnvalue">void</span> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-undo" title="gtk_source_buffer_undo ()">gtk_source_buffer_undo</a> (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>);
3784-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-can-redo" title="gtk_source_buffer_can_redo ()">gtk_source_buffer_can_redo</a> (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>);
3785-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-can-undo" title="gtk_source_buffer_can_undo ()">gtk_source_buffer_can_undo</a> (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>);
3786+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-can-redo" title="gtk_source_buffer_can_redo ()">gtk_source_buffer_can_redo</a> (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>);
3787+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-can-undo" title="gtk_source_buffer_can_undo ()">gtk_source_buffer_can_undo</a> (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>);
3788 <span class="returnvalue">void</span> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-begin-not-undoable-action" title="gtk_source_buffer_begin_not_undoable_action ()">gtk_source_buffer_begin_not_undoable_action</a>
3789 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>);
3790 <span class="returnvalue">void</span> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-end-not-undoable-action" title="gtk_source_buffer_end_not_undoable_action ()">gtk_source_buffer_end_not_undoable_action</a>
3791 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>);
3792 <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="returnvalue">GtkSourceMark</span></a> * <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-create-source-mark" title="gtk_source_buffer_create_source_mark ()">gtk_source_buffer_create_source_mark</a>
3793 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
3794- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
3795- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>,
3796- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>);
3797-<a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-get-source-marks-at-line" title="gtk_source_buffer_get_source_marks_at_line ()">gtk_source_buffer_get_source_marks_at_line</a>
3798- (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
3799- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> line</code></em>,
3800- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);
3801-<a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-get-source-marks-at-iter" title="gtk_source_buffer_get_source_marks_at_iter ()">gtk_source_buffer_get_source_marks_at_iter</a>
3802- (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
3803- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
3804- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);
3805+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
3806+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>,
3807+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>);
3808+<a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-get-source-marks-at-line" title="gtk_source_buffer_get_source_marks_at_line ()">gtk_source_buffer_get_source_marks_at_line</a>
3809+ (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
3810+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> line</code></em>,
3811+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);
3812+<a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-get-source-marks-at-iter" title="gtk_source_buffer_get_source_marks_at_iter ()">gtk_source_buffer_get_source_marks_at_iter</a>
3813+ (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
3814+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
3815+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);
3816 <span class="returnvalue">void</span> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-remove-source-marks" title="gtk_source_buffer_remove_source_marks ()">gtk_source_buffer_remove_source_marks</a>
3817 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
3818- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
3819- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
3820- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);
3821-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-forward-iter-to-source-mark" title="gtk_source_buffer_forward_iter_to_source_mark ()">gtk_source_buffer_forward_iter_to_source_mark</a>
3822- (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
3823- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
3824- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);
3825-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-backward-iter-to-source-mark" title="gtk_source_buffer_backward_iter_to_source_mark ()">gtk_source_buffer_backward_iter_to_source_mark</a>
3826- (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
3827- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
3828- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);
3829+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
3830+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
3831+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);
3832+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-forward-iter-to-source-mark" title="gtk_source_buffer_forward_iter_to_source_mark ()">gtk_source_buffer_forward_iter_to_source_mark</a>
3833+ (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
3834+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
3835+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);
3836+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-backward-iter-to-source-mark" title="gtk_source_buffer_backward_iter_to_source_mark ()">gtk_source_buffer_backward_iter_to_source_mark</a>
3837+ (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
3838+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
3839+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);
3840 <span class="returnvalue">void</span> <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-ensure-highlight" title="gtk_source_buffer_ensure_highlight ()">gtk_source_buffer_ensure_highlight</a> (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
3841- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
3842- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
3843+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
3844+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
3845 </pre>
3846 </div>
3847 <div class="refsect1" title="Object Hierarchy">
3848 <a name="GtkSourceBuffer.object-hierarchy"></a><h2>Object Hierarchy</h2>
3849 <pre class="synopsis">
3850- <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
3851- +----<a href="/usr/share/gtk-doc/html/gtk/GtkTextBuffer.html">GtkTextBuffer</a>
3852+ <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
3853+ +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkTextBuffer.html">GtkTextBuffer</a>
3854 +----GtkSourceBuffer
3855 </pre>
3856 </div>
3857 <div class="refsect1" title="Properties">
3858 <a name="GtkSourceBuffer.properties"></a><h2>Properties</h2>
3859 <pre class="synopsis">
3860- "<a class="link" href="GtkSourceBuffer.html#GtkSourceBuffer--can-redo" title='The "can-redo" property'>can-redo</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read
3861- "<a class="link" href="GtkSourceBuffer.html#GtkSourceBuffer--can-undo" title='The "can-undo" property'>can-undo</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read
3862- "<a class="link" href="GtkSourceBuffer.html#GtkSourceBuffer--highlight-matching-brackets" title='The "highlight-matching-brackets" property'>highlight-matching-brackets</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
3863- "<a class="link" href="GtkSourceBuffer.html#GtkSourceBuffer--highlight-syntax" title='The "highlight-syntax" property'>highlight-syntax</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
3864+ "<a class="link" href="GtkSourceBuffer.html#GtkSourceBuffer--can-redo" title='The "can-redo" property'>can-redo</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read
3865+ "<a class="link" href="GtkSourceBuffer.html#GtkSourceBuffer--can-undo" title='The "can-undo" property'>can-undo</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read
3866+ "<a class="link" href="GtkSourceBuffer.html#GtkSourceBuffer--highlight-matching-brackets" title='The "highlight-matching-brackets" property'>highlight-matching-brackets</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
3867+ "<a class="link" href="GtkSourceBuffer.html#GtkSourceBuffer--highlight-syntax" title='The "highlight-syntax" property'>highlight-syntax</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
3868 "<a class="link" href="GtkSourceBuffer.html#GtkSourceBuffer--language" title='The "language" property'>language</a>" <a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a>* : Read / Write
3869- "<a class="link" href="GtkSourceBuffer.html#GtkSourceBuffer--max-undo-levels" title='The "max-undo-levels" property'>max-undo-levels</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
3870+ "<a class="link" href="GtkSourceBuffer.html#GtkSourceBuffer--max-undo-levels" title='The "max-undo-levels" property'>max-undo-levels</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
3871 "<a class="link" href="GtkSourceBuffer.html#GtkSourceBuffer--style-scheme" title='The "style-scheme" property'>style-scheme</a>" <a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="type">GtkSourceStyleScheme</span></a>* : Read / Write
3872 "<a class="link" href="GtkSourceBuffer.html#GtkSourceBuffer--undo-manager" title='The "undo-manager" property'>undo-manager</a>" <a class="link" href="GtkSourceUndoManager.html" title="GtkSourceUndoManager"><span class="type">GtkSourceUndoManager</span></a>* : Read / Write / Construct
3873 </pre>
3874@@ -145,7 +145,7 @@
3875 <a name="GtkSourceBuffer.description"></a><h2>Description</h2>
3876 <p>
3877 The <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> object is the model for <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> widgets.
3878-It extends the <a href="/usr/share/gtk-doc/html/gtk/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a> object by adding features useful to display
3879+It extends the <a href="http://library.gnome.org/devel/gtk/unstable/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a> object by adding features useful to display
3880 and edit source code as syntax highlighting and bracket matching. It
3881 also implements support for undo/redo operations.
3882 </p>
3883@@ -186,7 +186,7 @@
3884 <hr>
3885 <div class="refsect2" title="gtk_source_buffer_new ()">
3886 <a name="gtk-source-buffer-new"></a><h3>gtk_source_buffer_new ()</h3>
3887-<pre class="programlisting"><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="returnvalue">GtkSourceBuffer</span></a> * gtk_source_buffer_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/GtkTextTagTable.html"><span class="type">GtkTextTagTable</span></a> *table</code></em>);</pre>
3888+<pre class="programlisting"><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="returnvalue">GtkSourceBuffer</span></a> * gtk_source_buffer_new (<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkTextTagTable.html"><span class="type">GtkTextTagTable</span></a> *table</code></em>);</pre>
3889 <p>
3890 Creates a new source buffer.
3891 </p>
3892@@ -195,7 +195,7 @@
3893 <tbody>
3894 <tr>
3895 <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
3896-<td>a <a href="/usr/share/gtk-doc/html/gtk/GtkTextTagTable.html"><span class="type">GtkTextTagTable</span></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to create a new one.
3897+<td>a <a href="http://library.gnome.org/devel/gtk/unstable/GtkTextTagTable.html"><span class="type">GtkTextTagTable</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to create a new one.
3898 </td>
3899 </tr>
3900 <tr>
3901@@ -237,12 +237,12 @@
3902 <a name="gtk-source-buffer-set-highlight-syntax"></a><h3>gtk_source_buffer_set_highlight_syntax ()</h3>
3903 <pre class="programlisting"><span class="returnvalue">void</span> gtk_source_buffer_set_highlight_syntax
3904 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
3905- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> highlight</code></em>);</pre>
3906+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> highlight</code></em>);</pre>
3907 <p>
3908 Controls whether syntax is highlighted in the buffer. If <em class="parameter"><code>highlight</code></em>
3909-is <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the text will be highlighted according to the syntax
3910+is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the text will be highlighted according to the syntax
3911 patterns specified in the language set with
3912-<a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-set-language" title="gtk_source_buffer_set_language ()"><code class="function">gtk_source_buffer_set_language()</code></a>. If <em class="parameter"><code>highlight</code></em> is <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, syntax highlighting
3913+<a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-set-language" title="gtk_source_buffer_set_language ()"><code class="function">gtk_source_buffer_set_language()</code></a>. If <em class="parameter"><code>highlight</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, syntax highlighting
3914 is disabled and all the GtkTextTag objects that have been added by the
3915 syntax highlighting engine are removed from the buffer.
3916 </p>
3917@@ -257,7 +257,7 @@
3918 <tr>
3919 <td><p><span class="term"><em class="parameter"><code>highlight</code></em> :</span></p></td>
3920 <td>
3921-<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable syntax highlighting, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to disable it.
3922+<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable syntax highlighting, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to disable it.
3923 </td>
3924 </tr>
3925 </tbody>
3926@@ -266,7 +266,7 @@
3927 <hr>
3928 <div class="refsect2" title="gtk_source_buffer_get_highlight_syntax ()">
3929 <a name="gtk-source-buffer-get-highlight-syntax"></a><h3>gtk_source_buffer_get_highlight_syntax ()</h3>
3930-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_source_buffer_get_highlight_syntax
3931+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_source_buffer_get_highlight_syntax
3932 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>);</pre>
3933 <p>
3934 Determines whether syntax highlighting is activated in the source
3935@@ -282,7 +282,7 @@
3936 </tr>
3937 <tr>
3938 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3939-<td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if syntax highlighting is enabled, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
3940+<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if syntax highlighting is enabled, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
3941 </td>
3942 </tr>
3943 </tbody>
3944@@ -295,9 +295,9 @@
3945 <em class="parameter"><code><a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> *language</code></em>);</pre>
3946 <p>
3947 Associate a <a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> with the source buffer. If <em class="parameter"><code>language</code></em> is
3948-not-<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> and syntax highlighting is enabled (see <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-set-highlight-syntax" title="gtk_source_buffer_set_highlight_syntax ()"><code class="function">gtk_source_buffer_set_highlight_syntax()</code></a>),
3949+not-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> and syntax highlighting is enabled (see <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-set-highlight-syntax" title="gtk_source_buffer_set_highlight_syntax ()"><code class="function">gtk_source_buffer_set_highlight_syntax()</code></a>),
3950 the syntax patterns defined in <em class="parameter"><code>language</code></em> will be used to highlight the text
3951-contained in the buffer. If <em class="parameter"><code>language</code></em> is <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the text contained in the
3952+contained in the buffer. If <em class="parameter"><code>language</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the text contained in the
3953 buffer is not highlighted.
3954 </p>
3955 <p>
3956@@ -313,7 +313,7 @@
3957 </tr>
3958 <tr>
3959 <td><p><span class="term"><em class="parameter"><code>language</code></em> :</span></p></td>
3960-<td>a <a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> to set, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
3961+<td>a <a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> to set, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
3962 </td>
3963 </tr>
3964 </tbody>
3965@@ -338,7 +338,7 @@
3966 </tr>
3967 <tr>
3968 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3969-<td> <a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> associated with the buffer, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
3970+<td> <a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage"><span class="type">GtkSourceLanguage</span></a> associated with the buffer, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
3971 </td>
3972 </tr>
3973 </tbody>
3974@@ -349,7 +349,7 @@
3975 <a name="gtk-source-buffer-set-highlight-matching-brackets"></a><h3>gtk_source_buffer_set_highlight_matching_brackets ()</h3>
3976 <pre class="programlisting"><span class="returnvalue">void</span> gtk_source_buffer_set_highlight_matching_brackets
3977 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
3978- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> highlight</code></em>);</pre>
3979+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> highlight</code></em>);</pre>
3980 <p>
3981 Controls the bracket match highlighting function in the buffer. If
3982 activated, when you position your cursor over a bracket character
3983@@ -369,7 +369,7 @@
3984 <tr>
3985 <td><p><span class="term"><em class="parameter"><code>highlight</code></em> :</span></p></td>
3986 <td>
3987-<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want matching brackets highlighted.
3988+<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want matching brackets highlighted.
3989 </td>
3990 </tr>
3991 </tbody>
3992@@ -378,7 +378,7 @@
3993 <hr>
3994 <div class="refsect2" title="gtk_source_buffer_get_highlight_matching_brackets ()">
3995 <a name="gtk-source-buffer-get-highlight-matching-brackets"></a><h3>gtk_source_buffer_get_highlight_matching_brackets ()</h3>
3996-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_source_buffer_get_highlight_matching_brackets
3997+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_source_buffer_get_highlight_matching_brackets
3998 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>);</pre>
3999 <p>
4000 Determines whether bracket match highlighting is activated for the
4001@@ -394,7 +394,7 @@
4002 </tr>
4003 <tr>
4004 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4005-<td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the source buffer will highlight matching
4006+<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the source buffer will highlight matching
4007 brackets.
4008 </td>
4009 </tr>
4010@@ -407,7 +407,7 @@
4011 <pre class="programlisting"><span class="returnvalue">void</span> gtk_source_buffer_set_style_scheme (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
4012 <em class="parameter"><code><a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="type">GtkSourceStyleScheme</span></a> *scheme</code></em>);</pre>
4013 <p>
4014-Sets style scheme used by the buffer. If <em class="parameter"><code>scheme</code></em> is <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> no
4015+Sets style scheme used by the buffer. If <em class="parameter"><code>scheme</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> no
4016 style scheme is used.
4017 </p>
4018 <div class="variablelist"><table border="0">
4019@@ -445,7 +445,7 @@
4020 <tr>
4021 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4022 <td> the <a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="type">GtkSourceStyleScheme</span></a> set by
4023-<a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-set-style-scheme" title="gtk_source_buffer_set_style_scheme ()"><code class="function">gtk_source_buffer_set_style_scheme()</code></a>, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
4024+<a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-set-style-scheme" title="gtk_source_buffer_set_style_scheme ()"><code class="function">gtk_source_buffer_set_style_scheme()</code></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
4025 </td>
4026 </tr>
4027 </tbody>
4028@@ -454,7 +454,7 @@
4029 <hr>
4030 <div class="refsect2" title="gtk_source_buffer_get_max_undo_levels ()">
4031 <a name="gtk-source-buffer-get-max-undo-levels"></a><h3>gtk_source_buffer_get_max_undo_levels ()</h3>
4032-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_source_buffer_get_max_undo_levels
4033+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_source_buffer_get_max_undo_levels
4034 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>);</pre>
4035 <p>
4036 Determines the number of undo levels the buffer will track for
4037@@ -482,7 +482,7 @@
4038 <a name="gtk-source-buffer-set-max-undo-levels"></a><h3>gtk_source_buffer_set_max_undo_levels ()</h3>
4039 <pre class="programlisting"><span class="returnvalue">void</span> gtk_source_buffer_set_max_undo_levels
4040 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
4041- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> max_undo_levels</code></em>);</pre>
4042+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> max_undo_levels</code></em>);</pre>
4043 <p>
4044 Sets the number of undo levels for user actions the buffer will
4045 track. If the number of user actions exceeds the limit set by this
4046@@ -493,7 +493,7 @@
4047 </p>
4048 <p>
4049 A new action is started whenever the function
4050-<a href="/usr/share/gtk-doc/html/gtk/GtkTextBuffer.html#gtk-text-buffer-begin-user-action"><code class="function">gtk_text_buffer_begin_user_action()</code></a> is called. In general, this
4051+<a href="http://library.gnome.org/devel/gtk/unstable/GtkTextBuffer.html#gtk-text-buffer-begin-user-action"><code class="function">gtk_text_buffer_begin_user_action()</code></a> is called. In general, this
4052 happens whenever the user presses any key which modifies the
4053 buffer, but the undo manager will try to merge similar consecutive
4054 actions, such as multiple character insertions into one action.
4055@@ -543,8 +543,8 @@
4056 </p>
4057 <p>
4058 Actions are defined as groups of operations between a call to
4059-<a href="/usr/share/gtk-doc/html/gtk/GtkTextBuffer.html#gtk-text-buffer-begin-user-action"><code class="function">gtk_text_buffer_begin_user_action()</code></a> and
4060-<a href="/usr/share/gtk-doc/html/gtk/GtkTextBuffer.html#gtk-text-buffer-end-user-action"><code class="function">gtk_text_buffer_end_user_action()</code></a>, or sequences of similar edits
4061+<a href="http://library.gnome.org/devel/gtk/unstable/GtkTextBuffer.html#gtk-text-buffer-begin-user-action"><code class="function">gtk_text_buffer_begin_user_action()</code></a> and
4062+<a href="http://library.gnome.org/devel/gtk/unstable/GtkTextBuffer.html#gtk-text-buffer-end-user-action"><code class="function">gtk_text_buffer_end_user_action()</code></a>, or sequences of similar edits
4063 (inserts or deletes) on the same line.
4064 </p>
4065 <div class="variablelist"><table border="0">
4066@@ -559,7 +559,7 @@
4067 <hr>
4068 <div class="refsect2" title="gtk_source_buffer_can_redo ()">
4069 <a name="gtk-source-buffer-can-redo"></a><h3>gtk_source_buffer_can_redo ()</h3>
4070-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_source_buffer_can_redo (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>);</pre>
4071+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_source_buffer_can_redo (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>);</pre>
4072 <p>
4073 Determines whether a source buffer can redo the last action
4074 (i.e. if the last operation was an undo).
4075@@ -574,7 +574,7 @@
4076 </tr>
4077 <tr>
4078 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4079-<td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a redo is possible.
4080+<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a redo is possible.
4081 </td>
4082 </tr>
4083 </tbody>
4084@@ -583,7 +583,7 @@
4085 <hr>
4086 <div class="refsect2" title="gtk_source_buffer_can_undo ()">
4087 <a name="gtk-source-buffer-can-undo"></a><h3>gtk_source_buffer_can_undo ()</h3>
4088-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_source_buffer_can_undo (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>);</pre>
4089+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_source_buffer_can_undo (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>);</pre>
4090 <p>
4091 Determines whether a source buffer can undo the last action.
4092 </p>
4093@@ -597,7 +597,7 @@
4094 </tr>
4095 <tr>
4096 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4097-<td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if it's possible to undo the last action.
4098+<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if it's possible to undo the last action.
4099 </td>
4100 </tr>
4101 </tbody>
4102@@ -652,17 +652,17 @@
4103 <a name="gtk-source-buffer-create-source-mark"></a><h3>gtk_source_buffer_create_source_mark ()</h3>
4104 <pre class="programlisting"><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="returnvalue">GtkSourceMark</span></a> * gtk_source_buffer_create_source_mark
4105 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
4106- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
4107- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>,
4108- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>);</pre>
4109+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
4110+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>,
4111+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>);</pre>
4112 <p>
4113 Creates a source mark in the <em class="parameter"><code>buffer</code></em> of category <em class="parameter"><code>category</code></em>. A source mark is
4114-a <a href="/usr/share/gtk-doc/html/gtk/GtkTextMark.html"><span class="type">GtkTextMark</span></a> but organised into categories. Depending on the category
4115+a <a href="http://library.gnome.org/devel/gtk/unstable/GtkTextMark.html"><span class="type">GtkTextMark</span></a> but organised into categories. Depending on the category
4116 a pixbuf can be specified that will be displayed along the line of the mark.
4117 </p>
4118 <p>
4119-Like a <a href="/usr/share/gtk-doc/html/gtk/GtkTextMark.html"><span class="type">GtkTextMark</span></a>, a <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> can be anonymous if the
4120-passed <em class="parameter"><code>name</code></em> is <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. Also, the buffer owns the marks so you
4121+Like a <a href="http://library.gnome.org/devel/gtk/unstable/GtkTextMark.html"><span class="type">GtkTextMark</span></a>, a <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> can be anonymous if the
4122+passed <em class="parameter"><code>name</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. Also, the buffer owns the marks so you
4123 shouldn't unreference it.
4124 </p>
4125 <p>
4126@@ -683,7 +683,7 @@
4127 </tr>
4128 <tr>
4129 <td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
4130-<td>the name of the mark, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
4131+<td>the name of the mark, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
4132 </td>
4133 </tr>
4134 <tr>
4135@@ -709,10 +709,10 @@
4136 <hr>
4137 <div class="refsect2" title="gtk_source_buffer_get_source_marks_at_line ()">
4138 <a name="gtk-source-buffer-get-source-marks-at-line"></a><h3>gtk_source_buffer_get_source_marks_at_line ()</h3>
4139-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * gtk_source_buffer_get_source_marks_at_line
4140+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * gtk_source_buffer_get_source_marks_at_line
4141 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
4142- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> line</code></em>,
4143- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);</pre>
4144+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> line</code></em>,
4145+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);</pre>
4146 <p>
4147 Returns the list of marks of the given category at <em class="parameter"><code>line</code></em>.
4148 If <em class="parameter"><code>category</code></em> is NULL, all marks at <em class="parameter"><code>line</code></em> are returned.
4149@@ -732,12 +732,12 @@
4150 </tr>
4151 <tr>
4152 <td><p><span class="term"><em class="parameter"><code>category</code></em> :</span></p></td>
4153-<td>category to search for or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
4154+<td>category to search for or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
4155 </td>
4156 </tr>
4157 <tr>
4158 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4159-<td> a newly allocated <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a>.
4160+<td> a newly allocated <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a>.
4161
4162 </td>
4163 </tr>
4164@@ -748,13 +748,13 @@
4165 <hr>
4166 <div class="refsect2" title="gtk_source_buffer_get_source_marks_at_iter ()">
4167 <a name="gtk-source-buffer-get-source-marks-at-iter"></a><h3>gtk_source_buffer_get_source_marks_at_iter ()</h3>
4168-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * gtk_source_buffer_get_source_marks_at_iter
4169+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * gtk_source_buffer_get_source_marks_at_iter
4170 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
4171- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
4172- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);</pre>
4173+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
4174+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);</pre>
4175 <p>
4176 Returns the list of marks of the given category at <em class="parameter"><code>iter</code></em>. If <em class="parameter"><code>category</code></em>
4177-is <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> it returns all marks at <em class="parameter"><code>iter</code></em>.
4178+is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> it returns all marks at <em class="parameter"><code>iter</code></em>.
4179 </p>
4180 <div class="variablelist"><table border="0">
4181 <col align="left" valign="top">
4182@@ -771,12 +771,12 @@
4183 </tr>
4184 <tr>
4185 <td><p><span class="term"><em class="parameter"><code>category</code></em> :</span></p></td>
4186-<td>category to search for or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
4187+<td>category to search for or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
4188 </td>
4189 </tr>
4190 <tr>
4191 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4192-<td> a newly allocated <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a>.
4193+<td> a newly allocated <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a>.
4194
4195 </td>
4196 </tr>
4197@@ -789,9 +789,9 @@
4198 <a name="gtk-source-buffer-remove-source-marks"></a><h3>gtk_source_buffer_remove_source_marks ()</h3>
4199 <pre class="programlisting"><span class="returnvalue">void</span> gtk_source_buffer_remove_source_marks
4200 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
4201- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
4202- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
4203- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);</pre>
4204+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
4205+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
4206+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);</pre>
4207 <p>
4208 Remove all marks of <em class="parameter"><code>category</code></em> between <em class="parameter"><code>start</code></em> and <em class="parameter"><code>end</code></em> from the buffer.
4209 If <em class="parameter"><code>category</code></em> is NULL, all marks in the range will be removed.
4210@@ -806,12 +806,12 @@
4211 </tr>
4212 <tr>
4213 <td><p><span class="term"><em class="parameter"><code>start</code></em> :</span></p></td>
4214-<td>a <a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a>
4215+<td>a <a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a>
4216 </td>
4217 </tr>
4218 <tr>
4219 <td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
4220-<td>a <a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a>
4221+<td>a <a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a>
4222 </td>
4223 </tr>
4224 <tr>
4225@@ -826,13 +826,13 @@
4226 <hr>
4227 <div class="refsect2" title="gtk_source_buffer_forward_iter_to_source_mark ()">
4228 <a name="gtk-source-buffer-forward-iter-to-source-mark"></a><h3>gtk_source_buffer_forward_iter_to_source_mark ()</h3>
4229-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_source_buffer_forward_iter_to_source_mark
4230+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_source_buffer_forward_iter_to_source_mark
4231 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
4232- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
4233- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);</pre>
4234+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
4235+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);</pre>
4236 <p>
4237 Moves <em class="parameter"><code>iter</code></em> to the position of the next <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> of the given
4238-<em class="parameter"><code>category</code></em>. Returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if <em class="parameter"><code>iter</code></em> was moved. If <em class="parameter"><code>category</code></em> is NULL, the
4239+<em class="parameter"><code>category</code></em>. Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if <em class="parameter"><code>iter</code></em> was moved. If <em class="parameter"><code>category</code></em> is NULL, the
4240 next source mark can be of any category.
4241 </p>
4242 <div class="variablelist"><table border="0">
4243@@ -850,7 +850,7 @@
4244 </tr>
4245 <tr>
4246 <td><p><span class="term"><em class="parameter"><code>category</code></em> :</span></p></td>
4247-<td>category to search for or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
4248+<td>category to search for or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
4249 </td>
4250 </tr>
4251 <tr>
4252@@ -866,13 +866,13 @@
4253 <hr>
4254 <div class="refsect2" title="gtk_source_buffer_backward_iter_to_source_mark ()">
4255 <a name="gtk-source-buffer-backward-iter-to-source-mark"></a><h3>gtk_source_buffer_backward_iter_to_source_mark ()</h3>
4256-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_source_buffer_backward_iter_to_source_mark
4257+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_source_buffer_backward_iter_to_source_mark
4258 (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
4259- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
4260- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);</pre>
4261+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
4262+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);</pre>
4263 <p>
4264 Moves <em class="parameter"><code>iter</code></em> to the position of the previous <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> of the given
4265-category. Returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if <em class="parameter"><code>iter</code></em> was moved. If <em class="parameter"><code>category</code></em> is NULL, the
4266+category. Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if <em class="parameter"><code>iter</code></em> was moved. If <em class="parameter"><code>category</code></em> is NULL, the
4267 previous source mark can be of any category.
4268 </p>
4269 <div class="variablelist"><table border="0">
4270@@ -890,7 +890,7 @@
4271 </tr>
4272 <tr>
4273 <td><p><span class="term"><em class="parameter"><code>category</code></em> :</span></p></td>
4274-<td>category to search for or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
4275+<td>category to search for or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
4276 </td>
4277 </tr>
4278 <tr>
4279@@ -907,8 +907,8 @@
4280 <div class="refsect2" title="gtk_source_buffer_ensure_highlight ()">
4281 <a name="gtk-source-buffer-ensure-highlight"></a><h3>gtk_source_buffer_ensure_highlight ()</h3>
4282 <pre class="programlisting"><span class="returnvalue">void</span> gtk_source_buffer_ensure_highlight (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
4283- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
4284- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
4285+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
4286+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
4287 <p>
4288 Forces buffer to analyze and highlight the given area synchronously.
4289 </p>
4290@@ -950,21 +950,21 @@
4291 <a name="GtkSourceBuffer.property-details"></a><h2>Property Details</h2>
4292 <div class="refsect2" title='The "can-redo" property'>
4293 <a name="GtkSourceBuffer--can-redo"></a><h3>The <code class="literal">"can-redo"</code> property</h3>
4294-<pre class="programlisting"> "can-redo" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
4295+<pre class="programlisting"> "can-redo" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
4296 <p>Whether Redo operation is possible.</p>
4297 <p>Default value: FALSE</p>
4298 </div>
4299 <hr>
4300 <div class="refsect2" title='The "can-undo" property'>
4301 <a name="GtkSourceBuffer--can-undo"></a><h3>The <code class="literal">"can-undo"</code> property</h3>
4302-<pre class="programlisting"> "can-undo" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
4303+<pre class="programlisting"> "can-undo" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
4304 <p>Whether Undo operation is possible.</p>
4305 <p>Default value: FALSE</p>
4306 </div>
4307 <hr>
4308 <div class="refsect2" title='The "highlight-matching-brackets" property'>
4309 <a name="GtkSourceBuffer--highlight-matching-brackets"></a><h3>The <code class="literal">"highlight-matching-brackets"</code> property</h3>
4310-<pre class="programlisting"> "highlight-matching-brackets" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
4311+<pre class="programlisting"> "highlight-matching-brackets" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
4312 <p>
4313 Whether to highlight matching brackets in the buffer.
4314 </p>
4315@@ -973,7 +973,7 @@
4316 <hr>
4317 <div class="refsect2" title='The "highlight-syntax" property'>
4318 <a name="GtkSourceBuffer--highlight-syntax"></a><h3>The <code class="literal">"highlight-syntax"</code> property</h3>
4319-<pre class="programlisting"> "highlight-syntax" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
4320+<pre class="programlisting"> "highlight-syntax" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
4321 <p>
4322 Whether to highlight syntax in the buffer.
4323 </p>
4324@@ -988,7 +988,7 @@
4325 <hr>
4326 <div class="refsect2" title='The "max-undo-levels" property'>
4327 <a name="GtkSourceBuffer--max-undo-levels"></a><h3>The <code class="literal">"max-undo-levels"</code> property</h3>
4328-<pre class="programlisting"> "max-undo-levels" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
4329+<pre class="programlisting"> "max-undo-levels" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
4330 <p>
4331 Number of undo levels for the buffer. -1 means no limit. This property
4332 will only affect the default undo manager.
4333@@ -1018,22 +1018,22 @@
4334 <div class="refsect2" title='The "highlight-updated" signal'>
4335 <a name="GtkSourceBuffer-highlight-updated"></a><h3>The <code class="literal">"highlight-updated"</code> signal</h3>
4336 <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *sourcebuffer,
4337- <a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *arg1,
4338- <a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *arg2,
4339- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
4340+ <a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *arg1,
4341+ <a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *arg2,
4342+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
4343 </div>
4344 <hr>
4345 <div class="refsect2" title='The "redo" signal'>
4346 <a name="GtkSourceBuffer-redo"></a><h3>The <code class="literal">"redo"</code> signal</h3>
4347 <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *sourcebuffer,
4348- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
4349+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
4350 </div>
4351 <hr>
4352 <div class="refsect2" title='The "source-mark-updated" signal'>
4353 <a name="GtkSourceBuffer-source-mark-updated"></a><h3>The <code class="literal">"source-mark-updated"</code> signal</h3>
4354 <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer,
4355- <a href="/usr/share/gtk-doc/html/gtk/GtkTextMark.html"><span class="type">GtkTextMark</span></a> *arg1,
4356- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
4357+ <a href="http://library.gnome.org/devel/gtk/unstable/GtkTextMark.html"><span class="type">GtkTextMark</span></a> *arg1,
4358+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
4359 <p>
4360 The ::source_mark_updated signal is emitted each time
4361 a mark is added to, moved or removed from the <em class="parameter"><code>buffer</code></em>.
4362@@ -1057,16 +1057,16 @@
4363 <div class="refsect2" title='The "undo" signal'>
4364 <a name="GtkSourceBuffer-undo"></a><h3>The <code class="literal">"undo"</code> signal</h3>
4365 <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *sourcebuffer,
4366- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
4367+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
4368 </div>
4369 </div>
4370 <div class="refsect1" title="See Also">
4371 <a name="GtkSourceBuffer.see-also"></a><h2>See Also</h2>
4372-<a href="/usr/share/gtk-doc/html/gtk/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a>,<a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>
4373+<a href="http://library.gnome.org/devel/gtk/unstable/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a>,<a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>
4374 </div>
4375 </div>
4376 <div class="footer">
4377 <hr>
4378- Generated by GTK-Doc V1.14</div>
4379+ Generated by GTK-Doc V1.15</div>
4380 </body>
4381 </html>
4382\ No newline at end of file
4383
4384=== modified file 'docs/reference/html/GtkSourceCompletion.html'
4385--- docs/reference/html/GtkSourceCompletion.html 2010-06-21 15:16:53 +0000
4386+++ docs/reference/html/GtkSourceCompletion.html 2010-09-29 17:12:46 +0000
4387@@ -8,7 +8,7 @@
4388 <link rel="up" href="rn01.html" title="API reference">
4389 <link rel="prev" href="GtkSourceBuffer.html" title="GtkSourceBuffer">
4390 <link rel="next" href="gtksourceview-2.0-completioncontext.html" title="GtkSourceCompletionContext">
4391-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
4392+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
4393 <link rel="stylesheet" href="style.css" type="text/css">
4394 </head>
4395 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
4396@@ -47,16 +47,16 @@
4397 #include &lt;gtksourceview/gtksourcecompletion.h&gt;
4398
4399 <a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion-struct" title="GtkSourceCompletion">GtkSourceCompletion</a>;
4400-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSourceCompletion.html#gtk-source-completion-add-provider" title="gtk_source_completion_add_provider ()">gtk_source_completion_add_provider</a> (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>,
4401+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSourceCompletion.html#gtk-source-completion-add-provider" title="gtk_source_completion_add_provider ()">gtk_source_completion_add_provider</a> (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>,
4402 <em class="parameter"><code><a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider"><span class="type">GtkSourceCompletionProvider</span></a> *provider</code></em>,
4403- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
4404-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSourceCompletion.html#gtk-source-completion-remove-provider" title="gtk_source_completion_remove_provider ()">gtk_source_completion_remove_provider</a>
4405+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
4406+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSourceCompletion.html#gtk-source-completion-remove-provider" title="gtk_source_completion_remove_provider ()">gtk_source_completion_remove_provider</a>
4407 (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>,
4408 <em class="parameter"><code><a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider"><span class="type">GtkSourceCompletionProvider</span></a> *provider</code></em>,
4409- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
4410-<a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="GtkSourceCompletion.html#gtk-source-completion-get-providers" title="gtk_source_completion_get_providers ()">gtk_source_completion_get_providers</a> (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>);
4411-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSourceCompletion.html#gtk-source-completion-show" title="gtk_source_completion_show ()">gtk_source_completion_show</a> (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>,
4412- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *providers</code></em>,
4413+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
4414+<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="GtkSourceCompletion.html#gtk-source-completion-get-providers" title="gtk_source_completion_get_providers ()">gtk_source_completion_get_providers</a> (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>);
4415+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSourceCompletion.html#gtk-source-completion-show" title="gtk_source_completion_show ()">gtk_source_completion_show</a> (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>,
4416+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *providers</code></em>,
4417 <em class="parameter"><code><a class="link" href="gtksourceview-2.0-completioncontext.html#GtkSourceCompletionContext"><span class="type">GtkSourceCompletionContext</span></a> *context</code></em>);
4418 <span class="returnvalue">void</span> <a class="link" href="GtkSourceCompletion.html#gtk-source-completion-hide" title="gtk_source_completion_hide ()">gtk_source_completion_hide</a> (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>);
4419 <a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="returnvalue">GtkSourceCompletionInfo</span></a> * <a class="link" href="GtkSourceCompletion.html#gtk-source-completion-get-info-window" title="gtk_source_completion_get_info_window ()">gtk_source_completion_get_info_window</a>
4420@@ -64,9 +64,9 @@
4421 struct <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="returnvalue">_GtkSourceView</span></a> * <a class="link" href="GtkSourceCompletion.html#gtk-source-completion-get-view" title="gtk_source_completion_get_view ()">gtk_source_completion_get_view</a> (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>);
4422 <a class="link" href="gtksourceview-2.0-completioncontext.html#GtkSourceCompletionContext"><span class="returnvalue">GtkSourceCompletionContext</span></a> * <a class="link" href="GtkSourceCompletion.html#gtk-source-completion-create-context" title="gtk_source_completion_create_context ()">gtk_source_completion_create_context</a>
4423 (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>,
4424- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *position</code></em>);
4425+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *position</code></em>);
4426 <span class="returnvalue">void</span> <a class="link" href="GtkSourceCompletion.html#gtk-source-completion-move-window" title="gtk_source_completion_move_window ()">gtk_source_completion_move_window</a> (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>,
4427- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
4428+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
4429 <span class="returnvalue">void</span> <a class="link" href="GtkSourceCompletion.html#gtk-source-completion-block-interactive" title="gtk_source_completion_block_interactive ()">gtk_source_completion_block_interactive</a>
4430 (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>);
4431 <span class="returnvalue">void</span> <a class="link" href="GtkSourceCompletion.html#gtk-source-completion-unblock-interactive" title="gtk_source_completion_unblock_interactive ()">gtk_source_completion_unblock_interactive</a>
4432@@ -76,23 +76,23 @@
4433 <div class="refsect1" title="Object Hierarchy">
4434 <a name="GtkSourceCompletion.object-hierarchy"></a><h2>Object Hierarchy</h2>
4435 <pre class="synopsis">
4436- <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
4437- +----<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
4438- +----<a href="/usr/share/gtk-doc/html/gtk/GtkObject.html">GtkObject</a>
4439+ <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
4440+ +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
4441+ +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html">GtkObject</a>
4442 +----GtkSourceCompletion
4443 </pre>
4444 </div>
4445 <div class="refsect1" title="Properties">
4446 <a name="GtkSourceCompletion.properties"></a><h2>Properties</h2>
4447 <pre class="synopsis">
4448- "<a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--accelerators" title='The "accelerators" property'>accelerators</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct
4449- "<a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--auto-complete-delay" title='The "auto-complete-delay" property'>auto-complete-delay</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct
4450- "<a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--proposal-page-size" title='The "proposal-page-size" property'>proposal-page-size</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct
4451- "<a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--provider-page-size" title='The "provider-page-size" property'>provider-page-size</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct
4452- "<a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--remember-info-visibility" title='The "remember-info-visibility" property'>remember-info-visibility</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct
4453- "<a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--select-on-show" title='The "select-on-show" property'>select-on-show</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct
4454- "<a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--show-headers" title='The "show-headers" property'>show-headers</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct
4455- "<a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--show-icons" title='The "show-icons" property'>show-icons</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct
4456+ "<a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--accelerators" title='The "accelerators" property'>accelerators</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct
4457+ "<a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--auto-complete-delay" title='The "auto-complete-delay" property'>auto-complete-delay</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct
4458+ "<a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--proposal-page-size" title='The "proposal-page-size" property'>proposal-page-size</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct
4459+ "<a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--provider-page-size" title='The "provider-page-size" property'>provider-page-size</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct
4460+ "<a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--remember-info-visibility" title='The "remember-info-visibility" property'>remember-info-visibility</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct
4461+ "<a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--select-on-show" title='The "select-on-show" property'>select-on-show</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct
4462+ "<a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--show-headers" title='The "show-headers" property'>show-headers</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct
4463+ "<a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--show-icons" title='The "show-icons" property'>show-icons</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct
4464 "<a class="link" href="GtkSourceCompletion.html#GtkSourceCompletion--view" title='The "view" property'>view</a>" <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>* : Read / Write / Construct Only
4465 </pre>
4466 </div>
4467@@ -119,9 +119,9 @@
4468 <hr>
4469 <div class="refsect2" title="gtk_source_completion_add_provider ()">
4470 <a name="gtk-source-completion-add-provider"></a><h3>gtk_source_completion_add_provider ()</h3>
4471-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_source_completion_add_provider (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>,
4472+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_source_completion_add_provider (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>,
4473 <em class="parameter"><code><a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider"><span class="type">GtkSourceCompletionProvider</span></a> *provider</code></em>,
4474- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
4475+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
4476 <p>
4477 Add a new <a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider"><span class="type">GtkSourceCompletionProvider</span></a> to the completion object. This will
4478 add a reference <em class="parameter"><code>provider</code></em>, so make sure to unref your own copy when you
4479@@ -142,13 +142,13 @@
4480 </tr>
4481 <tr>
4482 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
4483-<td>A <a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>
4484+<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>
4485 </td>
4486 </tr>
4487 <tr>
4488 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4489-<td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>provider</code></em> was successfully added, otherwise if <em class="parameter"><code>error</code></em>
4490- is provided, it will be set with the error and <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned.
4491+<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>provider</code></em> was successfully added, otherwise if <em class="parameter"><code>error</code></em>
4492+ is provided, it will be set with the error and <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned.
4493 </td>
4494 </tr>
4495 </tbody>
4496@@ -157,10 +157,10 @@
4497 <hr>
4498 <div class="refsect2" title="gtk_source_completion_remove_provider ()">
4499 <a name="gtk-source-completion-remove-provider"></a><h3>gtk_source_completion_remove_provider ()</h3>
4500-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_source_completion_remove_provider
4501+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_source_completion_remove_provider
4502 (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>,
4503 <em class="parameter"><code><a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider"><span class="type">GtkSourceCompletionProvider</span></a> *provider</code></em>,
4504- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
4505+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
4506 <p>
4507 Remove <em class="parameter"><code>provider</code></em> from the completion.
4508 </p>
4509@@ -179,13 +179,13 @@
4510 </tr>
4511 <tr>
4512 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
4513-<td>A <a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>
4514+<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>
4515 </td>
4516 </tr>
4517 <tr>
4518 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4519-<td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>provider</code></em> was successfully removed, otherwise if <em class="parameter"><code>error</code></em>
4520- is provided, it will be set with the error and <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned.
4521+<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>provider</code></em> was successfully removed, otherwise if <em class="parameter"><code>error</code></em>
4522+ is provided, it will be set with the error and <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned.
4523 </td>
4524 </tr>
4525 </tbody>
4526@@ -194,7 +194,7 @@
4527 <hr>
4528 <div class="refsect2" title="gtk_source_completion_get_providers ()">
4529 <a name="gtk-source-completion-get-providers"></a><h3>gtk_source_completion_get_providers ()</h3>
4530-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * gtk_source_completion_get_providers (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>);</pre>
4531+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * gtk_source_completion_get_providers (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>);</pre>
4532 <p>
4533 Get list of providers registered on <em class="parameter"><code>completion</code></em>. The returned list is owned
4534 by the completion and should not be freed.
4535@@ -218,8 +218,8 @@
4536 <hr>
4537 <div class="refsect2" title="gtk_source_completion_show ()">
4538 <a name="gtk-source-completion-show"></a><h3>gtk_source_completion_show ()</h3>
4539-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_source_completion_show (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>,
4540- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *providers</code></em>,
4541+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_source_completion_show (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>,
4542+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *providers</code></em>,
4543 <em class="parameter"><code><a class="link" href="gtksourceview-2.0-completioncontext.html#GtkSourceCompletionContext"><span class="type">GtkSourceCompletionContext</span></a> *context</code></em>);</pre>
4544 <p>
4545 Starts a new completion with the specified <a class="link" href="gtksourceview-2.0-completioncontext.html#GtkSourceCompletionContext"><span class="type">GtkSourceCompletionContext</span></a> and
4546@@ -235,7 +235,7 @@
4547 </tr>
4548 <tr>
4549 <td><p><span class="term"><em class="parameter"><code>providers</code></em> :</span></p></td>
4550-<td>A list of <a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider"><span class="type">GtkSourceCompletionProvider</span></a> or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
4551+<td>A list of <a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider"><span class="type">GtkSourceCompletionProvider</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
4552 </td>
4553 </tr>
4554 <tr>
4555@@ -245,7 +245,7 @@
4556 </tr>
4557 <tr>
4558 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4559-<td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if it was possible to the show completion window.
4560+<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if it was possible to the show completion window.
4561 </td>
4562 </tr>
4563 </tbody>
4564@@ -320,11 +320,11 @@
4565 <a name="gtk-source-completion-create-context"></a><h3>gtk_source_completion_create_context ()</h3>
4566 <pre class="programlisting"><a class="link" href="gtksourceview-2.0-completioncontext.html#GtkSourceCompletionContext"><span class="returnvalue">GtkSourceCompletionContext</span></a> * gtk_source_completion_create_context
4567 (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>,
4568- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *position</code></em>);</pre>
4569+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *position</code></em>);</pre>
4570 <p>
4571 Create a new <a class="link" href="gtksourceview-2.0-completioncontext.html#GtkSourceCompletionContext"><span class="type">GtkSourceCompletionContext</span></a> for <em class="parameter"><code>completion</code></em>. The position at
4572 which the completion using the new context will consider completion can
4573-be provider by <em class="parameter"><code>position</code></em>. If <em class="parameter"><code>position</code></em> is <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the current cursor
4574+be provider by <em class="parameter"><code>position</code></em>. If <em class="parameter"><code>position</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the current cursor
4575 position will be used.
4576 </p>
4577 <div class="variablelist"><table border="0">
4578@@ -337,7 +337,7 @@
4579 </tr>
4580 <tr>
4581 <td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
4582-<td>A <a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a>
4583+<td>A <a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a>
4584 </td>
4585 </tr>
4586 <tr>
4587@@ -355,7 +355,7 @@
4588 <div class="refsect2" title="gtk_source_completion_move_window ()">
4589 <a name="gtk-source-completion-move-window"></a><h3>gtk_source_completion_move_window ()</h3>
4590 <pre class="programlisting"><span class="returnvalue">void</span> gtk_source_completion_move_window (<em class="parameter"><code><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion</code></em>,
4591- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
4592+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
4593 <p>
4594 Move the completion window to a specific iter.
4595 </p>
4596@@ -369,7 +369,7 @@
4597 </tr>
4598 <tr>
4599 <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
4600-<td>A <a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a>
4601+<td>A <a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a>
4602 </td>
4603 </tr>
4604 </tbody>
4605@@ -419,7 +419,7 @@
4606 <a name="GtkSourceCompletion.property-details"></a><h2>Property Details</h2>
4607 <div class="refsect2" title='The "accelerators" property'>
4608 <a name="GtkSourceCompletion--accelerators"></a><h3>The <code class="literal">"accelerators"</code> property</h3>
4609-<pre class="programlisting"> "accelerators" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct</pre>
4610+<pre class="programlisting"> "accelerators" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct</pre>
4611 <p>
4612 Number of accelerators to show for the first proposals.
4613 </p>
4614@@ -429,7 +429,7 @@
4615 <hr>
4616 <div class="refsect2" title='The "auto-complete-delay" property'>
4617 <a name="GtkSourceCompletion--auto-complete-delay"></a><h3>The <code class="literal">"auto-complete-delay"</code> property</h3>
4618-<pre class="programlisting"> "auto-complete-delay" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct</pre>
4619+<pre class="programlisting"> "auto-complete-delay" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct</pre>
4620 <p>
4621 Determines the popup delay (in milliseconds) at which the completion
4622 will be shown for interactive completion.
4623@@ -439,7 +439,7 @@
4624 <hr>
4625 <div class="refsect2" title='The "proposal-page-size" property'>
4626 <a name="GtkSourceCompletion--proposal-page-size"></a><h3>The <code class="literal">"proposal-page-size"</code> property</h3>
4627-<pre class="programlisting"> "proposal-page-size" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct</pre>
4628+<pre class="programlisting"> "proposal-page-size" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct</pre>
4629 <p>
4630 The scroll page size of the proposals in the completion window.
4631 </p>
4632@@ -449,7 +449,7 @@
4633 <hr>
4634 <div class="refsect2" title='The "provider-page-size" property'>
4635 <a name="GtkSourceCompletion--provider-page-size"></a><h3>The <code class="literal">"provider-page-size"</code> property</h3>
4636-<pre class="programlisting"> "provider-page-size" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct</pre>
4637+<pre class="programlisting"> "provider-page-size" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct</pre>
4638 <p>
4639 The scroll page size of the provider pages in the completion window.
4640 </p>
4641@@ -459,7 +459,7 @@
4642 <hr>
4643 <div class="refsect2" title='The "remember-info-visibility" property'>
4644 <a name="GtkSourceCompletion--remember-info-visibility"></a><h3>The <code class="literal">"remember-info-visibility"</code> property</h3>
4645-<pre class="programlisting"> "remember-info-visibility" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
4646+<pre class="programlisting"> "remember-info-visibility" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
4647 <p>
4648 Determines whether the visibility of the info window should be
4649 saved when the completion is hidden, and restored when the completion
4650@@ -470,7 +470,7 @@
4651 <hr>
4652 <div class="refsect2" title='The "select-on-show" property'>
4653 <a name="GtkSourceCompletion--select-on-show"></a><h3>The <code class="literal">"select-on-show"</code> property</h3>
4654-<pre class="programlisting"> "select-on-show" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
4655+<pre class="programlisting"> "select-on-show" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
4656 <p>
4657 Determines whether the first proposal should be selected when the
4658 completion is first shown.
4659@@ -480,7 +480,7 @@
4660 <hr>
4661 <div class="refsect2" title='The "show-headers" property'>
4662 <a name="GtkSourceCompletion--show-headers"></a><h3>The <code class="literal">"show-headers"</code> property</h3>
4663-<pre class="programlisting"> "show-headers" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
4664+<pre class="programlisting"> "show-headers" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
4665 <p>
4666 Determines whether provider headers should be shown in the proposal
4667 list if there is more than one provider with proposals.
4668@@ -490,7 +490,7 @@
4669 <hr>
4670 <div class="refsect2" title='The "show-icons" property'>
4671 <a name="GtkSourceCompletion--show-icons"></a><h3>The <code class="literal">"show-icons"</code> property</h3>
4672-<pre class="programlisting"> "show-icons" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
4673+<pre class="programlisting"> "show-icons" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
4674 <p>
4675 Determines whether provider and proposal icons should be shown in
4676 the completion popup.
4677@@ -511,14 +511,14 @@
4678 <div class="refsect2" title='The "activate-proposal" signal'>
4679 <a name="GtkSourceCompletion-activate-proposal"></a><h3>The <code class="literal">"activate-proposal"</code> signal</h3>
4680 <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion,
4681- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
4682+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
4683 <p>
4684 The ::activate-proposal signal is a keybinding signal which gets
4685 emitted when the user initiates a proposal activation.
4686 </p>
4687 <p>
4688 Applications should not connect to it, but may emit it with
4689-<a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><span class="type">g_signal_emit_by_name</span></a> if they need to control the proposal activation
4690+<a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#g-signal-emit-by-name"><span class="type">g_signal_emit_by_name</span></a> if they need to control the proposal activation
4691 programmatically.
4692 </p>
4693 <div class="variablelist"><table border="0">
4694@@ -540,7 +540,7 @@
4695 <div class="refsect2" title='The "hide" signal'>
4696 <a name="GtkSourceCompletion-hide"></a><h3>The <code class="literal">"hide"</code> signal</h3>
4697 <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion,
4698- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
4699+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
4700 <p>
4701 Emitted when the completion window is hidden. The default handler
4702 will actually hide the window.
4703@@ -564,16 +564,16 @@
4704 <div class="refsect2" title='The "move-cursor" signal'>
4705 <a name="GtkSourceCompletion-move-cursor"></a><h3>The <code class="literal">"move-cursor"</code> signal</h3>
4706 <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion,
4707- <a href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkScrollStep"><span class="type">GtkScrollStep</span></a> step,
4708- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> num,
4709- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
4710+ <a href="http://library.gnome.org/devel/gtk/unstable/gtk-Standard-Enumerations.html#GtkScrollStep"><span class="type">GtkScrollStep</span></a> step,
4711+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> num,
4712+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
4713 <p>
4714 The ::move-cursor signal is a keybinding signal which gets emitted when
4715 the user initiates a cursor movement.
4716 </p>
4717 <p>
4718 Applications should not connect to it, but may emit it with
4719-<a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><span class="type">g_signal_emit_by_name</span></a> if they need to control the cursor
4720+<a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#g-signal-emit-by-name"><span class="type">g_signal_emit_by_name</span></a> if they need to control the cursor
4721 programmatically.
4722 </p>
4723 <div class="variablelist"><table border="0">
4724@@ -586,7 +586,7 @@
4725 </tr>
4726 <tr>
4727 <td><p><span class="term"><em class="parameter"><code>step</code></em> :</span></p></td>
4728-<td>The <a href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkScrollStep"><span class="type">GtkScrollStep</span></a> by which to move the cursor
4729+<td>The <a href="http://library.gnome.org/devel/gtk/unstable/gtk-Standard-Enumerations.html#GtkScrollStep"><span class="type">GtkScrollStep</span></a> by which to move the cursor
4730 </td>
4731 </tr>
4732 <tr>
4733@@ -605,9 +605,9 @@
4734 <div class="refsect2" title='The "move-page" signal'>
4735 <a name="GtkSourceCompletion-move-page"></a><h3>The <code class="literal">"move-page"</code> signal</h3>
4736 <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion,
4737- <a href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkScrollStep"><span class="type">GtkScrollStep</span></a> step,
4738- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> num,
4739- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
4740+ <a href="http://library.gnome.org/devel/gtk/unstable/gtk-Standard-Enumerations.html#GtkScrollStep"><span class="type">GtkScrollStep</span></a> step,
4741+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> num,
4742+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
4743 <p>
4744 The ::move-page signal is a keybinding signal which gets emitted when
4745 the user initiates a page movement (i.e. switches between provider
4746@@ -615,7 +615,7 @@
4747 </p>
4748 <p>
4749 Applications should not connect to it, but may emit it with
4750-<a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><span class="type">g_signal_emit_by_name</span></a> if they need to control the page selection
4751+<a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#g-signal-emit-by-name"><span class="type">g_signal_emit_by_name</span></a> if they need to control the page selection
4752 programmatically.
4753 </p>
4754 <div class="variablelist"><table border="0">
4755@@ -628,7 +628,7 @@
4756 </tr>
4757 <tr>
4758 <td><p><span class="term"><em class="parameter"><code>step</code></em> :</span></p></td>
4759-<td>The <a href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkScrollStep"><span class="type">GtkScrollStep</span></a> by which to move the page
4760+<td>The <a href="http://library.gnome.org/devel/gtk/unstable/gtk-Standard-Enumerations.html#GtkScrollStep"><span class="type">GtkScrollStep</span></a> by which to move the page
4761 </td>
4762 </tr>
4763 <tr>
4764@@ -648,7 +648,7 @@
4765 <a name="GtkSourceCompletion-populate-context"></a><h3>The <code class="literal">"populate-context"</code> signal</h3>
4766 <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion,
4767 <a class="link" href="gtksourceview-2.0-completioncontext.html#GtkSourceCompletionContext"><span class="type">GtkSourceCompletionContext</span></a> *context,
4768- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
4769+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
4770 <p>
4771 Emitted just before starting to populate the completion with providers.
4772 You can use this signal to add additional attributes in the context.
4773@@ -677,7 +677,7 @@
4774 <div class="refsect2" title='The "show" signal'>
4775 <a name="GtkSourceCompletion-show"></a><h3>The <code class="literal">"show"</code> signal</h3>
4776 <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *completion,
4777- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
4778+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
4779 <p>
4780 Emitted when the completion window is shown. The default handler
4781 will actually show the window.
4782@@ -701,6 +701,6 @@
4783 </div>
4784 <div class="footer">
4785 <hr>
4786- Generated by GTK-Doc V1.14</div>
4787+ Generated by GTK-Doc V1.15</div>
4788 </body>
4789 </html>
4790\ No newline at end of file
4791
4792=== modified file 'docs/reference/html/GtkSourceCompletionInfo.html'
4793--- docs/reference/html/GtkSourceCompletionInfo.html 2010-06-21 15:16:53 +0000
4794+++ docs/reference/html/GtkSourceCompletionInfo.html 2010-09-29 17:12:46 +0000
4795@@ -8,7 +8,7 @@
4796 <link rel="up" href="rn01.html" title="API reference">
4797 <link rel="prev" href="gtksourceview-2.0-completioncontext.html" title="GtkSourceCompletionContext">
4798 <link rel="next" href="GtkSourceCompletionItem.html" title="GtkSourceCompletionItem">
4799-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
4800+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
4801 <link rel="stylesheet" href="style.css" type="text/css">
4802 </head>
4803 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
4804@@ -53,18 +53,18 @@
4805 (<em class="parameter"><code><span class="type">void</span></code></em>);
4806 <span class="returnvalue">void</span> <a class="link" href="GtkSourceCompletionInfo.html#gtk-source-completion-info-move-to-iter" title="gtk_source_completion_info_move_to_iter ()">gtk_source_completion_info_move_to_iter</a>
4807 (<em class="parameter"><code><a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="type">GtkSourceCompletionInfo</span></a> *info</code></em>,
4808- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/GtkTextView.html"><span class="type">GtkTextView</span></a> *view</code></em>,
4809- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
4810+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkTextView.html"><span class="type">GtkTextView</span></a> *view</code></em>,
4811+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
4812 <span class="returnvalue">void</span> <a class="link" href="GtkSourceCompletionInfo.html#gtk-source-completion-info-set-sizing" title="gtk_source_completion_info_set_sizing ()">gtk_source_completion_info_set_sizing</a>
4813 (<em class="parameter"><code><a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="type">GtkSourceCompletionInfo</span></a> *info</code></em>,
4814- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
4815- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>,
4816- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> shrink_width</code></em>,
4817- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> shrink_height</code></em>);
4818+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
4819+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>,
4820+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> shrink_width</code></em>,
4821+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> shrink_height</code></em>);
4822 <span class="returnvalue">void</span> <a class="link" href="GtkSourceCompletionInfo.html#gtk-source-completion-info-set-widget" title="gtk_source_completion_info_set_widget ()">gtk_source_completion_info_set_widget</a>
4823 (<em class="parameter"><code><a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="type">GtkSourceCompletionInfo</span></a> *info</code></em>,
4824- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>);
4825-<a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkSourceCompletionInfo.html#gtk-source-completion-info-get-widget" title="gtk_source_completion_info_get_widget ()">gtk_source_completion_info_get_widget</a>
4826+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>);
4827+<a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkSourceCompletionInfo.html#gtk-source-completion-info-get-widget" title="gtk_source_completion_info_get_widget ()">gtk_source_completion_info_get_widget</a>
4828 (<em class="parameter"><code><a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="type">GtkSourceCompletionInfo</span></a> *info</code></em>);
4829 <span class="returnvalue">void</span> <a class="link" href="GtkSourceCompletionInfo.html#gtk-source-completion-info-process-resize" title="gtk_source_completion_info_process_resize ()">gtk_source_completion_info_process_resize</a>
4830 (<em class="parameter"><code><a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="type">GtkSourceCompletionInfo</span></a> *info</code></em>);
4831@@ -73,13 +73,13 @@
4832 <div class="refsect1" title="Object Hierarchy">
4833 <a name="GtkSourceCompletionInfo.object-hierarchy"></a><h2>Object Hierarchy</h2>
4834 <pre class="synopsis">
4835- <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
4836- +----<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
4837- +----<a href="/usr/share/gtk-doc/html/gtk/GtkObject.html">GtkObject</a>
4838- +----<a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html">GtkWidget</a>
4839- +----<a href="/usr/share/gtk-doc/html/gtk/GtkContainer.html">GtkContainer</a>
4840- +----<a href="/usr/share/gtk-doc/html/gtk/GtkBin.html">GtkBin</a>
4841- +----<a href="/usr/share/gtk-doc/html/gtk/GtkWindow.html">GtkWindow</a>
4842+ <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
4843+ +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
4844+ +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html">GtkObject</a>
4845+ +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html">GtkWidget</a>
4846+ +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkContainer.html">GtkContainer</a>
4847+ +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkBin.html">GtkBin</a>
4848+ +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkWindow.html">GtkWindow</a>
4849 +----GtkSourceCompletionInfo
4850 </pre>
4851 </div>
4852@@ -87,15 +87,15 @@
4853 <a name="GtkSourceCompletionInfo.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
4854 <p>
4855 GtkSourceCompletionInfo implements
4856- AtkImplementorIface and <a href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable">GtkBuildable</a>.</p>
4857+ AtkImplementorIface and <a href="http://library.gnome.org/devel/gtk/unstable/GtkBuildable.html">GtkBuildable</a>.</p>
4858 </div>
4859 <div class="refsect1" title="Properties">
4860 <a name="GtkSourceCompletionInfo.properties"></a><h2>Properties</h2>
4861 <pre class="synopsis">
4862- "<a class="link" href="GtkSourceCompletionInfo.html#GtkSourceCompletionInfo--max-height" title='The "max-height" property'>max-height</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct
4863- "<a class="link" href="GtkSourceCompletionInfo.html#GtkSourceCompletionInfo--max-width" title='The "max-width" property'>max-width</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct
4864- "<a class="link" href="GtkSourceCompletionInfo.html#GtkSourceCompletionInfo--shrink-height" title='The "shrink-height" property'>shrink-height</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct
4865- "<a class="link" href="GtkSourceCompletionInfo.html#GtkSourceCompletionInfo--shrink-width" title='The "shrink-width" property'>shrink-width</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct
4866+ "<a class="link" href="GtkSourceCompletionInfo.html#GtkSourceCompletionInfo--max-height" title='The "max-height" property'>max-height</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct
4867+ "<a class="link" href="GtkSourceCompletionInfo.html#GtkSourceCompletionInfo--max-width" title='The "max-width" property'>max-width</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct
4868+ "<a class="link" href="GtkSourceCompletionInfo.html#GtkSourceCompletionInfo--shrink-height" title='The "shrink-height" property'>shrink-height</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct
4869+ "<a class="link" href="GtkSourceCompletionInfo.html#GtkSourceCompletionInfo--shrink-width" title='The "shrink-width" property'>shrink-width</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct
4870 </pre>
4871 </div>
4872 <div class="refsect1" title="Signals">
4873@@ -137,11 +137,11 @@
4874 <a name="gtk-source-completion-info-move-to-iter"></a><h3>gtk_source_completion_info_move_to_iter ()</h3>
4875 <pre class="programlisting"><span class="returnvalue">void</span> gtk_source_completion_info_move_to_iter
4876 (<em class="parameter"><code><a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="type">GtkSourceCompletionInfo</span></a> *info</code></em>,
4877- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/GtkTextView.html"><span class="type">GtkTextView</span></a> *view</code></em>,
4878- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
4879+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkTextView.html"><span class="type">GtkTextView</span></a> *view</code></em>,
4880+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
4881 <p>
4882-Moves the <a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="type">GtkSourceCompletionInfo</span></a> to <em class="parameter"><code>iter</code></em>. If <em class="parameter"><code>iter</code></em> is <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> <em class="parameter"><code>info</code></em> is
4883-moved to the cursor position. Moving will respect the <a href="/usr/share/gtk-doc/html/gdk/gdk-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a> setting
4884+Moves the <a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="type">GtkSourceCompletionInfo</span></a> to <em class="parameter"><code>iter</code></em>. If <em class="parameter"><code>iter</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> <em class="parameter"><code>info</code></em> is
4885+moved to the cursor position. Moving will respect the <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a> setting
4886 of the info window and will ensure the line at <em class="parameter"><code>iter</code></em> is not occluded by
4887 the window.
4888 </p>
4889@@ -155,12 +155,12 @@
4890 </tr>
4891 <tr>
4892 <td><p><span class="term"><em class="parameter"><code>view</code></em> :</span></p></td>
4893-<td>A <a href="/usr/share/gtk-doc/html/gtk/GtkTextView.html"><span class="type">GtkTextView</span></a> on which the info window should be positioned
4894+<td>A <a href="http://library.gnome.org/devel/gtk/unstable/GtkTextView.html"><span class="type">GtkTextView</span></a> on which the info window should be positioned
4895 </td>
4896 </tr>
4897 <tr>
4898 <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
4899-<td>A <a href="/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a>
4900+<td>A <a href="http://library.gnome.org/devel/gtk/unstable/gtk-GtkTextIter.html#GtkTextIter"><span class="type">GtkTextIter</span></a>
4901 </td>
4902 </tr>
4903 </tbody>
4904@@ -171,13 +171,13 @@
4905 <a name="gtk-source-completion-info-set-sizing"></a><h3>gtk_source_completion_info_set_sizing ()</h3>
4906 <pre class="programlisting"><span class="returnvalue">void</span> gtk_source_completion_info_set_sizing
4907 (<em class="parameter"><code><a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="type">GtkSourceCompletionInfo</span></a> *info</code></em>,
4908- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
4909- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>,
4910- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> shrink_width</code></em>,
4911- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> shrink_height</code></em>);</pre>
4912+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
4913+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>,
4914+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> shrink_width</code></em>,
4915+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> shrink_height</code></em>);</pre>
4916 <p>
4917 Set sizing information for the info window. If <em class="parameter"><code>shrink_width</code></em> or
4918-<em class="parameter"><code>shrink_height</code></em> is <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the info window will try to resize to fit the
4919+<em class="parameter"><code>shrink_height</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the info window will try to resize to fit the
4920 window contents, with a maximum size given by <em class="parameter"><code>width</code></em> and <em class="parameter"><code>height</code></em>. Setting
4921 <em class="parameter"><code>width</code></em> or <em class="parameter"><code>height</code></em> to -1 removes the maximum size of respectively the width
4922 and height of the window.
4923@@ -219,10 +219,10 @@
4924 <a name="gtk-source-completion-info-set-widget"></a><h3>gtk_source_completion_info_set_widget ()</h3>
4925 <pre class="programlisting"><span class="returnvalue">void</span> gtk_source_completion_info_set_widget
4926 (<em class="parameter"><code><a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="type">GtkSourceCompletionInfo</span></a> *info</code></em>,
4927- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
4928+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
4929 <p>
4930 Sets the content widget of the info window. If <em class="parameter"><code>widget</code></em> does not fit within
4931-the size requirements of the window, a <a href="/usr/share/gtk-doc/html/gtk/GtkScrolledWindow.html"><span class="type">GtkScrolledWindow</span></a> will automatically
4932+the size requirements of the window, a <a href="http://library.gnome.org/devel/gtk/unstable/GtkScrolledWindow.html"><span class="type">GtkScrolledWindow</span></a> will automatically
4933 be created and added to the window.
4934 </p>
4935 <div class="variablelist"><table border="0">
4936@@ -235,7 +235,7 @@
4937 </tr>
4938 <tr>
4939 <td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
4940-<td>A <a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a>
4941+<td>A <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="type">GtkWidget</span></a>
4942 </td>
4943 </tr>
4944 </tbody>
4945@@ -244,7 +244,7 @@
4946 <hr>
4947 <div class="refsect2" title="gtk_source_completion_info_get_widget ()">
4948 <a name="gtk-source-completion-info-get-widget"></a><h3>gtk_source_completion_info_get_widget ()</h3>
4949-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> * gtk_source_completion_info_get_widget
4950+<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> * gtk_source_completion_info_get_widget
4951 (<em class="parameter"><code><a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="type">GtkSourceCompletionInfo</span></a> *info</code></em>);</pre>
4952 <p>
4953 Get the current content widget.
4954@@ -277,7 +277,7 @@
4955 <a name="GtkSourceCompletionInfo.property-details"></a><h2>Property Details</h2>
4956 <div class="refsect2" title='The "max-height" property'>
4957 <a name="GtkSourceCompletionInfo--max-height"></a><h3>The <code class="literal">"max-height"</code> property</h3>
4958-<pre class="programlisting"> "max-height" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct</pre>
4959+<pre class="programlisting"> "max-height" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct</pre>
4960 <p>The maximum allowed height.</p>
4961 <p>Allowed values: &gt;= G_MAXULONG</p>
4962 <p>Default value: -1</p>
4963@@ -285,7 +285,7 @@
4964 <hr>
4965 <div class="refsect2" title='The "max-width" property'>
4966 <a name="GtkSourceCompletionInfo--max-width"></a><h3>The <code class="literal">"max-width"</code> property</h3>
4967-<pre class="programlisting"> "max-width" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct</pre>
4968+<pre class="programlisting"> "max-width" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct</pre>
4969 <p>The maximum allowed width.</p>
4970 <p>Allowed values: &gt;= G_MAXULONG</p>
4971 <p>Default value: -1</p>
4972@@ -293,14 +293,14 @@
4973 <hr>
4974 <div class="refsect2" title='The "shrink-height" property'>
4975 <a name="GtkSourceCompletionInfo--shrink-height"></a><h3>The <code class="literal">"shrink-height"</code> property</h3>
4976-<pre class="programlisting"> "shrink-height" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
4977+<pre class="programlisting"> "shrink-height" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
4978 <p>Whether the window should shrink height to fit the contents.</p>
4979 <p>Default value: TRUE</p>
4980 </div>
4981 <hr>
4982 <div class="refsect2" title='The "shrink-width" property'>
4983 <a name="GtkSourceCompletionInfo--shrink-width"></a><h3>The <code class="literal">"shrink-width"</code> property</h3>
4984-<pre class="programlisting"> "shrink-width" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
4985+<pre class="programlisting"> "shrink-width" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
4986 <p>Whether the window should shrink width to fit the contents.</p>
4987 <p>Default value: TRUE</p>
4988 </div>
4989@@ -310,12 +310,12 @@
4990 <div class="refsect2" title='The "before-show" signal'>
4991 <a name="GtkSourceCompletionInfo-before-show"></a><h3>The <code class="literal">"before-show"</code> signal</h3>
4992 <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo"><span class="type">GtkSourceCompletionInfo</span></a> *sourcecompletioninfo,
4993- <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
4994+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
4995 </div>
4996 </div>
4997 </div>
4998 <div class="footer">
4999 <hr>
5000- Generated by GTK-Doc V1.14</div>
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: