X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=52af0e040d1657642984ab8dce87c88a3fe4c7d2;hb=92f63f72decb4f763cdb2aa86c5724d076090cea;hp=7f366e6cc0473fd578479f68d092f68fbcac1b30;hpb=c227d90cb802f414534a32db7bf3398781932682;p=chise%2Fchise-base.git diff --git a/ChangeLog b/ChangeLog index 7f366e6..52af0e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,118 @@ +2014-11-15 MORIOKA Tomohiko + + * bootstrap.homebrew: Don't install gcc. + (IMAKECPP): Omitted. + +2014-11-14 MORIOKA Tomohiko + + * 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 + + * 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 + + * 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 + + * configure.in: Use `AC_PROG_CC'. + (xemacs_configure_args): Replace 'CC=...' to `--compiler=*'. + + * Makefile.in (CC): New variable. + +2012-10-03 MORIOKA Tomohiko + + * 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 + + * bootstrap.debian: Install `git' instead of `cvs'. + +2012-07-23 MORIOKA Tomohiko + + * 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 + + * 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 + + * 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 + + * Makefile.in (update): New target. + +2012-07-13 MORIOKA Tomohiko + + * bootstrap.homebrew: Run `brew upgrade' after + `git pull https://github.com/chise/homebrew/'. + +2012-07-13 MORIOKA Tomohiko + + * bootstrap.homebrew: Modify for canna.rb Ver.3.7p3_1. + +2012-07-12 MORIOKA Tomohiko + + * bootstrap.homebrew: Add setting for launchctl to start Canna + server automatically. + +2012-07-07 MORIOKA Tomohiko + + * bootstrap.fink: Use {libpng14|libjpeg8|db51}(-shlibs) instead of + {libpng3|libjpeg|db48}(-shlibs). + +2012-07-01 MORIOKA Tomohiko + + * 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 + + * README.en: Remove descriptions about CVS and add description + about the new Git repository. + +2012-04-26 MORIOKA Tomohiko + + * README.en (Reporting Bugs): Modify for + chise-{en|ja}@lists.chise.org. + 2012-02-18 MORIOKA Tomohiko * bootstrap.homebrew: Don't use sudo.