summaryrefslogtreecommitdiff
path: root/textproc/flyspell
AgeCommit message (Collapse)AuthorFilesLines
2006-06-15Drop maintainership, I don't use them any longer.wiz1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-01Update to 1.7k: bug fix release.wiz2-6/+6
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-09-05Update to 1.7j:wiz2-9/+6
*** Improve the handling of localwords on large regions.
2005-08-28Rework emacs.mk:uebayasi1-3/+3
1) Simplify the way how an emacs version is picked when no emacs is installed, but a user try to install an Emacs Lisp package. Just pick up the version set as EMACS_TYPE than searching for versions already installed etc. If the EMACS_TYPE version is not supported by the Emacs Lisp Package, just fail. EMACS_TYPE be default to GNU Emacs 21. (In other words, users should set EMACS_TYPE as they want. Otherwise GNU Emacs 21 is used.) 2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to a) the PKGNAME itself, and b) PKGNAME in its dependency lines. EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is used. This keeps dependency graph of Emacs-Lisp-packages- installed-for-XEmacs consistent. 3) Document EMACS_* variables as much as possible. 4) Provide more cookies for PLIST. Maybe utilized later. Note that the 2) change doesn't affect the default, GNU Emacs 21 behaviour. So no version / revision bumps in this commit.
2005-07-05Distfile has changed without name change; set DIST_SUBDIR; PKGREVISION++.wiz2-7/+10
2005-05-21Update to 1.7i:wiz2-6/+6
Release 1.7i, Thu Apr 14 13:31:02 CEST 2005 (Manuel Serrano): *** replace (fboundp 'about-xemacs) with (or (foundp 'about-xemacs) (featurep 'xemacs)).
2005-03-27Update to 1.7h:wiz2-8/+6
Tue Mar 22 11:50:24 CET 2005 (Peter Heslin): *** Add advice for flyspell-auto-correct-previous-word.
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-12-27Correct path to DISTFILES.minskim1-2/+2
2004-12-16Regen after DIST_SUBDIR change.minskim1-3/+3
2004-12-16Fix checksum mismatch due to distfile change. diff with the previousminskim2-4/+6
shows some code changes. Set DIST_SUBDIR to PKGNAME and bump PKGREVISION.
2004-11-19Update to 1.7f:wiz2-9/+8
*** Change the meaning of FLYSPELL-LARGE-REGION. From now on, if FLYSPELL-LARGE-REGION is nil, regions are treated as small. *** Improve doublon detection in TeX mode. The fix gets rid of errors introduced by indexes. *** Add the FLYSPELL-PROG-MODE-HOOK to FLYSPELL-PROG-MODE.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-04-16Reflect an implicit distfile replacement in the master site.uebayasi1-3/+3
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-04Initial import of Flyspell 1.7c.uebayasi4-0/+57
Flyspell enables on-the-fly spell checking in Emacs by the means of a minor mode. It is called Flyspell. This facility is hardly intrusive. It requires no help. Flyspell highlights incorrect words as soon as they are completed or as soon as the cursor hits a new word. Flyspell is language independent because you are free to select your own dictionary. Flyspell is compatible with TeX editing. That is, Flyspell tries, as much as possible, to avoid highlighting TeX command. Flyspell proposes corrections for miss-spelled words by the means of pop-up menus. Alternatively you will be able to store the word in the global dictionary, to add it to the current document dictionary or to ignore the miss-spelling for the current session. Flyspell also proposes automatic corrections. (This DESCR is also written by wiz. :-)