aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2002-06-05 05:17:06 +0000
committerPavel Janík2002-06-05 05:17:06 +0000
commit1909941afcd4612c601f9f8ba20896983be70793 (patch)
treebb9a9d28f6ba49bcb505d209cedef6dd759f7c41
parent905a4276579668a495d708c1fa6094047bf5a61e (diff)
downloademacs-1909941afcd4612c601f9f8ba20896983be70793.tar.gz
emacs-1909941afcd4612c601f9f8ba20896983be70793.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog5
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 729eac065e3..cd631a2aac4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12002-06-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
4 the table to contain correct characters.
5
12002-06-04 Richard M. Stallman <rms@gnu.org> 62002-06-04 Richard M. Stallman <rms@gnu.org>
2 7
3 * simple.el: Don't require cl. 8 * simple.el: Don't require cl.
diff --git a/src/ChangeLog b/src/ChangeLog
index 1301a45ab00..7d62c8a21f8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12002-06-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * fileio.c (choose_write_coding_system): Call
4 select-safe-coding-system properly.
5
12002-06-03 Richard M. Stallman <rms@gnu.org> 62002-06-03 Richard M. Stallman <rms@gnu.org>
2 7
3 * xdisp.c (message_with_string): Error if STRING is not a string. 8 * xdisp.c (message_with_string): Error if STRING is not a string.