2007-01-16 00:49:46 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.7m:
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-15 15:31:30 by Thomas Klausner | Files touched by this commit (24) |
Log message:
Drop maintainership, I don't use them any longer.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2006-01-01 19:38:01 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.7k: bug fix release.
|
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
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-05 19:04:53 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.7j:
*** Improve the handling of localwords on large regions.
|
2005-08-28 06:25:31 by Masao Uebayashi | Files touched by this commit (56) |
Log message:
Rework emacs.mk:
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-05 17:19:26 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Distfile has changed without name change; set DIST_SUBDIR; PKGREVISION++.
|
2005-05-21 10:58:26 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.7i:
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-27 22:37:11 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.7h:
Tue Mar 22 11:50:24 CET 2005 (Peter Heslin):
*** Add advice for flyspell-auto-correct-previous-word.
|