2007-06-24 07:34:43 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
tamago works on emacs 22, add emacs22 to EMACS_VERSIONS_ACCEPTED.
Bump PKGREVISION.
|
2006-03-20 06:27:50 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
Use EMACS_MODULES appropriately to replace EMACS_USE_LEIM and conditional
dependency on xemacs-packages.
|
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.
|
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-02-23 18:15:14 by Alistair G. Crooks | Files touched by this commit (83) |
Log message:
Add RMD160 digests in addition to the SHA1 ones.
|
2004-05-08 15:35:20 by Masao Uebayashi | Files touched by this commit (9) |
Log message:
Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate.
|
2003-07-22 05:58:55 by Masao Uebayashi | Files touched by this commit (2) |
Log message:
Back out previous and more; "\ No newline at end of file" *is* needed in
this case. Sprinkle two more copies of the mark.
Tested by Isihara-san, the originator of PR22172.
|
2003-07-18 12:26:08 by Masao Uebayashi | Files touched by this commit (2) |
Log message:
Remove "No newline at end of file" lines.
Addresses PR22172 by Takanori Isihara <isihara at stud dot sccs dot chukyo-u
dot ac dot jp>.
|
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-04-22 18:16:07 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Add dependency to leim. I heard from tamago's developper "tamago works
under control of leim. It works better, coexisting with and switching to
other input methods."
|