The NetBSD Project

CVS log for pkgsrc/textproc/gtkspell/distinfo

[BACK] Up to [cvs.netbsd.org] / pkgsrc / textproc / gtkspell

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Tue Jul 13 12:56:03 2010 UTC (22 months, 1 week ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, HEAD
Changes since 1.12: +4 -4 lines
Diff to previous 1.12 (colored)

update to 2.0.16
changes:
-bugfixes
-translation updates

Revision 1.12 / (download) - annotate - [select for diffs], Fri Jan 22 14:22:42 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.11: +1 -2 lines
Diff to previous 1.11 (colored)

Remove patch that's not needed any longer after gtk-doc is fixed.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Jan 22 13:54:22 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Add missing --module flag to gtkdoc-fixxref, needed by latest gtkdoc.

XXX: is --module=gtkspell correct?

Revision 1.10 / (download) - annotate - [select for diffs], Sat Dec 6 18:17:48 2008 UTC (3 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

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

Revision 1.9 / (download) - annotate - [select for diffs], Sat Sep 6 14:32:46 2008 UTC (3 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

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)

Revision 1.8 / (download) - annotate - [select for diffs], Fri May 30 12:28:42 2008 UTC (3 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

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.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 28 12:43:13 2005 UTC (6 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

Changes 2.0.11:
* Re-enable apostrophe word-breaking work-arounds
* Additional translations

Revision 1.6 / (download) - annotate - [select for diffs], Tue Apr 26 20:15:04 2005 UTC (7 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

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

Revision 1.5 / (download) - annotate - [select for diffs], Thu Feb 24 14:48:42 2005 UTC (7 years, 3 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

Add RMD160 digests to the SHA1 ones.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Dec 3 12:39:05 2004 UTC (7 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

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.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Feb 9 18:26:06 2004 UTC (8 years, 3 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

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.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Oct 30 03:09:37 2002 UTC (9 years, 6 months ago) by rh
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4, netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.1: +1 -2 lines
Diff to previous 1.1 (colored)

Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Sep 25 04:54:47 2002 UTC (9 years, 8 months ago) by rh
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of gtkspell-2.0.2, a spell checking widget for GTK2 apps.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Sep 25 04:54:47 2002 UTC (9 years, 8 months ago) by rh
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>