diff options
| -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 |