diff options
| -rw-r--r-- | src/ChangeLog | 11 | ||||
| -rw-r--r-- | src/ChangeLog.22 | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dbadb42b3ee..53f0d8722a8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,14 +1,3 @@ | |||
| 1 | 2005-01-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash. | ||
| 4 | Not sure if it's unnecessary. | ||
| 5 | |||
| 6 | 2005-01-16 Steven Tamm <steventamm@mac.com> | ||
| 7 | |||
| 8 | * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out | ||
| 9 | some possibly unnecessary fontset checking code that crashed | ||
| 10 | when creating a new frame | ||
| 11 | |||
| 12 | 2005-01-22 Steven Tamm <steventamm@mac.com> | 1 | 2005-01-22 Steven Tamm <steventamm@mac.com> |
| 13 | 2 | ||
| 14 | * s/darwin.h: Removed PTY_ITERATION from here. | 3 | * s/darwin.h: Removed PTY_ITERATION from here. |
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index 7c6829e8f46..29acae251b2 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2005-01-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash. | ||
| 4 | Not sure if it's unnecessary. | ||
| 5 | |||
| 6 | 2005-01-16 Steven Tamm <steventamm@mac.com> | ||
| 7 | |||
| 8 | * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out | ||
| 9 | some possibly unnecessary fontset checking code that crashed | ||
| 10 | when creating a new frame | ||
| 11 | |||
| 1 | 2005-01-17 Kenichi Handa <handa@m17n.org> | 12 | 2005-01-17 Kenichi Handa <handa@m17n.org> |
| 2 | 13 | ||
| 3 | * xfaces.c (merge_faces): Fix argument to lookup_derived_face and | 14 | * xfaces.c (merge_faces): Fix argument to lookup_derived_face and |