diff --git a/ChangeLog b/ChangeLog index fdd46ed0b5..d0f6164b80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,9 @@ 2005-11-27 Tor Lillqvist - Once again rework Win32 window decoration code. Should fix #322516 - and not break #104514. The dialogs in gtk-demo now have the same - decorations and behaviour as on X11. + Once again rework Win32 window decoration code. Doesn'tbreak + #104514. The dialogs in gtk-demo now have the same decorations and + behaviour as on X11. Tried to fix #322516 but it seems very hard + to make the trivial sample program there behave as expected. * gdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32): Keep the type hint tucked away here. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index fdd46ed0b5..d0f6164b80 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,8 +1,9 @@ 2005-11-27 Tor Lillqvist - Once again rework Win32 window decoration code. Should fix #322516 - and not break #104514. The dialogs in gtk-demo now have the same - decorations and behaviour as on X11. + Once again rework Win32 window decoration code. Doesn'tbreak + #104514. The dialogs in gtk-demo now have the same decorations and + behaviour as on X11. Tried to fix #322516 but it seems very hard + to make the trivial sample program there behave as expected. * gdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32): Keep the type hint tucked away here.