Update to 1.7f:
*** 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.
This commit is contained in:
parent
4a553ee42f
commit
b7c0d0e9cc
2 changed files with 8 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.4 2004/01/20 12:26:49 agc Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2004/11/19 18:27:11 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= flyspell.el
|
||||
PKGNAME= flyspell-1.7c
|
||||
DISTNAME= flyspell-1.7f.el
|
||||
PKGNAME= ${DISTNAME:S/.el//}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www-sop.inria.fr/mimosa/personnel/Manuel.Serrano/flyspell/
|
||||
EXTRACT_SUFX= # empty
|
||||
|
@ -16,17 +16,16 @@ DEPENDS= ispell-emacs-[0-9]*:../../textproc/ispell-emacs
|
|||
EXTRACT_ONLY= # None
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
DIST_SUBDIR= ${PKGNAME_NOREV}
|
||||
|
||||
NO_CONFIGURE= #
|
||||
NO_BUILD= #
|
||||
|
||||
do-extract:
|
||||
@${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKSRC}
|
||||
@${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/flyspell
|
||||
${INSTALL_DATA} ${WRKSRC}/flyspell.el ${EMACS_LISPPREFIX}/flyspell
|
||||
${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${EMACS_LISPPREFIX}/flyspell/flyspell.el
|
||||
|
||||
.include "../../mk/emacs.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.2 2003/04/16 00:40:57 uebayasi Exp $
|
||||
$NetBSD: distinfo,v 1.3 2004/11/19 18:27:11 wiz Exp $
|
||||
|
||||
SHA1 (flyspell-1.7c/flyspell.el) = ac0c66514e4f335b13a1c56875b945f4a61f93b3
|
||||
Size (flyspell-1.7c/flyspell.el) = 93025 bytes
|
||||
SHA1 (flyspell-1.7f.el) = b044510710c9bb98d015eb553ef9a441a4ee5251
|
||||
Size (flyspell-1.7f.el) = 93335 bytes
|
||||
|
|
Loading…
Reference in a new issue