From 85678643b34c5746d0c180a3052abbfe28644d46 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 27 Oct 2000 08:57:37 +0000 Subject: [PATCH] new file. --- ChangeLog | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..2ebed3f --- /dev/null +++ b/ChangeLog @@ -0,0 +1,26 @@ +2000-10-27 Tanaka Akira + + * Makefile: regenerate Y from V as follows. + Y = 1.1913*V - 0.22532*V**2 + 0.23351*V**3 - 0.020483*V**4 +0.00081936*V**5 + + * Makefile (munsell-data.el): complement gray data. + + * munsell-names.el: ditto. + + * munsell-conv.el (munsell-split): support the form `Nvalue'. + (munsell-round): ditto. + + * munsell.el (munsel-resolv-property-face): new function. + (munsell-resolv-properties): ditto. + (put-text-property): adviced. + (add-text-properties): ditto. + (set-text-properties): ditto. + (overlay-put): ditto. + +2000-10-26 Tanaka Akira + + * munsell-conv.el, munsell.el: combine hue-minor and hue-major. + + * Makefile, munsell-conv.el, munsell-data.template, + munsell-names.el, munsell.el: new file + -- 1.7.10.4