Skip to content
Commits on Source (17)
......@@ -15,7 +15,7 @@
@SET_MAKE@
# aminclude_static.am generated automatically by Autoconf
# from AX_AM_MACROS_STATIC on Fri Jun 10 18:34:43 CEST 2022
# from AX_AM_MACROS_STATIC on Tue Sep 27 19:03:56 CEST 2022
VPATH = @srcdir@
am__is_gnu_make = { \
......@@ -404,6 +404,8 @@ WARN_SCANNERFLAGS = @WARN_SCANNERFLAGS@
XGETTEXT = @XGETTEXT@
XGETTEXT_015 = @XGETTEXT_015@
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
_GI_EXP_DATADIR = @_GI_EXP_DATADIR@
_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
......
News in 1.12.0, 2022-09-27
--------------------------
* Use G_MODULE_EXPORT instead of the custom _GSPELL_EXTERN macro.
* Small maintenance tasks, some minor simplifications.
* Translation updates.
News in 1.11.1, 2022-06-10
--------------------------
* Build: minor improvements, small change to how enum-types are built.
......
......@@ -20,4 +20,6 @@ More information
The gspell 1.x versions target **GTK 3**.
gspell for GTK 4 is available [here](https://gitlab.gnome.org/otrocodigo/gspell).
[More information about gspell](docs/more-information.md).
# aminclude_static.am generated automatically by Autoconf
# from AX_AM_MACROS_STATIC on Fri Jun 10 18:34:43 CEST 2022
# from AX_AM_MACROS_STATIC on Tue Sep 27 19:03:56 CEST 2022
# Code coverage
......
......@@ -87,6 +87,3 @@
/* Version number of package */
#undef VERSION
/* defines how to decorate public symbols while building */
#undef _GSPELL_EXTERN
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for gspell 1.11.1.
# Generated by GNU Autoconf 2.69 for gspell 1.12.0.
#
# Report bugs to <https://gitlab.gnome.org/GNOME/gspell/issues>.
#
......@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gspell'
PACKAGE_TARNAME='gspell'
PACKAGE_VERSION='1.11.1'
PACKAGE_STRING='gspell 1.11.1'
PACKAGE_VERSION='1.12.0'
PACKAGE_STRING='gspell 1.12.0'
PACKAGE_BUGREPORT='https://gitlab.gnome.org/GNOME/gspell/issues'
PACKAGE_URL='https://gitlab.gnome.org/GNOME/gspell'
 
......@@ -682,6 +682,8 @@ INTROSPECTION_GIRDIR
INTROSPECTION_GENERATE
INTROSPECTION_COMPILER
INTROSPECTION_SCANNER
_GI_EXP_LIBDIR
_GI_EXP_DATADIR
INSTALLED_TESTS_FALSE
INSTALLED_TESTS_TRUE
GTK_DOC_USE_REBASE_FALSE
......@@ -1453,7 +1455,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures gspell 1.11.1 to adapt to many kinds of systems.
\`configure' configures gspell 1.12.0 to adapt to many kinds of systems.
 
Usage: $0 [OPTION]... [VAR=VALUE]...
 
......@@ -1523,7 +1525,7 @@ fi
 
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of gspell 1.11.1:";;
short | recursive ) echo "Configuration of gspell 1.12.0:";;
esac
cat <<\_ACEOF
 
......@@ -1688,7 +1690,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
gspell configure 1.11.1
gspell configure 1.12.0
generated by GNU Autoconf 2.69
 
Copyright (C) 2012 Free Software Foundation, Inc.
......@@ -2004,7 +2006,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
 
It was created by gspell $as_me 1.11.1, which was
It was created by gspell $as_me 1.12.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
 
$ $0 $@
......@@ -2390,7 +2392,7 @@ fi
# set CURRENT, REVISION and AGE to 0 since it's like a new library.
 
GSPELL_LT_CURRENT=5
GSPELL_LT_REVISION=1
GSPELL_LT_REVISION=2
GSPELL_LT_AGE=3
GSPELL_LT_VERSION="$GSPELL_LT_CURRENT:$GSPELL_LT_REVISION:$GSPELL_LT_AGE"
 
......@@ -2930,7 +2932,7 @@ fi
 
# Define the identity of the package.
PACKAGE='gspell'
VERSION='1.11.1'
VERSION='1.12.0'
 
 
cat >>confdefs.h <<_ACEOF
......@@ -17622,20 +17624,77 @@ esac
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $found_introspection" >&5
$as_echo "$found_introspection" >&6; }
 
EXP_VAR=_GI_EXP_DATADIR
FROM_VAR="$datadir"
prefix_save=$prefix
exec_prefix_save=$exec_prefix
if test "x$prefix" = "xNONE"; then
prefix="$ac_default_prefix"
fi
if test "x$exec_prefix" = "xNONE"; then
exec_prefix=$prefix
fi
full_var="$FROM_VAR"
while true; do
new_full_var="`eval echo $full_var`"
if test "x$new_full_var" = "x$full_var"; then break; fi
full_var=$new_full_var
done
full_var=$new_full_var
_GI_EXP_DATADIR="$full_var"
prefix=$prefix_save
exec_prefix=$exec_prefix_save
EXP_VAR=_GI_EXP_LIBDIR
FROM_VAR="$libdir"
prefix_save=$prefix
exec_prefix_save=$exec_prefix
if test "x$prefix" = "xNONE"; then
prefix="$ac_default_prefix"
fi
if test "x$exec_prefix" = "xNONE"; then
exec_prefix=$prefix
fi
full_var="$FROM_VAR"
while true; do
new_full_var="`eval echo $full_var`"
if test "x$new_full_var" = "x$full_var"; then break; fi
full_var=$new_full_var
done
full_var=$new_full_var
_GI_EXP_LIBDIR="$full_var"
prefix=$prefix_save
exec_prefix=$exec_prefix_save
INTROSPECTION_SCANNER=
INTROSPECTION_COMPILER=
INTROSPECTION_GENERATE=
INTROSPECTION_GIRDIR=
INTROSPECTION_TYPELIBDIR=
if test "x$found_introspection" = "xyes"; then
INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
INTROSPECTION_SCANNER=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
INTROSPECTION_COMPILER=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
INTROSPECTION_GENERATE=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
INTROSPECTION_GIRDIR=`$PKG_CONFIG --define-variable=datadir="${_GI_EXP_DATADIR}" --variable=girdir gobject-introspection-1.0`
INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --define-variable=libdir="${_GI_EXP_LIBDIR}" --variable=typelibdir gobject-introspection-1.0)"
INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
INTROSPECTION_MAKEFILE=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
fi
 
 
......@@ -17886,15 +17945,15 @@ $as_echo_n "checking for vapigen... " >&6; }
case $enable_vala in #(
yes) :
 
VAPIGEN=`$PKG_CONFIG --variable=vapigen $vapigen_pkg_name`
VAPIGEN_MAKEFILE=`$PKG_CONFIG --variable=datadir $vapigen_pkg_name`/vala/Makefile.vapigen
VAPIGEN=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=vapigen $vapigen_pkg_name`
VAPIGEN_MAKEFILE=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=datadir $vapigen_pkg_name`/vala/Makefile.vapigen
if test "x" = "x"; then :
 
VAPIGEN_VAPIDIR=`$PKG_CONFIG --variable=vapidir $vapigen_pkg_name`
VAPIGEN_VAPIDIR=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=vapidir $vapigen_pkg_name`
 
else
 
VAPIGEN_VAPIDIR=`$PKG_CONFIG --variable=vapidir_versioned $vapigen_pkg_name`
VAPIGEN_VAPIDIR=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=vapidir_versioned $vapigen_pkg_name`
 
fi
;; #(
......@@ -18680,25 +18739,12 @@ MOSTLYCLEANFILES += $(valgrind_log_files)
 
 
 
# Symbol visibility handling.
#
# This requires to #include config.h in every *.c file where there is a public
# symbol. As a simpler rule, it's easier to #include config.h in all gspell/*.c
# files, to be sure that we don't miss any public symbol.
GSPELL_HIDDEN_VISIBILITY_CFLAGS=""
case "$host" in
*-*-mingw*)
$as_echo "#define _GSPELL_EXTERN __attribute__((visibility(\"default\"))) __declspec(dllexport) extern" >>confdefs.h
GSPELL_HIDDEN_VISIBILITY_CFLAGS="-fvisibility=hidden"
;;
*)
SAVED_CFLAGS="${CFLAGS}"
CFLAGS="-fvisibility=hidden"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fvisibility=hidden compiler flag" >&5
# Check if the compiler supports -fvisibility=hidden
SAVED_CFLAGS="${CFLAGS}"
CFLAGS="-fvisibility=hidden"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fvisibility=hidden compiler flag" >&5
$as_echo_n "checking for -fvisibility=hidden compiler flag... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
 
int
......@@ -18712,25 +18758,20 @@ _ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
enable_fvisibility_hidden=yes
enable_fvisibility_hidden=yes
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
enable_fvisibility_hidden=no
enable_fvisibility_hidden=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
CFLAGS="${SAVED_CFLAGS}"
if test "${enable_fvisibility_hidden}" = "yes"; then :
$as_echo "#define _GSPELL_EXTERN __attribute__((visibility(\"default\"))) extern" >>confdefs.h
GSPELL_HIDDEN_VISIBILITY_CFLAGS="-fvisibility=hidden"
CFLAGS="${SAVED_CFLAGS}"
 
GSPELL_HIDDEN_VISIBILITY_CFLAGS=""
if test "x${enable_fvisibility_hidden}" = "xyes"
then
GSPELL_HIDDEN_VISIBILITY_CFLAGS="-fvisibility=hidden"
fi
;;
esac
 
 
# Check for Mac OS X platform
......@@ -19493,7 +19534,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by gspell $as_me 1.11.1, which was
This file was extended by gspell $as_me 1.12.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
 
CONFIG_FILES = $CONFIG_FILES
......@@ -19560,7 +19601,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
gspell config.status 1.11.1
gspell config.status 1.12.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
 
......
......@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.64)
# Package version of the form 'major.minor.micro'.
m4_define(gspell_package_version, 1.11.1)
m4_define(gspell_package_version, 1.12.0)
AC_INIT([gspell],
[gspell_package_version],
......@@ -35,7 +35,7 @@ AX_IS_RELEASE([git-directory])
# set CURRENT, REVISION and AGE to 0 since it's like a new library.
GSPELL_LT_CURRENT=5
GSPELL_LT_REVISION=1
GSPELL_LT_REVISION=2
GSPELL_LT_AGE=3
GSPELL_LT_VERSION="$GSPELL_LT_CURRENT:$GSPELL_LT_REVISION:$GSPELL_LT_AGE"
AC_SUBST(GSPELL_LT_VERSION)
......@@ -55,7 +55,7 @@ glib_req=2.44
gtk_req=3.20
AC_CONFIG_SRCDIR([gspell/gspell-checker.c])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
# gnu strictness to generate the INSTALL file
......@@ -134,39 +134,23 @@ AX_CODE_COVERAGE
AX_REQUIRE_DEFINED([AX_VALGRIND_CHECK])
AX_VALGRIND_CHECK
# Symbol visibility handling.
#
# This requires to #include config.h in every *.c file where there is a public
# symbol. As a simpler rule, it's easier to #include config.h in all gspell/*.c
# files, to be sure that we don't miss any public symbol.
# Check if the compiler supports -fvisibility=hidden
SAVED_CFLAGS="${CFLAGS}"
CFLAGS="-fvisibility=hidden"
AC_MSG_CHECKING([for -fvisibility=hidden compiler flag])
AC_TRY_COMPILE([], [return 0],
AC_MSG_RESULT(yes)
enable_fvisibility_hidden=yes,
AC_MSG_RESULT(no)
enable_fvisibility_hidden=no)
CFLAGS="${SAVED_CFLAGS}"
GSPELL_HIDDEN_VISIBILITY_CFLAGS=""
case "$host" in
*-*-mingw*)
dnl on mingw32 we do -fvisibility=hidden and __declspec(dllexport)
AC_DEFINE([_GSPELL_EXTERN], [__attribute__((visibility("default"))) __declspec(dllexport) extern],
[defines how to decorate public symbols while building])
GSPELL_HIDDEN_VISIBILITY_CFLAGS="-fvisibility=hidden"
;;
*)
dnl on other compilers, check if we can do -fvisibility=hidden
SAVED_CFLAGS="${CFLAGS}"
CFLAGS="-fvisibility=hidden"
AC_MSG_CHECKING([for -fvisibility=hidden compiler flag])
AC_TRY_COMPILE([], [return 0],
AC_MSG_RESULT(yes)
enable_fvisibility_hidden=yes,
AC_MSG_RESULT(no)
enable_fvisibility_hidden=no)
CFLAGS="${SAVED_CFLAGS}"
AS_IF([test "${enable_fvisibility_hidden}" = "yes"], [
AC_DEFINE([_GSPELL_EXTERN], [__attribute__((visibility("default"))) extern],
[defines how to decorate public symbols while building])
GSPELL_HIDDEN_VISIBILITY_CFLAGS="-fvisibility=hidden"
])
;;
esac
AC_SUBST(GSPELL_HIDDEN_VISIBILITY_CFLAGS)
if test "x${enable_fvisibility_hidden}" = "xyes"
then
GSPELL_HIDDEN_VISIBILITY_CFLAGS="-fvisibility=hidden"
fi
AC_SUBST([GSPELL_HIDDEN_VISIBILITY_CFLAGS])
# Check for Mac OS X platform
AC_MSG_CHECKING([for Mac OS X platform])
......
......@@ -346,6 +346,8 @@ WARN_SCANNERFLAGS = @WARN_SCANNERFLAGS@
XGETTEXT = @XGETTEXT@
XGETTEXT_015 = @XGETTEXT_015@
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
_GI_EXP_DATADIR = @_GI_EXP_DATADIR@
_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
......
......@@ -40,8 +40,7 @@ IGNORE_HFILES = \
gspell-inline-checker-text-buffer.h \
gspell-osx.h \
gspell-text-iter.h \
gspell-utils.h \
gspell-version.h
gspell-utils.h
# Extra options to supply to gtkdoc-mkdb
MKDB_OPTIONS = --xml-mode --output-format=xml
......
......@@ -311,6 +311,8 @@ WARN_SCANNERFLAGS = @WARN_SCANNERFLAGS@
XGETTEXT = @XGETTEXT@
XGETTEXT_015 = @XGETTEXT_015@
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
_GI_EXP_DATADIR = @_GI_EXP_DATADIR@
_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
......@@ -411,8 +413,7 @@ IGNORE_HFILES = \
gspell-inline-checker-text-buffer.h \
gspell-osx.h \
gspell-text-iter.h \
gspell-utils.h \
gspell-version.h
gspell-utils.h
# Extra options to supply to gtkdoc-mkdb
......
......@@ -134,7 +134,7 @@
<div class="refsect1">
<a name="GspellEntry.description"></a><h2>Description</h2>
<p><a class="link" href="GspellEntry.html" title="GspellEntry"><span class="type">GspellEntry</span></a> extends the <a href="https://developer.gnome.org/gtk3/GtkEntry.html#GtkEntry-struct"><span class="type">GtkEntry</span></a> class with inline spell checking.
Misspelled words are highlighted with a red <a href="https://developer.gnome.org/pango/pango-Text-Attributes.html#PANGO-UNDERLINE-SINGLE:CAPS"><code class="literal">PANGO_UNDERLINE_SINGLE</code></a>.
Misspelled words are highlighted with a red <code class="literal">PANGO_UNDERLINE_SINGLE</code>.
Right-clicking a misspelled word pops up a context menu of suggested
replacements. The context menu also contains an “Ignore All” item to add the
misspelled word to the session dictionary. And an “Add” item to add the word
......@@ -146,8 +146,8 @@ function.</p>
<a href="https://developer.gnome.org/gtk3/GtkEntryBuffer.html#GtkEntryBuffer-struct"><span class="type">GtkEntryBuffer</span></a>.</p>
<p>Note that <a class="link" href="GspellEntry.html" title="GspellEntry"><span class="type">GspellEntry</span></a> extends the <a href="https://developer.gnome.org/gtk3/GtkEntry.html#GtkEntry-struct"><span class="type">GtkEntry</span></a> class but without subclassing
it, because <a href="https://developer.gnome.org/gtk3/GtkEntry.html#GtkEntry-struct"><span class="type">GtkEntry</span></a> is already subclassed by <a href="https://developer.gnome.org/gtk3/GtkSearchEntry.html#GtkSearchEntry-struct"><span class="type">GtkSearchEntry</span></a> for example.</p>
<p><a href="https://developer.gnome.org/pango/pango-Text-Attributes.html#PANGO-UNDERLINE-SINGLE:CAPS"><code class="literal">PANGO_UNDERLINE_SINGLE</code></a> is used for consistency with <a class="link" href="GspellTextView.html" title="GspellTextView"><span class="type">GspellTextView</span></a>.
If you want a <a href="https://developer.gnome.org/pango/pango-Text-Attributes.html#PANGO-UNDERLINE-ERROR:CAPS"><code class="literal">PANGO_UNDERLINE_ERROR</code></a> instead (a wavy underline), please fix
<p><code class="literal">PANGO_UNDERLINE_SINGLE</code> is used for consistency with <a class="link" href="GspellTextView.html" title="GspellTextView"><span class="type">GspellTextView</span></a>.
If you want a <code class="literal">PANGO_UNDERLINE_ERROR</code> instead (a wavy underline), please fix
<a class="ulink" href="https://bugzilla.gnome.org/show_bug.cgi?id=763741" target="_top">this bug</a> first.</p>
</div>
<div class="refsect1">
......
......@@ -155,7 +155,7 @@
<div class="refsect1">
<a name="GspellTextView.description"></a><h2>Description</h2>
<p><a class="link" href="GspellTextView.html" title="GspellTextView"><span class="type">GspellTextView</span></a> extends the <a href="https://developer.gnome.org/gtk3/GtkTextView.html#GtkTextView-struct"><span class="type">GtkTextView</span></a> class with inline spell checking.
Misspelled words are highlighted with a red <a href="https://developer.gnome.org/pango/pango-Text-Attributes.html#PANGO-UNDERLINE-SINGLE:CAPS"><code class="literal">PANGO_UNDERLINE_SINGLE</code></a>.
Misspelled words are highlighted with a red <code class="literal">PANGO_UNDERLINE_SINGLE</code>.
Right-clicking a misspelled word pops up a context menu of suggested
replacements. The context menu also contains an “Ignore All” item to add the
misspelled word to the session dictionary. And an “Add” item to add the word
......@@ -172,7 +172,7 @@ the <a href="https://developer.gnome.org/gtk3/GtkTextBuffer.html#GtkTextBuffer-s
<p>Note that <a class="link" href="GspellTextView.html" title="GspellTextView"><span class="type">GspellTextView</span></a> extends the <a href="https://developer.gnome.org/gtk3/GtkTextView.html#GtkTextView-struct"><span class="type">GtkTextView</span></a> class but without
subclassing it, because the GtkSourceView library has already a <a href="https://developer.gnome.org/gtk3/GtkTextView.html#GtkTextView-struct"><span class="type">GtkTextView</span></a>
subclass.</p>
<p>If you want a <a href="https://developer.gnome.org/pango/pango-Text-Attributes.html#PANGO-UNDERLINE-ERROR:CAPS"><code class="literal">PANGO_UNDERLINE_ERROR</code></a> instead (a wavy underline), please fix
<p>If you want a <code class="literal">PANGO_UNDERLINE_ERROR</code> instead (a wavy underline), please fix
<a class="ulink" href="https://bugzilla.gnome.org/show_bug.cgi?id=763741" target="_top">this bug</a> first.</p>
</div>
<div class="refsect1">
......
......@@ -14,7 +14,7 @@
<div class="titlepage">
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">gspell 1 Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">for gspell 1.11.1</p></div>
<div><p class="releaseinfo">for gspell 1.12.0</p></div>
</div>
<hr>
</div>
......
......@@ -328,6 +328,8 @@ WARN_SCANNERFLAGS = @WARN_SCANNERFLAGS@
XGETTEXT = @XGETTEXT@
XGETTEXT_015 = @XGETTEXT_015@
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
_GI_EXP_DATADIR = @_GI_EXP_DATADIR@
_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
......
......@@ -313,5 +313,3 @@ main (int argc,
g_object_unref (app);
return ret;
}
/* ex:set ts=8 noet: */
......@@ -4,7 +4,8 @@
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">gspell</name>
<name>gspell</name>
<shortdesc xml:lang="en">Spell-checking library for GTK applications</shortdesc>
<description xml:lang="en">
gspell provides a flexible API to add spell-checking to a GTK application.
......@@ -13,7 +14,6 @@ gspell provides a flexible API to add spell-checking to a GTK application.
<homepage rdf:resource="https://gitlab.gnome.org/GNOME/gspell" />
<download-page rdf:resource="https://download.gnome.org/sources/gspell/" />
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gspell/issues" />
<category rdf:resource="http://api.gnome.org/doap-extensions#core" />
<programming-language>C</programming-language>
......
......@@ -28,8 +28,7 @@ gspell_public_headers = \
gspell-navigator.h \
gspell-navigator-text-view.h \
gspell-text-buffer.h \
gspell-text-view.h \
gspell-version.h
gspell-text-view.h
gspell_public_c_files = \
gspell-checker.c \
......
......@@ -15,7 +15,7 @@
@SET_MAKE@
# aminclude_static.am generated automatically by Autoconf
# from AX_AM_MACROS_STATIC on Fri Jun 10 18:34:43 CEST 2022
# from AX_AM_MACROS_STATIC on Tue Sep 27 19:03:56 CEST 2022
......@@ -220,7 +220,7 @@ am__libgspell_core_la_SOURCES_DIST = gspellregion.c \
gspell-language-chooser-button.h \
gspell-language-chooser-dialog.h gspell-navigator.h \
gspell-navigator-text-view.h gspell-text-buffer.h \
gspell-text-view.h gspell-version.h
gspell-text-view.h
@OS_OSX_TRUE@am__objects_1 = libgspell_core_la-gspell-osx.lo
am__objects_2 = libgspell_core_la-gspellregion.lo \
libgspell_core_la-gspell-context-menu.lo \
......@@ -505,6 +505,8 @@ WARN_SCANNERFLAGS = @WARN_SCANNERFLAGS@
XGETTEXT = @XGETTEXT@
XGETTEXT_015 = @XGETTEXT_015@
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
_GI_EXP_DATADIR = @_GI_EXP_DATADIR@
_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
......@@ -604,8 +606,7 @@ gspell_public_headers = \
gspell-navigator.h \
gspell-navigator-text-view.h \
gspell-text-buffer.h \
gspell-text-view.h \
gspell-version.h
gspell-text-view.h
gspell_public_c_files = \
gspell-checker.c \
......
......@@ -740,5 +740,3 @@ gspell_checker_dialog_get_spell_navigator (GspellCheckerDialog *dialog)
priv = gspell_checker_dialog_get_instance_private (dialog);
return priv->navigator;
}
/* ex:set ts=8 noet: */
......@@ -27,13 +27,12 @@
#include <gtk/gtk.h>
#include <gspell/gspell-navigator.h>
#include <gspell/gspell-version.h>
G_BEGIN_DECLS
#define GSPELL_TYPE_CHECKER_DIALOG (gspell_checker_dialog_get_type ())
GSPELL_AVAILABLE_IN_ALL
G_MODULE_EXPORT
G_DECLARE_DERIVABLE_TYPE (GspellCheckerDialog, gspell_checker_dialog,
GSPELL, CHECKER_DIALOG,
GtkDialog)
......@@ -46,15 +45,13 @@ struct _GspellCheckerDialogClass
gpointer padding[8];
};
GSPELL_AVAILABLE_IN_ALL
G_MODULE_EXPORT
GtkWidget * gspell_checker_dialog_new (GtkWindow *parent,
GspellNavigator *navigator);
GSPELL_AVAILABLE_IN_ALL
G_MODULE_EXPORT
GspellNavigator * gspell_checker_dialog_get_spell_navigator (GspellCheckerDialog *dialog);
G_END_DECLS
#endif /* GSPELL_CHECKER_DIALOG_H */
/* ex:set ts=8 noet: */