aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2005-05-11 12:29:35 +0000
committerKenichi Handa2005-05-11 12:29:35 +0000
commit8f793978651e33f7436ff01348ef2a04126ab9da (patch)
tree2d08ff436b5d1f5bffd53997d1f47ad1a7f444a7
parent3921ea2136f06aeadf4fc2f07dd6088a83e1107d (diff)
downloademacs-8f793978651e33f7436ff01348ef2a04126ab9da.tar.gz
emacs-8f793978651e33f7436ff01348ef2a04126ab9da.zip
*** empty log message ***
-rw-r--r--ChangeLog.unicode8
-rw-r--r--admin/ChangeLog.unicode7
-rw-r--r--lisp/ChangeLog.unicode5
-rw-r--r--src/ChangeLog.unicode10
4 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog.unicode b/ChangeLog.unicode
index 2fe7982a33a..4a23df61739 100644
--- a/ChangeLog.unicode
+++ b/ChangeLog.unicode
@@ -1,3 +1,11 @@
12005-05-11 Kenichi Handa <handa@m17n.org>
2
3 * configure.in: While running cpp on junk.c, include
4 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
5 exists.
6
7 * configure: Re-generated.
8
12005-02-13 Miles Bader <miles@gnu.org> 92005-02-13 Miles Bader <miles@gnu.org>
2 10
3 Rename unicode-branch-specific ChangeLog files to 11 Rename unicode-branch-specific ChangeLog files to
diff --git a/admin/ChangeLog.unicode b/admin/ChangeLog.unicode
index 277b6b67230..48c7ebab945 100644
--- a/admin/ChangeLog.unicode
+++ b/admin/ChangeLog.unicode
@@ -1,5 +1,12 @@
12005-05-11 Kenichi Handa <handa@m17n.org> 12005-05-11 Kenichi Handa <handa@m17n.org>
2 2
3 * unidata/unidata-gen.el (unidata-text-file): Delete it.
4 (unidata-list): Initialize to nil.
5 (unidata-setup-list): New function.
6 (unidata-gen-files): New optional arg unidata-text-file. If it's
7 nil, set unidata-text-file the left command line arg. Call
8 unidate-setup-list at first.
9
3 * unidata/Makefile (EMACS): Rename back to Emacs and set to emacs. 10 * unidata/Makefile (EMACS): Rename back to Emacs and set to emacs.
4 Caller changed. 11 Caller changed.
5 (all): Depends on ${DSTDIR}/charprop.el. 12 (all): Depends on ${DSTDIR}/charprop.el.
diff --git a/lisp/ChangeLog.unicode b/lisp/ChangeLog.unicode
index f19d76c3aa0..4cd0b93e36c 100644
--- a/lisp/ChangeLog.unicode
+++ b/lisp/ChangeLog.unicode
@@ -1,3 +1,8 @@
12005-05-11 Kenichi Handa <handa@m17n.org>
2
3 * loadup.el: If we are byte-compiling unidata-gen.el or running
4 unidata-ge-files, set purify-flag to nil.
5
12005-05-10 Kenichi Handa <handa@m17n.org> 62005-05-10 Kenichi Handa <handa@m17n.org>
2 7
3 * loadup.el: Load international/charprop.el with NOERROR t. 8 * loadup.el: Load international/charprop.el with NOERROR t.
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode
index 337d74d1eae..cf1f201a758 100644
--- a/src/ChangeLog.unicode
+++ b/src/ChangeLog.unicode
@@ -1,3 +1,13 @@
12005-05-11 Kenichi Handa <handa@m17n.org>
2
3 * Makefile.in (shortlisp): Cancel previous change.
4 (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
5 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
6 (UNIDATA): New variable.
7 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
8 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
9 $(RUN_TEMACS) unconditionally.
10
12005-05-10 Kenichi Handa <handa@m17n.org> 112005-05-10 Kenichi Handa <handa@m17n.org>
2 12
3 * Makefile.in (shortlisp): Add ../lisp/international/charprop.el. 13 * Makefile.in (shortlisp): Add ../lisp/international/charprop.el.