X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=f4ccd5617e5182f62f0470467d05f0ce682adf55;hb=aa76869a72cb47b89f9499ecfbf1f9b3de8bd83e;hp=ec2934e51edcf795c299349b8d1ba2a909490a51;hpb=bb0ccc742c095458a1159124035af05c30ce3619;p=chise%2Fchise-base.git diff --git a/ChangeLog b/ChangeLog index ec2934e..f4ccd56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +2009-03-12 MORIOKA Tomohiko + + * README.en (updating): New subsection. + +2008-10-28 MORIOKA Tomohiko + + * Makefile.in ($(LIBDIR)/xemacs/xemacs-packages): Don't install + `apel'. + +2008-10-14 MORIOKA Tomohiko + + * bootstrap.debian: Install `make' and `g++'. + +2008-07-31 MORIOKA Tomohiko + + * Makefile.in (build-xemacs): Use LC_ALL instead of LANG. + (install-apel): Likewise. + +2008-07-22 MORIOKA Tomohiko + + * bootstrap.macport, bootstrap.macports: Rename + `bootstrap.macport' to `bootstrap.macports'. + +2008-07-21 MORIOKA Tomohiko + + * bootstrap.macport: New file. + + * bootstrap.fink: Specify --with-site-includes, + --with-site-libraries and --with-canna. + + * configure.in (xemacs_configure_args): New SUBST. + (--with-site-includes=PATH): New argument. + (--with-site-libraries=PATH): New argument. + (--with-canna): New argument. + + * Makefile.in (XEMACS_OPTS): Use @xemacs_configure_args@ instead + of $(OPTS). + + +2008-05-30 MORIOKA Tomohiko + + * chise-base 0.24 released. + + * configure.in (AC_INIT): Update to 0.24. + +2008-05-30 MORIOKA Tomohiko + + * Makefile.in (install-apel): Avoid error when + $(LIBDIR)/xemacs/site-packages already exists. + +2008-04-05 MORIOKA Tomohiko + + * bootstrap.debian: New file. + 2008-01-12 MORIOKA Tomohiko * README.en (Installing CHISE-base in Mac OS X with Fink): New