# HG changeset patch # User Dave Love # Date 1034616606 0 # Node ID 5e72879267f8038043c54a9363d000354e733314 # Parent b1be7f87c9d99d0c2591758c194cea9dada0aa53 *** empty log message *** diff -r b1be7f87c9d9 -r 5e72879267f8 lisp/ChangeLog --- a/lisp/ChangeLog Mon Oct 14 17:29:54 2002 +0000 +++ b/lisp/ChangeLog Mon Oct 14 17:30:06 2002 +0000 @@ -1,3 +1,9 @@ +2002-10-14 Dave Love + + * emacs-lisp/byte-opt.el (side-effect-free-fns): Add + string-make-unibyte string-make-multibyte string-to-multibyte + string-as-multibyte string-as-unibyte. + 2002-10-11 Dave Love * language/english.el (ibm1047, cp1047): New. @@ -7,6 +13,10 @@ (ibm866): Change alias. (ibm1047): New. + * language/cyrillic.el (cyrillic-alternativnyj): Remove + mime-charset. Use alternativnj charset. + (cp866): Remove alias. Define standalone. + 2002-10-09 Dave Love * language/european.el ("Latin-2", "Latin-5"): Doc fix. diff -r b1be7f87c9d9 -r 5e72879267f8 src/ChangeLog --- a/src/ChangeLog Mon Oct 14 17:29:54 2002 +0000 +++ b/src/ChangeLog Mon Oct 14 17:30:06 2002 +0000 @@ -1,3 +1,7 @@ +2002-10-14 Dave Love + + * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix. + 2002-10-10 Dave Love * fns.c (Flanginfo): Fix typo.