update.
[chise/chise-base.git] / ChangeLog
index 3a25e27..4033833 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,423 @@
+2018-08-12  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * Makefile.in (XEMACS_PACKAGES_URL): Use
+       http://ftp.xemacs.org/pub/xemacs/packages/ instead of
+       http://www.chise.org/dist/XEmacs/packages/.
+
+       * bootstrap.homebrew:
+       - Install gcc@4.9 instead of homebrew/versions/gcc49.
+       - Don't tap homebrew/x11.
+
+2016-11-13  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * bootstrap.homebrew: Add code to setup ${brew_prefix}/man as
+       writable.
+
+2016-11-13  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * bootstrap.homebrew:
+       - Use homebrew/versions/gcc49 instead of
+         https://raw.githubusercontent.com/veprbl/homebrew-x11/imake-fix/imake.rb.
+       (chise_cc): New variable.
+       - Use chise/misc/berkeley-db5 instead of berkeley-db.
+       - Run `brew -v link canna'.
+
+       * Makefile.in (XEMACS_PACKAGES_URL): Use
+       http://www.chise.org/dist/XEmacs/packages/ instead of
+       http://ftp.xemacs.org/pub/xemacs/packages/.
+       ($(LIBDIR)/xemacs/xemacs-packages): Use xemacs-sumo.tar.bz2
+       instead of xemacs-sumo.tar.gz.
+       ($(LIBDIR)/xemacs/mule-packages): Use xemacs-mule-sumo.tar.bz2
+       instead of xemacs-mule-sumo.tar.gz.
+
+2015-04-22  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * bootstrap.homebrew: Use
+       https://raw.githubusercontent.com/veprbl/homebrew-x11/imake-fix/imake.rb.
+
+2014-11-15  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * bootstrap.homebrew: Don't install gcc.
+       (IMAKECPP): Omitted.
+
+2014-11-14  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * bootstrap.homebrew (IMAKECPP): Use "${brew_prefix}/bin/cpp-4.9"
+       instead of "${brew_prefix}/bin/cpp".
+       (CC): Use "${brew_prefix}/bin/gcc-4.9" instead of
+       "${brew_prefix}/bin/gcc".
+
+2014-05-18  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * bootstrap.homebrew:
+       - Use `gcc' instead of `apple-gcc42'.
+       (IMAKECPP): Use ${brew_prefix}.
+       (installing canna): Use "chise/misc" instead of "chise/cjkv".
+       (CC): Use `${brew_prefix}/bin/gcc' instead of `gcc-4.2'.
+
+2013-11-07  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * bootstrap.homebrew:
+       - Use apple-gcc42 instead of
+         https://raw.github.com/Homebrew/homebrew-dupes/master/gcc.rb.
+       (IMAKECPP): Use /usr/local/bin/cpp-4.2 instead of
+       /usr/local/bin/cpp-4.7.
+       - Use "brew tap chise/cjkv".
+       - Use gcc-4.2 to compile CHISE-base.
+
+2013-11-06  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * configure.in: Use `AC_PROG_CC'.
+       (xemacs_configure_args): Replace 'CC=...' to `--compiler=*'.
+
+       * Makefile.in (CC): New variable.
+
+2012-10-03  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * bootstrap.debian: Use libldap-dev, libpng-dev, libtiff-dev,
+       libjpeg-dev and libncurses-dev instead of libldap2-dev,
+       libpng3-dev, libtiff4-dev, libjpeg62-dev and libncurses5-dev.
+
+2012-09-28  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * bootstrap.debian: Install `git' instead of `cvs'.
+
+2012-07-23  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * bootstrap.fink: Run `sudo make install-mac' in
+       chise-fonts-installer/TrueType/ instead of
+       chise-fonts-installer/TrueType/Hanazono/.
+
+       * bootstrap.homebrew: Run `make install-mac' in
+       chise-fonts-installer/TrueType/ instead of
+       chise-fonts-installer/TrueType/Hanazono/.
+
+2012-07-18  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * bootstrap.homebrew: Install
+       https://raw.github.com/Homebrew/homebrew-dupes/master/gcc.rb.
+       (IMAKECPP): Use /usr/local/bin/cpp-4.7.
+
+2012-07-18  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * bootstrap.homebrew (brew_prefix): New variable; use it instead
+       of "/usr/local".
+       - Add code to detect location of homebrew.mxcl.canna.plist.
+
+2012-07-17  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * Makefile.in (update): New target.
+
+2012-07-13  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * bootstrap.homebrew: Run `brew upgrade' after
+       `git pull https://github.com/chise/homebrew/'.
+
+2012-07-13  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * bootstrap.homebrew: Modify for canna.rb Ver.3.7p3_1.
+
+2012-07-12  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * bootstrap.homebrew: Add setting for launchctl to start Canna
+       server automatically.
+
+2012-07-07  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * bootstrap.fink: Use {libpng14|libjpeg8|db51}(-shlibs) instead of
+       {libpng3|libjpeg|db48}(-shlibs).
+
+2012-07-01  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * Makefile.in (CHISE_GIT_ROOT): New variable.
+       (ELISP_GIT_ROOT): New variable.
+       (concord): Use Git instead of CVS.
+       (libchise): Likewise.
+       (xemacs-chise): Likewise.
+       (tomoyo-tools): Likewise.
+       (ids): Likewise.
+       (chise-fonts-installer): Likewise.
+       (apel): Likewise.
+       (nabe): Likewise.
+
+2012-04-26  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
+
+       * README.en: Remove descriptions about CVS and add description
+       about the new Git repository.
+
+2012-04-26  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
+
+       * README.en (Reporting Bugs): Modify for
+       chise-{en|ja}@lists.chise.org.
+
+2012-02-18  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
+
+       * bootstrap.homebrew: Don't use sudo.
+
+2012-02-17  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
+
+       * configure.in: Add '--ldflags=-Wl,-no_pie' to $xemacs_opts when
+       running with Mac OS X 10.7 Lion or later.
+
+2012-02-15  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
+
+       * bootstrap.homebrew: New file.
+
+2012-02-11  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
+
+       * bootstrap.fink: If `canna-dev' is not found (Lion), don't
+       specify '--with-canna'.
+
+2011-09-19  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
+
+       * Makefile.in (install-nabe): New target.
+       (install-base): Call `install-nabe'.
+       (nabe): New target.
+       (distclean): Add cleaner for nabe/.
+       (cvs-base-clean): Delete nabe/.
+
+2011-06-02  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
+
+       * bootstrap.fink: Run "sudo make install-mac" in
+       chise-fonts-installer/TrueType/Hanazono/.
+
+2011-06-02  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
+
+       * bootstrap.macports, bootstrap.fink, bootstrap.debian: Install
+       `unzip'.
+
+2011-03-12  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
+
+       * bootstrap.fink: Add `ulimit -n 2048'.
+
+2010-09-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * bootstrap.fink: Use sudo to do make install-arphic in
+       chise-fonts-installer/TrueType.
+
+2010-09-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * bootstrap.fink: Install Arphic PL fonts.
+
+2010-07-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Makefile.in (CVS_ROOT): Quote.
+       (LEMI_CVS_ROOT): Likewise.
+
+\f
+2010-06-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * chise-base 0.25 released.
+
+       * Makefile.in (distclean): Add cleaner for chise-fonts-installer/.
+       (cvs-base-clean): Delete apel/ and chise-fonts-installer/.
+
+2010-06-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Makefile.in (tar-base): Add `chise-fonts-installer'.
+
+       * configure.in (AC_INIT): Update to 0.25.
+
+2009-12-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * bootstrap.fink:
+       - Omit `coreutils-default'.
+       - Install `wget'.
+
+       * Makefile.in (FONTS_OPTS): New variable.
+       (config-fonts): New target.
+       (chise-fonts-installer/config.h): New target.
+       (build-fonts): New target.
+       (install-fonts): New target.
+       (install-base): Call `install-fonts'.
+       (chise-fonts-installer): New target.
+
+2009-12-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * bootstrap.fink: Use db48 instead db44.
+
+2009-07-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * bootstrap.debian: Install `xbitmaps'.
+
+2009-03-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * README.en (updating): New subsection.
+
+2008-10-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Makefile.in ($(LIBDIR)/xemacs/xemacs-packages): Don't install
+       `apel'.
+
+2008-10-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * bootstrap.debian: Install `make' and `g++'.
+
+2008-07-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Makefile.in (build-xemacs): Use LC_ALL instead of LANG.
+       (install-apel): Likewise.
+
+2008-07-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * bootstrap.macport, bootstrap.macports: Rename
+       `bootstrap.macport' to `bootstrap.macports'.
+
+2008-07-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * 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).
+
+\f
+2008-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * chise-base 0.24 released.
+
+       * configure.in (AC_INIT): Update to 0.24.
+
+2008-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Makefile.in (install-apel): Avoid error when
+       $(LIBDIR)/xemacs/site-packages already exists.
+
+2008-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * bootstrap.debian: New file.
+
+2008-01-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * README.en (Installing CHISE-base in Mac OS X with Fink): New
+       section.
+
+       * bootstrap.fink: New file.
+
+2008-01-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * configure.in (lemi_cvs_root): New SUBST.
+
+       * Makefile.in (SUDO): New variable.
+       (LEMI_CVS_ROOT): New variable.
+       (XEMACS_PACKAGES_URL): New variable.
+       ($(LIBDIR)/libconcord.a): Use $(SUDO) to make install.
+       ($(LIBDIR)/libchise.a): Likewise.
+       (install-db): Use $(SUDO) to install chise-db in
+       $(prefix)/share/chise.
+       (build-xemacs): Build in C locale.
+       ($(BINDIR)/xemacs): Use $(SUDO) to make install.
+       (install-apel): New target.
+       (install-tomoyo-tools): Call `install-apel' and
+       `$(LIBDIR)/xemacs/mule-packages'; Use $(SUDO) to make install.
+       (install-ids): Use $(SUDO) to make install.
+       (apel): New target.
+       (.lemi-cvs-login): New target.
+       ($(LIBDIR)/xemacs/xemacs-packages): New target.
+       ($(LIBDIR)/xemacs/mule-packages): New target.
+
+\f
+2006-05-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * chise-base 0.23 released.
+
+2006-05-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * README.en: New file.
+
+2006-05-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * configure.in: Put --with-canna into $xemacs_opts when Fink is
+       used.
+
+2006-05-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Makefile.in (concord): Fix problem when the target is bundled.
+       (libchise): Likewise.
+       (xemacs-chise): Likewise.
+       (tomoyo-tools): Likewise.
+       (ids): Likewise.
+       (.cvs-login): Fix problem when $(CVS_ROOT) does not use pserver
+       method.
+
+2006-05-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Makefile.in (install-db): Use $(TAR) instead of `tar'.
+       (chise-db): Likewise.
+       (tar-core): Likewise; call `cvs-base-clean' instead of
+       `cvs-core-clean'; cvs export concord and libchise.
+
+2006-05-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Makefile.in (XEMACS_OPTS): Add --pdump, --without-xim and
+       --with-database=berkdb.
+       (xemacs-chise/src/config.h): Move --without-xim, --pdump and
+       --with-database=berkdb to `XEMACS_OPTS'.
+       (tar-core): Call `cvs-core-clean'; don't copy Makefile concord and
+       libchise.
+       (cvs-clean): Use `cvs-base-clean' and `cvs-core-clean'.
+       (cvs-core-clean): New target.
+       (cvs-base-clean): New target.
+
+       * configure.in: Code to detect version of Berkeley DB for Fink is
+       moved into the if-clause about Fink is used.
+
+2006-05-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Makefile: Deleted.
+
+       * Makefile.in, config.guess, config.sub, configure, configure.in,
+       install-sh: New files.
+
+2005-06-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Makefile (VERSION): Update to 0.23.
+       (CONCORD_OPTS): New variable.
+       (all): Call `build-concord'.
+       (install): Call `install-core'.
+       (force-config-concord): New target.
+       (config-concord): Likewise.
+       (concord/config.h): Likewise.
+       (build-concord): Likewise.
+       (install-concord): Likewise.
+       ($(PREFIX)/lib/libconcord.a): Likewise.
+       (config-libchise): Call `install-concord' and `libchise/config.h'.
+       (libchise/config.h): New target.
+       (build-libchise): Cqll `config-libchise'.
+       (install-libchise): Call `build-libchise' and
+       `$(PREFIX)/lib/libchise.a'.
+       ($(PREFIX)/lib/libchise.a): New target.
+       (install-core): New target.
+       (install-db): Changed for new layout.
+       (config-xemacs): Call `xemacs-chise/src/config.h'.
+       (xemacs-chise/src/config.h): New target.
+       (install-xemacs): Call `install-libchise' and
+       `$(PREFIX)/bin/xemacs'.
+       ($(PREFIX)/bin/xemacs): New target.
+       (install-ids): Call `install-xemacs'.
+       (install-base): New target.
+       (generate-db): Call `install-base' instead of `install-xemacs' and
+       `install-ids'.
+       (chise-db): Change directory layout.
+       (tar-core): Copy `concord'.
+       (get-base): New target.
+       (concord): New target.
+       (libchise): Call `.cvs-login'.
+       (xemacs-chise): Likewise.
+       (ids): Likewise.
+       (.cvs-login): New target.
+       (distclean): Add cleaner for concord/.
+       (db-clean): New target.
+       (cvs-clean): New target.
+
+\f
 2005-05-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * chise-core 0.22 released.