Merge branch 'master' into single-inheritance.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Thu, 8 Jun 2017 19:12:31 +0000 (04:12 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Thu, 8 Jun 2017 19:12:31 +0000 (04:12 +0900)
1  2 
src/ChangeLog

diff --cc src/ChangeLog
@@@ -1,17 -1,9 +1,21 @@@
+ 2017-06-08  MORIOKA Tomohiko  <tomo.git@chise.org>
+       * char-ucs.h (MAX_LEADING_BYTE_PRIVATE): Use 1024 instead of 512.
  2016-11-17  MORIOKA Tomohiko  <tomo.git@chise.org>
  
 +      * chartab.h: Undefine `USE_CONCORD_OBJECT_SYSTEM' to avoid the
 +      Concord Object System.
 +
 +2016-11-16  MORIOKA Tomohiko  <tomo.git@chise.org>
 +
 +      * chartab.c (Fput_char_attribute): Use single-inheritance format
 +      for character definitions; namely a value of `<-subsumptive' or
 +      `<-denotational' must be a character instead of a list of
 +      characters.
 +
 +2016-11-17  MORIOKA Tomohiko  <tomo.git@chise.org>
 +
        * chartab.h (USE_CONCORD_OBJECT_SYSTEM): New macro; use it instead
        of `HAVE_LIBCHISE' to detect to use Concord Object System.
        (USE_CONCORD_OBJECT_SYSTEM_TO_COMPOSE): New macro.