From 1333892ce114deb5519f92a9341b5957758aee42 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 22 Oct 1999 12:43:15 +0000 Subject: [PATCH] Release APEL 9.23. --- ChangeLog | 15 +++++++++++++-- Makefile | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index bdb16a7..ba1bafd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,18 @@ 1999-10-22 Katsumi Yamaoka - * EMU-ELS (mcs-modules): Add `mcs-xmu' if the feature `utf-2000' is - not provided. + * APEL: Version 9.23 released. + +1999-10-22 Katsumi Yamaoka + + * APEL-MK (compile-apel-package): Compile `emu-modules-to-compile' + instead of `emu-modules'. + (compile-apel): Likewise. + + * EMU-ELS (emu-modules-to-compile): New variable which is used for + compiling in APEL-MK. If the feature `utf-2000' is provided, + `mcs-xmu' is removed from its value even if `emu-modules' contains + it. + (emu-modules-not-to-compile): New variable. * mcs-xm.el (mime-iso646-character-unification-alist): Move to mcs-xmu.el. diff --git a/Makefile b/Makefile index 80c46c4..040b05c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Makefile for APEL. # -VERSION = 9.22 +VERSION = 9.23 TAR = tar RM = /bin/rm -f -- 1.7.10.4