diff --git a/src/ChangeLog b/src/ChangeLog index dbadb42b3ee..53f0d8722a8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,14 +1,3 @@ -2005-01-17 YAMAMOTO Mitsuharu - - * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash. - Not sure if it's unnecessary. - -2005-01-16 Steven Tamm - - * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out - some possibly unnecessary fontset checking code that crashed - when creating a new frame - 2005-01-22 Steven Tamm * 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 @@ +2005-01-17 YAMAMOTO Mitsuharu + + * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash. + Not sure if it's unnecessary. + +2005-01-16 Steven Tamm + + * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out + some possibly unnecessary fontset checking code that crashed + when creating a new frame + 2005-01-17 Kenichi Handa * xfaces.c (merge_faces): Fix argument to lookup_derived_face and