diff options
| author | Pavel Janík | 2001-12-18 06:27:15 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-12-18 06:27:15 +0000 |
| commit | 4521d1fccf8c1fc9a52dfbd5ce76929155f42855 (patch) | |
| tree | af12c90689c19a3eb2a00bc52abaa58a46ea6f60 | |
| parent | 9908a32442f340310d903151a58401eae43ca073 (diff) | |
| download | emacs-4521d1fccf8c1fc9a52dfbd5ce76929155f42855.tar.gz emacs-4521d1fccf8c1fc9a52dfbd5ce76929155f42855.zip | |
*** empty log message ***
| -rw-r--r-- | lwlib/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 8 |
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 @@ | |||
| 1 | 2001-12-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * lwlib.c (separator_names): Add missing braces around | ||
| 4 | initializers. | ||
| 5 | |||
| 1 | 2001-12-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 6 | 2001-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 @@ | |||
| 1 | 2001-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 | |||
| 1 | 2001-12-17 Sam Steingold <sds@gnu.org> | 9 | 2001-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 |