From 200df213dbe253002d2c0d6cf86cefb73e2fad2e Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 4 Nov 1998 12:05:16 +0000 Subject: [PATCH] update. --- ChangeLog | 9 +++++++++ Makefile | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2beaa6d..6d849da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1998-11-04 MORIOKA Tomohiko + + * eword-encode.el (eword-encode-phrase-route-addr-to-rword-list): + Don't delete the front spaces. + (eword-encode-addresses-to-rword-list): Don't supplement space; + use `nconc' instead of `append'. + (eword-encode-msg-id-to-rword-list): Supplement the front space; + use `nconc' instead of `append'. + 1998-11-02 Tanaka Akira * eword-decode.el (mime-field-decoder-cache): New variable. diff --git a/Makefile b/Makefile index 7784a16..da1d266 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # PACKAGE = chao -VERSION = 1.12.0 +VERSION = 1.12.1 TAR = tar RM = /bin/rm -f -- 1.7.10.4