1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

*** empty log message ***

This commit is contained in:
Kenichi Handa 2005-05-11 12:29:35 +00:00
parent 3921ea2136
commit 8f79397865
4 changed files with 30 additions and 0 deletions

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.