Some tidying post-unicode-merge: typos, tense, simplification, filling.

This commit is contained in:
Glenn Morris 2008-02-07 06:19:35 +00:00
parent 3ae565b386
commit bcc891c25d
3 changed files with 26 additions and 62 deletions

View file

@ -10,7 +10,7 @@
* unidata/makefile.w32-in (charprop-CMD): Fix last change.
* unidata/Makefile.in: Renamed from Makefile.
* unidata/Makefile.in: Rename from Makefile.
* unidata/makefile.w32-in: New file.
@ -20,10 +20,6 @@
2008-02-01 Kenichi Handa <handa@m17n.org>
* unidata/UnicodeData.txt: Updated to Unicode 5.0.
* unidata/README: Adjusted for Unicode 5.0.
* unidata/copyright.html: New file.
2008-02-01 Kenichi Handa <handa@m17n.org>
@ -37,28 +33,23 @@
* 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-gen-files): New optional arg unidata-text-file.
If it's nil, set unidata-text-file to 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.
* unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
(${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
2008-02-01 Kenichi Handa <handa@m17n.org>
* unidata/unidata-gen.el: Typo fixed in comments. Change
string-to-int to string-to-number.
(unidata-text-file): Defined to .../unidata.txt.
* unidata/unidata-gen.el: Fix comment typo.
Change string-to-int to string-to-number.
(unidata-text-file): Define to .../unidata.txt.
(unidata-list): Just insert unidata-text-file.
(unidata-get-decomposition): Handle Hangul decomposition.
(unidata-gen-files): Don't use \040, instead at ^L near the end of
file.
(unidata-gen-files): Don't use \040, instead at ^L near the end of file.
* unidata/Makefile (TEMACS): Renamed from EMACS. Set to temacs.
Caller changed.
(unidata.txt): New target.
* unidata/Makefile (unidata.txt): New target.
(charprop.el): Depends on unidata.txt.
(clean): Remove unidata.txt.
@ -89,15 +80,15 @@
* charsets/mapconv: Add code for handling KANJI-DATABASE format.
* charsets/Makefile (all): Rename target from charsets. Depend on
${TRANS_TABLE}
(CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map)
(CNS-7.map): Generate from cns2ucsdkw.txt.
* charsets/Makefile (all): Rename target from charsets.
Depend on ${TRANS_TABLE}.
(CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
Generate from cns2ucsdkw.txt.
(install): Copy updated files only.
2008-02-02 Kenichi Handa <handa@m17n.org>
* charsets/cp932.awk: Append user defined area of CP932.
* charsets/cp932.awk: Append user-defined area of CP932.
2008-02-02 Kenichi Handa <handa@m17n.org>
@ -122,8 +113,7 @@
* charsets/cp932.awk: New file.
* charsets/Makefile (CP932-2BYTE.map): Call mapconv with
cp932.awk.
* charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
* charsets/mapconv: In UNICODE2 case, sort by 4th field after
running an awk program.
@ -140,9 +130,9 @@
* charsets: New directory for scripts to generate charset map
files in ../etc/charsets/.
* charsets/Makefile, charsets/mapconv, charsets/compact.awk,
charsets/big5.awk charsets/gb18030-2.awk, charsets/gb18030-4.awk,
cahrsets/kuten.awk: New files.
* charsets/Makefile, charsets/mapconv, charsets/compact.awk:
* charsets/big5.awk, charsets/gb18030-2.awk, charsets/gb18030-4.awk:
* charsets/kuten.awk: New files.
2008-01-08 Glenn Morris <rgm@gnu.org>

View file

@ -1,7 +1,6 @@
2008-02-02 Eli Zaretskii <eliz@gnu.org>
* TUTORIAL.ru: Restore copyright years. Update tutorial. Fix
wording.
* TUTORIAL.ru: Restore copyright years. Update tutorial. Fix wording.
2008-02-02 Kenichi Handa <handa@ni.aist.go.jp>
@ -17,28 +16,6 @@
* TODO, PROBLEMS, NEWS: Replace references to Emacs version "22"
with "23".
2008-02-01 Kenichi Handa <handa@m17n.org>
* charsets/CNS-[234567].map: Regenerate.
2008-02-01 Kenichi Handa <handa@m17n.org>
* charsets/JISX2131.map: Regenerate.
2008-02-01 Kenichi Handa <handa@m17n.org>
* charsets/JISX213A.map: New file.
* charsets/JISX0208.map: Regenerate.
2008-02-01 Kenichi Handa <handa@m17n.org>
* charsets/CP932-2BYTE.map: Update from ../admin/charsets.
2008-02-01 Kenichi Handa <handa@m17n.org>
* CP932-2BYTE.map: New file.
2008-02-01 Kenichi Handa <handa@m17n.org>
* charsets: New directory for charset mapping tables.
@ -53,10 +30,9 @@
2008-02-01 Kenichi Handa <handa@m17n.org>
* HELLO: Fix upcase and downcase for several languages. Change
the two German lines into one. Change "Nederlangs" to
"Dutch (Nederlands)". Add original language names to several
entries.
* HELLO: Fix upcase and downcase for several languages.
Change the two German lines into one. Change "Nederlangs" to
"Dutch (Nederlands)". Add original language names to several entries.
2008-02-01 Kenichi Handa <handa@m17n.org>
@ -64,8 +40,7 @@
2008-02-01 Kenichi Handa <handa@m17n.org>
* HELLO: Change indian-2-column chars of Hindi line to Unicode
chars.
* HELLO: Change indian-2-column chars of Hindi line to Unicode chars.
2008-02-01 Dave Love <fx@gnu.org>

View file

@ -4,8 +4,7 @@
2008-02-04 Tom Tromey <tromey@redhat.com>
* etags.c: Added "GTY" as synonym for __attribute__. Updated
gperf output.
* etags.c: Add "GTY" as synonym for __attribute__. Update gperf output.
2008-02-01 Jason Rumney <jasonr@gnu.org>
@ -25,7 +24,7 @@
2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
* emacsclient.c (decode_options): Default to a NULL display, as Emacs-22.
* emacsclient.c (decode_options): Default to NULL display, as Emacs-22.
Allow the -d option under w32 again, for those rare cases where it
actually does make sense.