aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-10-14 17:30:06 +0000
committerDave Love2002-10-14 17:30:06 +0000
commit89364cdac06d1e1f8f36be23800b5ff768b30ce9 (patch)
tree864d405cc1db5d7a70c962a9256fa04d9738d55d
parent0cb13aacbe6d691b52233687cfd44caf5903d764 (diff)
downloademacs-89364cdac06d1e1f8f36be23800b5ff768b30ce9.tar.gz
emacs-89364cdac06d1e1f8f36be23800b5ff768b30ce9.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog10
-rw-r--r--src/ChangeLog4
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4f871b1f7b8..4d271b0d7e3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12002-10-14 Dave Love <fx@gnu.org>
2
3 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add
4 string-make-unibyte string-make-multibyte string-to-multibyte
5 string-as-multibyte string-as-unibyte.
6
12002-10-11 Dave Love <fx@gnu.org> 72002-10-11 Dave Love <fx@gnu.org>
2 8
3 * language/english.el (ibm1047, cp1047): New. 9 * language/english.el (ibm1047, cp1047): New.
@@ -7,6 +13,10 @@
7 (ibm866): Change alias. 13 (ibm866): Change alias.
8 (ibm1047): New. 14 (ibm1047): New.
9 15
16 * language/cyrillic.el (cyrillic-alternativnyj): Remove
17 mime-charset. Use alternativnj charset.
18 (cp866): Remove alias. Define standalone.
19
102002-10-09 Dave Love <fx@gnu.org> 202002-10-09 Dave Love <fx@gnu.org>
11 21
12 * language/european.el ("Latin-2", "Latin-5"): Doc fix. 22 * language/european.el ("Latin-2", "Latin-5"): Doc fix.
diff --git a/src/ChangeLog b/src/ChangeLog
index 9333d1f1dd9..f861101c289 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12002-10-14 Dave Love <fx@gnu.org>
2
3 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
4
12002-10-10 Dave Love <fx@gnu.org> 52002-10-10 Dave Love <fx@gnu.org>
2 6
3 * fns.c (Flanginfo): Fix typo. 7 * fns.c (Flanginfo): Fix typo.