Mercurial > emacs
changeset 90175:d52532c24464
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 11 May 2005 12:29:35 +0000 |
parents | f3973ae57d8b |
children | dfbe37c15be3 |
files | ChangeLog.unicode admin/ChangeLog.unicode lisp/ChangeLog.unicode src/ChangeLog.unicode |
diffstat | 4 files changed, 30 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog.unicode Wed May 11 12:29:25 2005 +0000 +++ b/ChangeLog.unicode Wed May 11 12:29:35 2005 +0000 @@ -1,3 +1,11 @@ +2005-05-11 Kenichi Handa <handa@m17n.org> + + * configure.in: While running cpp on junk.c, include + -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt + exists. + + * configure: Re-generated. + 2005-02-13 Miles Bader <miles@gnu.org> Rename unicode-branch-specific ChangeLog files to
--- a/admin/ChangeLog.unicode Wed May 11 12:29:25 2005 +0000 +++ b/admin/ChangeLog.unicode Wed May 11 12:29:35 2005 +0000 @@ -1,5 +1,12 @@ 2005-05-11 Kenichi Handa <handa@m17n.org> + * unidata/unidata-gen.el (unidata-text-file): Delete it. + (unidata-list): Initialize to nil. + (unidata-setup-list): New function. + (unidata-gen-files): New optional arg unidata-text-file. If it's + nil, set unidata-text-file the left command line arg. Call + unidate-setup-list at first. + * unidata/Makefile (EMACS): Rename back to Emacs and set to emacs. Caller changed. (all): Depends on ${DSTDIR}/charprop.el.
--- a/lisp/ChangeLog.unicode Wed May 11 12:29:25 2005 +0000 +++ b/lisp/ChangeLog.unicode Wed May 11 12:29:35 2005 +0000 @@ -1,3 +1,8 @@ +2005-05-11 Kenichi Handa <handa@m17n.org> + + * loadup.el: If we are byte-compiling unidata-gen.el or running + unidata-ge-files, set purify-flag to nil. + 2005-05-10 Kenichi Handa <handa@m17n.org> * loadup.el: Load international/charprop.el with NOERROR t.
--- a/src/ChangeLog.unicode Wed May 11 12:29:25 2005 +0000 +++ b/src/ChangeLog.unicode Wed May 11 12:29:35 2005 +0000 @@ -1,3 +1,13 @@ +2005-05-11 Kenichi Handa <handa@m17n.org> + + * Makefile.in (shortlisp): Cancel previous change. + (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined. + (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally. + (UNIDATA): New variable. + (${lispsource}international/charprop.el): Depends on ${UNIDATA}. + (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run + $(RUN_TEMACS) unconditionally. + 2005-05-10 Kenichi Handa <handa@m17n.org> * Makefile.in (shortlisp): Add ../lisp/international/charprop.el.