[perl-Gtk2-Spell] Version 1.04



commit c3fd601e22e3b709a1c55d3edbafe0400b09e08a
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Tue Jan 3 13:05:46 2012 +0100

    Version 1.04

 MANIFEST          |    3 ++-
 NEWS              |    4 ++++
 README            |    4 ++--
 lib/Gtk2/Spell.pm |    4 ++--
 4 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/MANIFEST b/MANIFEST
index 8ef2d9a..97953d9 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5,11 +5,12 @@ gtkspell.typemap
 GtkSpell.xs
 gtkspell_simple.pl
 LICENSE
+lib/Gtk2/Spell.pm
 Makefile.PL
 MANIFEST			This list of files
 MANIFEST.SKIP
+NEWS
 perl-Gtk2-Spell.doap
 perl-Gtk2-Spell.spec.in
 README
-Spell.pm
 t/0.GtkSpell.t
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..d369e3b
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,4 @@
+Overview of changes in Gtk2::Spell 1.04
+=======================================
+
+* Fix some build and test suite issues.
diff --git a/README b/README
index 3eaf338..b6d3a66 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 # $Id$
 
-Gtk2::Spell version 1.00
-=================
+Gtk2::Spell version 1.04
+========================
 
 Perl bindings to the 2.x series of the GtkSpell graphical user interface
 library.  This module allows you to write perl applications that utilize the
diff --git a/lib/Gtk2/Spell.pm b/lib/Gtk2/Spell.pm
index 29ddee7..c7bc7f2 100644
--- a/lib/Gtk2/Spell.pm
+++ b/lib/Gtk2/Spell.pm
@@ -14,7 +14,7 @@ require DynaLoader;
 
 our @ISA = qw(DynaLoader);
 
-our $VERSION = '1.03';
+our $VERSION = '1.04';
 
 sub dl_load_flags { 0x01 }
 
@@ -35,7 +35,7 @@ Gtk2::Spell - Bindings for GtkSpell with Gtk2
   use Gtk2::Spell;
 
   $txtview = Gtk2::TextView->new;
-  $spell = Gtk2::Spell->new_attache($txtview);
+  $spell = Gtk2::Spell->new_attach($txtview);
   $spell2 = Gtk2::Spell->get_from_text_view($txtview);
   # $spell2 will be the same object as $spell
   $spell->set_language(SOME_LANG);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]