Commit graph

13 commits

Author SHA1 Message Date
drochner
4b04a9ff4c update to 2.0.16
changes:
-bugfixes
-translation updates
2010-07-13 12:56:03 +00:00
wiz
fa31211d01 Remove patch that's not needed any longer after gtk-doc is fixed. 2010-01-22 14:22:42 +00:00
wiz
4beb2dfbfc Add missing --module flag to gtkdoc-fixxref, needed by latest gtkdoc.
XXX: is --module=gtkspell correct?
2010-01-22 13:54:22 +00:00
wiz
2a9efacb87 Update to 2.0.15:
version 2.0.15 (2008-12-01):
	* Additional translations (see po/ChangeLog).
	* Add missing G_BEGIN_DECLS/G_END_DECLS for C++ support
	* Fix feature request #2101451 by removing the sub-menu
	  of the context menu as any other in-line spell checker does.
	* Fix feature request #1523881, #1643622 and #2054637
	  by adding a Language selector sub-menu.
	* Fix feature request #1362304 by fixing docs/Makefile.am
	  to install gtkspell.devhelp so that it shows in devhelp
2008-12-06 18:17:48 +00:00
wiz
378ad8d1a9 Update to 2.0.14:
version 2.0.14 (2008-08-15):
	* Additional translations (see po/ChangeLog).
	* Changed bug reporting address at configure.ac:AC_INIT
	* undo/redo in the calling application (Liviu Andronic)
	* gtkspell_get_suggestions_menu() (Liviu Andronic)
2008-09-06 14:32:46 +00:00
wiz
f5b441cc24 Update to 2.0.13:
version 2.0.13 (2008-05-20):
	* Additional translations (see po/ChangeLog).
	* Enchant support (support for pspell/aspell dropped) (Dom Lachowicz)

version 2.0.12 (2008-05-09):
	* Make debug, quiet and build_suggestion_menu static in gtkspell.c
	  to prevent exporting them.
	* One additional translation (see po/ChangeLog).
	* Move spell-checking library from Libs to Libs.private in
	  gtkspell-2.0.pc
	* Update autogen.sh to use intltool
	* Fix warnings with -Wstrict-prototypes by Richard Laager

Bump API for dependency changes.
2008-05-30 12:28:42 +00:00
adam
ab68548242 Changes 2.0.11:
* Re-enable apostrophe word-breaking work-arounds
* Additional translations
2005-07-28 12:43:13 +00:00
drochner
947243898a update to 2.0.10
changes:
-Enable building outside of srcdir
-Use bind_textdomain_codeset to set UTF-8 encoding for all translations
-Do not delete the GtkTextTag from the tag table (needed for shared
          tag tables)
-bugfixes
-translations added
2005-04-26 20:15:04 +00:00
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +00:00
adam
c9b82d8a3f Changes 2.0.8:
* Fix how the GtkTextTag is created to work with shared tag tables.
* Additional translation (see po/ChangeLog).

Changes 2.0.7:
* Activating the menu through a keybinding now properly checks the
  word currently under the cursor.
* Prevent the trampling on an application's textdomain (Stu Tomlinson).
* Additional translations (see po/ChangeLog).

Changes 2.0.6:
* Use new PANGO_UNDERLINE_ERROR style when available to highlight
  misspelled words with squiggly red underline.
* Internationalize with GNU Gettext. All five strings now translatable.
  Thanks to Adriano Del Vigna de Almeida <katmandu@fs.inf.br>
* New po/ChangeLog to track translation additions/updates.
2004-12-03 12:39:05 +00:00
minskim
7f48b3e215 Update gtkspell to 2.0.5. The docs directory was excluded from
buildling because it requirs gtk-doc.
Approved by wiz@.

Changes since 2.0.2:
	* Don't check numeric words.  Combined with word breaking changes
	  recently committed to Pango, this will handle all letter-number
	  combinations nicely.
	* "Add to Dictionary" now actually adds to personal dictionary.
	* New "Ignore All" menuitem to add a word to the current session.
	* Updates of autogen.sh and conifgure.ac to use newer
	  autoconf/automake/libtool.
	* Change behavior on a right click so that cutting/copying with
	  the mouse works again.
	* Add deferred checking: make the misspelled word highlighting
	  work like other apps and delay checking the current word until
	  the cursor exits it.
	* gtkspell.spec.in: Typo fix.
	* Conditionally use Aspell if it's available, otherwise
	  fall back to Pspell (Ramon Medina).
	* docs/ directory and beginning documentation added.
	* 2.0.3 released.
	* gtkspell.c: Hack around Pango wordbreaking bug (also logged
	with their developers at:
	http://bugzilla.gnome.org/show_bug.cgi?id=97545 ).
	* gtkspell.spec.in: RPM .spec file template.
	  From Alex <hansolo@rochester.rr.com>.
	* configure.ac: Generate gtkspell.spec from gtkspell.spec.in.
	* README: Add Ari and Alex to a "Thanks" section.
	* configure.ac: Check for libpspell earlier and die if we don't
	  find it.  Prerequire autoconf 2.52.
	* gtkspell/Makefile.am, examples/Makefile.am: Set CFLAGS instead
	  of foo_CFLAGS (why does the old way not work anymore?).
	* autogen.sh: Don't automatically run configure.
2004-02-09 18:26:06 +00:00
rh
e525650d57 Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE. 2002-10-30 03:09:25 +00:00
rh
ab67e28877 Initial import of gtkspell-2.0.2, a spell checking widget for GTK2 apps. 2002-09-25 04:54:46 +00:00