summaryrefslogtreecommitdiff
path: root/textproc/flyspell
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2013-02-17Revbump all elisp packages after emacs changes.dholland1-2/+2
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2009-08-06PKGREVISION bump for elisp packages because of bytecode format changesminskim1-1/+2
in emacs23.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-10-11Move mk/emacs.mk to editors/emacs/modules.mk.uebayasi1-4/+6
Don't call pkg_info to get the installed Emacs version; always use the version matching EMACS_TYPE set by users. Be DEPENDS to it. This should address pkg/37146 by Aleksey Cheusov. While here convert some emacs lisp packages to user-destdir.
2007-01-15Update to 1.7m:wiz2-7/+6
Release 1.7m, Wed Aug 23 11:37:05 CEST 2006 (Manuel Serrano): *** Instead of using the hard-wire "-l" ispell option, Flyspell.el now checks is Ispell.el defines the variable ISPELL-LISP-COMMAND. If it does, the value of this variable is used instead of the string "-l". Release 1.7l, Mon Jul 24 16:50:06 CEST 2006 (Manuel Serrano): *** Fix a simple Xemacs bug. The function FLYSPELL-AFTER-CHANGE-FUNCTION was missing a guard. It has to check on Xemacs if this-command is a symbol or not!?
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. :-)