aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2001-12-18 06:27:15 +0000
committerPavel Janík2001-12-18 06:27:15 +0000
commit4521d1fccf8c1fc9a52dfbd5ce76929155f42855 (patch)
treeaf12c90689c19a3eb2a00bc52abaa58a46ea6f60
parent9908a32442f340310d903151a58401eae43ca073 (diff)
downloademacs-4521d1fccf8c1fc9a52dfbd5ce76929155f42855.tar.gz
emacs-4521d1fccf8c1fc9a52dfbd5ce76929155f42855.zip
*** empty log message ***
-rw-r--r--lwlib/ChangeLog5
-rw-r--r--src/ChangeLog8
2 files changed, 13 insertions, 0 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index 14923cd7a20..9ed9e4246e5 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1,3 +1,8 @@
12001-12-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * lwlib.c (separator_names): Add missing braces around
4 initializers.
5
12001-12-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 62001-12-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 7
3 * COPYING: New file. 8 * COPYING: New file.
diff --git a/src/ChangeLog b/src/ChangeLog
index c935a3b1a05..cfb151d0f99 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12001-12-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * keyboard.c (head_table): Add missing braces around initializer.
4
5 * term.c (keys): Likewise.
6
7 * xfns.c (x_frame_parms, visual_classes): Likewise.
8
12001-12-17 Sam Steingold <sds@gnu.org> 92001-12-17 Sam Steingold <sds@gnu.org>
2 10
3 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last 11 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last