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-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
2005-02-23 22:00:35 by Alistair G. Crooks | Files touched by this commit (20) |
Log message:
Add RMD160 digests
|
2004-11-27 18:57:49 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
Obsoleted by update to 2.3.1.
|
2004-11-27 18:54:31 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.3.1, provided by Hiramatsu Yoshifumi in PR 28434:
Changes:
* lisp/tc-mazegaki.el: C-g can interrupt kana-kanji conversion.
* lisp/tc-is18.el:
* lisp/tc-is19.el:
* lisp/tc-is20.el: fix infinite loop bug.
* lisp/tutc-tbl.el: fix translation table.
* lisp/eelll.el: use colored background in bitmap display mode.
* skkinput3/Makefile.am: merged patches/patch-ab
|
2004-02-21 19:24:21 by Stoned Elipot | Files touched by this commit (1) |
Log message:
Remove info files entries from PLIST.
|
2004-01-24 14:42:22 by grant beattie | Files touched by this commit (1) |
Log message:
remove empty conditional
|
2004-01-24 14:41:27 by grant beattie | Files touched by this commit (1) |
Log message:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
|
2003-08-09 12:55:28 by Stoned Elipot | Files touched by this commit (1) |
Log message:
USE_NEW_TEXINFO is unnecessary now.
|
2003-08-07 13:59:30 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Convert to USE_NEW_TEXINFO.
|